Student Grants/2022: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (details added) |
||
Line 3: | Line 3: | ||
== Collection of ideas == | == Collection of ideas == | ||
=== Change EPSG parameter to a more generic support to projection IDs === | === Idea 1: Change EPSG parameter to a more generic support to projection IDs === | ||
* EPSG is too limited, we also want support for IAU codes and other authorities, using the OGC pattern 'AUTHORITY:CODE' | * EPSG is too limited, we also want support for IAU codes and other authorities, using the OGC pattern 'AUTHORITY:VERSION:CODE' | ||
** <code>srs.parse('urn:ogc:def:crs:EPSG::3857')</code>, see e.g. https://gist.github.com/springmeyer/4728105 | |||
* For details, see: https://github.com/OSGeo/grass/issues/2554 | * For details, see: https://github.com/OSGeo/grass/issues/2554 | ||
=== Idea 2: ... === | |||
(your idea here) | |||
[[Category:Community]] | [[Category:Community]] | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Student Grants]] | [[Category:Student Grants]] |
Latest revision as of 11:31, 28 August 2022
More to come :-)
Collection of ideas
Idea 1: Change EPSG parameter to a more generic support to projection IDs
- EPSG is too limited, we also want support for IAU codes and other authorities, using the OGC pattern 'AUTHORITY:VERSION:CODE'
srs.parse('urn:ogc:def:crs:EPSG::3857')
, see e.g. https://gist.github.com/springmeyer/4728105
- For details, see: https://github.com/OSGeo/grass/issues/2554
Idea 2: ...
(your idea here)