Skip to content

Instantly share code, notes, and snippets.

View rsignell-usgs's full-sized avatar

Rich Signell rsignell-usgs

View GitHub Profile
@rsignell-usgs
rsignell-usgs / do_get_ned_1s.bash
Last active December 11, 2015 03:38
Get all National Elevation Dataset (NED) 1 arc second data within a specified bounding box. The NED is updated every two months, with release notes available here: http://ned.usgs.gov/downloads.asp
#!/bin/bash
#
# get latest NED 1s data in lon/lat bounding box
#
for lat in {39..45}
do
for lon in {63..72}
do
file=n${lat}w0${lon}.zip
echo $file
@rsignell-usgs
rsignell-usgs / gordon_panel_plot.ipynb
Created January 22, 2013 23:12
Gordon's fancy contour panel plot of ROMS model results
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / gdp_cape.ipynb
Last active December 11, 2015 14:28
CCMP precipitation from the Hayhoe et al downscaled A1FI and B1 AR4 climate scenarios, averaged over Cape Cod using the USGS GeoDataPortal
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / cf_to_pandas.ipynb
Created January 23, 2013 22:13
Read CF-compliant time series from NetCDF or OPeNDAP and plot in Pandas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / usgs_ts_plot.ipynb
Created January 23, 2013 22:41
CF-1.6 compliant USGS Time Series data plot with Pandas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / pandas_cf_time_series.ipynb
Last active December 11, 2015 18:38
Pandas plot of CF-Convention time series data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / time_series_extract.ipynb
Last active October 24, 2016 20:17
Extract time series from CF-Compliant 3D [time,lat,lon] model and plot in Pandas: significant wave height forecast from NCEP Global WaveWatch 3 model
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / fvcom_plotting.ipynb
Created January 31, 2013 13:10
FVCOM plotting examples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / chris.ipynb
Created February 7, 2013 18:07
demo for chris
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rsignell-usgs
rsignell-usgs / necofs_water_levels.ipynb
Last active December 12, 2015 07:58
Forecast water levels from NECOFS for a specified list of (lon,lat) locations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.