On Wed, 10 Jan 2024, ni hao via gdal-dev wrote:

Hi list,



question about: gdal_merge -of format

 besides GTiff, what other formats can I specify? May I specify USGS DEM format?

Look in the output of
        gdalinfo --formats
any raster format with rw for read-write can be used.

# gdalinfo --formats | egrep USGSDEM
  USGSDEM -raster- (rwv): USGS Optional ASCII DEM (and CDED)

- so, yes you can use USGSDEM.

--
Andrew C. Aitchison                      Kendal, UK
                   and...@aitchison.me.uk
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to