Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 8, 2018
1 parent e402400 commit 1fddc1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pymyinstall/packaged/packaged_config_3_extended.py
Expand Up @@ -173,6 +173,8 @@ def extended_set():
ModuleInstall('pyproj', 'wheel',
purpose="python interface to PROJ4 library for cartographic transformations " +
"https://jswhit.github.io/pyproj, needed by cartopy", usage="VIZ"),
ModuleInstall('geojson', 'pip',
purpose="Functions for encoding and decoding GeoJSON formatted data"),
ModuleInstall('basemap', 'wheel', mname='mpl_toolkits.basemap',
purpose="maps extension for matplotlib", usage="VIZ"),
ModuleInstall('Cartopy', 'wheel', mname="cartopy",
Expand Down

0 comments on commit 1fddc1d

Please sign in to comment.