Skip to content
Discussion options

You must be logged in to vote

Hi Mohamed,

  1. The way you solved the invalid CRS error is perfectly correct.
  2. The new error is related to the inconsistent "id" format in your input file compared to the Simcenter format convention. The first issue is that the value of "id" for each feature in the geojson format needs to be in the format of a string (e.g., "id":"1" but not "id":1). The second issue is that SimCenter's geojson does not allow using the key "id" within the "properties" field of the features.

In the attached file, I removed the "id" field in the "properties" and changed the format of the standalone"id" field to a string. The new file works with R2D without an error. A simple Python code I used to edit your fil…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jinyan1214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
R2D
Labels
None yet
2 participants