Search found 2 matches

by betolink
Tue Dec 03, 2024 11:39 am America/New_York
Forum: Home
Question: HLS Data Processing with rioxarray: parallel reading and cookie questions
Replies: 5

Re: HLS Data Processing with rioxarray: parallel reading and cookie questions

Hi @parevalo! I think you're code is correct and according to https://github.com/corteva/rioxarray/issues/214 `lock=True` is not a valid option. In their documentation they also mention that using locks benefit from caching if the reads are done multiple times https://corteva.github.io/rioxarray/sta...
by betolink
Mon Jan 22, 2024 10:07 pm America/New_York
Forum: Home
Question: Trouble accessing files via S3
Replies: 2

Re: Trouble accessing files via S3

There is a Python library that tries to simplify how we access data from NASA called earthaccess https://github.com/nsidc/earthaccess , it may help your use case, this would be the code you need: import earthaccess earthaccess.login() max_granules = 30 # C2271754179-LPCLOUD is the identifier for thi...