From e1b06637a9d8e9c321fd74496b414b82cf932f0e Mon Sep 17 00:00:00 2001 From: Eduardo Lacerda Date: Sat, 25 Feb 2023 17:38:14 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60641ac..b578e2c 100644 --- a/README.md +++ b/README.md @@ -579,11 +579,11 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana ## Java -* [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. * [Apache SIS](http://sis.apache.org/) - Apache Spatial Information System (SIS) is a free software, Java language library for developing geospatial applications. * [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.