Coder Social home page Coder Social logo

ef_activities's Introduction

EF_Activities

Hands-on activities associated with the Ecological Forecasting book and graduate class

Book: Dietze, M. 2017. Ecological Forecasting. Princeton University Press https://ecoforecast.org/book

List of activities by Chapter:

Chapter 1: Introduction

  • Exercise 01 - R primer

Chapter 2: From Models to Forecasts

  • Exercise 02 - From models to forecasts

Chapter 3: Data, Large and Small

  • Exercise 03 - Tools for working with data

Chapter 4: Scientific Workflows and the Informatics of Model-Data Fusion

  • Exercise 04 - Pair Coding and Github

Chapter 5: Introduction to Bayes

  • Exercise 05 - JAGS primer

  • Exercise 05B - Bayesian Regression

Chapter 6:Characterizing Uncertainty

  • Chapter 06 - Fitting Uncertainties

  • Chapter 06 - Hierarchical Bayes

Chapter 8: Latent Variables and State-Space Models

  • Exercise 06 - State Space models

Chapter 9: Fusing Data Sources

  • Exercise 07 - Fusing time-series data

Chapter 11: Propagating, Analyzing, and Reducing Uncertainty

  • Chapter 11 - Uncertainty Propagation and Analysis

Chapter 13: Data Assimilation 1: Analytical Methods

  • Exercise 09 - Kalman Filter

Chapter 14: Data Assimilation 2: Monte Carlo Methods

  • Exercise 10 - Particle Filter

Chapter 16: Assessing Model Performance

  • Exercise 11 - Model Assessment

Chapter 17: Projection and Decision Support

  • Exercise 12 - Decision Support

In addition this repository contains the following folders:

  • data - Data files used in the exercises
  • images - Image files embedded in the exercises
  • tutorial - Additional tutorials contributed by previous students

For a list of Git and Github tutorials see http://gist.github.com/Pakillo/63c15c700c9c76fe8032

ef_activities's People

Contributors

aariq avatar amwillson avatar ashiklom avatar bullocke avatar drjuliejung avatar k-wheeler avatar kristinariemer avatar kzarada avatar mdietze avatar parevalo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ef_activities's Issues

Bug in Web Scraping example (03_Big_Data)

When running line 82 of 03_Big_Data
fia_html <- getURL("https://apps.fs.usda.gov/fia/datamart/CSV/datamart_csv.html")
I get the following error message:

Error in function (type, msg, asError = TRUE)  : 
  error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

Using http instead of https removes the error message but returns an empty page

fia_html <- getURL("http://apps.fs.usda.gov/fia/datamart/CSV/datamart_csv.html")
fia_html
[1] ""

It could be a security issue with my maschine, but I was wondering if someone else has faced the same problem before?

MODISTools package not working with latest API updates

Knitting the Exercise_03_BigData.Rmd file fails due to an error on line 214:

GetProducts()

Error message:

Error in GetProducts() : MODIS Collection 5 Web Service Disabled, See https://daac.ornl.gov/modiswebservice/ for C6 Web Service

This is a known issue, see here.

readHTMLTable() function call broken

Knitting the Exercise_03_BigData.Rmd file fails due to an error on line 75:

fia_table = readHTMLTable(fia_html)[[6]]

Error message:

Warning: XML content does not seem to be XML:

The preceeding statement getURL("http://apps.fs.fed.us/fiadb-downloads/datamart.html") returns an empty character (""). Apparently, the site no longer exists. Probably worth finding another example here?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.