reproducible-notebooks / ERDDAP_timeseries_explorer

Simple interactive ERDDAP time series explorer using Jupyter Widgets
MIT License
6 stars 4 forks source link

UNH_WBD dataset without correct location #34

Open apkrelling opened 3 years ago

apkrelling commented 3 years ago

We currently use latmin and lonmin to determine the location of the dataset for the map. On the metadata page for UNH_WBD the latmin and lonmin shown are both -999.0, as shown in the image below.

Screenshot from 2021-06-14 19-00-05

This causes the dataset location not to show up on the map, as shown below for the neracoos server

Screenshot from 2021-06-14 19-05-55

We should either a) skip this dataset, b) find a way to adress this issue specifically for this dataset, or c) develop a more general approach, that would work for all datasets.

cc @ocefpaf

apkrelling commented 3 years ago

for now, we are skipping this dataset (PR #35 ).

ocefpaf commented 3 years ago

@rsignell-usgs should we report this to NERACOOS Data Providers?