Skip to content

Simplest way to convert from ITRF2020 to RGF93 and vice-versa #4524

@y3nd

Description

@y3nd

Hello,

I don't know where to post this, maybe it could be nice to open the GitHub discussions section... Sorry if it's not the right place.

I need to convert ITRF2020 points with known epoch to RGF93 ([email protected] or RGF93 v2b).
The pipeline system seems way too overkill to do this so I went with the cct or cs2cs tool.

First I tried this command
cct "ITRF2020 to ETRF2000 (1)" with geocentric coords
But the corresponding ETRF2000 seems to be on epoch 2015.0 in the transform.

Then I tried with cs2cs to be able to set the source and target epochs
First it didn't take the geocentric coordinates

cs2cs "[email protected]" "[email protected]"
cart: Invalid latitude
*       * inf

I had to use the EPSG codes
cs2cs "EPSG:[email protected]" "EPSG:[email protected]"
cs2cs "EPSG:[email protected]" "EPSG:9780"

But I either get the same input coordinates or an error when using --no-ballpark

Rel. 9.5.0, September 15th, 2024
<cs2cs>:
cannot initialize transformation
cause: (null)
program abnormally terminated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions