ObjectVision / GeoDMS

Source code for the GeoDMS software
Other
7 stars 1 forks source link

Find a solution for out of projection bound issues #721

Closed jipclaassens closed 2 months ago

jipclaassens commented 3 months ago

Use case: Fiji is on either side of the latlong projection bound. Conversion from Mollweide to LatLong gives null-coordinates: image

OVSRV06: C:\ProjDir\Jip\NetworkModel_World\cfg\main.dms /SourceData/settlements/all_settlement_sets/SMOD_V1s6_opr_P2023_v1_2000/all_settlements/Geometry_LL

Current error: image

Ideas:

Which operators need adaptation?

jipclaassens commented 3 months ago

Fiji_Mollweide.zip

https://github.com/ObjectVision/2BURP/issues/35#issuecomment-2071749245

image

We need to find the MollWeide-WGS84 conversion bounds

"id";"geometry" 328848;{37: {-2067000, 17561000} {-2067000, 17559000} {-2065000, 17559000} {-2065000, 17561000} {-2067000, 17561000} {-2068000, 17559000} {-2068000, 17558000} {-2067000, 17558000} {-2067000, 17559000} {-2068000, 17559000} {-2069000, 17558000} {-2069000, 17557000} {-2071000, 17557000} {-2071000, 17556000} {-2073000, 17556000} {-2073000, 17554000} {-2072000, 17554000} {-2072000, 17555000} {-2070000, 17555000} {-2070000, 17556000} {-2068000, 17556000} {-2068000, 17558000} {-2069000, 17558000} {-2075000, 17554000} {-2075000, 17553000} {-2073000, 17553000} {-2073000, 17554000} {-2075000, 17554000} {-2076000, 17553000} {-2076000, 17552000} {-2075000, 17552000} {-2075000, 17553000} {-2076000, 17553000} {-2075000, 17554000} {-2069000, 17558000} {-2068000, 17559000} {-2067000, 17561000}}

MaartenHilferink commented 2 months ago

See also https://github.com/ObjectVision/2BURP/issues/35