ObjectVision / GeoDMS

Source code for the GeoDMS software
https://www.geodms.nl/
Other
7 stars 1 forks source link

Unclear message: "BaseProjection has no projection" #346

Closed jipclaassens closed 1 year ago

jipclaassens commented 1 year ago

In many configurations, these messages pop up in the log, but I do not know what is wrong, or where something is wrong.

image

For example: Open container /MaakOntkoppeldeData

OVSRV06: C:\ProjDir\Jip\_Github_issues\Delta_Scenarios_2023_issueGH346\cfg\stam.dms


In the same category I guess: OVSRV6: C:\ProjDir\Jip\_Github_issues\AccessibilityModelling_issueGH346\cfg\main.dms

Opening this container: /NetworkSetup/ConfigurationPerRegio/all/PublicTransport/At_07h00m00s

Gives error:

07/28/23-09:57:16[  1]Depreciated usage of Union_data: Domain mismatch between Values of argument 2 (/SourceData/Infrastructuur/GTFS/LoadFeeds/ReadFSS/Trips/read_domain/domain : UInt32) and Values of argument 3 ( : UInt32) (different CheckedKeyExpr)
c:\projdir\jip\accessibilitymodelling\cfg\main\Templates\StaticNetsCreator.dms(153,9): /SourceData/Infrastructuur/GTFS/StaticNets/allLinks/TripRef: AbstrDataItem

07/28/23-09:57:16[  1]Depreciated usage of Union_data: Domain mismatch between Values of argument 2 ( : UInt32) and Values of argument 3 ( : UInt32) (different CheckedKeyExpr)
c:\projdir\jip\accessibilitymodelling\cfg\main\Templates\StaticNetsCreator.dms(156,9): /SourceData/Infrastructuur/GTFS/StaticNets/allLinks/Agency_rel: AbstrDataItem

image

eoudejans commented 1 year ago

The full warning is: reportF(SeverityTypeID::ST_Warning, "BaseProjection %s has no projection", fullName);

eoudejans commented 1 year ago

Message "BaseProjection has no projection" resulted from dataset read using GDAL, but the unit that read the dataset has no projection set. This message occurred within the check between the projection set on GeoDMS script side and the projection found in the GDAL dataset. When there is either no baseprojection or the dataset has no projection, no check will be performed. This log message should no longer occur.

Closing as fixed.