Closed florisvdh closed 11 months ago
Apart from updated data, for version watersurfaces_v1.2 an extra variable water_level_management is returned. See https://github.com/inbo/n2khab-preprocessing/pull/64 for an exploration of this data source version.
watersurfaces_v1.2
water_level_management
read_watersurfaces() now optionally fixes invalid or corrupt geometries (logical argument fix_geom; default is FALSE), implementing https://github.com/inbo/n2khab-preprocessing/issues/60#issuecomment-1803487252. This applies to all versions, and should be used when generating derived data sources.
read_watersurfaces()
fix_geom
FALSE
@ToonHub, @cecileherr or others, feel free to review.
Apart from updated data, for version
watersurfaces_v1.2
an extra variablewater_level_management
is returned. See https://github.com/inbo/n2khab-preprocessing/pull/64 for an exploration of this data source version.read_watersurfaces()
now optionally fixes invalid or corrupt geometries (logical argumentfix_geom
; default isFALSE
), implementing https://github.com/inbo/n2khab-preprocessing/issues/60#issuecomment-1803487252. This applies to all versions, and should be used when generating derived data sources.@ToonHub, @cecileherr or others, feel free to review.