https://github.com/actris-cloudnet/doppy

Doppler wind lidar processing

https://github.com/actris-cloudnet/doppy

Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Doppler wind lidar processing

Basic Info
  • Host: GitHub
  • Owner: actris-cloudnet
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 159 KB
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

Doppy – Doppler wind lidar processing

CI PyPI version

Products

Instruments

  • HALO Photonics Streamline lidars (stare, wind)
  • Leosphere WindCube WLS200S (wind)
  • Leosphere WindCube WLS70 (wind)

Install

sh pip install doppy

Usage

Stare

```python import doppy

stare = doppy.product.Stare.fromhalodata( data=LISTOFSTAREFILEPATHS, databg=LISTOFBACKGROUNDFILEPATHS, bgcorrection_method=doppy.options.BgCorrectionMethod.FIT, )

stare.writetonetcdf(FILENAME) ```

Stare with depolarisation

```python import doppy

staredepol = doppy.product.StareDepol.fromhalodata( codata=LISTOFSTARECOFILEPATHS, codatabg=LISTOFBACKGROUNDCOFILEPATHS, crossdata=LISTOFSTARECROSSFILEPATHS, crossdatabg=LISTOFBACKGROUNDCROSSFILEPATHS, bgcorrectionmethod=doppy.options.BgCorrectionMethod.FIT, polariserbleed_through=0, )

staredepol.writeto_netcdf(FILENAME) ```

Wind

```python import doppy

wind = doppy.product.Wind.fromhalodata( data=LISTOFWINDSCANHPL_FILES, )

You can also pass instrument azimuth offset in degrees as an option

wind = doppy.product.Wind.fromhalodata( data=LISTOFWINDSCANHPLFILES, options=doppy.product.wind.Options(azimuthoffset_deg=30), )

For windcube wls200s use

wind = doppy.product.Wind.fromwindcubedata( data=LISTOFVADNETCDFFILES, )

For windcube wls70 use

wind = doppy.product.Wind.fromwls70data( data=LISTOFRTD_FILES, )

wind.writetonetcdf(FILENAME) ```

Raw files

```python import doppy

Halo

rawshpl = doppy.raw.HaloHpl.fromsrcs(LISTOFHPLFILES) rawsbg = doppy.raw.HaloBg.fromsrcs(LISTOFBACKGROUNDFILES) rawsystemparams = doppy.raw.HaloSysParams.fromsrc(SYSTEMPARAMS_FILENAME)

Windcube WLS200S

rawswls200s = doppy.raw.WindCube.fromvadordbssrcs(LISTOFVADNETCDF_FILES)

Windcube WLS70

rawswls70 = doppy.raw.Wls70.fromsrcs(LISTOFRTD_FILES) ```

Owner

  • Name: ACTRIS Cloudnet
  • Login: actris-cloudnet
  • Kind: organization
  • Email: actris-cloudnet@fmi.fi
  • Location: Helsinki, Finland

ACTRIS Cloud Remote Sensing Unit (CLU)

GitHub Events

Total
  • Watch event: 4
  • Delete event: 4
  • Push event: 56
  • Pull request event: 6
  • Create event: 12
Last Year
  • Watch event: 4
  • Delete event: 4
  • Push event: 56
  • Pull request event: 6
  • Create event: 12

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • nikoleskinen (9)
  • siiptuo (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,029 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 35
  • Total maintainers: 4
pypi.org: doppy
  • Versions: 35
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,029 Last month
Rankings
Dependent packages count: 9.5%
Average: 38.8%
Dependent repos count: 68.1%
Last synced: 10 months ago

Dependencies

.github/workflows/ci.yml actions
  • PyO3/maturin-action v1 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
Cargo.lock cargo
  • aho-corasick 1.1.2
  • android-tzdata 0.1.1
  • android_system_properties 0.1.5
  • autocfg 1.1.0
  • bitflags 1.3.2
  • bumpalo 3.14.0
  • cc 1.0.83
  • cfg-if 1.0.0
  • chrono 0.4.33
  • core-foundation-sys 0.8.6
  • crossbeam-deque 0.8.5
  • crossbeam-epoch 0.9.18
  • crossbeam-utils 0.8.19
  • either 1.9.0
  • heck 0.4.1
  • iana-time-zone 0.1.59
  • iana-time-zone-haiku 0.1.2
  • indoc 2.0.4
  • js-sys 0.3.67
  • libc 0.2.152
  • lock_api 0.4.11
  • log 0.4.20
  • matrixmultiply 0.3.8
  • memchr 2.7.1
  • memoffset 0.9.0
  • ndarray 0.15.6
  • num-complex 0.4.4
  • num-integer 0.1.45
  • num-traits 0.2.17
  • numpy 0.20.0
  • once_cell 1.19.0
  • parking_lot 0.12.1
  • parking_lot_core 0.9.9
  • proc-macro2 1.0.78
  • pyo3 0.20.2
  • pyo3-build-config 0.20.2
  • pyo3-ffi 0.20.2
  • pyo3-macros 0.20.2
  • pyo3-macros-backend 0.20.2
  • quote 1.0.35
  • rawpointer 0.2.1
  • rayon 1.8.1
  • rayon-core 1.12.1
  • redox_syscall 0.4.1
  • regex 1.10.3
  • regex-automata 0.4.4
  • regex-syntax 0.8.2
  • rustc-hash 1.1.0
  • scopeguard 1.2.0
  • smallvec 1.13.1
  • syn 2.0.48
  • target-lexicon 0.12.13
  • unicode-ident 1.0.12
  • unindent 0.2.3
  • wasm-bindgen 0.2.90
  • wasm-bindgen-backend 0.2.90
  • wasm-bindgen-macro 0.2.90
  • wasm-bindgen-macro-support 0.2.90
  • wasm-bindgen-shared 0.2.90
  • windows-core 0.52.0
  • windows-targets 0.48.5
  • windows-targets 0.52.0
  • windows_aarch64_gnullvm 0.48.5
  • windows_aarch64_gnullvm 0.52.0
  • windows_aarch64_msvc 0.48.5
  • windows_aarch64_msvc 0.52.0
  • windows_i686_gnu 0.48.5
  • windows_i686_gnu 0.52.0
  • windows_i686_msvc 0.48.5
  • windows_i686_msvc 0.52.0
  • windows_x86_64_gnu 0.48.5
  • windows_x86_64_gnu 0.52.0
  • windows_x86_64_gnullvm 0.48.5
  • windows_x86_64_gnullvm 0.52.0
  • windows_x86_64_msvc 0.48.5
  • windows_x86_64_msvc 0.52.0
Cargo.toml cargo
crates/doppy_rs/Cargo.toml cargo
crates/doprs/Cargo.toml cargo
pyproject.toml pypi
  • matplotlib *
  • netCDF4 *
  • numpy *
  • requests *
  • scikit-learn *
  • scipy *
  • typer [all]
  • urllib3 *