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

✨ PyogrioReaderIterDataPipe for reading vector OGR files #19

Merged
merged 4 commits into from
Jun 9, 2022
Merged

Commits on Jun 9, 2022

  1. ➕ Add pyogrio[geopandas]

    Vectorized vector I/O using OGR!
    weiji14 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    c29b5fd View commit details
    Browse the repository at this point in the history
  2. ✨ PyogrioReaderIterDataPipe for reading vector OGR files

    An iterable-style DataPipe for vector data! Uses pyogrio with geopandas for the I/O. Included a doctest and unit test, added a new section in the API docs and some more intersphinx mappings.
    weiji14 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    62c4541 View commit details
    Browse the repository at this point in the history
  3. 👷 Run tests with optional packages on Python 3.9

    Making a proper build matrix now! Minimal tests (no optional dependencies) run on Python 3.8, while full tests (with all dependencies) run on Python 3.9.
    
    Wanted to do Python 3.10 for full tests, but need to wait for rasterio 1.3.0 to come out of beta first.
    weiji14 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8d0d8dd View commit details
    Browse the repository at this point in the history
  4. 🚩 Skip Ubuntu Python 3.8 CI tests for draft PRs

    Conserve GitHub Actions Continuous Integration resources when a Pull Request is in draft mode.
    weiji14 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    63114cd View commit details
    Browse the repository at this point in the history