Skip to content

Conversation

@sujata-m
Copy link
Contributor

Dev Task

https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/2707

Changes

  • Default validation to the six OSW 0.3 dataset schemas with filename-driven selection; removed legacy monolithic/geometry schemas and bumped version to 0.3.0.
  • Enforce canonical OSW 0.3 filenames, detect missing/duplicate required files, and add guards so 0.2 datasets with tree/wood/leaf-cycle or custom point/line/polygon tags are rejected with a clear error.
  • Expanded unit tests across schema selection, filename enforcement, extension error handling, cleanup edge cases, required-file detection, and legacy 0.2 disallow list; added a 0.3 acceptance test for wood/leaf tags.

Testing

  • python -m unittest tests/unit_tests/test_osw_validation_extras.py
  • python -m unittest tests/unit_tests/test_extracted_data_validator.py
  • python -m unittest discover -v tests/unit_tests

sujata-m and others added 3 commits December 10, 2025 19:33
…om tags, and expand validation tests

https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/2707

## Changes
- Default validation to the six OSW 0.3 dataset schemas with filename-driven selection; removed legacy monolithic/geometry schemas and bumped version to 0.3.0.
- Enforce canonical OSW 0.3 filenames, detect missing/duplicate required files, and add guards so 0.2 datasets with tree/wood/leaf-cycle or custom point/line/polygon tags are rejected with a clear error.
- Expanded unit tests across schema selection, filename enforcement, extension error handling, cleanup edge cases, required-file detection, and legacy 0.2 disallow list; added a 0.3 acceptance test for wood/leaf tags.

## Testing
- `python -m unittest tests/unit_tests/test_osw_validation_extras.py`
- `python -m unittest tests/unit_tests/test_extracted_data_validator.py`
- `python -m unittest discover -v tests/unit_tests`
[0.3.0] Enforce OSW 0.3 filename/schema usage, block legacy tree/custom tags, and expand validation tests
@sujata-m sujata-m merged commit 7ec2aa8 into main Dec 11, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants