File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ .Rproj.user
2+ .Rhistory
3+ .RData
4+ spatial_python.Rproj
Original file line number Diff line number Diff line change 1515* [ geopy] [ ] - For geolocating and things like that
1616* [ geojsonio.py] [ ] - For shooting data to the web
1717* [ geog] [ ] - For a numpy interface to solve geodesic problems
18+ * [ h5py] [ ] - Your pythonic gateway to hdf5 files
19+ * [ pyModis] [ ] - Download and preprocess MODIS data
1820
1921## Data Analysis
2022
23+ * [ scipy] [ ] - General scientific computing library. Has a spatial module.
24+ * [ scikit-image] [ ] - Algorithms for (satellite) image processing
25+ * [ scikit-learn] [ ] - Machine learning for python
2126* [ statsmodels] [ ] - For models and stats in Python
2227* [ pysal] [ ] - Spatial econometrics, exploratory spatial and spatio-temporal data analysis, spatial clustering (and more)
2328* [ networkx] [ ] - For working with networks (duh!)
7277[ descartes ] : https://pypi.python.org/pypi/descartes
7378[ rasterstats ] : https://github.com/perrygeo/python-raster-stats
7479[ geog ] : https://github.com/jwass/geog
75-
80+ [ scipy ] : https://github.com/scipy/scipy
81+ [ scikit-image ] : http://scikit-image.org/
82+ [ scikit-learn ] : https://github.com/scikit-learn/scikit-learn
83+ [ h5py ] : https://github.com/h5py/h5py
84+ [ pyModis ] : https://pypi.python.org/pypi/pyModis
You can’t perform that action at this time.
0 commit comments