Skip to content

Tags: equinor/camille

Tags

1.3.3

Toggle 1.3.3's commit message
CI quick fix

1.3.0

Toggle 1.3.0's commit message
Correct code formatting for zephyre source class

1.2.0

Toggle 1.2.0's commit message
Remote Bazefetcher source

1.0.1

Toggle 1.0.1's commit message
add python 3.9 support tests and deployment

--add python 3.9 compatibility check
--revise wheel deployment scripts (remvoed yum commands, because not
needed, it was a relic from old times)

1.0.0

Toggle 1.0.0's commit message
Switch from travis to circleci

0.0.13

Toggle 0.0.13's commit message
Freeze pandas to version 1.0.3

0.0.11

Toggle 0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #199 from jokva/add-tag-not-found

Add TagNotFoundError for tag misses in Bazefetcher

0.0.10

Toggle 0.0.10's commit message
Calculate veer and wind direction

Currently only accurate to +-1.8 deg/m.

0.0.9

Toggle 0.0.9's commit message
Fix planar wind speed reconstruction

There was a math error in the original planar wind speed reconstruction.
Fixing this error broke an assumption made earlier and required some
major changes. The description of the new solution is in the docstring
for camille.process.lidar.planar_windspeed.

0.0.8

Toggle 0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #155 from ErlendHaa/rolling-median

Add rolling median filter processor