apecs-org / Polar-EO-Database

Polar Earth Observation Database of satellite sensors
GNU General Public License v3.0
21 stars 5 forks source link

Check JSON fields in tests #4

Closed AdrienWehrle closed 2 years ago

AdrienWehrle commented 2 years ago

At the moment, only a very basic file opening check is implemented. We should have a set of possible fields and make sure all the fields in the current JSON files, and potential proposed modifications, match this collection. So that JSON fields with valid syntax but strings that are not considered for the database would be caught.

AdrienWehrle commented 2 years ago

Also add JSON field testing on PR.