Skip to content

[0.4.4] Develop to Main#77

Merged
sujata-m merged 2 commits into
mainfrom
develop
Jul 1, 2026
Merged

[0.4.4] Develop to Main#77
sujata-m merged 2 commits into
mainfrom
develop

Conversation

@sujata-m

@sujata-m sujata-m commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Dev Board Ticket

Changes

  • Fixed dataset file classification to use supported filename patterns instead of loose substring matching.
  • Prevented files like River._edges_.nodes.geojson from being incorrectly classified as edges.
  • Added support for the four accepted filename formats: <dataset>.geojson, *.<dataset>.geojson, <dataset>.OSW.geojson, and *.<dataset>.OSW.geojson.
  • Updated unsupported filename messaging, README documentation, changelog, and package version to 0.4.4.
  • Added regression coverage using tests/assets/3750.zip.

Testing

  • python -m pytest tests/unit_tests/test_extracted_data_validator.py -q
  • python -m pytest tests/unit_tests/test_osw_validation.py -q
  • python -m pytest tests/unit_tests/test_osw_validation_extras.py -q

sujata-m and others added 2 commits July 1, 2026 16:24
## Dev Board Ticket

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

## Changes

- Fixed dataset file classification to use supported filename patterns instead of loose substring matching.
- Prevented files like `River._edges_.nodes.geojson` from being incorrectly classified as `edges`.
- Added support for the four accepted filename formats: `<dataset>.geojson`, `*.<dataset>.geojson`, `<dataset>.OSW.geojson`, and `*.<dataset>.OSW.geojson`.
- Updated unsupported filename messaging, README documentation, changelog, and package version to `0.4.4`.
- Added regression coverage using `tests/assets/3750.zip`.

## Testing

- `python -m pytest tests/unit_tests/test_extracted_data_validator.py -q`
- `python -m pytest tests/unit_tests/test_osw_validation.py -q`
- `python -m pytest tests/unit_tests/test_osw_validation_extras.py -q`
Fix OSW dataset filename classification for names
@sujata-m sujata-m requested review from MashB and susrisha July 1, 2026 10:59
@sujata-m sujata-m merged commit ee6c461 into main Jul 1, 2026
8 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.

2 participants