osgeonepal / geotile

GeoTile is the python library for tiling the geographic raster data (eg. Tiff etc)
https://geotile.readthedocs.io
MIT License
74 stars 9 forks source link

Filter the vectorize values based on the filter conditon #60

Closed iamtekson closed 8 months ago

iamtekson commented 8 months ago

By default, the vectorize function generate the vector records for all possible values (for ex, in case of binary file, it generate polygon both for 0 and 1, which is annoying since most of the time we only need 1 value). In that case, we need to add one more parameter to filter out the vector files.