Giter VIP home page Giter VIP logo

bmi-r's Introduction

Contains abstract super class which implements the basic model interface (bmi) in R.

See https://github.com/eWaterCycle/grpc4bmi for the Python server/client implementation.

Install

From R

devtools::install_github("eWaterCycle/bmi-r")

For Python runner

pip install grpc4bmi[R]

Serve the model using grpc4bmi

First the model should be wrapped in a basic model interface be subclassing the AbstractBmi class. Then the server can be started with:

run-bmi-server --lang R --path <path to r script with bmi class> --name <bmi class name>

Docker container

So for example for WALRUS model, see its Dockerfile.

The config file for the bmi initialize function should be put in current working directory and the initialize function should be called with /data/<config filename.

Release

Generate man pages

Rscript -e "devtools::document(roclets=c('rd', 'collate', 'namespace'))"

Local build & install

Rscript -e 'devtools::document()'
R CMD INSTALL .

bmi-r's People

Contributors

sverhoeven avatar

Watchers

James Cloos avatar Martine de Vos avatar Niels Drost avatar Jason Maassen avatar  avatar Emanuele Cordano avatar Gijs van den Oord avatar Bouwe Andela avatar Ronald van Haren avatar Inti Pelupessy avatar yifatdzigan avatar Pablo Lopez Tarifa avatar  avatar

bmi-r'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.