swmm-xsections-shape-generator

Generate cross-section shapes for SWMM using fundamental shapes (like straight lines and cycles).

https://github.com/markuspic/swmm_xsections_shape_generator

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Generate cross-section shapes for SWMM using fundamental shapes (like straight lines and cycles).

Basic Info
  • Host: GitHub
  • Owner: MarkusPic
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 25.3 MB
Statistics
  • Stars: 3
  • Watchers: 0
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

© Institute of Urban Water Management and Landscape Water Engineering, Graz University of Technology and Markus Pichler

SWMM CrossSection shape Generator

Generate cross-section shapes for SWMM using fundamental shapes (like straight lines and cyrcles).

This application should help you to generate cross-sections for the US-EPA Storm Water Management Model (SWMM).

To understand the general usage of shape curves in context to cross-sections, read the documentation of SWMM provided on the official website of EPA.

license docs PyPI

PyPI - Downloads PyPI - Downloads PyPI - Downloads

SWMM-xsections-shape-generator

Install

The script is written in Python3.

python Packages

Packages required for this program will be installed with pip during the installation process and can be seen in the requirements.txt file.

Fresh install

pip install SWMM-xsections-shape-generator

To install the package only for the local user account (without admin rights), add --user to the install-command.

Update package

To update the package, add --upgrade to the install-command.

pip install SWMM-xsections-shape-generator --upgrade

Have a look into the Docoumentations for more info and to see some examples and example code!

Owner

  • Name: Markus Pichler
  • Login: MarkusPic
  • Kind: user
  • Location: Graz
  • Company: Institute of Urban Water Management and Landscape Water Engineering

https://gitlab.com/markuspichler

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Pichler"
  given-names: "Markus"
  orcid: "https://orcid.org/0000-0002-8101-2163 "

title: "ehyd-tools: Reading and analyzing hydro(geo)logic time series from the Austrian government's "ehyd.gv.at" platform."
version: 0.1.dev27
date-released: 2022-06-28
url: "https://github.com/MarkusPic/ehyd_tools"

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 89
  • Total Committers: 2
  • Avg Commits per committer: 44.5
  • Development Distribution Score (DDS): 0.011
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Markus Pichler m****r@t****t 88
Markus m****r@g****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 98 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 15
  • Total maintainers: 1
pypi.org: swmm-xsections-shape-generator

US-EPA SWMM Cross-Section curve shape generator

  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 98 Last month
Rankings
Dependent packages count: 7.3%
Forks count: 19.2%
Average: 21.9%
Dependent repos count: 22.1%
Stargazers count: 27.9%
Downloads: 32.9%
Maintainers (1)
Last synced: 8 months ago

Dependencies

requirements.txt pypi
  • matplotlib *
  • numpy *
  • pandas *
  • swmm-api *
  • sympy *
pyproject.toml pypi
  • numpy *
setup.py pypi