Topic: import
Tool | Description |
---|---|
db.in.ogr | Imports attribute tables in various formats. |
i.in.spotvgt | Imports SPOT VGT NDVI data into a raster map. |
r.external | Links GDAL supported raster data as a pseudo GRASS raster map. |
r.import | Imports raster data into a GRASS raster map using GDAL library and reprojects on the fly. |
r.in.ascii | Converts a GRASS ASCII raster file to binary raster map. |
r.in.aster | Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp. |
r.in.bin | Import a binary raster file into a GRASS raster map layer. |
r.in.gdal | Imports raster data into a GRASS raster map using GDAL library. |
r.in.gridatb | Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map. |
r.in.mat | Imports a binary MAT-File(v4) to a GRASS raster. |
r.in.pdal | Creates a raster map from LAS LiDAR points using univariate statistics. |
r.in.png | Imports non-georeferenced PNG format image. |
r.in.poly | Creates raster maps from ASCII polygon/line/point data files. |
r.in.srtm | Imports SRTM HGT files into raster map. |
r.in.wms | Downloads and imports data from OGC WMS and OGC WMTS web mapping servers. |
r.in.xyz | Creates a raster map from an assemblage of many coordinates using univariate statistics. |
r.unpack | Imports a GRASS specific raster archive file (packed with r.pack) as a raster map |
r3.in.ascii | Converts a 3D ASCII raster text file into a (binary) 3D raster map. |
r3.in.bin | Imports a binary raster file into a GRASS 3D raster map. |
r3.in.v5d | Import 3-dimensional Vis5D files. |
r3.in.xyz | Create a 3D raster map from an assemblage of many coordinates using univariate statistics |
t.rast.import | Imports space time raster dataset. |
t.vect.import | Imports a space time vector dataset from a GRASS specific archive file. |
v.external | Creates a new pseudo-vector map as a link to an OGR-supported layer or a PostGIS feature table. |
v.import | Imports vector data into a GRASS vector map using OGR library and reprojects on the fly. |
v.in.ascii | Creates a vector map from an ASCII points file or ASCII vector file. |
v.in.db | Creates new vector (points) map from database table containing coordinates. |
v.in.dxf | Converts file in DXF format to GRASS vector map. |
v.in.e00 | Imports E00 file into a vector map. |
v.in.geonames | Imports geonames.org country files into a vector points map. |
v.in.lines | Imports ASCII x,y[,z] coordinates as a series of lines. |
v.in.mapgen | Imports Mapgen or Matlab-ASCII vector maps into GRASS. |
v.in.ogr | Imports vector data into a GRASS vector map using OGR library. |
v.in.pdal | Converts LAS LiDAR point clouds to a GRASS vector map with PDAL. |
v.in.wfs | Imports GetFeature from a WFS server. |
v.unpack | Imports a GRASS specific vector archive file (packed with v.pack) as a vector map |
See also the corresponding keyword for additional references:
import
- db.in.ogr - Imports attribute tables in various formats.
- g.download.location - Download GRASS project (location) from the web Get GRASS project from an URL or file path
- g.download.location - Download GRASS Location from the web Get GRASS Location from an URL or file path
- g.download.project - Download GRASS project from the web Get GRASS project from an URL or file path
- i.in.probav - Imports PROBA-V NDVI data in netCDF format into a raster map with real NDVI data range.
- i.in.spotvgt - Imports SPOT VGT NDVI data into a raster map.
- i.landsat.import - Imports Landsat satellite data downloaded using i.landsat.download.
- i.modis.download - Download single or multiple tiles of MODIS products using pyModis.
- i.modis.import - Import single or multiple tiles of MODIS products using pyModis.
- i.sentinel.import - Imports Sentinel satellite data downloaded from Copernicus Open Access Hub using i.sentinel.download.
- i.sentinel.preproc - Imports and performs atmospheric correction of Sentinel-2 images.
- m.crawl.thredds - List dataset urls from a Thredds Data Server (TDS) catalog.
- r.external - Links GDAL supported raster data as a pseudo GRASS raster map.
- r.import - Imports raster data into a GRASS raster map using GDAL library and reprojects on the fly.
- r.in.ahn - Imports the 0.5 meter resolution dtm or dsm from the AHN (Actueel Hoogtebestand Nederland (AHN), version 4.
- r.in.ascii - Converts a GRASS ASCII raster file to binary raster map.
- r.in.aster - Georeference, rectify, and import Terra-ASTER imagery and relative DEMs using gdalwarp.
- r.in.bin - Import a binary raster file into a GRASS raster map layer.
- r.in.gdal - Imports raster data into a GRASS raster map using GDAL library.
- r.in.gridatb - Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster map.
- r.in.mat - Imports a binary MAT-File(v4) to a GRASS raster.
- r.in.nasadem - Creates a DEM from 1 arcsec NASADEM tiles.
- r.in.ogc.coverages - Downloads and imports data from OGC API Coverages server.
- r.in.pdal - Creates a raster map from LAS LiDAR points using univariate statistics.
- r.in.pdal - Creates a raster map from LAS LiDAR points using univariate statistics and r.in.xyz.
- r.in.png - Imports non-georeferenced PNG format image.
- r.in.poly - Creates raster maps from ASCII polygon/line/point data files.
- r.in.srtm - Imports SRTM HGT files into raster map.
- r.in.srtm.region - Creates a DEM from 3 arcsec SRTM v2.1 or 1 arcsec SRTM v3 tiles.
- r.in.usgs - Download user-requested products through the USGS TNM API
- r.in.wcs - Downloads and imports coverage from WCS server.
- r.in.wms - Downloads and imports data from OGC WMS and OGC WMTS web mapping servers.
- r.in.xyz - Creates a raster map from an assemblage of many coordinates using univariate statistics.
- r.proj - Re-projects a raster map from given project to the current project.
- r.unpack - Imports a GRASS specific raster archive file (packed with r.pack) as a raster map
- r3.in.ascii - Converts a 3D ASCII raster text file into a (binary) 3D raster map.
- r3.in.bin - Imports a binary raster file into a GRASS 3D raster map.
- r3.in.v5d - Import 3-dimensional Vis5D files.
- r3.in.xyz - Create a 3D raster map from an assemblage of many coordinates using univariate statistics
- t.rast.import - Imports space time raster dataset.
- t.rast.import.netcdf - Import netCDF files that adhere to the CF convention as STRDS.
- t.stac.item - Downloads and imports data from a STAC API server.
- t.vect.import - Imports a space time vector dataset from a GRASS specific archive file.
- v.convert - Imports older versions of GRASS vector maps.
- v.convert.all - Converts all older versions of GRASS vector maps in current mapset to current format.
- v.external - Creates a new pseudo-vector map as a link to an OGR-supported layer or a PostGIS feature table.
- v.gsflow.mapdata - Upload data to PRMS data
- v.import - Imports vector data into a GRASS vector map using OGR library and reprojects on the fly.
- v.in.ascii - Creates a vector map from an ASCII points file or ASCII vector file.
- v.in.csv - Import a CSV file using pyproj for CRS transformation
- v.in.db - Creates new vector (points) map from database table containing coordinates.
- v.in.dxf - Converts file in DXF format to GRASS vector map.
- v.in.e00 - Imports E00 file into a vector map.
- v.in.geonames - Imports geonames.org country files into a vector points map.
- v.in.gns - Imports US-NGA GEOnet Names Server (GNS) country files into a GRASS vector points map.
- v.in.gps - Import waypoints, routes, and tracks from a GPS receiver or GPS download file into a vector map.
- v.in.lines - Imports ASCII x,y[,z] coordinates as a series of lines.
- v.in.mapgen - Imports Mapgen or Matlab-ASCII vector maps into GRASS.
- v.in.ogc.features - Downloads and imports data from OGC API Features server.
- v.in.ogr - Imports vector data into a GRASS vector map using OGR library.
- v.in.osm - Imports OpenStreetMap data into GRASS GIS.
- v.in.pdal - Converts LAS LiDAR point clouds to a GRASS vector map with PDAL.
- v.in.ply - Creates a vector map from a PLY file.
- v.in.survey - Creates multiple vector layers from just one textfile
- v.in.wfs - Imports GetFeature from a WFS server.
- v.in.wfs2 - Downloads and imports data from WFS server.
- v.ply.rectify - Imports PLY points, georeferences and exports them.
- v.proj - Re-projects a vector map from one project to the current project.
- v.unpack - Imports a GRASS specific vector archive file (packed with v.pack) as a vector map