Calvin Metcalf

Results 230 comments of Calvin Metcalf

ok so I'm going to need some more info on Navionics metcator and how it's different from regular mercator, is it in the epsg database ?, also in the mean...

if the ellipsoid is custom then you'll need to add that as well.

can you do it with wkt strings instead of proj4 strings? We need to make sure that we can corectly parse what both ogc and esri call the values.

also you need to add `Eckert_VI` to the names array.

these are the links to the 6 wkt files, you don't need to remove the proj strings, we can test those as well - http://spatialreference.org/ref/esri/53010/ogcwkt/ - http://spatialreference.org/ref/esri/53010/esriwkt/ - http://spatialreference.org/ref/esri/54010/ogcwkt/ -...

yes the underscore is treated distinctly from a space

you don't need to change it, you can have both in there with and without the space, I'm insisting on the underscore because that's how wkt describes it.

adding the following line to the end of the `cleanWKT` function in the wkt file gets the tests to pass, but it does so by turning off datums for all...

so it looks like the general issue is just that sphere and none should be the same but aren't. Bear in mind that that I am not confident which of...

it looks like datum=none and datum=sphere might actually mean the same thing