Skip to content

Scripts to help pre- and post-processing of various modeling tasks in our shop

License

Notifications You must be signed in to change notification settings

HansKimDWR/pydelmod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta Modeling Python Package

Python package to work with Delta Modeling tasks

Installation

If this is the first time to use this tool

  1. Install Anaconda Python on your system if you do not have one already.

  2. Create conda environment with environment.yml file

    To create with environment name pydelmod (default)

    ` conda env create -f environment.yml `

    or to use a custom name

    ` conda env create -n custom_env_name -f environment.yml `

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Scripts to help pre- and post-processing of various modeling tasks in our shop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Other 1.6%