Andrew Tedstone
Andrew Tedstone
#### Code Sample Example file: [ftp://ftp.climato.be/fettweis/MARv3.11/Greenland/ERA_1958-2019-10km/daily_10km/MARv3.11-20km-daily-ERA-10km-2016.nc](ftp://ftp.climato.be/fettweis/MARv3.11/Greenland/ERA_1958-2019-10km/daily_10km/MARv3.11-20km-daily-ERA-10km-2016.nc) ```python import rioxarray as rxr ds = rxr.open_rasterio('MARv3.11.2-6km-daily-ERA5-2016.nc') --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ----> 1 mar = rxr.open_rasterio('MARv3.11.2-6km-ERA5/MARv3.11.2-6km-daily-ERA5-2016.nc', mask_and_scale=False, parse_coordinates=False) ~/miniconda3/envs/geospatial/lib/python3.7/site-packages/rioxarray/_io.py...
Hi Jose Having used the script for the last few days I've come across a couple more oddities related to Python 3. There are two commits (plus some merging as...
Hi, Just looking at using some Hyperion data at the moment and was having problems importing raster - everytime I tried to do so it failed at importing the pygaarst...
There is very little test coverage of the Vector.rasterize() operation. PR #254 has introduced two lightweight tests but these are not sufficient as they only provide partial tests of `crs`...
Existing test method for Raster.save() does not check the GCP export capability.