Update README.md

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

View File

@ -22,6 +22,7 @@
- [Go](#go)
- [Rust](#rust)
- [Ruby](#ruby)
- [PHP](#php)
- [Lua](#lua)
- [Swift](#swift)
- [CSS](#css)
@ -343,6 +344,19 @@
* [Mongoid Geospatial](https://github.com/nofxx/mongoid-geospatial) - A Mongoid Extension that simplifies the use of MongoDB spatial features.
* [Ruby Geocoder](http://www.rubygeocoder.com/) - Integration with geocoding services.
## PHP
* [GeoPHP](https://geophp.net/) - Advanced geometry operations in PHP.
* [geospatial](https://github.com/php-geospatial/geospatial) - PHP Extension to handle common geospatial functions.
* [geojson](https://github.com/jmikola/geojson) - GeoJSON implementation for PHP.
* [laravel-geo](https://github.com/eleven-lab/laravel-geo) - GeoSpatial integration on Laravel 5.2+ that supports MySQL and PostgreSQL.
* [shapefile](https://github.com/phpmyadmin/shapefile) - ESRI ShapeFile library for PHP.
* [ShapeReader](https://github.com/muka/ShapeReader) - A PHP library to parse ESRI Shape files.
* [php-libspatialite](https://github.com/rukandax/php-libspatialite) - PHP Query Builder for SQLite data with Spatial SQL Capabilities.
* [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.