rosepearson / GeoFabrics

A package for generating hydrologically conditioned DEMs and roughness maps from LiDAR and other infrastructure data. Check the wiki for install and usage instructions, and documentation at https://rosepearson.github.io/GeoFabrics/
GNU General Public License v3.0
30 stars 11 forks source link

various bug-fixes #270

Open rosepearson opened 1 week ago

rosepearson commented 1 week ago

Changes:

Check list:

rosepearson commented 1 day ago

Changes:

  • [x] Fix lake behaviour
  • [x] Optimise chunked calculations when noting is in ROI - replace dask.empty with dask.full(shape, numpy.nan)
  • [ ] Rivers accidental upstream -
  • [ ] Rivers fans crossed - 15059243, 11016624
  • [ ] River mouth support for points not contours -
  • [ ] Rivers - non land intersect option for fans

Check list:

  • [ ] Make code change
  • [ ] Update tests

    • [ ] Update / create new tests
    • [ ] Ensure these tests have the expected behavour
    • [ ] Test locally and ensure tests are passing
  • [ ] Ensure tests passing on GH Actions
  • [ ] Update documentation

    • [ ] Doc strings
    • [ ] Wiki
  • [ ] Update package (version.py & pyproject.toml) version (if needed)