File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ Geospatial analysis software has a few prominent strains:
2
+
3
+ * Esri & other closed-source, proprietary libraries
4
+ * Open source libraries in the lineage of JTS
5
+
6
+ # Python
7
+
8
+ * [ Shapely] ( https://pypi.python.org/pypi/Shapely ) is a friendly Python binding to GEOS
9
+ * [ geopandas] ( http://geopandas.org/ ) is a layer on top of Shapely and Fiona for PostGIS-like tasks
10
+
11
+ # C++
12
+
13
+ * [ GEOS] ( http://trac.osgeo.org/geos/ ) is a port of JTS to C++
14
+
15
+ # JavaScript
16
+
17
+ * [ jsts] ( https://github.com/bjornharrtell/jsts ) is a port of JTS to JavaScript
18
+
19
+ # Java
20
+
21
+ * [ JTS] ( http://tsusiatsoftware.net/jts/main.html )
22
+
23
+ # Go
24
+
25
+ * [ gogeos] ( http://paulsmith.github.io/gogeos/ ) is a Go binding to GEOS
26
+ * [ go.geo] ( https://github.com/paulmach/go.geo ) is a pure-Go implementation of some geometry operations and primitives
27
+
28
+ # Postgres
29
+
30
+ * [ PostGIS] ( http://postgis.net/ ) provides geospatial operations within the Postgres database. Advanced operations rely on GEOS.
You can’t perform that action at this time.
0 commit comments