org.jgrasstools.gears.io.rasterreader.OmsRasterReader.html Maven / Gradle / Ivy
The newest version!
Generic module for raster reader. Supported raster formats are:
- ESRI asci
- GRASS binary format
- tiff
- adf (only if there is installed the needed library
The model recognize the raster type from the file extension, if you are not using a conventional extension you can force the program to read that format simply specifying the type.
Parameters
- the file path of the raster that has to be read
- the file nodata
- the output raster nodata
- the optional coordinates of the boundaries of the raster (north, south, east and west)
- the optional working resolution (in x and y)
- the optional working number of columns and rows
- the raster type to read: supported are: asc, tiff, grass, adf
- the read output raster map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy