Validating a WZDx data feed (v2 GeoJSON format) #124
Unanswered
wesleyalforddot
asked this question in
Show and tell
Replies: 1 comment
-
Thanks for posting. I will add this to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the process of developing a WZDx data feed your organization will want to test your prototype feed against the specification. One way to do this is to compare it to the JSON schema developed here.
To do this in an automated fashion, you can use a JSON validator like the one found here. You can also use the following link to go to a version that already contains the WZDx v2 GeoJSON schema: https://www.jsonschemavalidator.net/s/d2oYmEnj
Lastly, you can visually validate the data feed by using GeoJSON visualization tool like the one found here: http://geojson.io/#map=2/20.0/0.0. This can help catch data errors like reversing latitude and longitude.
Beta Was this translation helpful? Give feedback.
All reactions