Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error while downloading 2017 data #27

Open
prabshr opened this issue Mar 19, 2024 · 0 comments
Open

Error while downloading 2017 data #27

prabshr opened this issue Mar 19, 2024 · 0 comments

Comments

@prabshr
Copy link

prabshr commented Mar 19, 2024

There is a problem when I am downloading the UAVSAR images for 2017. There are 27 pair images but It kind of gets stuck after the third pair displaying multiple error messages with collection.collection_to_tiffs().

I am using the following script. Is there a way to skip this pair and continue download with other images?


from uavsar_pytools import UavsarCollection

Collection name from the campaign list

col_name = 'Grand Mesa, CO'

Working directory to save files into

work_d = '/srv/local/data/UAVSAR/'

Optional dates to check between

dates = ('2016-10-01','2017-03-01')

collection = UavsarCollection(collection = col_name, work_dir = work_d, dates = dates, inc = True)

Optional keywords: to keep binary files use clean = False, to download incidence angles

with each image use inc = True, for only certain pols use pols = ['VV','HV'].

See docstring of class for full list.

collection.collection_to_tiffs()

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant