From f96255ce1d2935c5df55502af52a99cfe1e73364 Mon Sep 17 00:00:00 2001 From: Eduardo Lacerda Date: Fri, 6 May 2016 17:44:12 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c536b..0b879b5 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,11 @@ * [Landsat-util] (https://github.com/developmentseed/landsat-util) - Landsat-util is a command line utility that makes it easy to search, download, and process Landsat imagery. * [Rasterio] (https://github.com/mapbox/rasterio) - Rasterio employs GDAL under the hood for file I/O and raster formatting. -* +* [Rasterstats] (https://github.com/perrygeo/python-rasterstats/) - Python module for summarizing geospatial raster datasets based on vector geometries. +* [Pandas] (http://pandas.pydata.org/) - Open source library providing high-performance, easy-to-use data structures and data analysis tools for the Python. +* [Shapely] (https://pypi.python.org/pypi/Shapely) - Manipulation and analysis of geometric objects in the Cartesian plane. +* [Cartopy] (http://scitools.org.uk/cartopy/) - A library providing cartographic tools for python for plotting spatial data. +* [rtree] (http://toblerity.org/rtree/) - For efficiently querying spatial data.