-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArcGIS/QGIS interoperability #37
Comments
I was able to install the latest QGIS with GDAL 3.8 on Macbook by running the following commands (you can probably substitute conda instead of micromamba, and we're using Python 3.11 because zarr doesn't support 3.12 yet):
After that you can launch it from the same terminal by calling We should use GDAL >3.8 since this is the earliest version of GDAL that supports Zarr V3. |
On GDAL startup, I ran into a permissions issue with the fault handler (using an M1 Macbook) which seems to cause any crashes in Python to crash QGIS as well. |
The main issue is about having an interactive viewer on large data. So I'd focus on how QGIS indexes large data, e.g. a {x: 100_000, y: 100_000, band: 50} Zarr dataset in blob storage in some cloud. |
@wietzesuijker there are two issues here, pyramiding support and potentially an underlying gdal error, for your issue did you get an error or it's just slow? |
For our comparison, the same test in ArcGIS Pro (v3.2.1) with GLDAS_NOAH025_3H.zarr can be done by using the "Multidimensional Raster Layer" toolbox described here. Add Data: Overall, pretty simple usage. |
I remember receiving a few errors as well when loading into qgis. I did manage to inspect the data, e.g., using the value tool plugin, though the UX didn't feel very optimized. |
Following up on: qgis/QGIS#54240
Using the files listed: #36
Using this space to document our findings
The text was updated successfully, but these errors were encountered: