[gdal-dev] 2019 OSGeo Community/Code Sprint in Minneapolis - May 14-17

2018-12-28 Thread Lime, Steve D (MNIT)
Hi all: Just a quick note to let folks know that planning is underway to host a community/code sprint in Minneapolis in May of 2019 - specifically from May 14th to the 17th. The location will be the Wilson Research Collaboration Studio on the campus of the University of Minnesota. More informati

Re: [gdal-dev] removing/updating stats and histogram when editing raster

2018-12-28 Thread Dennis Gocke
Hi Even, Thanks for the quick reply. Regarding removing stats: I just noticed that the gdal_edit.py script also just removes all metadata items starting with the 'STATISTICS_'. So that's probably the way to go. For removing the histogram there is no such option in gdal_edit.py Your suggestion w

[gdal-dev] Gdalwarp producing odd results around 0 degree longitude

2018-12-28 Thread Simon Proud
Hello, I am warping ECMWF grib data (full globe, 0.25 degree resolution) to match the SEVIRI geostationary satellite projection. I use this command: gdalwarp -overwrite -ot Float32 -t_srs "+proj=geos +a=6378169 +b=6356583.8 +lon_0=0.0 +h=35785831" -te -5570248.832537 5570244.832537 5567248.4

[gdal-dev] SRS barn: 7th status report

2018-12-28 Thread Even Rouault
Hi Please find my 7th status report at https://erouault.blogspot.com/2018/12/srs-barn-raising-7th-report.html Best regards, -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org htt

[gdal-dev] Error of reading data stored on NFS

2018-12-28 Thread Denis Rykov
$ gdal_translate /scratch/abel/UPM000_PILO00/DATA_SOURCES/raw_data/IMG_rebrotes_Guaviyu_191218.tif output.tif Input file size is 60613, 75538 0...10...20...30...40...50...60...70...80...90...ERROR 1: _tiffSeekProc:Invalid argument ERROR 1: TIFFFillTile:Seek error at row 45440, col 75392, tile 27954

Re: [gdal-dev] removing/updating stats and histogram when editing raster

2018-12-28 Thread Even Rouault
Dennis, > Removing: > If I'm not mistaken, stats can be removed by setting the > "STATISTICS_MINIMUM", ... Metadata Items to null, or would that only work > correctly for some raster formats? > Is there a better way to remove previously computed statistics? > How to remove the histogram? In most