Wednesday, August 25, 2010

Creating a GRASS location with google projection

g.proj -c epsg=900913 loc=Istanbul_900913

1 comment:

  1. Be care, beacouse something wrong with this projection in grass! I am using this srs instead of the grass native 900913 projection:
    +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs

    (You have to create something with this srs, and create Location from that projected file!)
    I

    ReplyDelete