I would like to change the API a little. So this is my first draft for v2: https://github.com/wroge/wgs84/tree/v2 Anyone who is interested can take a look at it. I am open to criticism. - no predefined CRS anymore, instead all CRS are available via EPSG code ( wgs84.EPSG(code) ) - removed safe functions (Unknown EPSG codes return ErrCodeNotFound) - removed area interface (not really used by anyone!?) - cleaned up the projections so that the variables have the same name as in the guidance notes: https://drive.tiny.cloud/1/4m326iu12oa8re9cjiadxonharclteqb4mumfxj71zsttwkx/d6ce146d-81c5-423b-8cdb-1b66e801e167 - added the Krovak projection and I will gradually add more projections from the guidence notes ```sh go get github.com/wroge/wgs84/v2 ```
I would like to change the API a little. So this is my first draft for v2: https://github.com/wroge/wgs84/tree/v2
Anyone who is interested can take a look at it. I am open to criticism.