AG真人百家乐官方网站

Skip to main content
NSF NEON, Operated by Battelle

Main navigation

  • AG真人百家乐官方网站 Us
    • Overview
      • Spatial and Temporal Design
      • History
    • Vision and Management
    • Advisory Groups
      • Science, Technology & Education Advisory Committee
      • Technical Working Groups (TWGs)
    • FAQ
    • Contact Us
      • Contact NEON Biorepository
      • Field Offices
    • User Accounts
    • Staff
    • Code of Conduct

    AG真人百家乐官方网站 Us

  • Data & Samples
    • Data Portal
      • Spatial Data & Maps
    • Data Themes
      • Biogeochemistry
      • Ecohydrology
      • Land Cover and Processes
      • Organisms, Populations, and Communities
    • Samples & Specimens
      • Discover and Use NEON Samples
        • Sample Types
        • Sample Repositories
        • Megapit and Distributed Initial Characterization Soil Archives
      • Sample Processing
      • Sample Quality
    • Collection Methods
      • Protocols & Standardized Methods
      • Airborne Remote Sensing
        • Flight Box Design
        • Flight Schedules and Coverage
        • Daily Flight Reports
          • AOP Flight Report Sign Up
        • Camera
        • Imaging Spectrometer
        • Lidar
      • Automated Instruments
        • Site Level Sampling Design
        • Sensor Collection Frequency
        • Instrumented Collection Types
          • Meteorology
          • Phenocams
          • Soil Sensors
          • Ground Water
          • Surface Water
      • Observational Sampling
        • Site Level Sampling Design
        • Sampling Schedules
        • Observation Types
          • Aquatic Organisms
            • Aquatic Microbes
            • Fish
            • Macroinvertebrates & Zooplankton
            • Periphyton, Phytoplankton, and Aquatic Plants
          • Terrestrial Organisms
            • Birds
            • Ground Beetles
            • Mosquitoes
            • Small Mammals
            • Soil Microbes
            • Terrestrial Plants
            • Ticks
          • Hydrology & Geomorphology
            • Discharge
            • Geomorphology
          • Biogeochemistry
          • DNA Sequences
          • Pathogens
          • Sediments
          • Soils
            • Soil Descriptions
        • Optimizing the Observational Sampling Designs
    • Data Notifications
    • Data Guidelines and Policies
      • Acknowledging and Citing NEON
      • Publishing Research Outputs
      • Usage Policies
    • Data Management
      • Data Availability
      • Data Formats and Conventions
      • Data Processing
      • Data Quality
      • Data Product Bundles
      • Data Product Revisions and Releases
        • Release 2021
        • Release 2022
        • Release 2023
        • Release 2024
        • Release-2025
      • NEON and Google
      • Externally Hosted Data

    Data & Samples

  • Field Sites
    • AG真人百家乐官方网站 Field Sites and Domains
    • Explore Field Sites

    Field Sites

  • Impact
    • Observatory Blog
    • Case Studies
    • Papers & Publications
    • Newsroom
      • NEON in the News
      • Newsletter Archive
      • Newsletter Sign Up

    Impact

  • Resources
    • Getting Started with NEON Data & Resources
    • Documents and Communication Resources
      • Papers & Publications
      • Outreach Materials
    • Code Hub
      • Code Resources Guidelines
      • Code Resources Submission
    • Learning Hub
      • Science Videos
      • Tutorials
      • Workshops & Courses
      • Teaching Modules
    • Research Support Services
      • Field Site Coordination
      • Letters of Support
      • Mobile Deployment Platforms
      • Permits and Permissions
      • AOP Flight Campaigns
      • Research Support FAQs
      • Research Support Projects
    • Funding Opportunities

    Resources

  • Get Involved
    • Advisory Groups
      • Science, Technology & Education Advisory Committee
      • Technical Working Groups
    • Upcoming Events
    • NEON Ambassador Program
      • Exploring NEON-Derived Data Products Workshop Series
    • Research and Collaborations
      • Environmental Data Science Innovation and Inclusion Lab
      • Collaboration with DOE BER User Facilities and Programs
      • EFI-NEON Ecological Forecasting Challenge
      • NEON Great Lakes User Group
      • NEON Science Summit
      • NCAR-NEON-Community Collaborations
        • NCAR-NEON Community Steering Committee
    • Community Engagement
      • How Community Feedback Impacts NEON Operations
    • Science Seminars and Data Skills Webinars
      • Past Years
    • Work Opportunities
      • Careers
      • Seasonal Fieldwork
      • Internships
        • Intern Alumni
    • Partners

    Get Involved

  • My Account
  • Search

Search

Get Involved

  • Advisory Groups
  • Upcoming Events
  • NEON Ambassador Program
  • Research and Collaborations
  • Community Engagement
  • Science Seminars and Data Skills Webinars
  • Work Opportunities
  • Partners

Breadcrumb

  1. Get Involved
  2. Upcoming Events
  3. Spatio-Temporal Workshop 鈥� Oslo, Norway

Event - Workshop

Spatio-Temporal Workshop 鈥� Oslo, Norway

Mar 15-16, 2016

Hosted By:

NEON & DATA CARPENTRY

This two day workshop, taught at the University of Oslo on March 15-16, 2016, will cover shell and spatio-temporal data in R.

Things You鈥檒l Need To For The Workshop

Software

R & RStudio

To participant in this workshop, you will need a laptop with the most current version of , and, preferably,  loaded on your computer. You will also need the bash shell installed

If you already have these installed on your laptop, please be sure that you are running the most current version of RStudio, R and all packages that we'll be using in the workshop (listed below).

For details on installing RStudio in Mac, PC, or Linux operating systems, please see the Additional Set Up Instructions section at the bottom of this page.

Bash shell

You will need bash shell to complete this workshop. If you use a Mac, this is the default shell ("Terminal") on your computer. If you use a PC or Linux operating system you may need to install it. For complete installation instructions, please see the Additional Set Up Instructions section below.

Download Data

To be prepared for this workshop, please download & unzip the following files in advance:

These vector data provide information on the site characterization and infrastructure at the National Ecological Observatory Network's Harvard Forest field site. The Harvard Forest shapefiles are from the  archives. US Country and State Boundary layers are from the .

The LiDAR and imagery data used to create this raster teaching data subset were collected over the National Ecological Observatory Network's Harvard Forest and San Joaquin Experimental Range field sites and processed at NEON headquarters. The entire dataset can be accessed by request from the .

The imagery data used to create this raster teaching data subset were collected over the National Ecological Observatory Network's Harvard Forest and San Joaquin Experimental Range field sites.
The imagery was created by the U.S. Geological Survey (USGS) using a  on a  The data files are Geographic Tagged Image-File Format (GeoTIFF).

Optional: you can download the global boundary files below if you wish to follow along with the data management demonstration on Coordinate Reference Systems.

So that your code will mirror that of the instructors, your R working directory should be set to a parent directory data that contains all of the above data files (unzipped). For complete directions, please see the Additional Set Up Instructions section below.

Install R Packages

You can chose to install each library individually if you already have some installed.

  • raster: install.packages("raster")
  • rgdal (windows): install.packages("rgdal")
  • rgdal (mac): install.packages("rgdal",configure.args="--with-proj-include=/Library/Frameworks/PROJ.framework/unix/include --with-gdal-config=/Library/Frameworks/GDAL.framework/unix/bin/gdal-config --with-proj-lib=/Library/Frameworks/PROJ.framework/unix/lib")
  • rasterVis: install.packages("rasterVis")
  • ggplot2: install.packages("ggplot2")
  • sp: install.packages("sp")
  • rgeos install.packages("rgeos")

Optional installation If you want to work through the metadata lesson which includes a section on the Ecological Metadata Language (EML), please install the following:

  • devtools: install.packages("devtools")
  • eml install_github("ropensci/EML", build=FALSE, dependencies=c("DEPENDS", "IMPORTS")) NOTE: You have to run the devtools library library(devtools) first, and then install_github will work the EML package is under development which is why the install occurs from GitHub and not can!

Update R Packages

In RStudio, you can go to Tools --> Check for package updates to update already installed libraries on your computer! Or, you can use update.packages() to update all packages that are installed in R automatically.

Workshop Instructors

  • Leah Wasser; @leahawasser, Supervising Scientist, NEON, Inc
  • Michael Heeremans
  • Anne Claire Fouilloux
  • Arnstein Orten
  • Hans Peter Verne

Please get in touch with the instructors prior to the workshop with any questions.

Twitter?

Please tweet @NEON_sci and with the #WorkWithData hashtag during the workshop.

Schedule

Please note that the schedule listed below may change depending upon the pace of the workshop!

Day One

Time Topic Instructor
8:00 Please come early if you have any setup or installation issues  
9:00 The Shell - command line for data exploration Michael, Anne
10:30 ------- Coffee & Tea Break -------  
10:45 Data Management: Spatial Data Formats Michael
11:30 Data Management: Coordinate Reference Systems Michael
12:00 - 1:00 PM Lunch  
1:00 Introduction to Vector Data in R Leah
3:00 ------- BREAK -------  
3:15 Introduction to Vector Data in R Leah
4:45 Wrap-Up Day 1  

Day Two

Time Topic Instructor
9:00 Questions From Previous Day  
9:15 Getting Started with Raster Data in R Leah
10:30 ------ BREAK ------  
10:45 Getting Started with Raster Data in R Leah
12:00 - 1:00 PM Lunch  
1:00 - 1:30 PM Data Management: Understanding Metadata Michael
1:00 Raster Time Series Data in R Leah
3:00 ------ BREAK ------  
3:15 Raster Time Series Data in R Leah
4:45 Wrap-Up Day Two!  

Additional Set Up Resources

Setting Up R & RStudio

Windows R/RStudio Setup

  • Run the .exe file that was just downloaded
  • Under Installers select RStudio X.XX.XXX - Windows Vista/7/8/10
  • Double click the file to install it

Once R and RStudio are installed, click to open RStudio. If you don't get any error messages you are set. If there is an error message, you will need to re-install the program.

Mac R/RStudio Setup

  • Go to  and click on Download R for (Mac) OS X
  • Select the .pkg file for the version of OS X that you have and the file will download.
  • Double click on the file that was downloaded and R will install
  • Go to the 
  • Under Installers select RStudio 0.98.1103 - Mac OS X XX.X (64-bit) to download it.
  • Once it's downloaded, double click the file to install it

Once R and RStudio are installed, click to open RStudio. If you don't get any error messages you are set. If there is an error message, you will need to re-install the program.

Linux R/RStudio Setup

  • R is available through most Linux package managers. You can download the binary files for your distribution from . Or you can use your package manager (e.g. for Debian/Ubuntu run sudo apt-get install r-base and for Fedora run sudo yum install R).
  • To install RStudio, go to the 
  • Under Installers select the version for your distribution.
  • Once it's downloaded, double click the file to install it

Once R and RStudio are installed, click to open RStudio. If you don't get any error messages you are set. If there is an error message, you will need to re-install the program.

Set Working Directory to Downloaded Data

1) Download Data

After clicking on the Download Data button, the data will automatically download to the computer.

2) Locate .zip file

Second, find the downloaded .zip file. Many browsers save downloaded files to your computer鈥檚 Downloads directory. If you have previously specified a specific directory (folder) for downloaded files, the .zip file will download there.

3) Move to **data** directory

Third, move the downloaded file to a directory called data within the Documents directory on your computer. You can choose to place the data in other locations, however, you will need to remember to set your R Working Directory to that location and not as we demonstrate in the workshop.

4) Unzip/uncompress

Fourth, we need to unzip/uncompress the file so that the data files can be accessed. Use your favorite tool that can unpackage/open .zip files (e.g., winzip, Archive Utility, etc). The files will now be accessible in three directories:

These directories contain all of the subdirectories and files that we will use in this workshop.

5) Set working directory

Fifth, we need to set the working directory in R to this data directory that is parent to the directories containing the data we want. For complete directions, on how to do that check out the Set A Working Directory in R tutorial.

GDAL installation for MAC

You may need to install GDAL in order for rgdal to work properly. Click  to watch a video on installing gdal using homebrew on your Mac.
Or, you can visit  to install GDAL 1.11 complete.

Location:

TBD

NSF NEON, Operated by Battelle

Follow Us:

Join Our Newsletter

Get updates on events, opportunities, and how NEON is being used today.

Subscribe Now

Footer

  • AG真人百家乐官方网站 Us
  • Newsroom
  • Contact Us
  • Terms & Conditions
  • Careers
  • Code of Conduct

Copyright © Battelle, 2025

The National Ecological Observatory Network is a major facility fully funded by the U.S. National Science Foundation.

Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the U.S. National Science Foundation.