Rioxarray reprojecting a dataset #141
Answered
by
giswqs
Iamnyatichi
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Nov 16, 2024
Replies: 2 comments 1 reply
-
Yes, this a gdal installation issue on your computer. Try install gdal from the official conda channel. conda create -n test python=3.12
conda activate test
conda install gdal
conda install -c conda-forge leafmap maplibre jupyterlab |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See rasterio/rasterio#2721