Timeline for Raster reprojection with GDAL in C++
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 30, 2018 at 8:13 | vote | accept | Zharios | ||
| Jan 29, 2018 at 17:21 | answer | added | Logan Byers | timeline score: 0 | |
| Jan 29, 2018 at 10:32 | comment | added | user2856 | You can use GDALWarp. Suggest you investigate outputting to MEM format, or use the /vsimem virtual filesystem to output an in-memory geotiff/VRT/other preferred raster format (i.e. write to /vsimem/somerandomfilename.tif). Assuming you are using the GDALWarpOperation method, not the gdalwarp command line tool. See gdal.org/warptut.html | |
| Jan 29, 2018 at 9:21 | review | First posts | |||
| Jan 29, 2018 at 9:36 | |||||
| Jan 29, 2018 at 9:19 | history | asked | Zharios | CC BY-SA 3.0 |