Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shapefile #46

Open
wants to merge 65 commits into
base: master
Choose a base branch
from

Conversation

floriandeboissieu
Copy link
Contributor

@floriandeboissieu floriandeboissieu commented Jan 19, 2021

Hi Olivier,
I made several enhancements to peps_download after packaging, see below list. I tried to keep as much as possible as your code.
Although geopandas is supported, it is not required. If not available, setting shape argument will just raise an error.

You can install and try the package with command line:

pip install git+https://github.com/floriandeboissieu/peps_download.git@shapefile

v1.0.0

Add

  • pip install support
  • multipage requests
  • argument shape as file (shapefile, geojson, ...), shapely geometry, or geopandas object to define bounding box
  • control of verbosity
  • NEWS.md for future updates

Change

  • return file status ('on tape', 'staging', 'on disk', 'downloaded', 'existing')
  • update README

…of a for loop inside parse_catalog, which seems useless outside parse_catalog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant