From a209f9e9f4b8cd2e57644e7bc31904264cb30a73 Mon Sep 17 00:00:00 2001 From: Martin-Jung Date: Fri, 17 Jul 2015 10:48:17 +0200 Subject: [PATCH 1/2] 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 2/2] 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