Projection: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(* Catalog of projections: http://proj4.org/projections)
(+Cartographical Map Projections)
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:


= See also =
= See also =
* In English:
 
** Catalog of projections: http://proj4.org/projections
View Map Projections
** [http://www.epsg.org/Geodetic.html EPSG Geodetic Parameter Dataset]
* http://map-projections.net/singleview.php
** [http://www.asprs.org/resources/grids/ ASPRS Grids and Datum]
* [http://www.progonos.com/furuti/MapProj/Normal/TOC/cartTOC.html Cartographical Map Projections] by Carlos A. Furuti
** [http://www.remotesensing.org/geotiff/proj_list/ Projections Transform List (PROJ4)]
 
** [http://www.mapref.org/ MapRef - The Collection of Map Projections and Reference Systems for Europe]
Lists
** [http://www.crs-geo.eu Information and Service System for European Coordinate Reference Systems - CRS]
* [http://www.epsg.org/Geodetic.html EPSG Geodetic Parameter Dataset]
*  In German language:
* [http://www.asprs.org/resources/grids/ ASPRS Grids and Datum]
** http://support.esri-germany.de/files/support/KoordinatensystemeInDeutschland.pdf
* Catalog of projections: http://proj4.org/projections
** http://support.esri-germany.de/files/support/KoordinatensystemeNachbarnDeutschlands.pdf
* [http://www.remotesensing.org/geotiff/proj_list/ Projections Transform List (PROJ4)]
** http://support.esri-germany.de/files/support/KoordinatensystemeWeltweit.pdf
* [http://www.mapref.org/ MapRef - The Collection of Map Projections and Reference Systems for Europe]
** [http://www.alectoria.at/content/view/17/1/ Projection parameters of Austria]
* [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 ==
== 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://www.sharpgis.net/2007/07/27/TheMicrosoftLiveMapsAndGoogleMapsProjection.aspx
* http://cfis.savagexi.com/articles/2006/05/03/google-maps-deconstructed
* http://cfis.savagexi.com/articles/2006/05/03/google-maps-deconstructed


[[Category: FAQ]]
[[Category: FAQ]]

Revision as of 09:45, 21 June 2017

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.