gjoseph92 / stackstac

Turn a STAC catalog into a dask-based xarray
https://stackstac.readthedocs.io
MIT License
238 stars 49 forks source link

Error caused by pyproj 3.4.0 #173

Closed julianblue closed 1 year ago

julianblue commented 1 year ago

With the latest release of pyproj there seems to be an issue when running stackstac.stack with an epsg parameter. This does not occur when not specifying the epsg. Traceback below.

Thanks in advance. Screenshot 2022-09-12 at 16 31 51

gjoseph92 commented 1 year ago

@julianblue thanks for reporting! I'll try to get a release out fixing this in the next few days. For now, you could downgrade pyproj or install from my branch in https://github.com/gjoseph92/stackstac/pull/174.

gjoseph92 commented 1 year ago

@julianblue stackstac=0.4.3 has been released on PyPi with this fix

cc @TomAugspurger

TomAugspurger commented 1 year ago

Just saw that, thanks :) I'll include it in our next round of updates when it gets through conda-forge.