Rose Pearson
Rose Pearson
add deoendency of 'pdal' in addition to 'python-pdal' DESCRIPTION OF PR: - [x] Make code change - [ ] Ensure tests passing on GH Actions - [x] Update documentation -...
Plan to build the recipe directly from this GitHub repository using grayskull. *  * Note for loading the version from the pyproject.toml - https://stackoverflow.com/questions/71412385/can-python-snippets-be-placed-in-pyproject-toml - looks like this requires...
Example data: * The Canterbury maps tool - https://canterburymaps.govt.nz/help/map-viewer/ * https://mapviewer.canterburymaps.govt.nz/ * Selwyn - https://gis.selwyn.govt.nz/arcgis/rest/services/SDC_Public * Click on MapViewer then on one of the pins to add to map *...
Add Support for including flood defence infrastructure. In the first pass, support the inclusion of linear features like: * Stop banks * Half tide walls This should be applied last...
Trace-back when clearing the cached files created to stabilise memory usage during parallel computing. Line 950 processor.py `cached_file.unlink()` https://github.com/rosepearson/GeoFabrics/blob/main/src/geofabrics/processor.py#L950 Also update the windows yml files to be cleaner and remove...
The river estimation approach appears to introduce an 'wall artefact' down river amplified from any high elevation values detected along the measured cross section data. As an example: "See below...
Look into the issues highlighted in https://github.com/rosepearson/GeoFabrics/issues/78 - [ ] Bring in roads from OSM if a road value is set - [ ] Set the river zo values based...
Get a TB currently if no ocean contours in the expanded ocean domain. Expand the domain more and or make robust to no contours in the region. See tile 3129...
There are various options to explore to reduce the setup time (i.e. queuing all the function calls before beginning to execute them): 1. Clip the tile_index_extents to the region to...
With the current setup you can include offshore contours or lake contours but not both at the same time. Provide support for this. Will need to give some thought as...