-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Run first demo WorldCereal-based extraction use case #43
Comments
@GriffinBabe, my initial review of test extractions: S2 file “S2_at2021lpis809720_32633_2020-08-30_2022-03-03”
AUX file “AUX_at2021lpis809720_32633_2020-08-30_2022-03-03”
|
Already an answer to a couple of your points, I'm running a new extraction with some changes before answering to the others
No strategy currently present, I think an easy one would be to drop observations with a cloud percentage higher than, let's say, 95% ? This can be done directly from the OpenEO load_collection feature
Probably not worth it, because you might save only half the space of one on the 13 bands. Also it's nice for later processing to have everything aligned on the same resolution, since anyways SCL is gonna be used for pixelwise operations on the optical data
I don't think it's necessary as all the tiles should be consistent within an extraction process
It's something from the input dataset, but I can remove this because it's almost the same value for each sample
It's also extracted from the input dataset, and it's None already from there for all samples
Could you indicate me where is the list of the harmonized labels? This is decided by the user, but in the context of WorldCereal it should be matching the harmonized labels maximum value. Alternatively we can also put in to int64, which will accept negative values and can go on a very high range, it's still remaining a small file as such as it is only a 2D array (1 band, no time)
Yes indeed, I will add this as _FillValue as it seems to be the convention with NetCDF files (this source and in my past experiences) |
Another question: how do you want the rasterization? With the |
As a minimum, indeed good to have this added. We could make it configurable in GFMAP?
Not sure about this, I think we would prefer to extract S1 at 20m and meteo even at much lower resolution. This saves a lot of storage. Downstream OpenEO-based processing will finally merge the cubes.
Should not always be the same.
Interesting. I guess once we use the API, this shouldn't be None. So let's worry about it later.
The possible values are in the first column of this file. Note that this is a string for readability and we should strip all
As discussed, |
|
Issue reported: Open-EO/openeo-geopyspark-driver#712 |
Except for the scl problem, all is solved here. I created a ticket in WorldCereal technical and open-eo geopyspark driver #45 closes it |
Using demo dataset from #40 and writing documentation along the way in #42 .
The text was updated successfully, but these errors were encountered: