DistanceDevelopment / spatial-workshops

Distance sampling workshop content
http://distancesampling.org/workshops/
2 stars 0 forks source link

proj4 string for projection #22

Closed dill closed 8 years ago

dill commented 8 years ago

@jjrob I don't see it in what I have (maybe I missed it, sorry), can you give me the proj4/CRS/whateveritscalled string to convert from WGS84 to the Northings/Eastings projection in the data? Cheers

dill commented 8 years ago

Sorry, just found this in the gdb, does this look right?

 +proj=aea +lat_1=38 +lat_2=30 +lat_0=34 +lon_0=-73 +x_0=0 +y_0=0 +datum=WGS84 +units=m
+no_defs +ellps=WGS84 +towgs84=0,0,0 
jjrob commented 8 years ago

Yes, that is correct.

dill commented 8 years ago

:100: :chart_with_upwards_trend: thanks!