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

ENH: Replicate projsync for pyproj #572

Closed
snowman2 opened this issue Mar 11, 2020 · 0 comments · Fixed by #648
Closed

ENH: Replicate projsync for pyproj #572

snowman2 opened this issue Mar 11, 2020 · 0 comments · Fixed by #648
Labels
enhancement proposal Idea for a new feature.

Comments

@snowman2
Copy link
Member

Related to: OSGeo/PROJ#2028

Two parts:

  1. Python API
  2. CLI

Currently, without pj_context_set_user_writable_directory, this means that the download can only go to the user writable directory via the PROJ API.

The alternative would be to create a python based downloader, but the logic may differ from PROJ.

  • To get the user writable directory, could use https://github.com/ActiveState/appdirs
  • To download the file, have many options available and can manually download to user directory, the data directory, or whichever is specified by the user.
@snowman2 snowman2 added the proposal Idea for a new feature. label Mar 11, 2020
@snowman2 snowman2 changed the title Replicate projsync for pyproj ENH: Replicate projsync for pyproj May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement proposal Idea for a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant