Wed, 28 Aug 2024 11:28:24 +0000
Changed the timestamps to UTC and the filenames of the plots
[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"