Skip to content

PostGIS_for_MODIS

Latest
Compare
Choose a tag to compare
@Gwing97 Gwing97 released this 07 Mar 18:34

The modification in Beta0.1 didn't help anything. Database even crashed every time raster was inserted.
So I have a try, changed FLT_EPILSON in libtrcore.h for all the code.


After testing, all of these two releases are valid. Now MODIS raster tiles passed restrains, and can be viewed in QGIS normally.
Database crashed just because I forgot excuting SQL code "ALTER DATABASE database SET postgis.enable_outdb_rasters = true; ALTER DATABASE database SET postgis.gdal_enabled_drivers TO 'ENABLE_ALL';", when used out-of-db option to input rasters.