Skip to content

Releases: CNES/slurp

SLURP 0.1

Choose a tag to compare

@ytanguy ytanguy released this 23 Apr 13:24

0.1 First stable version

  • Compliant with Docker environment (no more dependency to EOScale / shared memory)
  • New convention for validity masks

Added

  • Analyse vegetation clustering : there are new options to fit vegetation clustering with what is observed in a global land cover map : slurp_vegetationmask -autolabel [-labeling_strategy nearest/overestimate/underestimate]. Note that the "pct_veg/low_veg/etc." are pourcentage of observed class in the global land cover map (see slurp_prepare --analyse_glcm). See #24
  • Analysis of global world cover map is activated by default (and OTB based script had been updated). See #23 / #14
  • Add possibility to use a nearly void config files : almost all config files shall be initiated with default values #14
  • Add a margin parameter in stackmask (#71). 0 margin gives better results

Changed

  • Change convention for validity mask : 0 values shall stand for "valid" pixels, and other values shall stand for user specified reasons (ex : 1 for NO_DATA in input VHR image, 2 for clouds, etc.) --> see #32
  • Modification in waterbodies categorization algorithm : the option is now --categorized_watermask or --no_categorized_watermask. The algorithm works now fine even when some waterbodies partially intersect WBM (PR #38; issue #33)
  • Remove EOScale (#73) : SLURP now relies on its own classes (eomultiprocessing package) inspired by Bulldozer, to parallelize tasks
  • Rename "strict_thresh" to "thresh_pekel_pp" : this threshold is used to filter potential false positive detections (water areas below that threshold)

##Fixed

  • fix precommit (#26)
  • fix sphinx doc tests (#25)
  • fix problem with HAND with NODATA (#45)

Improve watermask

Choose a tag to compare

@ytanguy ytanguy released this 22 Jan 15:54
e230e8b

This version brings some improvements in vegetation clustering, modify validity mask convention and correct bugs in water bodies categorization.

See CHANGELOG.md for full details