Wed, 28 Aug 2024 11:28:24 +0000
Changed the timestamps to UTC and the filenames of the plots
pilar@0 | 1 | [tool.poetry] |
pilar@0 | 2 | name = "eldamwl_plot" |
pilar@0 | 3 | version = "0.1.0" |
pilar@0 | 4 | description = "Program to plot the profiles from the ELDAmwl data files" |
pilar@0 | 5 | authors = ["pgumaclaramunt <95616500+pgumaclaramunt@users.noreply.github.com>"] |
pilar@0 | 6 | |
pilar@0 | 7 | [tool.poetry.dependencies] |
pilar@0 | 8 | python = "^3.9" |
pilar@0 | 9 | netCDF4 = "^1.6.5" |
pilar@0 | 10 | h5netcdf = "^1.3.0" |
pilar@0 | 11 | xarray = "^2023.12.0" |
pilar@0 | 12 | plotly = "^5.18.0" |
pilar@2 | 13 | nc = "^1.0.2" |
pilar@0 | 14 | |
pilar@0 | 15 | [tool.poetry.dev-dependencies] |
pilar@0 | 16 | |
pilar@0 | 17 | [build-system] |
pilar@0 | 18 | requires = ["poetry-core>=1.0.0"] |
pilar@0 | 19 | build-backend = "poetry.core.masonry.api" |