Compare commits

...

3 Commits

Author SHA1 Message Date
Eduardo Lacerda e1b06637a9
Update README.md 2023-02-25 17:38:14 -03:00
Eduardo Lacerda 3656b31a7d
Merge pull request #125 from thegeekyasian/feat/geo-assist
Add geo-assist
2023-02-25 17:37:26 -03:00
Safeer Ansari cf924febb9
Add geo-assist 2023-02-24 02:08:43 +04:00
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
* [asgbook](https://github.com/lakshmanok/asgbook) - Implementation of GIS/RS features in Java. Its also the code accompanying the book "Automating the Analysis of Spatial Grids" by Valliappa Lakshmanan.
* [GDAL Warp Bindings](https://github.com/geotrellis/gdal-warp-bindings) - Thread-safe bindings for GDAL's Warp functionality.
* [Geoapi](http://www.geoapi.org/) - GeoAPI provides a set of Java language programming interfaces for geospatial applications.
* [Geo Assist](https://github.com/thegeekyasian/geo-assist) - Geo Assist is an open source API for indexing and querying spatial data in the most efficient manner. It allows you to store 2D spatial data in-memory and support features such as find nearest neighbors, find in bounding box, etc.
* [Geonetwork](http://geonetwork-opensource.org/) - GeoNetwork is a catalog application to manage spatially referenced resources.
* [GeoServer](http://geoserver.org/) - GeoServer is open source server for sharing geospatial data.
* [Geotools](http://www.geotools.org/) - GeoTools is an open source Java library that provides tools for geospatial data.