Skip to content

Commit d09d648

Browse files
committed
Add some plotting packages
1 parent a93c106 commit d09d648

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* [ogr/gdal][] - For reading, writing, and transforming geospatial data formats
1414
* [pyqgis][] - For anything and everything GIS
1515
* [geopy][] - For geolocating and things like that
16+
* [geojsonio.py][] - For shooting data to the web
1617

1718
## Data Analysis
1819

@@ -23,9 +24,11 @@
2324
## Plotting/Mapping
2425

2526
* [matplotlib][] - For all my plotting needs
26-
* [cartopy][] - For plotting spatial data
27+
* [cartopy][] - For plotting spatial data on projections and more
2728
* [nodebox-opengl][] - For playing around with animations
2829
* [descartes][] - For plotting geometries in matplotlib
30+
* [basemap][] - For plotting geospatial data on projections
31+
* [mplleaflet][] - For creating web-maps
2932

3033
## General Python
3134

@@ -37,7 +40,9 @@
3740

3841
* [pelican][] - For blogging about all this stuff...
3942

40-
43+
[mplleaflet]: https://github.com/jwass/mplleaflet
44+
[geojsonio.py]: https://github.com/jwass/geojsonio.py
45+
[basemap]: https://github.com/matplotlib/basemap
4146
[rasterio]: https://github.com/mapbox/rasterio
4247
[pandas]: http://pandas.pydata.org/
4348
[geopandas]: https://github.com/kjordahl/geopandas

0 commit comments

Comments
 (0)