cedendahlkim/Swedish Coordinates Converter
Convert between Swedish coordinate systems (RT90, SWEREF99, WGS84) in CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coordinates | Coordinates to convert (format depends on from_system) | yes | — |
| from_system | Source coordinate system (rt90, sweref99, wgs84) | yes | — |
| to_system | Target coordinate system (rt90, sweref99, wgs84) | yes | — |
| from_projection | Source projection (required for rt90 and sweref99) | no | — |
| to_projection | Target projection (required for rt90 and sweref99) | no | — |
Outputs
| name | description |
|---|---|
| converted_coordinates | Converted coordinates as a string |
| formatted_result | Human-readable formatted result |