NOAA-PMEL / LAS

Live Access Server
https://ferret.pmel.noaa.gov/LAS/
The Unlicense
13 stars 5 forks source link

LAS V7 UI cannot seem to handle yearly data #773

Closed karlmsmith closed 6 years ago

karlmsmith commented 6 years ago

Reported by @kevin-obrien on 3 Mar 2010 00:19 UTC In the v7.1 las tag, it seems like the UI has troubles dealing with a yearly axis.

The data configuration was created through addxml with the command as such:

sh bin/addXML.sh -n http://thredds1.pfeg.noaa.gov/thredds/dodsC/satellite/MH/chla/5day -a:t

which creates a time axis looking like:

  <time-t-id-aed6af95e5 type="t" units="year">
    <arange start="2002-12-29" size="5" step="1" />
  </time-t-id-aed6af95e5>

However, when this dataset is displayed in the V7 UI - The "Date" selector in the interface only shows years, which is probably fine, but the year range is from 2002 through 4008.

I'm not sure how to give a direct link to this dataset in V7, but the LAS URL is http://porter.pmel.noaa.gov:8680/lasV71/getUI.do

and the Dataset is[[BR]]

GEO-IDE / NOAA / NMFS / PFEG / ERD THREDDS Data Server / Satellite Datasets / Color / Chlorophyll-a, Aqua MODIS, NPP, Global, Science Quality / 5-day

Migrated-From: http://dunkel.pmel.noaa.gov/trac/las/ticket/767

karlmsmith commented 6 years ago

Comment by jeremy.malczyk on 5 Mar 2010 20:56 UTC This is a problem with the getGrid service. The json response the DateWidget is is returning an range from 2002 to 4008, and is turnign off all other time fields.

karlmsmith commented 6 years ago

Comment by @noaaroland on 16 Mar 2010 20:41 UTC This is fixed on the server side in r4993.