Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vn_simona in SIMONA seems to use deprecated csv file version #216

Closed
t-ober opened this issue Apr 27, 2022 · 0 comments · Fixed by #424
Closed

vn_simona in SIMONA seems to use deprecated csv file version #216

t-ober opened this issue Apr 27, 2022 · 0 comments · Fixed by #424
Labels
enhancement New feature or request format Issues related to code formatting

Comments

@t-ober
Copy link
Contributor

t-ober commented Apr 27, 2022

New csv geo json:
"{""type"":""Point"",""coordinates"":[7.411111,51.492528],""crs"":{""type"":""name"",""properties"":{""name"":""EPSG:4326""}}}"

Old csv geo json:
"{"type":"Point","coordinates":[7.4116482,51.4843281],"crs":{"type":"name","properties":{"name":"EPSG:0"}}}"

Reading files with the old format which is not specification XYZ compliant leads to problems when used in other grids.
This sould be updated.

One could probably just read it in with the current PSDM implementation and persist it again to get rid of this problem.

@t-ober t-ober added the enhancement New feature or request label Apr 27, 2022
@sebastian-peter sebastian-peter changed the title vn_simona in SIMONA seems to uses deprecated csv file version vn_simona in SIMONA seems to use deprecated csv file version Aug 18, 2022
@sebastian-peter sebastian-peter added the format Issues related to code formatting label Aug 18, 2022
sebastian-peter added a commit that referenced this issue Feb 27, 2023
Updated csv-files according to the new syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request format Issues related to code formatting
Projects
None yet
2 participants