feat: add terrain import boundary #3

Merged
moldybits merged 1 commits from feat/terrain-import-abstraction into main 2026-05-15 20:48:29 -04:00
Member

Summary

  • Add src/import.rs as an in-memory terrain importer boundary returning HeightGrid.
  • Define ImportError and project-owned ovp-text fixture coverage under tests/fixtures/open/.
  • Document fixture/data policy in docs/legal/asset-policy.md.

Validation

  • cargo fmt --check
  • cargo test import
  • cargo test
  • cargo clippy --all-targets -- -D warnings
  • git diff --check
  • cargo run -- info

Notes

  • No proprietary reference archives, extracted binaries, screenshots, or scratch material were read, copied, tracked, or committed.
## Summary - Add `src/import.rs` as an in-memory terrain importer boundary returning `HeightGrid`. - Define `ImportError` and project-owned `ovp-text` fixture coverage under `tests/fixtures/open/`. - Document fixture/data policy in `docs/legal/asset-policy.md`. ## Validation - cargo fmt --check - cargo test import - cargo test - cargo clippy --all-targets -- -D warnings - git diff --check - cargo run -- info ## Notes - No proprietary reference archives, extracted binaries, screenshots, or scratch material were read, copied, tracked, or committed.
moldybot added 1 commit 2026-05-15 20:45:32 -04:00
moldybits merged commit 7b6c1adcd7 into main 2026-05-15 20:48:29 -04:00
moldybits deleted branch feat/terrain-import-abstraction 2026-05-15 20:48:29 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Repos/openvistapro#3