From a5971a0d528815b3c0082821a62f930631d390d1 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Fri, 11 Jul 2014 23:47:36 -0500 Subject: [PATCH 1/9] add rasterstats --- packages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages.md b/packages.md index 5a5c252..c388fc1 100644 --- a/packages.md +++ b/packages.md @@ -20,6 +20,7 @@ * [statsmodels][] - For models and stats in Python * [pysal][] - For all your spatial econometrics needs (and more) * [networkx][] - For working with networks (duh!) +* [rasterstats][] - For analyzing rasters based on vector geometries (zonal statistics) ## Plotting/Mapping @@ -66,3 +67,5 @@ [pyproj]: https://code.google.com/p/pyproj/ [pyshp]: https://code.google.com/p/pyshp/ [descartes]: https://pypi.python.org/pypi/descartes +[rasterstats]: https://github.com/perrygeo/python-raster-stats + From 173f245097b780d447408dab034c3fd8a2d3e61a Mon Sep 17 00:00:00 2001 From: Philip Stephens Date: Sat, 26 Jul 2014 11:29:49 -0700 Subject: [PATCH 2/9] updating link --- packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.md b/packages.md index c388fc1..f69bb62 100644 --- a/packages.md +++ b/packages.md @@ -62,7 +62,7 @@ [networkx]: http://networkx.github.io/ [pelican]: http://docs.getpelican.com/en/3.2/ [pyqgis]: http://www.qgis.org/pyqgis-cookbook/ -[pysal]: http://pythonhosted.org/PySAL/ +[pysal]: http://pysal.org [geographiclib]: http://geographiclib.sourceforge.net/ [pyproj]: https://code.google.com/p/pyproj/ [pyshp]: https://code.google.com/p/pyshp/ From 41a54780b280dbe3e5e2321a655a408b022cc121 Mon Sep 17 00:00:00 2001 From: Sergio Rey Date: Thu, 9 Jul 2015 13:46:33 -0500 Subject: [PATCH 3/9] Update packages.md --- packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.md b/packages.md index f69bb62..9b20256 100644 --- a/packages.md +++ b/packages.md @@ -18,7 +18,7 @@ ## Data Analysis * [statsmodels][] - For models and stats in Python -* [pysal][] - For all your spatial econometrics needs (and more) +* [pysal][] - Spatial econometrics, exploratory spatial and space-time data analysis, spatially constrained clustering (vector data) * [networkx][] - For working with networks (duh!) * [rasterstats][] - For analyzing rasters based on vector geometries (zonal statistics) From 1db018e9062e53e1f07bada04835dfd54641fb45 Mon Sep 17 00:00:00 2001 From: Sergio Rey Date: Thu, 9 Jul 2015 13:52:36 -0500 Subject: [PATCH 4/9] Update packages.md --- packages.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages.md b/packages.md index 9b20256..5cdd0cf 100644 --- a/packages.md +++ b/packages.md @@ -18,7 +18,7 @@ ## Data Analysis * [statsmodels][] - For models and stats in Python -* [pysal][] - Spatial econometrics, exploratory spatial and space-time data analysis, spatially constrained clustering (vector data) +* [pysal][] - For all your spatial econometrics needs (and more) * [networkx][] - For working with networks (duh!) * [rasterstats][] - For analyzing rasters based on vector geometries (zonal statistics) @@ -26,6 +26,7 @@ * [matplotlib][] - For all my plotting needs * [cartopy][] - For plotting spatial data on projections and more +* [folium][] - Python Data. Leaflet.js Maps. * [nodebox-opengl][] - For playing around with animations * [descartes][] - For plotting geometries in matplotlib * [basemap][] - For plotting geospatial data on projections @@ -59,6 +60,7 @@ [ogr/gdal]: https://pypi.python.org/pypi/GDAL/ [matplotlib]: http://matplotlib.org/ [fiona]: http://toblerity.github.io/fiona/ +[folium]: https://github.com/python-visualization/folium [networkx]: http://networkx.github.io/ [pelican]: http://docs.getpelican.com/en/3.2/ [pyqgis]: http://www.qgis.org/pyqgis-cookbook/ From 12a63073206aad256bc1b5d406fe68e4ce78374a Mon Sep 17 00:00:00 2001 From: Jacob Wasserman Date: Thu, 9 Jul 2015 19:16:55 -0400 Subject: [PATCH 5/9] Added geog --- packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages.md b/packages.md index 5cdd0cf..bc3e8c4 100644 --- a/packages.md +++ b/packages.md @@ -14,6 +14,7 @@ * [pyqgis][] - For anything and everything GIS * [geopy][] - For geolocating and things like that * [geojsonio.py][] - For shooting data to the web +* [geog][] - For a numpy interface to solve geodesic problems ## Data Analysis @@ -70,4 +71,5 @@ [pyshp]: https://code.google.com/p/pyshp/ [descartes]: https://pypi.python.org/pypi/descartes [rasterstats]: https://github.com/perrygeo/python-raster-stats +[geog]: https://github.com/jwass/geog From e07d377db4f677a5e510a28c732a7cc8d2ddcb42 Mon Sep 17 00:00:00 2001 From: Sergio Rey Date: Fri, 10 Jul 2015 10:23:14 -0500 Subject: [PATCH 6/9] Update packages.md --- packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.md b/packages.md index bc3e8c4..6bda64d 100644 --- a/packages.md +++ b/packages.md @@ -19,7 +19,7 @@ ## Data Analysis * [statsmodels][] - For models and stats in Python -* [pysal][] - For all your spatial econometrics needs (and more) +* [pysal][] - Spatial econometrics, exploratory spatial and spatio-temporal data analysis, spatial clustering (and more) * [networkx][] - For working with networks (duh!) * [rasterstats][] - For analyzing rasters based on vector geometries (zonal statistics) From a209f9e9f4b8cd2e57644e7bc31904264cb30a73 Mon Sep 17 00:00:00 2001 From: Martin-Jung Date: Fri, 17 Jul 2015 10:48:17 +0200 Subject: [PATCH 7/9] Some additions to the list --- .gitignore | 4 ++++ packages.md | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a458320 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +spatial_python.Rproj diff --git a/packages.md b/packages.md index 6bda64d..dd561b9 100644 --- a/packages.md +++ b/packages.md @@ -15,9 +15,14 @@ * [geopy][] - For geolocating and things like that * [geojsonio.py][] - For shooting data to the web * [geog][] - For a numpy interface to solve geodesic problems +* [h5py][] - Your pythonic gateway to hdf5 files +* [pyModis][] - Download and preprocess MODIS data ## Data Analysis +* [scipy][] - General scientific computing library. Has a spatial module. +* [scikit-image][] - Algorithms for (satellite) image processing +* [scikit-learn][] - Machine learning for python * [statsmodels][] - For models and stats in Python * [pysal][] - Spatial econometrics, exploratory spatial and spatio-temporal data analysis, spatial clustering (and more) * [networkx][] - For working with networks (duh!) @@ -72,4 +77,8 @@ [descartes]: https://pypi.python.org/pypi/descartes [rasterstats]: https://github.com/perrygeo/python-raster-stats [geog]: https://github.com/jwass/geog - +[scipy]: https://github.com/scipy/scipy +[scikit-image]: http://scikit-image.org/ +[scikit-learn]: https://github.com/scikit-learn/scikit-learn +[h5py]: https://github.com/h5py/h5py +[pyModis]: https://pypi.python.org/pypi/pyModis \ No newline at end of file From 6adf3a3722cf5adbab6b89a4f8c405bac1378ed1 Mon Sep 17 00:00:00 2001 From: Martin-Jung Date: Fri, 17 Jul 2015 10:48:17 +0200 Subject: [PATCH 8/9] Some additions to the list --- packages.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.md b/packages.md index 6bda64d..dd561b9 100644 --- a/packages.md +++ b/packages.md @@ -15,9 +15,14 @@ * [geopy][] - For geolocating and things like that * [geojsonio.py][] - For shooting data to the web * [geog][] - For a numpy interface to solve geodesic problems +* [h5py][] - Your pythonic gateway to hdf5 files +* [pyModis][] - Download and preprocess MODIS data ## Data Analysis +* [scipy][] - General scientific computing library. Has a spatial module. +* [scikit-image][] - Algorithms for (satellite) image processing +* [scikit-learn][] - Machine learning for python * [statsmodels][] - For models and stats in Python * [pysal][] - Spatial econometrics, exploratory spatial and spatio-temporal data analysis, spatial clustering (and more) * [networkx][] - For working with networks (duh!) @@ -72,4 +77,8 @@ [descartes]: https://pypi.python.org/pypi/descartes [rasterstats]: https://github.com/perrygeo/python-raster-stats [geog]: https://github.com/jwass/geog - +[scipy]: https://github.com/scipy/scipy +[scikit-image]: http://scikit-image.org/ +[scikit-learn]: https://github.com/scikit-learn/scikit-learn +[h5py]: https://github.com/h5py/h5py +[pyModis]: https://pypi.python.org/pypi/pyModis \ No newline at end of file From c4c7bcdfdee836d07c47f39273d9a7a7eff0e561 Mon Sep 17 00:00:00 2001 From: aman-thakral Date: Sun, 11 Sep 2016 21:25:15 -0700 Subject: [PATCH 9/9] Add pyspatial to Geospatial Data --- packages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages.md b/packages.md index dd561b9..7e87dc1 100644 --- a/packages.md +++ b/packages.md @@ -17,6 +17,7 @@ * [geog][] - For a numpy interface to solve geodesic problems * [h5py][] - Your pythonic gateway to hdf5 files * [pyModis][] - Download and preprocess MODIS data +* [pyspatial](https://github.com/granularag/pyspatial) - projection aware querying of vector/raster data ## Data Analysis @@ -81,4 +82,4 @@ [scikit-image]: http://scikit-image.org/ [scikit-learn]: https://github.com/scikit-learn/scikit-learn [h5py]: https://github.com/h5py/h5py -[pyModis]: https://pypi.python.org/pypi/pyModis \ No newline at end of file +[pyModis]: https://pypi.python.org/pypi/pyModis