Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

thredds script #406

wants to merge 2 commits into from

Conversation

robkooper
Copy link
Member

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:

  • I updated the documentation
  • Relevant tests (and test data) have been added or updated and they pass

@@ -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.
Copy link
Member

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?

Copy link
Member

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"
Copy link
Member

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"

Copy link
Member

@dlebauer dlebauer left a 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?

@dlebauer
Copy link
Member

dlebauer commented Jan 30, 2018

@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?

@dlebauer
Copy link
Member

When I try to plot x,y dimensions I get this error:
image

@robkooper
Copy link
Member Author

please make that a different issue, that has nothing to do with this script.

@dlebauer
Copy link
Member

@robkooper okay. Issues w/ speed and plotting are in #407

@dlebauer
Copy link
Member

dlebauer commented May 2, 2018

@robkooper just bumping this issue. I think only thing needed is some additions to documentation mentioned in #406 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants