Can we specify name of X and Y columns from DIMS while reading netCDF #1178
Replies: 2 comments 1 reply
-
Hi @krishnaglodha - thanks for raising this discussion! titiler/src/titiler/xarray/titiler/xarray/io.py Lines 100 to 113 in 4aa57c3 I think it could be useful to add a pair of parameters titiler/src/titiler/xarray/titiler/xarray/dependencies.py Lines 40 to 58 in 4aa57c3
It would be great if you opened a PR with this change! |
Beta Was this translation helpful? Give feedback.
-
Yeah we can always create a custom reader, so should I not work on this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to read netcdf file which has dimensions as
('TIME', 'COADSY', 'COADSX')
because of this, when I run any API from titiler.xarray, I'm getting an errorI'm imagining that this might be because the default X and Y are not available in dimensions, but that might be the case with many datasets. If we can let user also specify X and Y dimension similar to show_time , that'd be great!
I'd love to contribute to this issue as well
Beta Was this translation helpful? Give feedback.
All reactions