Skip to main content

aerosol profiles processing and visualization

Project description

A-Profiles

Python libary for reading and processing E-PROFILE ceilometer data. This library is used by V-Profiles.

Installation

pip install aprofiles

Get started

#import library
import aprofiles as apro

#read NetCDF data
path = "data/e-profile/2021/09/08/L2_0-20000-006735_A20210908.nc"
apro_reader = apro.reader.ReadProfiles(path)
l2_data = apro_reader.read()

#plot Quick Look
apro_plotter = apro.plotter.Plotter(l2_data)
apro_plotter.plot('attenuated_backscatter_0',vmin=0, vmax=2, cmap='viridis')

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

aprofiles-0.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

aprofiles-0.1.0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

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