opera-adt / COMPASS

COregistered Multi-temPorAl Sar Slc
Apache License 2.0
38 stars 18 forks source link

validation script modified to handle both CSLC and static layer HDF5s #124

Closed LiangJYu closed 1 year ago

LiangJYu commented 1 year ago

This PR modifies compass.utils.validate_cslc, renamed to validate_products, to handle both CSLC and static layer HDF5s.

Usage:

CSLC: python -m compass.utils.validate_product -r <ref HDF5> -s <sec HDF5> -p CSLC

static layer: python -m compass.utils.validate_product -r <ref HDF5> -s <sec HDF5> -p static_layer

vbrancat commented 1 year ago

Can we have the static_layer option spelled as static_layers