importdoppywind=doppy.product.Wind.from_halo_data(
data=LIST_OF_WIND_SCAN_HPL_FILES,
)
# You can also pass instrument azimuth offset in degrees as an optionwind=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 usewind=doppy.product.Wind.from_windcube_data(
data=LIST_OF_VAD_NETCDF_FILES,
)
# For windcube wls70 usewind=doppy.product.Wind.from_wls70_data(
data=LIST_OF_RTD_FILES,
)
wind.write_to_netcdf(FILENAME)
The Tidelift Subscription provides access to a continuously curated stream of human-researched and maintainer-verified data on open source packages and their licenses, releases, vulnerabilities, and development practices.