Analysis of Air Temperature using the CUAHSI HIS
Authors: | ${ author.name | nameWithoutCommas } ${ author.organization } | |
---|---|---|
Owners: |
|
|
Resource type: | Composite Resource | |
Storage: | The size of this resource is 25.0 KB | |
Created: | May 17, 2019 at 7:28 p.m. | |
Last updated: | Jul 30, 2019 at 7:52 p.m.
|
|
Citation: | See how to cite this resource |
Sharing Status: | Public |
---|---|
Views: | 302 |
Downloads: | 93 |
+1 Votes: | Be the first one to +1 this. (You need to be logged in to rate 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
Duplicate. Keyword not added.
Error: ${ error }
Deleting all keywords will set the resource sharing status to private.
Resource Level Coverage
Spatial
Coordinate System/Geographic Projection:
WGS 84 EPSG:4326
Coordinate Units:
Decimal degrees
Place/Area Name:
Seattle, WA
North Latitude
48.1503°
East Longitude
-121.8257°
South Latitude
47.0466°
West Longitude
-123.4846°
Content
This resource contains links to external content. Linked content is
NOT stored in HydroShare, and we can't guarantee its availability, quality, or
security.
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
Castronova, A. M. (2019). Analysis of Air Temperature using the CUAHSI HIS, HydroShare, http://www.hydroshare.org/resource/509f691cd8444127a03ba036d0ecd3e0
This resource is shared under the Creative Commons Attribution-ShareAlike CC BY-SA.
http://creativecommons.org/licenses/by-sa/4.0/
Comments
Austin Raney 6 months, 2 weeks ago
wget https://www.hydroshare.org/django_irods/download/bags/509f691cd8444127a03ba036d0ecd3e0.zip?url_download=False&zipped=False
ReplyAustin Raney 6 months, 2 weeks 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 6 months, 2 weeks 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