Has anyone resolved the workspace log Warning for coordinate system when working with Snowflake Spatial Reader?
Coordinate system of reader identified by keyword `SNOWFLAKE_SPATIAL_1' has changed from `LL-WGS84' to `'
If you set the coordinate system on the Snowflake Spatial reader to LL-WGS84 the warning changes to.
NOT changing coordinate system of reader identified by keyword `SNOWFLAKE_SPATIAL_1' from `LL-WGS84' to `' -- mapping file setting of `LL-WGS84' overrides coordinate system `' read from file.
If you set the coordinate system on the Snowflake Spatial reader to EPSG:4326 the warning changes to.
NOT changing coordinate system of reader identified by keyword `SNOWFLAKE_SPATIAL_1' from `EPSG:4326' to `LL-WGS84' -- mapping file setting of `EPSG:4326' overrides coordinate system `LL-WGS84' read from file.
Ultimately the Warning has no impact on the workbench or translation, the data is definitely LL-WGS84 and a CoordinateSystemExtractor will confirm this but best practice for me is to resolve as many log warnings as possible and this one would seem to be spurious or a bug?
Thanks
Alan