Update README.md

This commit is contained in:
Eduardo Lacerda 2016-05-07 01:09:40 -03:00
parent 2233bd8b4a
commit 4bcada29ad

View File

@ -26,6 +26,7 @@
- [Node.js] (#node.js)
- [Mobile Development] (#mobile-development)
- [Visualization] (#visualization)
- [Tools] (#tools)
- [References] (#references)
- - -
@ -178,6 +179,7 @@
* [Pyncf] (https://github.com/karimbahgat/pyncf) - Pure Python NetCDF file reading and writing.
* [chupaESRI] (https://github.com/johnjreiser/chupaESRI) - ChupaESRI is a Python module/command line tool to extract features from ArcGIS Server map services.
* [GeoPandas] (https://github.com/geopandas/geopandas) - Python tools for geographic data.
* [geojsonio.py] (https://github.com/jwass/geojsonio.py) - Open GeoJSON data on geojson.io from Python. geojsonio.py also contains a command line utility that is a Python port of geojsonio-cli.
## PaaS - Platform as a Service
@ -339,6 +341,21 @@
* [mplleaflet] (https://github.com/jwass/mplleaflet) - Easily convert matplotlib plots from Python into interactive Leaflet web maps.
## Tools
* [TileMill] (https://github.com/mapbox/tilemill) - TileMill is a modern map design studio powered by Node.js and Mapnik.
* [DataPillager] (https://github.com/gdherbert/DataPillager) - Download data from Esri service.
## Cheat sheets
* [Fiona-Rasterio-Shapely Cheat Sheet] (https://github.com/sgillies/frs-cheat-sheet) - A cheat sheet for Fiona/Rasterio/Shapely command-line geodata tools.
* [GDAL] (https://github.com/dwtkns/gdal-cheat-sheet) - Cheat sheet for GDAL/OGR command-line tools.
* [PostGIS] (http://www.postgis.us/downloads/postgis21_cheatsheet.pdf) - Cheat sheet for PostGIS.
* [PostGIS 2] (https://gist.github.com/kidpixo/5698476)
* [PostGIS Raster] (http://www.postgis.us/downloads/postgis20_raster_cheatsheet.pdf)
## References
* [Essential Python Geospatial Libraries] (http://carsonfarmer.com/2013/07/essential-python-geo-libraries/)