proj
proj copied to clipboard
Add support for lcc projection.
When trying to use the following projection string:
+proj=lcc +lat_1=47.5 +lat_2=48.73333333333333 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs
The currently does not support "+proj=lcc"
It would be greate to add that aglo to the system.
I didn't study this seriously, but I found that there should be support for doing lcc
.
https://github.com/go-spatial/proj/blob/7d903f0bc4374936d721348601c42ad2930b20df/support/ProjectionsTable.go#L89