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

Roadmap #1

Closed
martinfleis opened this issue Jan 7, 2023 · 3 comments
Closed

Roadmap #1

martinfleis opened this issue Jan 7, 2023 · 3 comments

Comments

@martinfleis
Copy link
Member

martinfleis commented Jan 7, 2023

The basic functionality and its tests are currently in place. We have

  • a database of some vector data examples (mostly from GeoDa centre ported from the libpysal.examples module + NYBB) as a JSON file
  • tooling to work with it like in xyzservices (mostly ported from there; it may eventually be worth sharing bits somehow)
  • new top-level api to fetch url or local path
    • implementation of download and caching using pooch for downloads and local path handling via get_path
  • tests and CI

What needs to be done:

  • agree on a name and find a home (GeoPandas org or PySAL org?)
  • documentation -> add documentation #3
  • expand list of datasets to replace naturalearth in documentation -> Additional data #4
  • possibly something like download_all or download(list) to pre-download files to a cache. -> ENH: add fetch() #2
  • release

After that, I think the first version is done and can be used in GeoPandas docs instead of to-be-deprecated datasets module.

@martinfleis
Copy link
Member Author

PySAL is fine hosting the package in the org but there's an agreement that it would belong to geopandas better.

@martinfleis
Copy link
Member Author

I have tagged a 2023.1.0b2 release which has been shipped to PyPI. Will give it a few days to hopefully add some additional data and cut 2023.1.0 or 2023.2.0 as a proper release that will also be on conda-forge (so far I haven't created a feedstock yet as they do not favour beta releases).

@martinfleis
Copy link
Member Author

Completed.

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

No branches or pull requests

1 participant