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

2018-12-27 Thread Dennis Gocke
Hi, when you have a raster where stats and histogram have already been computed and later on you edit some pixels programmatically (GDAL C API), previously computed stats/histogram are not automatically invalidated/removed. For performance reasons it probably makes sense, that this is not done aut

Re: [gdal-dev] Exporting large geojsons to postgis using ogr2ogr

2018-12-27 Thread dagibbs22
Hi, I'm trying to use gdal_rasterize on a 20 GB geojson but it's not working (the geojson field I want to include in the raster is growth). I assume it's because the geojson is too large. What can I do to rasterize the geojson into tiles of 10x10 degrees? ubuntu@ip-192-168-80-222:~$ gdal_rasterize