enthought / tabs

Default Repo description from terraform module
0 stars 0 forks source link

Return 404 if backend fails to get time step for any reason #70

Closed kjordahl closed 8 years ago

kjordahl commented 8 years ago

Testing on http://barataria.tamu.edu:8080/thredds/dodsC/oof_latest/roms_his_f_latest.nc, there are only 30 time steps available, so the backend was crashing on retrieving time step 31. This does something better and returns a 404 through the API. It still needs to be better handled on the frontend.