Kai Mühlbauer
Kai Mühlbauer
resolved by #183
Just as a side note: GDAL and its several (standalone-) [utility functions](http://www.gdal.org/gdal_utilities.html) can make use of many [raster file formats](http://www.gdal.org/formats_list.html), depending on compiled libraries. Using the GTOPO30 data for instance,...
@nguy If you allow the use of `subprocess` here is an approach using [gdal vrt](http://www.gdal.org/gdalbuildvrt.html): ``` import subprocess import numpy as np import matplotlib as mpl import glob from osgeo...
Downside is the need of gdal as a python dependency. But gdal utils need to be installed anyway. To overcome this you can use the .hdr files to extract the...
see pull request #7
@ohueppop Hi, wradlib dev here. Just want to rule out any problems on the wradlib side. Could you please attach a code snippet how you've created the PVOL-file using wradlib?...
@ohueppop Great, let me check. Yes, only absolutely necessary attributes are transferred. Please go to openradar.discourse.group for discussion or https://github.com/openradar/xradar for feature request. We've joined forces in the openradar community...
@ohueppop I can't figure out why this data has dtype `uint8`. It was after the overall change to 250m resolution, which confuses me a bit. Would you mind sending me...
@ohueppop OK, it's already in the source files (8bit resolution only): ``` GROUP "dataset1" { GROUP "data1" { DATASET "data" { DATATYPE H5T_STD_U8LE DATASPACE SIMPLE { ( 360, 720 )...
This was found in collaboration with openradar discourse member [ankithva](https://openradar.discourse.group/u/ankithva).