[GRASS-user] (re)projection question

Richard Nairn richard at NairnConsulting.ca
Thu Jan 21 08:22:13 PST 2016


As far as the projection question goes - When you create a new location 
it gives you several methods for defining the projections
     Select EPSG code
     Read projection from existing data file
     Read projection from Well Known Text (prj) file
     Selecting coordinate systems from list
     Custom Proj.4 string
     Create XY coordinate system

One of those methods will get you set with your projection that you 
need. As far as reprojecting you would create another location with the 
epsg projection. You could then load your data into your location and 
reproject your raster/vector data into another location using v.proj, 
r.proj.

On 2016-01-20 03:56 PM, Ken Mankoff wrote:
> Hi GRASS list,
>
> I have a projection and a reprojection question.
>
> The projection question first. I have the follow information about a raster, and I'm not sure how to set up a map projection for it. Can someone offer advice, or should I be posting this to a proj4 mailing list?
>
> projection: Stereographic Oblique
> longitude_of_projection_origin 40°W
> latitude_of_projection_origin 70.5°N
> false_easting -750
> false_northing -1190
> resolution: 25 km
>
> The reprojection question: I'm working with another data set in espg:4314 coordinates. I'd like to combine the data. My current plan is to load the above raster NetCDF data in Python, do some averaging, write out a lon,lat,VAR ASCII file, then use m.proj to convert from something (see Q1) to espg:4314, and then load the resulting file with r.in.xyz. Is this the correct workflow? Or is there some easier GRASS-ier way to do it without the two intermediary files?
>
> Thanks,
>
>    -k.
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user



More information about the grass-user mailing list