CWFMF / wx_specification

Specification for weather data format to be used within system API
1 stars 0 forks source link

Validate existing schema by trying to use examples #8

Open jordan-evens opened 12 months ago

jordan-evens commented 12 months ago

Please try to parse/manipulate/save or whatever the example data that is located in the ./examples subdirectory to see if it works for you.

There's some basic python processing scripts in the ./example_usage folder that might be of use for interpreting things.

There is a commeted version of ./examples/example_wx_uncommented.geojson located at ./examples/example_wx.geojson that has notes about the schema layout that may help.

spydmobile commented 12 months ago

@jordan-evens ok, if i write up some javascript/typescript code do you want me to add it to e example_usage folder? also, @SIBeckers seemed to think there is only one repo, this makes two ;-)

SIBeckers commented 12 months ago

Yeah I know about this one.

SIBeckers commented 12 months ago

@jordan-evens ok, if i write up some javascript/typescript code do you want me to add it to e example_usage folder? also, @SIBeckers seemed to think there is only one repo, this makes two ;-)

I vote yes

jordan-evens commented 12 months ago

@spydmobile Yeah for sure - would be good to make sure that it's working in multiple implementations as we tweak it. If you can get a base version going I should be able to update it as we modify the spec