Skip to content

Commit

Permalink
Document proj4js vs proj4rs projection implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Oct 14, 2024
1 parent 6ab1f4f commit 1328899
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 15 deletions.
58 changes: 58 additions & 0 deletions projections.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
## Projections defined in proj4rs

```
[
(latlong, longlat),
(lcc),
(etmerc, utm),
(tmerc),
(aea, leac),
(stere, ups),
(sterea),
(merc, webmerc),
(geocent, cart),
(somerc),
(laea),
(moll, wag4, wag5),
]
```

## Projections defined in proj4js

- [+] aea
- [-] aeqd
- [-] bonne
- [-] cass
- [-] cea
- [-] eqc
- [-] eqdc
- [-] eqearth
- [-] equi
- [+] etmerc
- [-] gauss
- [+] geocent
- [-] geos
- [-] gnom
- [-] gstmerc
- [-] krovac
- [+] laea
- [+] lcc
- [+] longlat
- [+] merc
- [-] mill
- [+] moll
- [-] nzmg
- [-] omerc
- [-] ortho
- [-] poly
- [-] qsc
- [-] robin
- [-] sinu
- [+] somerc
- [+] stere
- [+] sterea
- [+] tmerc
- [-] tpers
- [+] utm
- [-] vandg

15 changes: 0 additions & 15 deletions projections.txt

This file was deleted.

0 comments on commit 1328899

Please sign in to comment.