Skip to content

Instantly share code, notes, and snippets.

View jsignell's full-sized avatar
🌴
On vacation

Julia Signell jsignell

🌴
On vacation
View GitHub Profile
@jsignell
jsignell / netcdf-hosting
Last active June 17, 2016 14:17
How to run thredds and erddap from docker
Install Docker:
(ubuntu)$ sudo apt-get install docker
(centos)$ sudo yum install docker
Install THREDDS from Docker:
$ docker pull axiom/docker-thredds
Install ERDDAP from Docker:
$ docker pull axiom/docker-erddap
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"26de29a9-ce2d-4370-bbd8-028d154f34ea": {
"roots": {
"references": [
{
"attributes": {
"fill_alpha": {
"field": "fill_alpha"
},
"fill_color": {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Objectives:

  • read and write data to csv
  • read data from NetCDF
  • compute stats
  • create aggregated plots
  • make maps

Get set up following the steps in [intro-to-netcdf](https://github.com/ jsignell/intro-to-netcdf#python). Then download the tutorial notebooks

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.