wgs84 icon indicating copy to clipboard operation
wgs84 copied to clipboard

A zero-dependency Go package for coordinate transformations.

Results 5 wgs84 issues
Sort by recently updated
recently updated
newest added

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...

It is based on epsg.properties from github.com/geotools/geotools/pull/2479. It is based on code generation template from github.com/fikin/wkt-crs-go. The generation currently recognizes only CRS with defined TOWGS84 entries. And only those whose...

hi, i'm toying with the idea of tapping into [geotools wkt epsg.properties](https://raw.githubusercontent.com/geotools/geotools/main/modules/plugin/epsg-wkt/src/main/resources/org/geotools/referencing/epsg/wkt/epsg.properties) and script/generate transformation factories for each definition. or simply parse wkt1, not decided yet. perhaps parameterize MGI ->...

Hello is there a way to add _Hotine Oblique Mercator Azimuth Center_ projection? It's used in Switzerland: https://epsg.io/2056 Here is a valid transformation example: https://epsg.io/transform#s_srs=2056&t_srs=4326&ops=1676&x=2717134.0000000&y=1261162.0000000 Thanks! Alex

Workflow tested in my fork: https://github.com/stefanb/wgs84/actions/workflows/go.yml Precondition for adding any unit tests.