File tree 2 files changed +14
-1
lines changed
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 15
15
* [ geopy] [ ] - For geolocating and things like that
16
16
* [ geojsonio.py] [ ] - For shooting data to the web
17
17
* [ geog] [ ] - For a numpy interface to solve geodesic problems
18
+ * [ h5py] [ ] - Your pythonic gateway to hdf5 files
19
+ * [ pyModis] [ ] - Download and preprocess MODIS data
18
20
19
21
## Data Analysis
20
22
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
21
26
* [ statsmodels] [ ] - For models and stats in Python
22
27
* [ pysal] [ ] - Spatial econometrics, exploratory spatial and spatio-temporal data analysis, spatial clustering (and more)
23
28
* [ networkx] [ ] - For working with networks (duh!)
72
77
[ descartes ] : https://pypi.python.org/pypi/descartes
73
78
[ rasterstats ] : https://github.com/perrygeo/python-raster-stats
74
79
[ 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