censusdis / censusdis

censusdis is a Python package for discovering, loading and analyzing, U.S. Census demographic, economic, and geographic data and metadata. It is designed to be intuitive and Pythonic, giving users access to the full collection of data and maps the U.S. Census publishes via their APIs.
Other
58 stars 11 forks source link

Look into issue with `rasterio` 1.3.10 #259

Open vengroff opened 4 months ago

vengroff commented 4 months ago

We are pinned to 1.3.9 for the moment. There are details of the test failure in pyproject.toml where it is pinned.

vengroff commented 1 month ago

We have worked around this in 1.2.0 and later, but it still might we worth really understanding why rasterio 1.3.10 was not able to convert between certain pairs of CRS's that 1.3.9 had been able to.