Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...

Analysis of Air Temperature using the CUAHSI HIS


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: 1816
Downloads: 154
+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

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

Related Resources

This resource belongs to the following collections:
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. (2020). 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/
CC-BY-SA

Comments

Austin Raney 4 years, 11 months ago

wget https://www.hydroshare.org/django_irods/download/bags/509f691cd8444127a03ba036d0ecd3e0.zip?url_download=False&zipped=False

Reply
+1 Votes: Be the first one to 
 this.

Austin Raney 4 years, 11 months ago

'''bash
#!/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.

Reply
+1 Votes: Be the first one to 
 this.

Austin Raney 4 years, 11 months ago

'''bash
#!/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
'''

Reply
+1 Votes: Be the first one to 
 this.

New Comment

required