jlu-ilr-hydro / odmf

Observatory Data Management Framework
MIT License
4 stars 5 forks source link

Undesirable results from CUAHSI harvesting #11

Open cpwnd opened 6 years ago

cpwnd commented 6 years ago

After talking to staff at CUAHSI, who is able to debug the harvesting servers, it was possible to determine some sources of errors. cv_*-colums such as cv_valuetype in the table dataset, are holding standard values (Unknown), which leads to duplicates in the view variables. However this is then invalid in terms of the remote CUAHSI harvesting servers.

In order to provide a valid data output, its intended to get rid of duplicates in the view results.

cpwnd commented 6 years ago

Related