Skip to content

Commit 1db018e

Browse files
committed
Update packages.md
1 parent 41a5478 commit 1db018e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
## Data Analysis
1919

2020
* [statsmodels][] - For models and stats in Python
21-
* [pysal][] - Spatial econometrics, exploratory spatial and space-time data analysis, spatially constrained clustering (vector data)
21+
* [pysal][] - For all your spatial econometrics needs (and more)
2222
* [networkx][] - For working with networks (duh!)
2323
* [rasterstats][] - For analyzing rasters based on vector geometries (zonal statistics)
2424

2525
## Plotting/Mapping
2626

2727
* [matplotlib][] - For all my plotting needs
2828
* [cartopy][] - For plotting spatial data on projections and more
29+
* [folium][] - Python Data. Leaflet.js Maps.
2930
* [nodebox-opengl][] - For playing around with animations
3031
* [descartes][] - For plotting geometries in matplotlib
3132
* [basemap][] - For plotting geospatial data on projections
@@ -59,6 +60,7 @@
5960
[ogr/gdal]: https://pypi.python.org/pypi/GDAL/
6061
[matplotlib]: http://matplotlib.org/
6162
[fiona]: http://toblerity.github.io/fiona/
63+
[folium]: https://github.com/python-visualization/folium
6264
[networkx]: http://networkx.github.io/
6365
[pelican]: http://docs.getpelican.com/en/3.2/
6466
[pyqgis]: http://www.qgis.org/pyqgis-cookbook/

0 commit comments

Comments
 (0)