Update README.md

This commit is contained in:
Eduardo Lacerda 2018-01-26 21:41:19 -02:00 committed by GitHub
parent 030159c89f
commit a4d944d963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
- [DaaS - Data as a Service](#daas---data-as-a-service)
- [Python](#python)
- [Java](#java)
- [Clojure](#clojure)
- [C Sharp](#c-sharp)
- [C++](#c++)
- [C](#c)
@ -259,6 +260,12 @@
* [MapFish Print](http://mapfish.github.io/) - The purpose of Mapfish Print is to create reports that contain maps (and map related components) within them. The project is a Java based servlet/library/application based on the mature Jasper Reports Library.
* [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.
## Clojure
* [geo](https://github.com/Factual/geo) - Clojure library for working with geohashes, polygons, and other world geometry.
## C Sharp
* [Windows UWP map control](https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn642089.aspx) - The Bing Maps control built into the Windows UWP platform.
* [Bing Maps WPF SDK ](https://msdn.microsoft.com/en-us/library/hh750210.aspx) - The Bing Maps WPF API.
@ -357,6 +364,7 @@
* [laragis](https://github.com/ralphschindler/laragis) - A standalone Geo/GIS Provider for Laravel.
* [li3_geo](https://github.com/nateabele/li3_geo) - Adds geospatial support to Lithium for multiple databases, including MongoDB, CouchDB and MySQL.
## Lua
* [TerraME](http://www.terrame.org/doku.php) - TerraME is a programming environment for spatial dynamical modelling. It supports cellular automata, agent-based models, and network models running in 2D cell spaces.