Projection: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
 
(URLs updated)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Projections and Datum Transformations =
= Projections and Datum Transformations =


PRJ files (in the usual WKT format) as used by recent versions of ESRI ArcView
== Brief introduction to projections and spatial transformations in GRASS ==
http://esri-germany.de/downloads/software/Koordinatensysteme.zip


http://support.esri-germany.de/files/support/KoordinatensystemeInDeutschland.pdf
A GRASS location is referenced with a single projection and coordinate system (or unreferenced as XY location). When creating a new location from an existing raster or vector map using the tools available from the startup screen or the map import commands, projection and coordinate system are defined. To change the projection of maps, a new location has to be created and the desired maps have to be reprojected into it from the source location as explained below.  
http://support.esri-germany.de/files/support/KoordinatensystemeNachbarnDeutschlands.pdf
http://support.esri-germany.de/files/support/KoordinatensystemeWeltweit.pdf


http://www.epsg.org/Geodetic.html
Read on in {{cmd|projectionintro}}...


== Creation of a GRASS location ==


== Headline text ==
* for the concept, see [[Location and Mapsets]]
* for creating a location, see [[GRASS Location Wizard]]
* Reprojection, see [[Map Reprojection]]
 
= Support Material =
* Vector data: have enough vertices in your vector data: [[File:V proj result.png|300px|center|thumb|Results in EU LAEA (EPSG: 3035)]]
* Ready to use .PRJ files (in the usual WKT format) as used by recent versions of ESRI ArcView: [http://esri-germany.de/downloads/software/Koordinatensysteme.zip download]
 
= See also =
 
View Map Projections
* http://map-projections.net/singleview.php
* [http://www.progonos.com/furuti/MapProj/Normal/TOC/cartTOC.html Cartographical Map Projections] by Carlos A. Furuti
 
Lists
* [http://www.epsg-registry.org/ EPSG Dataset]
* [https://www.asprs.org/asprs-publications/grids-and-datums ASPRS Grids and Datum]
* [http://geotiff.maptools.org/proj_list/ Projections Transform List (PROJ4)]
* [http://www.mapref.org/ MapRef - The Collection of Map Projections and Reference Systems for Europe]
* [http://www.crs-geo.eu Information and Service System for European Coordinate Reference Systems - CRS]
 
Related to Germany:
* http://support.esri-germany.de/files/support/KoordinatensystemeInDeutschland.pdf
* http://support.esri-germany.de/files/support/KoordinatensystemeNachbarnDeutschlands.pdf
* http://support.esri-germany.de/files/support/KoordinatensystemeWeltweit.pdf
 
Related to Austria:
* [http://www.alectoria.at/content/view/17/1/ Projection parameters of Austria]
 
== Google Map Projection ==
 
Also called "pseudo-mercator" - note that there are many issues with this projection! Handle with care.
 
* http://www.sharpgis.net/2007/07/27/TheMicrosoftLiveMapsAndGoogleMapsProjection.aspx
* http://cfis.savagexi.com/articles/2006/05/03/google-maps-deconstructed
 
[[Category: FAQ]]

Latest revision as of 16:37, 30 December 2019

Projections and Datum Transformations

Brief introduction to projections and spatial transformations in GRASS

A GRASS location is referenced with a single projection and coordinate system (or unreferenced as XY location). When creating a new location from an existing raster or vector map using the tools available from the startup screen or the map import commands, projection and coordinate system are defined. To change the projection of maps, a new location has to be created and the desired maps have to be reprojected into it from the source location as explained below.

Read on in projectionintro...

Creation of a GRASS location

Support Material

  • Vector data: have enough vertices in your vector data:
    Results in EU LAEA (EPSG: 3035)
  • Ready to use .PRJ files (in the usual WKT format) as used by recent versions of ESRI ArcView: download

See also

View Map Projections

Lists

Related to Germany:

Related to Austria:

Google Map Projection

Also called "pseudo-mercator" - note that there are many issues with this projection! Handle with care.