Alan D. Snow
Alan D. Snow
A PR with the fix is welcome.
> I'll open PR if it is okay That would be great, thanks 👍
> How can I resolve this issue? I recommend selecting the subset of data variables that have data on a geospatial grid before exporting. The error is coming from an...
> I tried with other parameters available in the dataset and getting the same result as mentioned earlier It sounds like a valid grid doesn't exist in the dataset.
#209 might be a helpful reference.
This may be helpful: https://github.com/bopen/xarray-sentinel
> > This may be helpful: https://github.com/bopen/xarray-sentinel > > I think this is related to sentinel 1 data processing. The code could be a good reference as there might be...
- http://pylint.pycqa.org/en/stable/technical_reference/extensions.html#design-checker-documentation - https://coverage.readthedocs.io/en/stable/config.html#report (`coverage report --fail-under=95`)
``` python -m pylint rioxarray ************* Module rioxarray.raster_array rioxarray/raster_array.py:602:4: R1260: 'clip_box' is too complex. The McCabe rating is 11 (too-complex) ************* Module rioxarray.raster_writer rioxarray/raster_writer.py:37:0: R1260: '_write_metatata_to_raster' is too complex. The...
https://github.com/rubik/xenon