Analysis of Air Temperature using the CUAHSI HIS
Authors: | |
---|---|
Owners: | Anthony M. Castronova |
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: | 2639 |
Downloads: | 172 |
+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°


















Leaflet Map data © OpenStreetMap contributors
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.
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
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/
Comments
Austin Raney 5 years, 11 months ago
wget https://www.hydroshare.org/django_irods/download/bags/509f691cd8444127a03ba036d0ecd3e0.zip?url_download=False&zipped=False
ReplyAustin Raney 5 years, 11 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, 11 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