ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Added note to say that Unknown should be used for missing permit numbers #131

Closed jacobcook1995 closed 5 months ago

jacobcook1995 commented 5 months ago

This PR updates the documentation to direct users to use "Unknown" in cases where permit numbers are not known.

This partially addresses #123, but we need a better windows testing setup to track down the crash.

jacobcook1995 commented 5 months ago

Test failures here are a bit of a surprise, as this PR only changes the docs and the tests pass on my local machine (macOS python 3.10)

jacobcook1995 commented 5 months ago

Made a new test branch directly from develop and pushed and the test failures seem to exist there as well. So I don't think that this is something introduced by my changes