Conversation
| @@ -0,0 +1,3 @@ | |||
| The script in this folder will create a catalog.xml output that can be | |||
| used by the thredds server. This script is run every day and will update | |||
| the thredds server to show the latest data available. | |||
There was a problem hiding this comment.
?example useage (could you paste the crontab here?)
Link to live website as example
Is there a Dockerfile for the server?
There was a problem hiding this comment.
Link to data use policy here, and to the published webpage
| # ---------------------------------------------------------------------- | ||
| # DATASETS | ||
| # ---------------------------------------------------------------------- | ||
| dataset "/home/sites/ua-mac/Level_1/vnir_netcdf" "uamac_hs" "UAMac Hyperspectral" |
There was a problem hiding this comment.
what are steps for adding
dataset "/home/sites/ua-mac/Level_1/envlog_netcdf" "uamac_env" "UAMac Environmental Logger"
dlebauer
left a comment
There was a problem hiding this comment.
The current web page has dupllicate records through June 2016. Is that a bug in the script?
|
@robkooper the server is vvveeerrrryyyy slow ... to load a plot in Panoply takes ~1m. Before it was possible to scan along a dimension (like a movie along y dimensions) at < 1 s / frame. Now that is not really practical. Perhaps this should be a separate issue? |
|
please make that a different issue, that has nothing to do with this script. |
|
@robkooper okay. Issues w/ speed and plotting are in #407 |
|
@robkooper just bumping this issue. I think only thing needed is some additions to documentation mentioned in #406 (review) |

Script that runs every day at midnight to make all the nc data available to the thredds server.
The output of this script can be saved as a catalog.xml for the thredds server.
See also #155 and #402
Types of changes
new feature?
Checklist: