1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00

Merge pull request #334 from acisternino/geospatial

Adds a new "Geospatial" section.
This commit is contained in:
Andreas Kull 2016-03-27 10:20:48 +02:00
commit 78e2f53c48

View file

@ -28,6 +28,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [Formal Verification](#formal-verification) - [Formal Verification](#formal-verification)
- [Functional Programming](#functional-programming) - [Functional Programming](#functional-programming)
- [Game Development](#game-development) - [Game Development](#game-development)
- [Geospatial](#geospatial)
- [GUI](#gui) - [GUI](#gui)
- [High Performance](#high-performance) - [High Performance](#high-performance)
- [IDE](#ide) - [IDE](#ide)
@ -333,6 +334,20 @@ A curated list of awesome Java frameworks, libraries and software.
* [libGDX](https://libgdx.badlogicgames.com/) - All-round cross-platform, high-level framework. * [libGDX](https://libgdx.badlogicgames.com/) - All-round cross-platform, high-level framework.
* [LWJGL](https://www.lwjgl.org/) - Robust framework that abstracts libraries like OpenGL/CL/AL. * [LWJGL](https://www.lwjgl.org/) - Robust framework that abstracts libraries like OpenGL/CL/AL.
## Geospatial
*Libraries for working with geospatial data and algorithms.*
* [Apache SIS](http://sis.apache.org/) - Library for developing geospatial applications.
* [Geo](https://github.com/davidmoten/geo/) - GeoHash utilities in Java.
* [Geotoolkit.org](http://www.geotoolkit.org/) - Library for developing geospatial applications. Built on top of the Apache SIS project.
* [GeoTools](http://geotools.org/) - Library that provides tools for geospatial data.
* [H2GIS](http://www.h2gis.org/) - A spatial extension of the H2 database.
* [Jgeohash](http://astrapi69.github.io/jgeohash/) - Library that can assist Java developers in using the GeoHash algorithm.
* [JTS Topology Suite](http://www.vividsolutions.com/jts/JTSHome.htm) - An API of 2D spatial predicates and functions.
* [Mapsforge](https://github.com/mapsforge/mapsforge/) - Software for the rendering of maps based on OpenStreetMap data.
* [Spatial4j](https://github.com/locationtech/spatial4j/) - General purpose spatial/geospatial ASL licensed open-source Java library.
## GUI ## GUI
*Libraries to create modern graphical user interfaces.* *Libraries to create modern graphical user interfaces.*