Giter Site home page Giter Site logo

mihairaulea / atlas Goto Github PK

View Code? Open in Web Editor NEW
54.0 6.0 8.0 344 KB

The world is a graph. Here's the graph, and the methods to extract, transform and load it. Also, methods to query and analyse it. Batteries included.

License: Other

Java 100.00%
osm-data openstreetmap-data graph neo4j database atlas gis-platform gis gis-data gis-utils

atlas's People

Contributors

mihairaulea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

atlas's Issues

Just question.

Can I extract graph for just cities, counties, continents ?

Thank you.

Filtering tags with atlas

Hello, for my application I need to import osm data in neo4j, but in the raw form my laptop was not able to handle all 1.6M+ nodes. Does your library allows to filter from all the data only buildings, routes and transport able to go on this routes?

Gradle Build JaCoCo Test failing

When I try to run the gradle build, it fails on the AtlasProceduresTest due to this error here:

org.neo4j.graphdb.QueryExecutionException: Invalid input 'a': expected '\', ''', '"', 'b', 'f', 'n', 'r', 't', UTF16 or UTF32 (line 1, column 49 (offset: 48)) "CALL com.smartlivedata.procedures.importOSM('C:\atlas\src\test\resources\fullOSM\7cities3woods.osm')"

I think it has to do with Cypher's needing a backslash to be escaped. I got through it by changing

Result result = db.execute( "CALL com.smartlivedata.procedures.importOSM('"+osmTestUtil.fullOSMSmall+"')" );

in "atlas\src\test\java\com\smartlivedata\procedures" to use the absolute address of the 7cities3woods database with forward slashes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.