Skip to content

alter the lon & lat lines and coastline according to the grid coordinates

1 message · Costas Douvis

#
Thank you both very much for replying.

The truth is that I'm still confused. I found what is needed from my
model. I believe that this script represents my grid in PROJ.4 format:

"+proj=lcc +lat_1=55 +lat_2=31 +lat_0=44 +lon_0=15 +x_0=60000 +y_0=60000
+ellps=GRS80 +units=m +no_defs"

(In the model's documentation is mentioned only that the map projection is
Lambert Conformal but I guess that ETRS_LCC is right. It's the only match
when I type   EPSG[grep("LCC", EPSG$note),] )

But I still don't understand what I should do with it. Could you please
tell me again in more detail? R seems to be different that anything I ever
worked with. Here's again what I'm trying to do: To draw a map of my data
on the x-y plain (that's easy, filled contour will do fine) and then add
the correct long & lat lines (which should be curves) and the coastline.

Kostas