![]() |
![]()
| ![]() |
![]()
NAMEr.in.gdal - Imports raster data into a GRASS raster map using GDAL library. KEYWORDSraster, import, create project SYNOPSISr.in.gdal
Flags:
Parameters:
DESCRIPTIONr.in.gdal allows a user to create a GRASS GIS raster map layer, or imagery group, from any GDAL supported raster map format, with an optional title. The imported file may also be used to create a new project (previously called location). GDAL supported raster formatsFull details on all GDAL supported formats are available at: https://gdal.org/en/stable/drivers/raster/ Selected formats out of the more than 140 supported formats:
Long Format Name Code Creation Georeferencing Maximum file size ---------------------------------------------+-------------+----------+--------------+----------------- ADRG/ARC Digitilized Raster Graphics ADRG Yes Yes -- Arc/Info ASCII Grid AAIGrid Yes Yes 2GB Arc/Info Binary Grid (.adf) AIG No Yes -- Arc/Info Export E00 GRID E00GRID No Yes -- ArcSDE Raster SDE No Yes -- ASCII Gridded XYZ XYZ Yes Yes -- BSB Nautical Chart Format (.kap) BSB No Yes -- CEOS (Spot for instance) CEOS No No -- DB2 DB2 Yes Yes No limits DODS / OPeNDAP DODS No Yes -- EarthWatch/DigitalGlobe .TIL TIL No No -- ENVI .hdr Labelled Raster ENVI Yes Yes No limits Envisat Image Product (.n1) ESAT No No -- EOSAT FAST Format FAST No Yes -- Epsilon - Wavelet compressed images EPSILON Yes No -- Erdas 7.x .LAN and .GIS LAN No Yes 2GB ERDAS Compressed Wavelets (.ecw) ECW Yes Yes Erdas Imagine (.img) HFA Yes Yes No limits Erdas Imagine Raw EIR No Yes -- ERMapper (.ers) ERS Yes Yes ESRI .hdr Labelled EHdr Yes Yes No limits EUMETSAT Archive native (.nat) MSGN No Yes FIT FIT Yes No -- FITS (.fits) FITS Yes No -- Fuji BAS Scanner Image FujiBAS No No -- GDAL Virtual (.vrt) VRT Yes Yes -- Generic Binary (.hdr Labelled) GENBIN No No -- GeoPackage GPKG Yes Yes No limits Geospatial PDF PDF Yes Yes -- GMT Compatible netCDF GMT Yes Yes 2GB Golden Software Surfer 7 Binary Grid GS7BG Yes Yes 4GiB Graphics Interchange Format (.gif) GIF Yes No 2GB GRASS Raster Format GRASS No Yes -- GSat File Format GFF No No -- Hierarchical Data Format Release 4 (HDF4) HDF4 Yes Yes 2GiB Hierarchical Data Format Release 5 (HDF5) HDF5 No Yes 2GiB Idrisi Raster RST Yes Yes No limits ILWIS Raster Map (.mpr,.mpl) ILWIS Yes Yes -- Image Display and Analysis (WinDisp) IDA Yes Yes 2GB In Memory Raster MEM Yes Yes Intergraph Raster INGR Yes Yes 2GiB IRIS IRIS No Yes -- Japanese DEM (.mem) JDEM No Yes -- JAXA PALSAR Product Reader (Level 1.1/1.5) JAXAPALSAR No No -- JPEG2000 (.jp2, .j2k) JP2OpenJPEG Yes Yes JPEG JFIF (.jpg) JPEG Yes Yes 4GiB KMLSUPEROVERLAY KMLSUPEROVERLAY Yes Yes MBTiles MBTiles Yes Yes -- Meta Raster Format MRF Yes Yes -- Meteosat Second Generation MSG No Yes MG4 Encoded Lidar MG4Lidar No Yes -- Microsoft Windows Device Independent Bitmap BMP Yes Yes 4GiB Military Elevation Data (.dt0, .dt1, .dt2) DTED Yes Yes -- Multi-resolution Seamless Image Database MrSID No Yes -- NASA Planetary Data System PDS No Yes -- NetCDF netCDF Yes Yes 2GB Netpbm (.ppm,.pgm) PNM Yes No No limits NITF NITF Yes Yes 10GB NLAPS Data Format NDF No Yes No limits NOAA NGS Geoid Height Grids NGSGEOID No Yes NOAA Polar Orbiter Level 1b Data Set (AVHRR) L1B No Yes -- OGC Web Coverage Service WCS No Yes -- OGC Web Map Service, and TMS, WorldWind, On EaWMS No Yes -- OGC Web Map Tile Service WMTS No Yes -- OGDI Bridge OGDI No Yes -- Oracle Spatial GeoRaster GEORASTER Yes Yes No limits OziExplorer .MAP MAP No Yes -- OZI OZF2/OZFX3 OZI No Yes -- PCI Geomatics Database File PCIDSK Yes Yes No limits PCRaster PCRaster Yes Yes Planet Labs Mosaics API PLMosaic No Yes -- Portable Network Graphics (.png) PNG Yes No PostGIS Raster (previously WKTRaster) PostGISRaster No Yes -- RadarSat2 XML (product.xml) RS2 No Yes 4GB Rasdaman RASDAMAN No No No limits Rasterlite - Rasters in SQLite DB Rasterlite Yes Yes -- Raster Product Format/RPF (CADRG, CIB) RPFTOC No Yes -- R Object Data Store R Yes No -- ROI_PAC Raster ROI_PAC Yes Yes -- R Raster (.grd) RRASTER No Yes -- SAGA GIS Binary format SAGA Yes Yes -- SAR CEOS SAR_CEOS No Yes -- Sentinel 1 SAR SAFE (manifest.safe) SAFE No Yes No limits Sentinel 2 SENTINEL2 No Yes No limits SGI Image Format SGI Yes Yes -- SRTM HGT Format SRTMHGT Yes Yes -- TerraSAR-X Complex SAR Data Product COSAR No No -- TerraSAR-X Product TSX Yes No -- TIFF / BigTIFF / GeoTIFF (.tif) GTiff Yes Yes 4GiB/None for BigTIFF USGS ASCII DEM / CDED (.dem) USGSDEM Yes Yes -- USGS Astrogeology ISIS cube (Version 3) ISIS3 No Yes -- USGS SDTS DEM (*CATD.DDF) SDTS No Yes -- Vexcel MFF MFF Yes Yes No limits VICAR VICAR No Yes -- VTP Binary Terrain Format (.bt) BT Yes Yes -- WEBP WEBP Yes No -- WMO GRIB1/GRIB2 (.grb) GRIB No Yes 2GB Project Creationr.in.gdal attempts to preserve coordinate reference system (CRS) information when importing datasets if the source format includes CRS information, and if the GDAL driver supports it. If the CRS of the source dataset does not match the CRS of the current project r.in.gdal will report an error message (Coordinate reference system of dataset does not appear to match current project) and then report the PROJ_INFO parameters of the source dataset. If the user wishes to ignore the difference between the apparent coordinate system of the source data and the current project, they may pass the -o flag to override the CRS check. If the user wishes to import the data with the full CRS definition, it is possible to have r.in.gdal automatically create a new project based on the CRS and extents of the file being read. This is accomplished by passing the name to be used for the new project via the project parameter. Upon completion of the command, a new project will have been created (with only a PERMANENT mapset), and the raster will have been imported with the indicated output name into the PERMANENT mapset. Support for Ground Control PointsIn case the image contains Ground Control Points (GCP) they are written to a POINTS file within an imagery group. They can directly be used for i.rectify. The target option allows you to automatically re-project the GCPs from their own CRS into another CRS read from the PROJ_INFO file of the project name target. If the target project does not exist, a new project will be created matching the CRS definition of the GCPs. The target of the output group will be set to the new project, and i.rectify can now be used without any further preparation. Some satellite images (e.g. NOAA/AVHRR, ENVISAT) can contain hundreds or thousands of GCPs. In these cases thin plate spline coordinate transformation is recommended, either before import with gdalwarp -tps or after import with i.rectify -t. Map names: Management of offset and leading zerosThe offset parameter allows adding an offset to band number(s) which is convenient in case of the import of e.g. a continuous time series split across different input files. The num_digits parameter allows defining the number of leading zeros (zero padding) in case of band numbers (e.g., to turn band.1 into band.001). NOTESImport of large files can be significantly faster when setting memory to the size of the input file. The r.in.gdal command does support the following features, as long as the underlying format driver supports it:
Planned improvements to r.in.gdal in the future include support for reporting everything known about a dataset if the output parameter is not set. Error Messages"ERROR: Input map is rotated - cannot import."
gdalwarp rotated.tif northup.tif "ERROR: Coordinate reference system of dataset does not
appear to match the current project."
"WARNING: G_set_window(): Illegal latitude for
North"
EXAMPLESECAD DataThe European Climate Assessment and Dataset (ECAD) project provides climate data for Europe ranging from 1950 - 2015 or later. To import the different chunks of data provided by the project as netCDF files, the offset parameter can be used to properly assign numbers to the series of daily raster maps from 1st Jan 1950 (in case of importing the ECAD data split into multi-annual chunks). The ECAD data must be imported into a LatLong project. By using the num_digits parameter leading zeros are added
to the map name numbers, allowing for chronological numbering of the
imported raster map layers, so that g.list lists them in the correct
order. Here, use num_digits=5 to have a 5 digit suffix with leading
zeros (00001 - 99999).
# Import of ECAD data split into chunks # Import precipitation data r.in.gdal -o input=rr_0.25deg_reg_1950-1964_v12.0.nc output=precipitation num_digits=5 offset=0 r.in.gdal -o input=rr_0.25deg_reg_1965-1979_v12.0.nc output=precipitation num_digits=5 offset=5479 r.in.gdal -o input=rr_0.25deg_reg_1980-1994_v12.0.nc output=precipitation num_digits=5 offset=10957 r.in.gdal -o input=rr_0.25deg_reg_1995-2015_v12.0.nc output=precipitation num_digits=5 offset=16436 # Import air pressure data r.in.gdal -o input=pp_0.25deg_reg_1950-1964_v12.0.nc output=air_pressure num_digits=5 offset=0 r.in.gdal -o input=pp_0.25deg_reg_1965-1979_v12.0.nc output=air_pressure num_digits=5 offset=5479 r.in.gdal -o input=pp_0.25deg_reg_1980-1994_v12.0.nc output=air_pressure num_digits=5 offset=10957 r.in.gdal -o input=pp_0.25deg_reg_1995-2015_v12.0.nc output=air_pressure num_digits=5 offset=16436 # Import min temperature data r.in.gdal -o input=tn_0.25deg_reg_1950-1964_v12.0.nc output=temperatur_min num_digits=5 offset=0 r.in.gdal -o input=tn_0.25deg_reg_1965-1979_v12.0.nc output=temperatur_min num_digits=5 offset=5479 r.in.gdal -o input=tn_0.25deg_reg_1980-1994_v12.0.nc output=temperatur_min num_digits=5 offset=10957 r.in.gdal -o input=tn_0.25deg_reg_1995-2015_v12.0.nc output=temperatur_min num_digits=5 offset=16436 # Import max temperature data r.in.gdal -o input=tx_0.25deg_reg_1950-1964_v12.0.nc output=temperatur_max num_digits=5 offset=0 r.in.gdal -o input=tx_0.25deg_reg_1965-1979_v12.0.nc output=temperatur_max num_digits=5 offset=5479 r.in.gdal -o input=tx_0.25deg_reg_1980-1994_v12.0.nc output=temperatur_max num_digits=5 offset=10957 r.in.gdal -o input=tx_0.25deg_reg_1995-2015_v12.0.nc output=temperatur_max num_digits=5 offset=16436 # Import mean temperature data r.in.gdal -o input=tg_0.25deg_reg_1950-1964_v12.0.nc output=temperatur_mean num_digits=5 offset=0 r.in.gdal -o input=tg_0.25deg_reg_1965-1979_v12.0.nc output=temperatur_mean num_digits=5 offset=5479 r.in.gdal -o input=tg_0.25deg_reg_1980-1994_v12.0.nc output=temperatur_mean num_digits=5 offset=10957 r.in.gdal -o input=tg_0.25deg_reg_1995-2015_v12.0.nc output=temperatur_mean num_digits=5 offset=16436 GTOPO30 DEMTo avoid the GTOPO30 data being read incorrectly, you can add a new line "PIXELTYPE SIGNEDINT" in the .HDR to force interpretation of the file as signed rather than unsigned integers. Then the .DEM file can be imported. Finally, e.g. the ’terrain’ color table can be assigned to the imported map with r.colors. GLOBE DEMTo import GLOBE DEM tiles (approx 1km resolution, better than GTOPO30 DEM data), the user has to download additionally the related HDR file(s). Finally, e.g. the ’terrain’ color table can be assigned to the imported map with r.colors. See also their DEM portal. Raster file import over networkSince GDAL 2.x it is possible to import raster data over the
network (see GDAL Virtual File Systems) including Cloud Optimized GeoTIFF,
i.e. access uncompressed and compressed raster data via a http(s) or ftp
connection. As an example the import of the global SRTMGL1 V003 tiles at 1
arc second (about 30 meters) resolution, void-filled:
r.in.gdal /vsicurl/https://www.datenatlas.de/geodata/public/srtmgl1/srtmgl1.003.tif output=srtmgl1_v003_30m memory=2000 g.region raster=srtmgl1_v003_30m -p r.colors srtmgl1_v003_30m color=srtm_plus HDFThe import of HDF bands requires the specification of the
individual bands as seen by GDAL:
# Example MODIS FPAR gdalinfo MOD15A2.A2003153.h18v04.004.2003171141042.hdf ... Subdatasets: REFERENCESGDAL Pages: https://gdal.org SEE ALSOr.colors, r.import, r.in.ascii, r.in.bin, r.null, t.register GRASS GIS Wiki page: Import of Global datasets AUTHORFrank Warmerdam (email). SOURCE CODEAvailable at: r.in.gdal source code (history) Latest change: Tuesday Dec 17 20:17:20 2024 in commit: d962e90c026708a4815ea2b9f46c0e84c17de22d Main index | Raster index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual
|