No project description provided
Project description
Doppy – Doppler wind lidar processing
Products
- Stare: src, Cloudnet examples
- Wind: src, Cloudnet examples
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,
bg_correction_method=doppy.options.BgCorrectionMethod.FIT,
)
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,
bg_correction_method=doppy.options.BgCorrectionMethod.FIT,
polariser_bleed_through=0,
)
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
Release history Release notifications | RSS feed
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.11.tar.gz
(56.3 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doppy-0.5.11.tar.gz.
File metadata
- Download URL: doppy-0.5.11.tar.gz
- Upload date:
- Size: 56.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf7a0d13db5d27fa507d0c099195b4ab98fea5eeef58503fc597cb9ae3639291
|
|
| MD5 |
a2bd44886c4f3b2603ff5a334f6de4a4
|
|
| BLAKE2b-256 |
3782f322cda8570d1697e04c1986706c600c9f880bb63d9c6145a074368dc0fd
|
File details
Details for the file doppy-0.5.11-cp310-abi3-win_amd64.whl.
File metadata
- Download URL: doppy-0.5.11-cp310-abi3-win_amd64.whl
- Upload date:
- Size: 885.6 kB
- Tags: CPython 3.10+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
264f86ea8b821d0f2571fe9094a8e96567359939468d36ccce7e135afcd54a57
|
|
| MD5 |
dd14fedea096a03dcbea4aee20956438
|
|
| BLAKE2b-256 |
790e59d970b26ace97f58f4806724a8fa34b797e636eed3745450804795d391c
|
File details
Details for the file doppy-0.5.11-cp310-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: doppy-0.5.11-cp310-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 995.1 kB
- Tags: CPython 3.10+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
775ebc5922680b318a6b4ce4df70e08e99a57a2a40bd8aac0ec554a37c1ade93
|
|
| MD5 |
00e23bebb148b48cefc32a03d55c77cc
|
|
| BLAKE2b-256 |
1d85a4265260356605e56a4b55af754786187fb2637f07e737ea34aacac3d563
|
File details
Details for the file doppy-0.5.11-cp310-abi3-macosx_10_12_x86_64.whl.
File metadata
- Download URL: doppy-0.5.11-cp310-abi3-macosx_10_12_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10+, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
368a91cfac1b75e285e486e6a2df73a7c3fd005e6197523f53733fb1b94ce47b
|
|
| MD5 |
eedc5e23caa7d3d9d151ec320b0c8f6b
|
|
| BLAKE2b-256 |
39585efe4fe7957f5965e858301bc15a3883215ea01aba87359ffd7351870178
|
File details
Details for the file doppy-0.5.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: doppy-0.5.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
793b7a700c1e3537d9020f72a8d3add8c92442a44092e8ade3dccf91e67e0af0
|
|
| MD5 |
0a6ab83a090e11f9bf19363724e92aa3
|
|
| BLAKE2b-256 |
3e7983a2dae5178bab0b85f6efba2932564817ef8c153f4c38b6df904b5a97f4
|