Skip to content

Bump the geospatial group with 4 updates#35

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/geospatial-0747b9e835
Open

Bump the geospatial group with 4 updates#35
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/geospatial-0747b9e835

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps the geospatial group with 4 updates: rioxarray, rasterio, geopandas and fiona.

Updates rioxarray from 0.15.1 to 0.20.0

Release notes

Sourced from rioxarray's releases.

0.20.0 Release

What's Changed

New Contributors

Other contributions

Full Changelog: corteva/rioxarray@0.19.0...0.20.0

0.19.0 Release

What's Changed

New Contributors

Other contributions

Full Changelog: corteva/rioxarray@0.18.2...0.19.0

0.18.2 Release

What's Changed

New Contributors

Other contributions

Full Changelog: corteva/rioxarray@0.18.1...0.18.2

0.18.1 Release

What's Changed

... (truncated)

Changelog

Sourced from rioxarray's changelog.

0.20.0

  • DEP: Support Python 3.12-3.14 (#872)
  • DEP: numpy 2+ (#871)
  • ENH: Enable string resample parameter in rio.reproject and rio.reproject_match (#870)

0.19.0

  • BUG:merge: Revert rasterio.io.MemoryFile code (#850)
  • DEP: pin rasterio >= 1.4.3 (#850)

0.18.2

  • BUG: Fix reproject with geoloc arrays not named xc|yc (#840)

0.18.1

  • DEP: Pin rasterio>=1.3.7 (pull #826)
  • BUG:merge: Ensure dims and coords match input array (pull #828)

0.18.0

  • ENH:reproject: Support geolocation arrays (pull #822)
  • REF: Add positional arguments requirements (pull #806)
  • BUG:merge: Fix merging masked and scaled data (issue #814)
  • BUG: Fix chunk arguments for normalize_chunks (pull #820)
  • BUG: Squeeze when using interpolate_na with extra dim (pull #810)
  • BUG: Properly handle encoding/decoding scales and offsets by (pull #821)
  • DOC: Clearer coordinate docstring for open_rasterio (pull #811)

0.17.0

  • REF:reproject: Make NaN default float nodata & update integer defaults

0.16.0

  • ENH: Add allow_one_dimensional_raster option to rio.clip_box (issue #708)
  • MNT: recommend rio.write_crs`` & deprecate rio.set_crs` (pull #793)

0.15.7

  • BUG: Remove grid_mapping from attrs when writing (pull #783)
  • BUG: Ensure gcp_crs exists before writing in rio.write_gcps (issue #646)

0.15.6

  • BUG: Raise OverflowError when nodata data type conversion is unsafe (pull #782)
  • BUG: Support writing GCPs to netCDF (issue #778)
  • BUG: Fix reading dask chunks when band_as_variable=True (issue #761)
  • REF:merge: Use merge path & rio.to_raster (pull #781)

... (truncated)

Commits

Updates rasterio from 1.3.10 to 1.4.3

Release notes

Sourced from rasterio's releases.

1.4.3

Version 1.4.3 fixes two major regressions and several other minor bugs.

Bug fixes

  • Erroneous masking of 0-valued raster data by boundless, masked reads has been fixed (#3268).
  • If passed a dataset object, rasterio.open() now raises TypeError instead of proceeding and crashing (#3266).
  • All options of GDALFillNodata() are now supported by rasterio.fill.fill nodata() (#3265).
  • The flag for GDAL driver registration has been changed to an _env module attribute. Drivers should only be registered once per process at most (#3260). A side effect of this is that the GDAL_SKIP configuration option, which affects format driver registration, only has an effect the first time a dataset is opened.
  • Allow a dataset's compression metadata to surface in profile and compression properties even if the value isn't present in the Compression enum (#3259).
  • A bug that causes CRS.from_wkt().is_epsg_code() to erroneously return False when an EPSG code is embedded in WKT has been fixed (#3258).
  • IAU 2015 has been added to the list of known CRS authorities (#3243).
  • A major performance regression in Rasterio's merge tool has been corrected (#3234).

Other changes

  • CRS._matches() has been rewritten to better support CRS.to_authority() and CRS.to_epsg() (#3255).

1.4.2

Version 1.4.2 fixes two regressions and further improves compatibility with GDAL 3.10.

Important note about GDAL 3.10.0

GDAL version 3.10.0 will be released soon. No version of Rasterio before 1.4.2 will fully function with GDAL 3.10. To use GDAL 3.10, you must upgrade Rasterio to 1.4.2.

Bug fixes

  • The reproject() function now always returns a 2-D array, masked or non-masked, when requested (#3223).
  • The various rowcol() methods once again return integers by default as they did in 1.3.11 (#3219).
  • Internal usage of CRS.to_epsg(), which is slow, has been reduced, and CRS.__eq__() has been made much faster (#3216).
  • The warper's use of a MEM:: dataset has been made fully compatible with changes coming in GDAL 3.10 (#3212).

Packaging notes

All wheels on PyPI include GDAL 3.9.3.

The macOS ARM64 wheels on PyPI are available only for macOS version 14 (Sonoma) or newer because of changes on the platform we use to build those wheels.

1.4.1

Version 1.4.1 fixes two regressions, improves compatibility with GDAL 3.10, and specifies a testing dependency that was previously undeclared.

Bug fixes

  • The xy() transform method once again accepts grid coordinates as input (#3198).
  • A dataset's index() method again returns a tuple of ints, not floats (#3195).

Other changes

  • GDAL 3.10 will disable opening "MEM::" datasets by default. Rasterio's internal usage of these datasets is wrapped in special configuration.
  • New color interpretation constants of GDAL 3.10 have been added to the ColorInterp enum (#3194).

... (truncated)

Changelog

Sourced from rasterio's changelog.

1.4.3 (2024-12-02)

Bug fixes:

  • Erroneous masking of 0-valued raster data by boundless, masked reads has been fixed (#3268).
  • If passed a dataset object, rasterio.open() now raises TypeError instead of proceeding and crashing (#3266).
  • All options of GDALFillNodata() are now supported by the method in rasterio.fill (#3265).
  • The flag for GDAL driver registration has been changed to an _env module attribute. Drivers should only be registered once per process at most (#3260). A side effect of this is that the GDAL_SKIP configuration option, which affects format driver registration, only has an effect the first time a dataset is opened.
  • Allow a dataset's compression metadata to surface in profile and compression properties even if the value isn't present in the Compression enum (#3259).
  • A bug that causes CRS.from_wkt().is_epsg_code() to erroneously return False when an EPSG code is embedded in WKT has been fixed (#3258).
  • IAU 2015 has been added to the list of known CRS authorities (#3243).
  • A major performance regression in Rasterio's merge tool has been corrected (#3234).

Other changes:

  • CRS._matches() has been rewritten to better support CRS.to_authority() and CRS.to_epsg() (#3255).

1.4.2 (2024-10-30)

Version 1.4.2 fixes two regressions and further improves compatibility with GDAL 3.10.

Bug fixes:

  • The reproject() function now always returns a 2-D array, masked or non-masked, when requested (#3223).
  • The various rowcol() methods once again return integers by default as they did in 1.3.11 (#3219).
  • Internal usage of CRS.to_epsg(), which is slow, has been reduced, and CRS.eq() has been made much faster (#3216).
  • The warper's use of a MEM:: dataset has been made fully compatible with changes coming in GDAL 3.10 (#3212).

1.4.1 (2024-09-30)

Version 1.4.1 fixes two regressions, improves compatibility with GDAL 3.10, and

... (truncated)

Commits

Updates geopandas from 0.14.3 to 1.1.1

Release notes

Sourced from geopandas's releases.

v1.1.1

A patch release containing minor regression fixes.

What's Changed

Full Changelog: geopandas/geopandas@v1.1.0...v1.1.1

v1.1.0

Notes on dependencies:

  • GeoPandas 1.1 now requires Python 3.10 or greater and pandas 2.0, numpy 1.24, pyproj 3.5, are now the minimum required version for these dependencies. Furthermore, the minimum tested version for optional dependencies has been updated to fiona 1.8.21, scipy 1.9, matplotlib 3.7, mapclassify 2.5, folium 0.12 and SQLAlchemy 2.0. Older versions of these libraries may continue to work, but are no longer considered supported (#3371).

New features and improvements:

  • Added options to return the result of SpatialIndex.query in a form of a dense or a sparse boolean array. This adds optional dependency on scipy for the sparse output. Note that this also changes the previously undocumented behaviour of the output_format keyword (#1674).
  • Add grid_size parameter to union_all and dissolve (#3445).
  • GeoDataFrame.plot now supports pd.Index as an input for the column keyword (#3463).
  • Added disjoint_subset union algorithm for union_all and dissolve (#3534).
  • Added constrained_delaunay_triangles method to GeoSeries/GeoDataFrame (#3552).
  • Added to_pandas_kwargs argument to from_arrow, read_parquet and read_feather to allow better control of conversion of non-geometric Arrow data to DataFrames (#3466).
  • Added is_valid_coverage and invalid_coverage_edges to GeoSeries/GeoDataFrame to allow validation of polygonal coverage (#3545).
  • Added maximum_inscribed_circle method from shapely to GeoSeries/GeoDataFrame (#3544).
  • Added minimum_clearance_line method from shapely to GeoSeries/GeoDataFrame (#3543).
  • Added orient_polygons method from shapely to GeoSeries/GeoDataFrame (#3559).
  • Added method and keep_collapsed argument to make_valid (#3548).
  • Added simplify_coverage method for topological simplification of polygonal coverages to GeoSeries/GeoDataFrame (#3541).
  • Added initial support of M coordinates (m and has_m properties, include_m in get_coordinates) (#3561).
  • Added geom_equals_identical method exposing equals_identical from shapely to GeoSeries/GeoDataFrame (#3560).
  • GeoPandas now attempts to use a range request when reading from an URL even if the header does not directly indicate its support (#3572).
  • Added geopandas.accessors module. Import this module to register a pandas.Series.geo accessor, which exposes GeoSeries methods via pandas's extension mechanism (#3272).
  • Improve performance of overlay with how=identity (#3504).

... (truncated)

Changelog

Sourced from geopandas's changelog.

Version 1.1.1 (June 27, 2025)

Bug fixes:

  • Fix regression in the GeoDataFrame constructor when np.nan is given as an only geometry (#3591).
  • Fix regression in overlay with how="identity" when input dataframes have column names that are equal (#3596).

Version 1.1.0 (June 1, 2025)

Notes on dependencies:

  • GeoPandas 1.1 now requires Python 3.10 or greater and pandas 2.0, numpy 1.24, pyproj 3.5, are now the minimum required version for these dependencies. Furthermore, the minimum tested version for optional dependencies has been updated to fiona 1.8.21, scipy 1.9, matplotlib 3.7, mapclassify 2.5, folium 0.12 and SQLAlchemy 2.0. Older versions of these libraries may continue to work, but are no longer considered supported (#3371).

New features and improvements:

  • Added options to return the result of SpatialIndex.query in a form of a dense or a sparse boolean array. This adds optional dependency on scipy for the sparse output. Note that this also changes the previously undocumented behaviour of the output_format keyword (#1674).
  • Add grid_size parameter to union_all and dissolve (#3445).
  • GeoDataFrame.plot now supports pd.Index as an input for the column keyword (#3463).
  • Added disjoint_subset union algorithm for union_all and dissolve (#3534).
  • Added constrained_delaunay_triangles method to GeoSeries/GeoDataFrame (#3552).
  • Added to_pandas_kwargs argument to from_arrow, read_parquet and read_feather to allow better control of conversion of non-geometric Arrow data to DataFrames (#3466).
  • Added is_valid_coverage and invalid_coverage_edges to GeoSeries/GeoDataFrame to allow validation of polygonal coverage (#3545).
  • Added maximum_inscribed_circle method from shapely to GeoSeries/GeoDataFrame (#3544).
  • Added minimum_clearance_line method from shapely to GeoSeries/GeoDataFrame (#3543).
  • Added orient_polygons method from shapely to GeoSeries/GeoDataFrame (#3559).
  • Added method and keep_collapsed argument to make_valid (#3548).
  • Added simplify_coverage method for topological simplification of polygonal coverages to GeoSeries/GeoDataFrame (#3541).
  • Added initial support of M coordinates (m and has_m properties, include_m in get_coordinates) (#3561).
  • Added geom_equals_identical method exposing equals_identical from shapely to GeoSeries/GeoDataFrame (#3560).
  • GeoPandas now attempts to use a range request when reading from an URL even if the header does not directly indicate its support (#3572).
  • Added geopandas.accessors module. Import this module to register a pandas.Series.geo accessor, which exposes GeoSeries methods via pandas's extension mechanism (#3272).
  • Improve performance of overlay with how=identity (#3504).
  • A warning message is raised in read_file when a GeoDataFrame or GeoSeries mask and/or the source dataset is missing a defined CRS (#3464).
  • GeoDataFrame no longer hard-codes the class internally, allowing easier subclassing (#3505).

... (truncated)

Commits
  • e9b58ce RLS: v1.1.1
  • c6bf8b3 MAINT: enable pydocstyle ruff rules - automatic and easy fixes (#3598)
  • 339c7f7 TST: use nadgrids=null to suppress influence of grid files (#3588)
  • 2a7fad9 REGR: overlay with identity doesn't handle equal input column names correctly...
  • 1a1585d REGR: fix GeoDataFrame constructor when np.nan given as only geometry (#3591)
  • c36eba0 RSL: changelog for 1.1.0 release (#3586)
  • 2d6b332 remove remote url xfail (#3585)
  • ce86559 DOC: Drafted new documentation page outlining how to create inset maps and in...
  • d0ffe06 ENH: add error message when reading dataset without crs with a GeoDataFrame o...
  • f3f145f CI: xfail remote url test for now (#3584)
  • Additional commits viewable in compare view

Updates fiona from 1.9.6 to 1.10.1

Release notes

Sourced from fiona's releases.

1.10.1

Bug fixes

  • Several typos were found and fixed (#1448). One variable was renamed and the ContextVar in _vsipyopener.pyx was renamed.
  • Logging in the CRS class no longer tries to print representations of objects that may be NULL when searching for authority matches (#1445).

1.10.0

This is 1.10.0. At last! The project has added 25 new contributors since 1.9.0, for a total of 73.

Fiona 1.10 will continue to support classic GIS programming work with a record-style data model. Rows, that is, not columns.

The changes since 1.9.6 are fully described in the changelog, split across pre-releases. Here is a high-level summary.

Deprecations

  • Python-style filter expressions for CLI commands are being replaced by Lisp-like expressions.
  • Some constants in the fiona.schema module will be removed in a future version.
  • The fiona.path module will be removed in a future version. This, and the previously mentioned constants, were not meant to be used by projects downstream.

New features

  • Python openers can connect filesystems implemented in Python, like fsspec or tiledb.vfs, to GDAL's own virtual filesystem machinery. In most cases, you should reply on GDAL's built-in virtual filesystem handlers. On the other hand, if you have unique or proprietary data access protocols, then fiona's new openers may be useful.
  • Fiona's CLI has three new commands, filter (strictly speaking, a new mode of this command), map, and reduce. These provide some great features for Unix-style data processing pipelines and are designed to work well with jq and programs of that nature.

Other changes

This version is heavily refactored. If it's not paying off for you, let us know!

PyPI wheels

The binary wheels on PyPI include GDAL 3.9.2 (3.9.1 for Windows), GEOS 3.11.2, and PROJ 9.4.1.

GDAL and Python versions

Fiona 1.10.0 requires GDAL 3.4 and Python 3.8 or newer.

1.10.0rc1

This is the first release candidate for 1.10.0.

Changes

  • Mutable item access to Feature, Geometry, and Properties instances has been restored (reported in #1430). This usage should be avoided as instances of these classes will be immutable in a future version.
  • The setup.cfg duplicates project configuration in pyproject.toml and has been removed.

Packaging

  • PyPI wheels include GDAL 3.9.2.

Please see the CHANGES file for a more detailed enumeration of changes since version 1.10b1. Unless showstopper bugs are found in this release, expect a final 1.10.0 release in two weeks.

... (truncated)

Changelog

Sourced from fiona's changelog.

1.10.1 (2024-09-16)

Bug fixes:

  • Several typos were found and fixed (#1448). One variable was renamed and one the ContextVar in _vsipyopener.pyx was renamed.
  • Logging in the CRS class no longer tries to print representations of objects that may be NULL when searching for authority matches (#1445).

1.10.0 (2024-09-03)

The package version, credits, and citation file have been updated. There have been no other changes since 1.10.0rc1. Fiona is the work of 73 contributors, including 25 new contributors since 1.9.0.

1.10.0rc1 (2024-08-21)

This is the first release candidate for 1.10.0.

Changes:

  • Mutable item access to Feature, Geometry, and Properties instances has been restored (reported in #1430). This usage should be avoided as instances of these classes will be immutable in a future version.
  • The setup.cfg duplicates project configuration in pyproject.toml and has been removed.

1.10b3 (2024-07-29)

Bug fixes:

  • The sketchy, semi-private Python opener interfaces of version 1.10b2 have been replaced by ABCs that are exported from fiona.abc (#1415).
  • The truncate VSI plugin callback has been implemented (#1413).

1.10b2 (2024-07-10)

Bug fixes:

  • The Pyopener registry and VSI plugin have been rewritten to avoid filename conflicts and to be compatible with multithreading. Now, a new plugin handler is registered for each instance of using an opener (#1408). Before GDAL 3.9.0 plugin handlers cannot not be removed and so it may be observed that the size of the Pyopener registry grows during the execution of a program.
  • A CSLConstList ctypedef has been added and is used where appropriate (#1404).

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 10, 2025

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/pip/geospatial-0747b9e835 branch from e3a6b75 to 8ce6c53 Compare December 15, 2025 18:09
@dependabot dependabot bot force-pushed the dependabot/pip/geospatial-0747b9e835 branch from 8ce6c53 to e9de518 Compare January 21, 2026 10:57
@dependabot dependabot bot force-pushed the dependabot/pip/geospatial-0747b9e835 branch from e9de518 to 37b79a7 Compare February 4, 2026 10:55
@dependabot dependabot bot force-pushed the dependabot/pip/geospatial-0747b9e835 branch 2 times, most recently from e27ecd0 to 4c48dc3 Compare February 25, 2026 10:56
Bumps the geospatial group with 4 updates: [rioxarray](https://github.com/corteva/rioxarray), [rasterio](https://github.com/rasterio/rasterio), [geopandas](https://github.com/geopandas/geopandas) and [fiona](https://github.com/Toblerity/Fiona).


Updates `rioxarray` from 0.15.1 to 0.20.0
- [Release notes](https://github.com/corteva/rioxarray/releases)
- [Changelog](https://github.com/corteva/rioxarray/blob/master/docs/history.rst)
- [Commits](corteva/rioxarray@0.15.1...0.20.0)

Updates `rasterio` from 1.3.10 to 1.4.3
- [Release notes](https://github.com/rasterio/rasterio/releases)
- [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt)
- [Commits](rasterio/rasterio@1.3.10...1.4.3)

Updates `geopandas` from 0.14.3 to 1.1.1
- [Release notes](https://github.com/geopandas/geopandas/releases)
- [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md)
- [Commits](geopandas/geopandas@v0.14.3...v1.1.1)

Updates `fiona` from 1.9.6 to 1.10.1
- [Release notes](https://github.com/Toblerity/Fiona/releases)
- [Changelog](https://github.com/Toblerity/Fiona/blob/main/CHANGES.txt)
- [Commits](Toblerity/Fiona@1.9.6...1.10.1)

---
updated-dependencies:
- dependency-name: rioxarray
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: geospatial
- dependency-name: rasterio
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: geospatial
- dependency-name: geopandas
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: geospatial
- dependency-name: fiona
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: geospatial
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/geospatial-0747b9e835 branch from 4c48dc3 to 0e0a7c2 Compare March 11, 2026 10:55
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.

0 participants