Giter Site home page Giter Site logo

helloworldenhanced's Introduction

helloworldEnhanced

The helloworldEnhanced Package suite is intended as an example of how to add more advanced features to a simple SyncroSim package. Instructions on how to develop the base Hello World package from scratch are posted in the SyncroSim documentation on creating a package. Instructions on how to enhance this base Hello World package are posted in the SyncroSim documentation on enhancing a package.

This directory contains the code to replicate each step in the enhancing a package tutorial, as well as the bundled .ssimpkg files for each step. The Packages in the helloworldEnhanced Package suite correspond to the steps in the enhancing a package tutorial:

  1. Adding Timesteps: helloworldTime

  2. Representing Uncertainty: helloworldUncertainty

  3. Linking Models: helloworldPipeline

  4. Integrating Spatial Data: helloworldSpatial

To install each step of the helloworldEnhanced Package suite, you can do either of the following:

  1. Use the SyncroSim package manager directly to install the .ssimpkg for a specific step.
  • Clone this repository
git clone https://github.com/ApexRMS/helloworldEnhanced
  • Navigate to the folder of the step you want to install (e.g. helloworldTime)
cd helloworldEnhanced/helloworldTime
  • Install using the package manager --finstall command (Note: include the entire path to the package manager executable)
SyncroSim.PackageManger.exe --finstall=helloworldEnhanced.ssimpkg
  • Check if installation succeeded
SyncroSim.PackageManager.exe --installed
  1. Use the auto-install.ps1 script in powershell.
  • Clone this repository
git clone https://github.com/ApexRMS/helloworldEnhanced
  • Open the auto-install.ps1 script in a text editor

  • Replace with the location of your working folder (e.g. c:\temp)

  • Replace with the step you want to install (e.g., helloworldSpatial)

  • Run the script from powershell

.\auto-install.ps1

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.