kartoza / IGRAC-GGIS

https://ggis.un-igrac.org/
GNU Affero General Public License v3.0
4 stars 5 forks source link

Annual values in Well and Monitoring data #696

Closed EliVolsch closed 3 months ago

EliVolsch commented 3 months ago

Priority: Medium Good morning,

I noticed that when downloading data from Czech Republic from Well and Monitoring data, the files contains annual averages of groundwater levels, while if I download the same dataset from the GGMN, I get weekly values (as it should be since the data is originally like this). Why is this happening? The data should not be aggregated but displayed as it was originaly uploaded. I am also wondering if this happening in other countries as well.

meomancer commented 3 months ago

Hi @clau1313 cc @Eliegergesgerges This is because we have 2 organisations under Czech country

  1. Czech Republic - Czech Hydrometeorological Institute
  2. Jasechko et al. (2024) Rapid groundwater decline and some cases of recovery in aquifers globally

You can see on the "Well and Monitoring data", it has those organisations. Selection_029

Everything with name "7000" are from Jasechko, which has annual data Selection_032

Meanwhile with name "VB" are from "Czech Republic - Czech Hydrometeorological Institute" which has weekly data Selection_033

So basically, when we download "Well and Monitoring Data", it returns both of organisations.

Meanwhile, on GGMN, it just returns "Czech Republic - Czech Hydrometeorological Institute", because below configurations Selection_034

That why on GGMN, it just return weekly data

clau1313 commented 3 months ago

Thanks @meomancer! All clear now.