pyproject.toml

Tue, 02 Jul 2024 08:37:49 +0000

author
pilar <pilar.gumaclaramunt@cnr.it>
date
Tue, 02 Jul 2024 08:37:49 +0000
changeset 2
763a7ac22031
parent 0
fce4cae19357
permissions
-rw-r--r--

Added the plotting of high and low resolution together in the same plot.

[tool.poetry]
name = "eldamwl_plot"
version = "0.1.0"
description = "Program to plot the profiles from the ELDAmwl data files"
authors = ["pgumaclaramunt <95616500+pgumaclaramunt@users.noreply.github.com>"]

[tool.poetry.dependencies]
python = "^3.9"
netCDF4 = "^1.6.5"
h5netcdf = "^1.3.0"
xarray = "^2023.12.0"
plotly = "^5.18.0"
nc = "^1.0.2"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

mercurial