--- !ruby/object:Gem::Specification name: neo4j-spatial version: !ruby/object:Gem::Version hash: 21 prerelease: false segments: - 0 - 0 - 5 version: 0.0.5 platform: java authors: - Craig Taverner autorequire: bindir: bin cert_chain: [] date: 2011-03-04 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: neo4j prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 0 - 0 version: 1.0.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: amanzi-sld prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 29 segments: - 0 - 0 - 1 version: 0.0.1 type: :runtime version_requirements: *id002 description: | Neo4j-Spatial adds GIS and spatial analysis capabilities to the Neo4j Graph Database. This allows you to load spatial data, like points, lines, polygons and more complex geometries, index them and perform fast spatial queries on them. It includes specific support for OSM data, and Simple Feature data (as found in Shapefile format), but can be layered on top of any existing Neo4j database with spatial data, or data with some spatial elements. The Neo4j-Spatial.rb wrapper allows you to access Neo4j-Spatial features from the convenience of the Ruby scripting language. email: craig@amanzi.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - lib/neo4j/spatial/osm.rb - lib/neo4j/spatial/database.rb - lib/neo4j/spatial/layer.rb - lib/neo4j/spatial/jars/gt-main/xercesImpl-2.4.0.jar - lib/neo4j/spatial/jars/gt-main/gt-api-2.7-M3.jar - lib/neo4j/spatial/jars/gt-main/jdom-1.0.jar - lib/neo4j/spatial/jars/gt-main/jts-1.11.jar - lib/neo4j/spatial/jars/gt-main/gt-main-2.7-M3.jar - lib/neo4j/spatial/jars/neo4j-server-1.3.M03.jar - lib/neo4j/spatial/jars/org.apache.servicemix.bundles.lucene-3.0.1_2.jar - lib/neo4j/spatial/jars/junit-4.8.1.jar - lib/neo4j/spatial/jars/json-simple-1.1.jar - lib/neo4j/spatial/jars/neo4j-kernel-1.3.M03.jar - lib/neo4j/spatial/jars/log4j-1.2.14.jar - lib/neo4j/spatial/jars/neo4j-spatial-0.5-SNAPSHOT.jar - lib/neo4j/spatial/jars/server-api-1.3.M03.jar - lib/neo4j/spatial/jars/gt-render/gt-render-2.7-M3.jar - lib/neo4j/spatial/jars/gt-render/gt-coverage-2.7-M3.jar - lib/neo4j/spatial/jars/gt-render/gt-cql-2.7-M3.jar - lib/neo4j/spatial/jars/neo4j-lucene-index-1.3.M03.jar - lib/neo4j/spatial/jars/geronimo-jta_1.1_spec-1.1.1.jar - lib/neo4j/spatial/jars/jsr311-api-1.1.1.jar - lib/neo4j/spatial/jars/gt-shapefile/jsr-275-1.0-beta-2.jar - lib/neo4j/spatial/jars/gt-shapefile/geoapi-2.3-M1.jar - lib/neo4j/spatial/jars/gt-shapefile/gt-data-2.7-M3.jar - lib/neo4j/spatial/jars/gt-shapefile/vecmath-1.3.2.jar - lib/neo4j/spatial/jars/gt-shapefile/gt-shapefile-2.7-M3.jar - lib/neo4j/spatial/jars/gt-shapefile/commons-pool-1.5.4.jar - lib/neo4j/spatial/jars/gt-shapefile/gt-metadata-2.7-M3.jar - lib/neo4j/spatial/jars/gt-shapefile/gt-referencing-2.7-M3.jar - lib/neo4j/spatial/jars/gt-shapefile/geoapi-pending-2.3-M1.jar - lib/neo4j/spatial/jars/neo4j-kernel-1.3.M03-tests.jar - lib/neo4j/spatial/cmd.rb - lib/neo4j/spatial/shapefile.rb - lib/neo4j/spatial/image.rb - lib/neo4j/spatial/listener.rb - lib/neo4j/spatial/version.rb - lib/neo4j/spatial/geometry.rb - lib/neo4j/spatial.rb - examples/osm_import.rb - examples/test.rb - examples/export_layer.rb - examples/map2.osm - examples/osm_layer.rb - examples/map.osm - examples/osm_random_trace.rb - README.rdoc - CHANGELOG - CONTRIBUTORS - Gemfile - neo4j-spatial.gemspec has_rdoc: true homepage: http://github.com/craigtaverner/neo4j-spatial.rb licenses: [] post_install_message: rdoc_options: - --quiet - --title - Neo4j-Spatial.rb - --opname - index.html - --line-numbers - --main - README.rdoc - --inline-source require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 57 segments: - 1 - 8 - 7 version: 1.8.7 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: neo4j-spatial rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: JRuby access to Neo4j-Spatial test_files: []