Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...
This resource contains some files/folders that have non-preferred characters in their name. Show non-conforming files/folders.
This resource contains content types with files that need to be updated to match with metadata changes. Show content type files that need updating.
Authors: |
|
|
---|---|---|
Owners: |
|
This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) for information on this resource. |
Type: | Resource | |
Storage: | The size of this resource is 25.1 KB | |
Created: | May 17, 2019 at 7:28 p.m. | |
Last updated: | Jun 27, 2020 at 12:34 p.m. | |
Citation: | See how to cite this resource |
Sharing Status: | Public |
---|---|
Views: | 2229 |
Downloads: | 160 |
+1 Votes: | Be the first one to this. |
Comments: | 3 comments |
Abstract
The purpose of this resource is to demonstrate how the CUAHSI JupyterHub platform can be used to perform basic hydrologic data analysis. Temperature data is collected via the CUAHSI Hydrologic Information System (HIS) using web services. These data are organized using Python classes, and plotted in various ways to demonstrate common data analysis steps.
Subject Keywords
Coverage
Spatial
Content
Related Resources
Title | Owners | Sharing Status | My Permission |
---|---|---|---|
CUAHSI Data Clinic - 2019 CSDMS Conference, Boulder, CO | Danielle Tijerina | Private & Shareable | None |
CUAHSI compute services for working with data in the cloud | Anthony Castronova | Public & Shareable | Open Access |
How to Cite
This resource is shared under the Creative Commons Attribution-ShareAlike CC BY-SA.
http://creativecommons.org/licenses/by-sa/4.0/
Comments
Austin Raney 5 years, 5 months ago
wget https://www.hydroshare.org/django_irods/download/bags/509f691cd8444127a03ba036d0ecd3e0.zip?url_download=False&zipped=False
ReplyAustin Raney 5 years, 5 months ago
'''bash
Reply#!/bin/bash
cd $HOME
mkdir airtemp && cd airtemp
wget wget "https://www.hydroshare.org/django_irods/download/bags/509f691cd8444127a03ba036d0ecd3e0.zip" -O airtemp.zip
unzip airtemp.zip
cd airtemp
'''
Here is a script to download and unzip the tutorial if network issues arise again.
Austin Raney 5 years, 5 months ago
'''bash
Reply#!/bin/bash
cd $HOME
mkdir airtemp && cd airtemp
wget "https://www.hydroshare.org/django_irods/download/bags/509f691cd8444127a03ba036d0ecd3e0.zip" -O airtemp.zip
unzip airtemp.zip
cd airtemp
'''
New Comment