OSGeo / PROJ-data

Repository for proj datum grids (for use by PROJ 7 or later)
Other
72 stars 33 forks source link

ETRS89>NGO48 (EPSG:4258>EPSG:4273) triangulated-based resource file added. #60

Closed himsve closed 3 years ago

himsve commented 3 years ago

ETRS89>NGO48 (EPSG:4258>EPSG:4273) triangulated-based transformation file added (no_kv_ETRS89NO_NGO48_TIN.json)

no_kv_ETRS89NO_NGO48_TIN.json consists of triangles based on 30849 common points in EPSG:4258 and EPSG:4273. The triangles are triangulated Delaunay method.

This pull request is related to #https://github.com/OSGeo/PROJ/pull/2554

rouault commented 3 years ago

Can you possibly remove the milliseconds from the date time ? The triangulation.schema.json doesn't support them currently

$ jsonschema -i no_kv_ETRS89NO_NGO48_TIN.json ../data/triangulation.schema.json 
2021-02-26T17:33:13.74Z: '2021-02-26T17:33:13.74Z' does not match '^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$'
rouault commented 3 years ago

@himsve I've taken the liberty to force-push in your branch to fix the index regeneration that was wrong in your initial commit