Skip to content
Emmanuel Blondel edited this page Jul 30, 2019 · 19 revisions

geoflow – R engine to orchestrate and run geospatial (meta)data workflows

DOI

R engine to orchestrate and run geospatial (meta)data workflows


If you wish to sponsor geoflow, do not hesitate to contact us


Table of contents

1. Overview
2. Package status
3. Credits
4. User guide
   4.1 Installation
5. Issue reporting

1. Overview and vision


The principle of geoflow is to offer a simple framework in R to execute and orchestrate geospatial (meta)data management and publication tasks in an automated way.

2. Development status


On GitHub under consolidation.

First version in CRAN expected end 2019.

3. Credits


(c) 2019, Emmanuel Blondel, Julien Barde, Wilfried Heintz

Package distributed under MIT license.

If you use geoflow, w would be very grateful if you can add a citation in your published work. By citing geoflow, beyond acknowledging the work, you contribute to make it more visible and guarantee its growing and sustainability. For citation, please use the DOI: DOI

4. User guide


4.1 How to install geoflow in R

For now, the package can be installed from Github

install.packages("devtools")

Once the devtools package loaded, you can use the install_github to install geoflow. By default, package will be installed from master which is the current version in development (likely to be unstable).

require("devtools")
install_github("eblondel/geoflow")

5. Issue reporting


Issues can be reported at https://github.com/eblondel/geoflow/issues

Clone this wiki locally