GithubHelp home page GithubHelp logo

emisr's Introduction

EMISR

EMISR is an R package to access to the data of the Environmental Marine Information System (EMIS) and the Global Marine Information System (GMIS). The world database of the Marine Protected Areas (MPA) and the Exclusice Economic Zone (EEZ) boundaries are provided in rdata format with it.

#Installation

The package size is about 230 Mo, the download can take several minutes according to your internet connection.

In a R console:

install.packages("devtools")

library(devtools)

install_github("ldbk/EMISR")

#Description

EMISR is a R package to extract and to analyse the data of the Environmental Marine Information System (EMIS http://emis.jrc.ec.europa.eu/) and the Global Marine Information System (GMIS http://gmis.jrc.ec.europa.eu/). EMIS and GMIS are two activities of the European Commission - DG JRC (Joint Research Centre), developed within the Water Resources Unit of the Institute for Environment and Sustainability (IES).

The installation of this package can be long (the package size is about 230 Mo) because it includes the world MPA database and the world EEZ database in rdata format.

The shapefile of the marine protected area (MPA) was downloaded from http://www.protectedplanet.net the 03/12/2014. The shapefile was converted in SpatialPolygonsDataFrame using rgdal:

mpa<-readOGR("EMISR/data/mpa/","mpa",encoding="Latin1")

then mpa was splitted in two: mpa1 and mpa2 (file size limitation of github). See ?mpa in R for details and references.

The shapefile of the Exclusice Economic Zone of countries EEZ boundaries was downloaded from http://www.marineregions.org the 05/12/2014. The shapefile was converted in SpatialPolygonsDataFrame using rgdal:

eez<-readOGR("World_EEZ_v8_20140228","World_EEZ_v8_2014_HR",encoding="Latin1")

then eez was saved in the rdata format. This database can be accessed using webservices at http://www.marineregions.org/webservices.php.See ?eez for details and references.

emisr's People

Contributors

ldbk avatar

Stargazers

Tobias Mildenberger avatar  avatar  avatar

Watchers

James Cloos avatar James Davy avatar  avatar  avatar Brandon Owashi avatar Tobias Mildenberger avatar

emisr's Issues

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.