A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Recent Releases of pyOpenRiverCam

pyOpenRiverCam - v0.8.5

What's Changed

  • Small bug fix in plotting in camera mode. This resulted in swapped coordinates over the left-to-right bank direction
  • Service level calling of CLI can now also be done with the new --cross method.

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.8.4...v0.8.5

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 1 month ago

pyOpenRiverCam - v0.8.4

What's Changed

  • much faster `Frames.project(method="numpy")
  • method="numpy" is now the default projection.

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.8.3...v0.8.4

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 1 month ago

pyOpenRiverCam - v0.8.3

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 1 month ago

pyOpenRiverCam - v0.8.2

What's Changed

  • 211 bug fix in plotting in camera perspective in shallow angles.

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.8.1...v0.8.2

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 1 month ago

pyOpenRiverCam - v0.8.1

What's Changed

  • allow for use of single image in camera calibration CLI
  • small fixes and bugs water level CrossSection plotting
  • backwards compatibility py3.9

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.8.0...v0.8.1

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 1 month ago

pyOpenRiverCam - v0.8.0

What's Changed

  • a new cross section class CrossSection is introduced
  • the CrossSection class can be used to measure optical water level in a provided single-channel image using pure-computer vision methods
  • 3d plotting functionalities are introduced for both CrossSection and CameraConfig classes
  • Particle Image Velocimetry is now by default performed using the new numba engine. OpenPIV is still available but deprecated. A huge thanks for the OpenPIV team for the past years.

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.7.2...v0.8.0

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 2 months ago

pyOpenRiverCam - v0.7.2

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.7.1...v0.7.2

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius 2 months ago

pyOpenRiverCam - v0.7.1

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.7.0...v0.7.1

  • last frame in a video is now properly read, even if stabilization is used.
  • writing of frames to video is now very fast.

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius 4 months ago

pyOpenRiverCam - v0.7.0

What's Changed

With this release the entire workflow for velocimetry estimation is accelerated significantly. Typical videos may take about a factor 4-5 less time to process with exactly the same results. Exact speed-up is dependent on available CPU and memory resources.

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.6.1...v0.7.0

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius 5 months ago

pyOpenRiverCam - v0.6.1

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.6.0...v0.6.1

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius 7 months ago

pyOpenRiverCam - v0.6.0

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.5.5...v0.6.0

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius 7 months ago

pyOpenRiverCam - v0.5.5

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.5.4...v0.5.5

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius 12 months ago

pyOpenRiverCam - v0.5.4

What's Changed

  • fixed a difficult to interpret CLI error #155
  • updated CI actions as OpenCV dependencies changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.5.3...v0.5.4

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 1 year ago

pyOpenRiverCam - v0.5.3

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.5.2...v0.5.3

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 1 year ago

pyOpenRiverCam - v0.5.2

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.5.1...v0.5.2

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 1 year ago

pyOpenRiverCam - v0.5.1

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.5.0...v0.5.1

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius almost 2 years ago

pyOpenRiverCam - v0.5.0

What's Changed

Several large updates were made to:

  • make it a lot easier to get well-calibrated ground control and lens parameters at the same time. we now do this by optimizing the lens' focal length and (if enough ground control is provided) barrel distortion whilst fitting the perspective to the user-provided ground control points
  • provide the fitted ground control points in the interface so that the user can immediately see if the ground control points are well fitted or if anything seems to be wrong with one or more control points.
  • get much-improved stabilization for non-stable videos
  • feature stabilization on command line which consequently provided user-interfacing to select non-moving areas by pointing and clicking.

The following issues are the major issues describing these major improvements.

The stabilization is arranged slightly differently on the API and can now already be set in camera configuration. This is a change in API requiring a medior version bump.

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.4.3...v0.5.0

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius almost 2 years ago

pyOpenRiverCam - v0.4.3

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.4.2...v0.4.3

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 2 years ago

pyOpenRiverCam - v0.4.2

Hot fix for entry points cli

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 2 years ago

pyOpenRiverCam - v0.4.1

Hot fix of setup.py dependency error

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 2 years ago

pyOpenRiverCam - v0.4.0

Added

The most notable change is that the code now includes an automatically installed command-line interface. This
will facilitate a much easier use by a large user group. Also the documentation is fully updated to include all
functionalities for both command-line users and API users. In detail we have the following additions:

  • First release of a command-line interface for the entire process of camera configuration, processing and preparing
    outputs and figures.
  • Service layer that makes it easy for developers to connect pyorc to apps such as GUIs or dashboards.
  • Full user guide with description of both the command-line interface and API.

Changed

  • Small modifications and additions in the API to accomodate the command-line interface building.

Deprecated

Removed

Fixed

  • Bug fixes in the video objects causing videos to sometimes not open properly because of missing frames

Security

Pull requests are below:

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.3.4...v0.4.0

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 2 years ago

pyOpenRiverCam - v0.3.4

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.3.3...v0.3.4

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius about 2 years ago

pyOpenRiverCam - v0.3.3

What's Changed

  • entirely new and future proof subclass for masking velocimetry values using several masking methods (deprecates any methods starting with pyorc.Velocimetry.filter (fixes issue #101)
  • Documentation added on velocimetry and masking of velocimetry in a new User Guide chapter
  • Small bug fixes

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.3.2...v0.3.3

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 2 years ago

pyOpenRiverCam - v0.3.2

  • fixes #102 scipy 1.10.0 was released on 2023-01-04 and caused a bug in the xr.Dataset.interp functionality of xarray. This has for now been resolved by altering datatypes of all variables in velocimetry results into np.float64.

  • adds functionality to pyorc.Velocimetry.get_transect that allows altering the window of selection into different strides in x and y direction.

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.3.1...v0.3.2

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 2 years ago

pyOpenRiverCam - v0.3.1

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.3.0...v0.3.1

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 2 years ago

pyOpenRiverCam - v0.3.0

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.2.4...v0.3.0

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 2 years ago

pyOpenRiverCam - v0.2.4

Stabilization added and documented, ideal and essential for drone operators or users with smart phones

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.2.3...v0.2.4

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 2 years ago

pyOpenRiverCam - v0.2.3

What's Changed

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.2.2...v0.2.3

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 2 years ago

pyOpenRiverCam - v0.2.2

What's Changed

New Contributors

Full Changelog: https://github.com/localdevices/pyorc/compare/v0.2.1...v0.2.2

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 2 years ago

pyOpenRiverCam - pyorc API

What's Changed

New Contributors

Full Changelog: https://github.com/localdevices/pyorc/compare/0.1.0...v0.2.0

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius almost 3 years ago

pyOpenRiverCam - v0.1.0

[0.1.0] - 2022-01-21

Added

  • First release

Hydrosphere - Freshwater and Hydrology - Python
Published by hcwinsemius over 3 years ago