Open dpabon opened 1 year ago
@dpabon, hi, thanks for checking! I can reproduce the error. It's related to how the catchment json file is loaded. I will look into this towards the end of the week.
Here an excerpt of the process graph at the critical process aggregate_spatial()
how it produces the error (additional fields in the geometry that shouln't be there):
"aggregate_spatial_UAFWG4939S": {
"arguments": {
"data": {
"from_node": "merge_cubes_LSRUS5552C"
},
"geometries": [
{
"COAST": 0,
"DIST_MAIN": 334.5,
"DIST_SINK": 334.5,
"ENDO": 0,
"HYBAS_ID": 2090516090,
"MAIN_BAS": 2090012980,
"NEXT_DOWN": 2090516950,
"NEXT_SINK": 2090012980,
"ORDER": 3,
"PFAF_ID": 214040804,
"SORT": 10988,
"SUB_AREA": 419.1,
"UP_AREA": 419.2,
"geometry": {
"coordinates": [
[
[
11.075,
46.72916666666669
],
[
11.072575547960094,
46.728813340928845
],
[
11.069091118706622,
46.72535332573787
This is how it should look (from an old batch job that I still had saved):
"aggregate_spatial_ZOPGM1690B": {
"arguments": {
"data": {
"from_node": "merge_cubes_TWGTK0367M"
},
"geometries": {
"features": [
{
"geometry": {
"coordinates": [
[
[
11.075,
46.72916666666669
],
[
11.072575547960094,
46.728813340928845
],
Hi @przell
I have been following the tutorial:
https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/3.1_data_processing/exercises/_alternatives/31_data_processing_cdse.rmd
However, when I run start the job
start_job(job =job)
line 305I got the error message:
Looking the OpenEO web editor it says:
Thanks in advance for your help.
Cheers, Daniel