The GeoPackageHydrofabric represents geopackage hydrofabrics and has a vpu property to optionally hold the represented VPU, for cases when the contained data represents an entire VPU. This is typed as an int, but unfortunately this was incorrect. As noted here, VPU may sometimes have a suffix appended to the integer component.
The class and related usage needs to be updated to correct this error.
The GeoPackageHydrofabric represents geopackage hydrofabrics and has a
vpuproperty to optionally hold the represented VPU, for cases when the contained data represents an entire VPU. This is typed as anint, but unfortunately this was incorrect. As noted here, VPU may sometimes have a suffix appended to the integer component.The class and related usage needs to be updated to correct this error.