-
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
Provide Opendap / THREDDS server for netcdf / hdf5 data #155
Comments
@dlebauer - is this a priority for the V0 release? |
@robkooper - this has been transferred to you |
Already existing API clients for this |
Other steps:
@robkooper @dlebauer let's review this issue and make sure we have the use case defined. |
We can start with the hyperspectral level 1 (reflectance) and level 2 (indices) files. Use case is 'compute plot level statistics (starting with mean). We may also consider converting geotiff to netcdf (
The easiest way to get plot boundaries from BETYdb is with the API call https://terraref.ncsa.illinois.edu/bety/api/beta/sites?key=9999999999999999999999999999999999999999. See API documentation and / or ask @gsrohde for how to query a specific subset by partial name matching (I think something like Open questions @jterstriep, @yanliu-chn, @max-zilla:
|
@max-zilla The API documentation for querying is here: https://pecan.gitbooks.io/betydb-data-access/content/API/beta_API.html. See the section "Matching using regular expressions" for use of the "=~" operator. |
@jterstriep could you please meet with @robkooper to flush out the steps required to implement this? |
need use cases to proceed (organized by hierarchy, grouping needed?) organize by day start with hyperspectral files. THREDD server needs to be configured or Java script written first - 1 week work |
@ashiklom could you define a few use cases? |
@jterstriep are there other options? is there a new THREDDS version available? @czender? |
THREDDS 4.6.8 was released Jan 9 2017 https://github.com/Unidata/thredds/releases/tag/v4.6.8 More info http://www.unidata.ucar.edu/software/thredds/current/tds/TDS.html |
Off the top of my head...
|
@robkooper and @jterstriep could you please provide an ETA, convert this to an epic and create smaller issues if necessary? |
Thredds is running, not configured yet |
Awesome! If it's not a (big) distraction could get up a /samples/ folder
with a VNIR dataset that I could demo next week?
…On Thu, Feb 2, 2017 at 10:51 AM Rob Kooper ***@***.***> wrote:
Thredds is running, not configured yet
https://terraref.ncsa.illinois.edu/thredds/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAcX5z89-jKpVOTEAK9j9QsQ5srNvYMJks5rYgmYgaJpZM4JtNse>
.
|
FYI One use case is remote visualization. I'm going to check it out today https://www.giss.nasa.gov/tools/panoply/ |
@robkooper does this need to be broken down into smaller issues? |
no. rob |
Problem There is no easy way to update the server as new files come in. Rob can you please contact the developers? |
@robkooper can you start with something that is static by the end of April? |
use THREDDS 4.6, not 5.0. Rob is still working on this. |
@robkooper has been making PEcAn VM hopefully this week, then talk to @jdmaloney to get good way to list .nc files on Roger. |
@robkooper and @jdmaloney should discuss. |
Following script is run every day at midnight, the list of files is created by JD See https://terraref.ncsa.illinois.edu/thredds/catalog.html
|
Description
Provide access to netcdf data via THREDDS Server
First two files to post would be /projects/arpae/met/narr/all.nc and /projects/arpae/met/cruncep/all.nc (these could be provided within /projects/arpae/terraref/derived_data/ but they don't fit the 'site' concept - they are north american (narr) and global products (cruncep) products.
We should also provide access to the environmental and hyperspectral data via this endpoint.
Context
In issue #89 it was decided that it will be straightforward to deploy an opendap server on ROGER to provide users with access to netcdf data / subsetting.
The met data will be useful for researchers evaluating environmental influences and predicting biomass production in different regions.
We can add other sensor data streams here:
Ideally the workflow would be something like
Further Suggestions / Request for Feedback
First, estimate how difficult it will be to set this up, then we can prioritize.
The text was updated successfully, but these errors were encountered: