Uh oh!
There was an error while loading. Please reload this page.
Document the NumPy array path — no NetCDF, no GIS - #189
Merged
Conversation
Add a User Guide page walking through a complete simulation driven entirely from NumPy arrays via addIndexLayer/addScalarLayer, with no landscape .nc and no GIS. The worked example was verified against a pip-installed ForeFire. Link it from the index toctree and from the README's Python snippet. Closes#168
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes#168.
A new User Guide page showing how to drive a complete simulation from NumPy
arrays via
addIndexLayer/addScalarLayer— a fuel map and a wind field inmemory, no landscape
.ncand no GIS. This is the on-ramp for the pip + numpyaudience, and it was previously only discoverable as an unreferenced script in
tests/.The worked example was run end-to-end against a pip-installed ForeFire, so the
call sequence in the docs is verified, not illustrative.
docs/source/user_guide/python_arrays.rst— the new page (numpy in, numpyout via
helpers.printToPathe, plus how the fuel table changes per model).Docs only; no code changes. Leaves
landscape_file.rstuntouched to avoidcolliding with #179.
Generated by Claude Opus 4.8, and reviewed manually before posting.