py-anuga

AnuGA for the simulation of the shallow water equation

https://github.com/geoscienceaustralia/anuga_core

Science Score: 67.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
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    3 of 51 committers (5.9%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

finite-volume flooding shallow-water-equations tsunami
Last synced: 6 months ago · JSON representation ·

Repository

AnuGA for the simulation of the shallow water equation

Basic Info
  • Host: GitHub
  • Owner: GeoscienceAustralia
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage: https://anuga.anu.edu.au
  • Size: 60.6 MB
Statistics
  • Stars: 208
  • Watchers: 55
  • Forks: 101
  • Open Issues: 68
  • Releases: 13
Topics
finite-volume flooding shallow-water-equations tsunami
Created about 11 years ago · Last pushed 7 months ago
Metadata Files
Readme Contributing License Citation

README.rst

.. |badge0| image:: https://badges.gitter.im/gitterHQ/gitter.png
    :target: https://app.gitter.im/#/room/#anuga-community:gitter.im
    :alt: Community Chat

..
    |badge1| image:: https://img.shields.io/travis/com/anuga-community/anuga_core/develop_hackathon.svg
    :target: https://app.travis-ci.com/anuga-community/anuga_core
    :alt: Travis CI Status

.. |badge1| image:: https://github.com/anuga-community/anuga_core/actions/workflows/conda-setup.yml/badge.svg
    :target: https://github.com/anuga-community/anuga_core/actions/workflows/conda-setup.yml
    :alt: GitHub Actions Status
   
.. 
    |badge2| image:: https://ci.appveyor.com/api/projects/status/x5airjv7eq2u805w/branch/main?svg=true
    :target: https://ci.appveyor.com/project/stoiver/anuga-core-nwgr0
    :alt: appveyor status

.. |badge3| image:: https://img.shields.io/pypi/v/anuga.svg
    :target: https://pypi.python.org/pypi/anuga/
    :alt: Latest PyPi Version

.. |badge4| image:: https://img.shields.io/pypi/dm/anuga.svg
    :target: https://pypistats.org/packages/anuga
    :alt: PyPi download statistics

.. |badge5| image:: https://img.shields.io/conda/vn/conda-forge/anuga.svg
    :target: https://anaconda.org/conda-forge/anuga
    :alt: Latest Conda Version
 
.. |badge6| image:: https://img.shields.io/conda/dn/conda-forge/anuga.svg
    :target: https://anaconda.org/conda-forge/anuga
    :alt: Conda Forge download statistics

.. |badge7| image:: https://readthedocs.org/projects/anuga/badge/?version=latest
    :target: https://anuga.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

|badge0| |badge1| |badge3| |badge4| |badge5| |badge6| |badge7|




=====
ANUGA
=====

.. contents::

What is ANUGA?
--------------

ANUGA (pronounced "AHnooGAH") is open-source software for the simulation of
the shallow water equation, in particular it can be used to model tsunamis
and floods.

ANUGA is a python 3 package with some C and Cython extensions (and an optional
fortran extension). 

ANUGA was created in a collaboration by Geoscience Australia and Mathematical Sciences Institute at the
Australian National University, though now it is further developed and maintained by a community of volunteers.

Copyright Commonwealth of Australia (Geoscience Australia) and Australian National University 2004-Now


Where can I get ANUGA?
----------------------

ANUGA is available from either https://github.com/anuga-community/anuga_core or https://github.com/GeoscienceAustralia/anuga_core.

The Python 3.x version is the default and available in the main branches of both repositories. 

If you rely on the old Python 2.7 version, it is available in branches named anuga_py2.

The python 3 version of ANUGA will continue to be developed and the most up-to-date 
versions will be available from the `anuga-community `_ repository. 



Installation
------------

If you use `conda` to provide your `python` environment, then you can install `anuga` from the conda-forge channel
as follows. First setup the `conda-forge` channel:

.. code-block::

    conda config --add channels conda-forge
    conda config --set channel_priority strict


Once the conda-forge channel has been enabled, anuga can be installed with conda:

.. code-block::

    conda install anuga


For more installation instructions, see https://anuga.readthedocs.io/en/latest/installation.html


Documentation and Help
----------------------


ANUGA documentation is available via "read the docs" at 

    https://anuga.readthedocs.io 

Also you can obtain help via the old
`user_manual `_

Also helpful information is available online at

    http://anuga.anu.edu.au

A collection of online jupyter notebooks which can run under google's colab environment can be found at:

    https://github.com/anuga-community/anuga-clinic

Mailing Lists
-------------

You can subscribe to our mailing via:

    https://lists.sourceforge.net/lists/listinfo/anuga-user

and send questions using the address

    anuga-user@lists.sourceforge.net

You can also submit issues to:

    https://github.com/anuga-community/anuga_core/issues


Web sites
---------

* http://anuga.anu.edu.au: Collection of information, talks and papers about ANUGA.
* https://en.wikipedia.org/wiki/ANUGA_Hydro: The Wikipedia site for ANUGA. 
* https://github.com/anuga-community/anuga_core: The active GitHub repository for ANUGA.
* https://github.com/GeoscienceAustralia/anuga_core: Mirror GitHub repository for ANUGA. 
* https://github.com/anuga-community/anuga-viewer: Viewer for animating the ANUGA sww output files.  



Latest source code
------------------

The latest development version of ANUGA's sources are is available at:

    https://github.com/anuga-community/anuga_core

They can be downloaded as a zip file or using the Git client as follows

.. code-block::

    git clone https://github.com/anuga-community/anuga_core #(for read only)
    git clone git@github.com:anuga-community/anuga_core.git #(to contribute)

For the latter option see e.g. https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ for instructions on how to authenticate using ssh keys.

Bug reports
-----------

To search for bugs or report them, please use the ANUGA's Bug Tracker at:

    https://github.com/anuga-community/anuga_core/issues


Developer information
---------------------

If you would like to take part in ANUGA development, take a look
at `CONTRIBUTING.rst `_.


License information
-------------------

See the file `LICENSE.txt `_
for information on the history of this software, terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.

Contacts
--------

At the Australian National University:
**Stephen Roberts**
*Lead Developer*


At Geoscience Australia:
**Gareth Davies**
*Developer*


ANUGA Community:
**Ole Nielsen**
*Architect and Developer*

Owner

  • Name: Geoscience Australia
  • Login: GeoscienceAustralia
  • Kind: organization
  • Location: Canberra, Australia

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: ANUGA Github Repository
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Stephen
    family-names: Roberts
    email: stephen.roberts@anu.edu.au
    affiliation: Australian National University
    orcid: 'https://orcid.org/0000-0002-6730-3108'
  - given-names: Gareth
    family-names: Davies
    affiliation: Geoscience Australia
    email: gareth.davies@ga.gov.au
  - given-names: Ole
    family-names: Nielsen
    email: ole.moller.nielsen@gmail.com
repository-code: 'https://github.com/anuga-community/anuga_core'
url: 'https://en.wikipedia.org/wiki/ANUGA_Hydro'
abstract: >-
  ANUGA is a free and open source software tool for
  hydrodynamic modelling, suitable for predicting the
  consequences of hydrological disasters such as riverine
  flooding, storm surges and tsunamis. For example, ANUGA
  can be used to create predicted inundation maps based on
  hypothetical tsunami or flood scenarios. 
keywords:
  - flooding
  - tsunami
  - shallow water equations
  - finite volume method
license: Apache License, Version 2.0
commit: 564d7c88b06d7ae3b3a3a2862673d597b7a950bd
version: 3.1.9
date-released: '2022-06-26'

GitHub Events

Total
  • Issues event: 6
  • Watch event: 18
  • Issue comment event: 12
  • Push event: 4
  • Pull request review event: 2
  • Pull request event: 4
  • Fork event: 1
Last Year
  • Issues event: 6
  • Watch event: 18
  • Issue comment event: 12
  • Push event: 4
  • Pull request review event: 2
  • Pull request event: 4
  • Fork event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 5,801
  • Total Committers: 51
  • Avg Commits per committer: 113.745
  • Development Distribution Score (DDS): 0.6
Past Year
  • Commits: 245
  • Committers: 2
  • Avg Commits per committer: 122.5
  • Development Distribution Score (DDS): 0.008
Top Committers
Name Email Commits
steve s****s@a****u 2,318
Ole O****n@g****m 1,186
Stephen Roberts s****r@g****m 550
duncan d****y@g****u 352
rwilson r****n@g****u 216
davies g****s@g****u 208
rkwi k****a@g****m 135
nick n****k@g****u 132
hudson h****n@g****u 116
sexton j****n@g****u 102
mungkasi s****i@a****u 90
Nariman Habili n****i@g****m 84
jack j****k@g****u 44
davies n****e@n****m 39
kristy k****y@g****u 36
John Jakeman j****n@g****m 24
wilsonr w****r@g****u 22
rutvikgulhane r****x@g****m 15
ninnghazad n****d@d****e 15
Wollongong City Council p****i@g****m 13
herve h****e@g****u 13
AcerLinux h****g@h****m 10
Max Rietmann m****n@n****m 10
nariman n****i@g****u 10
Samir Shaikh s****0@g****m 5
Padarn Wilson p****n@g****m 5
Ted Rigby T****d@r****u 5
Samrit Kumar Maity s****1@g****u 5
jgriffin j****n@g****u 4
Dave d****l@g****m 4
and 21 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 64
  • Total pull requests: 57
  • Average time to close issues: 9 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 30
  • Total pull request authors: 4
  • Average comments per issue: 3.75
  • Average comments per pull request: 0.4
  • Merged pull requests: 48
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 5
  • Average time to close issues: 10 months
  • Average time to close pull requests: 18 minutes
  • Issue authors: 4
  • Pull request authors: 2
  • Average comments per issue: 2.17
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Dongxueyang (11)
  • samcom12 (5)
  • mikilterribile (5)
  • dili5 (4)
  • Girishchandra-Yendargaye (4)
  • stoiver (3)
  • wlai2014 (2)
  • durerimon (2)
  • ninnghazad (2)
  • schoeller (2)
  • xuhenry (2)
  • Passion-feng (2)
  • chooron (2)
  • yilou1 (1)
  • tyvaughn (1)
Pull Request Authors
  • stoiver (50)
  • ninnghazad (3)
  • youcanf (3)
  • gareth-d-ga (1)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
spack.io: py-anuga

ANUGA (pronounced "AHnooGAH") is open-source software for the simulation of the shallow water equation, in particular it can be used to model tsunamis and floods.

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 12.3%
Stargazers count: 15.7%
Average: 21.3%
Dependent packages count: 57.3%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • Pmw *
  • cython *
  • dill *
  • future *
  • gitpython *
  • matplotlib *
  • meshpy *
  • nbsphinx *
  • netcdf4 *
  • numpy *
  • pybind11 *
  • pymetis *
  • pytest *
  • pytz *
  • scipy *
  • setuptools *
  • sphinx *
  • utm *
  • wheel *
setup.py pypi
  • Pmw *
  • cython *
  • dill *
  • future *
  • gdal *
  • gitpython *
  • matplotlib *
  • meshpy *
  • netcdf4 *
  • numpy *
  • pymetis *
  • pytest *
  • scipy *
  • utm *
environment.yml conda
  • cython
  • dill
  • gdal
  • gitpython
  • matplotlib
  • meshpy
  • mpi4py
  • netcdf4
  • numpy
  • openpyxl
  • pmw
  • pybind11
  • pymetis
  • pytest
  • python 3.9.*
  • scipy
  • utm
  • wget
  • xarray