From 6f6df88ce4991322a53ca1e716efd5d33d821599 Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 16 Jul 2020 16:29:56 +0200 Subject: [PATCH 1/3] add Hastings, a geospatial index for CouchDB 2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e20a3d..01bf8bf 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [MySql Spatial](http://dev.mysql.com/doc/refman/5.7/en/spatial-extensions.html) - MySql spatial extension. * [GeoCouch](https://github.com/couchbase/geocouch) - GeoCouch is a spatial extension for Couchbase and Apache CouchDB. * [Cloudant](https://cloudant.com/) - IBM noSQL database that supports spatial data (GeoJSON). +* [Hastings](https://github.com/cloudant-labs/hastings) - GeoSpatial Search for CouchDB 2 * [MongoDB](https://www.mongodb.com/) - Also supports GeoJSON and spatial indexes. * [DB2 Spatial Extender](http://www-03.ibm.com/software/products/en/db2spaext) - Spatial Extender allows you to store, manage, and analyze spatial data in DB2. * [Informix Spatial](http://www-01.ibm.com/software/data/informix/spatial/) - Informix spatial extension. From d8e8d7a1335350f0e9d4be44268cccce413c5896 Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 16 Jul 2020 16:38:30 +0200 Subject: [PATCH 2/3] add FOSSGIS conference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01bf8bf..113b023 100644 --- a/README.md +++ b/README.md @@ -1104,7 +1104,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [State of the Map](https://stateofthemap.org/) - is the annual event for all mappers and OpenStreetMap users. * [GEOINFO](http://www.geoinfo.info/geoinfo2017/) - The GEOINFO series (Brazilian Symposium on Geoinformatics) is an annual conference for exploring ongoing research, development and innovative applications on geographic information science and related areas. * [SBSR](http://sbsr.com.br/br/node/1379) - Bi-annual Brazilian National Symposium on Remote Sensing. - +* [FOSSGIS](https://fossgis.de/) - yearly conference of the German OpenStreetMap chapter and FOSS GIS community ## Podcasts From 21cdb0c82d81d697fe9f0f1cf225d8608d9458f0 Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 16 Jul 2020 16:38:53 +0200 Subject: [PATCH 3/3] remove Blender GIS double entry --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 113b023..b17a228 100644 --- a/README.md +++ b/README.md @@ -1030,7 +1030,6 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [Strava](https://github.com/marcusvolz/strava) - Create artistic visualisations with your exercise data. * [CityEngine-Twitter](https://github.com/urschrei/CityEngine-Twitter) - Visualise Twitter activity using a procedurally-generated 3D city model. * [PostGIS Preview](https://github.com/NYCPlanning/labs-postgis-preview) - A lightweight node api and frontend for quickly previewing PostGIS queries. -* [BlenderGIS](https://github.com/domlysz/BlenderGIS) - Blender addons to make the bridge between Blender and geographic data. * [circlize](https://github.com/jokergoo/circlize) - Circular visualization in R. Circular layout is an efficient way for the visualization of huge amounts of information. * [Skia](https://skia.org/) - Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. * [geoplot](https://github.com/ResidentMario/geoplot) - High-level Python geospatial plotting library. It's an extension to cartopy and matplotlib which makes mapping easy.