Skip to content

Topic: projection

Tool Description
g.proj Prints or modifies GRASS projection information files (in various coordinate system descriptions). Can also be used to create new GRASS projects.
m.proj Converts coordinates from one projection to another (cs2cs frontend).
r.proj Re-projects a raster map from given project to the current project.
v.proj Re-projects a vector map from one project to the current project.

See also the corresponding keyword for additional references:

projection

  • g.isis3mt - Generates an ISIS3 map template file according to the current GRASS GIS coordinate reference system.
  • g.proj - Prints or modifies GRASS projection information files (in various coordinate system descriptions). Can also be used to create new GRASS projects.
  • g.proj.all - Reprojects raster and vector maps from given location and mapset to current mapset.
  • g.proj.identify - Autoidentifies EPSG code from WKT CRS definition.
  • g.projpicker - Queries projection information spatially.
  • m.proj - Converts coordinates from one projection to another (cs2cs frontend).
  • r.import - Imports raster data into a GRASS raster map using GDAL library and reprojects on the fly.
  • r.latlong - Creates a latitude/longitude raster map.
  • r.proj - Re-projects a raster map from given project to the current project.
  • v.import - Imports vector data into a GRASS vector map using OGR library and reprojects on the fly.
  • v.in.csv - Import a CSV file using pyproj for CRS transformation
  • v.proj - Re-projects a vector map from one project to the current project.