-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thredds script #406
base: master
Are you sure you want to change the base?
thredds script #406
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what are steps for adding
dataset "/home/sites/ua-mac/Level_1/envlog_netcdf" "uamac_env" "UAMac Environmental Logger"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: