Skip to main content

No project description provided

Project description

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

pip install doppy

Usage

Stare

import doppy

stare = doppy.product.Stare.from_halo_data(
    data=LIST_OF_STARE_FILE_PATHS,
    data_bg=LIST_OF_BACKGROUND_FILE_PATHS,
)

stare.write_to_netcdf(FILENAME)

Stare with depolarisation

import doppy

stare_depol = doppy.product.StareDepol.from_halo_data(
    co_data=LIST_OF_STARE_CO_FILE_PATHS,
    co_data_bg=LIST_OF_BACKGROUND_CO_FILE_PATHS,
    cross_data=LIST_OF_STARE_CROSS_FILE_PATHS,
    cross_data_bg=LIST_OF_BACKGROUND_CROSS_FILE_PATHS,
)

stare_depol.write_to_netcdf(FILENAME)

Wind

import doppy

wind = doppy.product.Wind.from_halo_data(
    data=LIST_OF_WIND_SCAN_HPL_FILES,
)

# You can also pass instrument azimuth offset in degrees as an option
wind = doppy.product.Wind.from_halo_data(
    data=LIST_OF_WIND_SCAN_HPL_FILES,
    options=doppy.product.wind.Options(azimuth_offset_deg=30),
)

# For windcube wls200s use
wind = doppy.product.Wind.from_windcube_data(
    data=LIST_OF_VAD_NETCDF_FILES,
)

# For windcube wls70 use
wind = doppy.product.Wind.from_wls70_data(
    data=LIST_OF_RTD_FILES,
)

wind.write_to_netcdf(FILENAME)

Raw files

import doppy

# Halo
raws_hpl = doppy.raw.HaloHpl.from_srcs(LIST_OF_HPL_FILES)
raws_bg = doppy.raw.HaloBg.from_srcs(LIST_OF_BACKGROUND_FILES)
raw_system_params = doppy.raw.HaloSysParams.from_src(SYSTEM_PARAMS_FILENAME)

# Windcube WLS200S
raws_wls200s = doppy.raw.WindCube.from_vad_or_dbs_srcs(LIST_OF_VAD_NETCDF_FILES)

# Windcube WLS70
raws_wls70 = doppy.raw.Wls70.from_srcs(LIST_OF_RTD_FILES)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doppy-0.5.15.tar.gz (57.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

doppy-0.5.15-cp310-abi3-win_amd64.whl (888.3 kB view details)

Uploaded CPython 3.10+Windows x86-64

doppy-0.5.15-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.17+ x86-64

doppy-0.5.15-cp310-abi3-macosx_11_0_arm64.whl (994.7 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

doppy-0.5.15-cp310-abi3-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file doppy-0.5.15.tar.gz.

File metadata

  • Download URL: doppy-0.5.15.tar.gz
  • Upload date:
  • Size: 57.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for doppy-0.5.15.tar.gz
Algorithm Hash digest
SHA256 3d4ae0ba907ee27fe7fe9b17995f07146afee92c669271a6db750d960181c2d6
MD5 71b7755dd58fc5036606b9775ebc5380
BLAKE2b-256 6f5fe2d4d93dc3eb6cbb11ca6daf12f06ccf6b69e1e294c85bff9dda45b984cf

See more details on using hashes here.

File details

Details for the file doppy-0.5.15-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: doppy-0.5.15-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 888.3 kB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.13.3

File hashes

Hashes for doppy-0.5.15-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 da2254b07d9db40ed897b3d8674e510848f3a39305a60895244037fd64e36e4a
MD5 3682b0372985ea9465a6a940db6cdc77
BLAKE2b-256 ac1ec2f09dd3dea11552070c1002e10df8473509ae7fafdc28c0414319c2263e

See more details on using hashes here.

File details

Details for the file doppy-0.5.15-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for doppy-0.5.15-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7efb82cbc8a9793646d606982239973cd95494520d542fcf0ba66a6a4eaca3a9
MD5 cfba2a616c74b95121e6d3578bfd2761
BLAKE2b-256 f5a8f6c9d11512ffcea150daae66cb3466ead36b76e205509508c15c075d3db8

See more details on using hashes here.

File details

Details for the file doppy-0.5.15-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for doppy-0.5.15-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83dbcaf07942f837bdd8d36ba15f5362048b515cda160e0e30fa3d2204d73a5d
MD5 3fdae1abd68bebb1b8dad0057f8ee185
BLAKE2b-256 98cf4376ca30c568b2123f505ffe4155b1cfe118779bb2aec9fb3bb2777ccb33

See more details on using hashes here.

File details

Details for the file doppy-0.5.15-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for doppy-0.5.15-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2188b696d122e7c9e2104530b1b62618975ee6ea4a08c6aace3fdd29f9b41c64
MD5 70133035c15e4e991348b7c1f8f6548f
BLAKE2b-256 37e146880e93899285d04133cb6009020d4780ae497e49bb01dd64c93eec2af8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page