Skip to content

Commit 3c12d0a

Browse files
author
eservent
committed
Add some docs
Change comments in Lambert to use cs2cs
1 parent 8386729 commit 3c12d0a

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

docs/NTG_71.pdf

68 KB
Binary file not shown.

docs/NTG_80.pdf

65.4 KB
Binary file not shown.
745 KB
Binary file not shown.

src/main/java/net/yageek/lambert/Lambert.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
http://cs2cs.mygeodata.eu/
2222
Conversion From Lambert Zone II to WGS 84 :
2323
$>cs2cs +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs +to +proj=longlat +datum=WGS84 +no_defs -f "%.11f" <<EOF
24-
> 618062.6287556458 2430668.2797339745
24+
> 618115 2430676
2525
> EOF
2626
27-
2.58260346086 48.87407486915 43.05556181818
27+
2.58331732871 48.87414278182 43.05512374267
28+
2829
--------------------------------------------------------------------------------------
2930
Conversion From WGS 84 To Lambert Zone II:
3031
$>cs2cs +proj=longlat +datum=WGS84 +no_defs +to +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs -f "%.11f" <<EOF

0 commit comments

Comments
 (0)