Harmony API prohibitively slow for GEDI L2A data
Posted: Thu Oct 16, 2025 7:15 pm America/New_York
Hi, I've requested a spatial subsetting of GEDI L2A data using the Harmony API. I am using a single rectangular area of 25x13 Km to generate 44 H5 files. This process can take between 10 minutes and 1 hour. I don't think I'm waiting in queue because the progress bar starts immediately after I submit the request. Why is this so slow? Is the subsetter routine open source? One possibility is to run it in my own machine in AWS so as to have more control of the computational resources.
Here's the main part of my code:
request = Request(
collection = Collection(id=concept_id),
shape = my_site,
temporal = temporal_range
)
task = harmony_client.submit(request)
Here's the main part of my code:
request = Request(
collection = Collection(id=concept_id),
shape = my_site,
temporal = temporal_range
)
task = harmony_client.submit(request)