Skip to content

Commit

Permalink
📌 Pin minimum pyogrio version to 0.4.0 (#21)
Browse files Browse the repository at this point in the history
Using the stable version of pyogrio, patch the intersphinx link as mentioned in #19 (comment), and bumped `geopandas` version in poetry.lock from 0.10.2 to 0.11.0 to reduce number of deprecation warnings.

* 📌 Pin minimum pyogrio version to 0.4.0

Bumps [pyogrio](https://github.com/geopandas/pyogrio) from 0.4.0a1 to 0.4.0.
- [Release notes](https://github.com/geopandas/pyogrio/releases)
- [Changelog](https://github.com/geopandas/pyogrio/blob/v0.4.0/CHANGES.md)
- [Commits](geopandas/pyogrio@v0.4.0a1...v0.4.0)

* 📝 Update permalink to pyogrio.read_dataframe

Get the intersphinx link to point to https://pyogrio.readthedocs.io/en/latest/api.html#pyogrio.read_dataframe.

* ⬆️ Bump geopandas from 0.10.2 to 0.11.0

Bumps [geopandas](https://github.com/geopandas/geopandas) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v0.10.2...v0.11.0)
  • Loading branch information
weiji14 committed Jun 22, 2022
1 parent f1f7652 commit 2082f82
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
39 changes: 20 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
python = "^3.8"
rioxarray = ">=0.10.0"
torchdata = ">=0.3.0"
pyogrio = {version = ">=0.4.0a1", extras = ["geopandas"], optional = true}
pyogrio = {version = ">=0.4.0", extras = ["geopandas"], optional = true}
# Docs
jupyter-book = {version="*", optional=true}
planetary-computer = {version="*", optional=true}
Expand Down
3 changes: 1 addition & 2 deletions zen3geo/datapipes/pyogrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ class PyogrioReaderIterDataPipe(IterDataPipe[Tuple[str, StreamWrapper]]):
FlatGeoBuf, GeoPackage, GeoJSON, etc.
kwargs : Optional
Extra keyword arguments to pass to
`pyogrio.read_dataframe <https://pyogrio.readthedocs.io/en/latest/api.html#geopandas-integration>`_.
Extra keyword arguments to pass to :py:func:`pyogrio.read_dataframe`.
Yields
------
Expand Down

0 comments on commit 2082f82

Please sign in to comment.