Skip to content

Commit a209f9e

Browse files
committed
Some additions to the list
1 parent e07d377 commit a209f9e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
spatial_python.Rproj

packages.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
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!)
@@ -72,4 +77,8 @@
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

0 commit comments

Comments
 (0)