-
Notifications
You must be signed in to change notification settings - Fork 4
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
Point extractions sentinel 2 #58
Conversation
Updated the script. A new output file can be found at /data/users/Public/vincent.verelst/extraction_test/35NPF/2018_SSD_WFP-field-survey_POLY_110_1674.parquet As a general remark: the previous extraction was run on an old reference dataset, just as a test. The current extraction has been run on a new reference dataset. @kvantricht, to address your comments in the order as listed above:
|
@VincentVerelst thanks for the changes! the fact that we're having weird and/or duplicate attributes like reading with geopandas works for me too, thanks. so looking good for me! |
backend_context = BackendContext(backend) | ||
|
||
# TODO: Adjust this to the desired bands to download | ||
bands_to_download = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will need to expand to S1 and meteo too. Has to reflect the inputs required by the models.
@kvantricht all the attributes are indeed also present in the input file. The reference data used for this example can be found at /data/users/Public/vincent.verelst/extraction_test/08_2018_SSD_WFP-field-survey_POLY_110.geoparquet. |
…/worldcereal-classification into vv_point_extractions
…ocessing of the inference
Some comments from @kvantricht to be followed up here: