We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ds_kwargs = dict( region=region, start_time=start_time, end_time=end_time, rescale=True ) .. lc8 = datasets.Landsat8(**ds_kwargs)
The text was updated successfully, but these errors were encountered:
import ee ee.Initialize() import hydrafloods as hf
from hydrafloods.workflows import dswfp region = hf.country_bbox("Cambodia") start_time = "2019-01-01" end_time = "2019-07-01"
output_asset = ( "projects/................../assets/fusion_sampling_"+ f"{start_time.replace('-','')}_{end_time.replace('-','')}" )
dswfp.export_fusion_samples( region, start_time, end_time, stratify_samples=True, output_asset_path=output_asset, )
Sorry, something went wrong.
ran above chunk and that caused the error
No branches or pull requests
ds_kwargs = dict(
region=region, start_time=start_time, end_time=end_time, rescale=True
)
..
lc8 = datasets.Landsat8(**ds_kwargs)
The text was updated successfully, but these errors were encountered: