Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

176 implement openrivercam logo #177

Merged
merged 10 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
pyOpenRiverCam
==============
<figure>
<img src="https://raw.githubusercontent.com/localdevices/pyorc/main/docs/_static/orc_logo_color.svg"
width=100 align="right">
</figure>
<br>

# pyOpenRiverCam

[![PyPI](https://badge.fury.io/py/pyopenrivercam.svg)](https://pypi.org/project/pyopenrivercam)
[![Conda-Forge](https://anaconda.org/conda-forge/pyopenrivercam/badges/version.svg)](https://anaconda.org/conda-forge/pyopenrivercam)
Expand All @@ -8,7 +13,6 @@ pyOpenRiverCam
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/localdevices/pyorc.git/main?labpath=examples)
[![License](https://img.shields.io/github/license/localdevices/pyorc?style=flat)](https://github.com/localdevices/pyorc/blob/main/LICENSE)


**pyorc**, short for "pyOpenRiverCam" is a fully Open Source library for performing image-based river flow analysis. It is the underlying library for
computations on the fully open software stack OpenRiverCam. **pyorc** can only be successful if the underlying methods
are made available openly for all. Currently **pyorc** implements Large-scale Particle Image Velocimetry (LSPIV) based
Expand Down Expand Up @@ -43,8 +47,7 @@ If you wish to fund this or other work on features, please contact us at info@ra

> **_compatibility:_** At this moment **pyorc** works with any video compatible with OpenCV as long as it has proper metadata.

Installation
------------
## Installation

To get started with **pyorc**, we recommend to setup a python virtual environment.
We recommend using a Miniconda or Anaconda environment as this will ease installation, and will allow you to use all
Expand Down Expand Up @@ -113,17 +116,14 @@ conda activate pyorc-dev
pip install -e .
```

Using pyorc
-----------
## Using pyorc
To use **pyorc**, you can use the API for processing. A command-line interface is forthcoming pending funding.
A manual is also still in the making.

Acknowledgement
---------------
## Acknowledgement
The first development of pyorc has been supported by the World Meteorological Organisation - HydroHub.

License
-------
## License
**pyorc** is licensed under AGPL Version 3 (see [LICENSE](./LICENSE) file).

**pyorc** uses the following libraries and software with said licenses.
Expand All @@ -143,6 +143,7 @@ Project organisation
.
├── README.md
├── LICENSE
├── TRADEMARK.md
├── setup.py <- setup script compatible with pip
├── environment.yml <- YML-file for setting up a conda environment with dependencies
├── docs <- Sphinx documentation source code
Expand Down
10 changes: 8 additions & 2 deletions TRADEMARK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ Our trademark names include:

* OpenRiverCam
* pyOpenRiverCam
* NodeOpenRiverCam
* LiveOpenRiverCam

> **_Note_**: Trademark logos are currently being established and will be included in an update of these trademark guidelines. Guidelines for logos are therefore already included in this guideline document.
Our logos include a color, greyscale and and black-and-white logo as shown below:

**If you want to report misuse of an OpenRiverCam trademark, please contact us via [this](https://rainbowsensing.com/index.php/contact-2/) link.**
![ORC](https://raw.githubusercontent.com/localdevices/pyorc/main/docs/_static/orc_logo_color.svg)
![ORC](https://raw.githubusercontent.com/localdevices/pyorc/main/docs/_static/orc_logo_grey.svg)
![ORC](https://raw.githubusercontent.com/localdevices/pyorc/main/docs/_static/orc_logo_bw.svg)

> **_Note_**: If you want to report misuse of an OpenRiverCam trademark, please contact us via [this](https://rainbowsensing.com/index.php/contact-2/) link.

## When do I need specific permission to use an OpenRiverCam trademark?

Expand Down
220 changes: 220 additions & 0 deletions docs/_static/orc_favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading