LICENSE
MANIFEST.in
README.md
THIRD_PARTY_LICENSES.md
pyproject.toml
LICENSES/MPL-2.0.txt
graupel/API.py
graupel/__init__.py
graupel/__main__.py
graupel/config.py
graupel/resources.py
graupel/windows_integration.py
graupel.egg-info/PKG-INFO
graupel.egg-info/SOURCES.txt
graupel.egg-info/dependency_links.txt
graupel.egg-info/entry_points.txt
graupel.egg-info/requires.txt
graupel.egg-info/top_level.txt
graupel/data/__init__.py
graupel/data/api.py
graupel/data/build_catalogue.py
graupel/data/harmonizer.py
graupel/data/models.py
graupel/data/open_meteo.py
graupel/data/service.py
graupel/data/storage.py
graupel/data/timeline.py
graupel/icons/graupel.ico
graupel/icons/graupel.svg
graupel/icons/graupel_128.png
graupel/icons/graupel_16.png
graupel/icons/graupel_24.png
graupel/icons/graupel_256.png
graupel/icons/graupel_32.png
graupel/icons/graupel_48.png
graupel/icons/graupel_64.png
graupel/models/model_catalog.json
graupel/models/model_catalogue.json
graupel/react/FRONTEND_LICENSE.txt
graupel/react/favicon.svg
graupel/react/icons.svg
graupel/react/index.html
graupel/react/assets/index-CqEfaCeS.css
graupel/react/assets/index-xAAd9vrK.js
react/LICENSE.md
react/index.html
react/package.json
react/pnpm-lock.yaml
react/public/FRONTEND_LICENSE.txt
react/public/favicon.svg
react/public/icons.svg
react/src/App.css
react/src/App.logic.test.ts
react/src/App.logic.ts
react/src/App.test.tsx
react/src/App.tsx
react/src/headerLayout.test.ts
react/src/index.css
react/src/main.tsx
react/src/types.ts
react/src/assets/hero.png
react/src/assets/react.svg
react/src/assets/vite.svg
react/src/components/ErrorBoundary.test.tsx
react/src/components/ErrorBoundary.tsx
react/src/components/FullscreenMapPicker.logic.ts
react/src/components/FullscreenMapPicker.test.tsx
react/src/components/FullscreenMapPicker.tsx
react/src/components/HeaderMapPreview.logic.ts
react/src/components/HeaderMapPreview.test.tsx
react/src/components/HeaderMapPreview.tsx
react/src/components/LocationSelector.test.tsx
react/src/components/LocationSelector.tsx
react/src/components/MeteogramChart.test.tsx
react/src/components/MeteogramChart.tsx
react/src/components/MeteogramConvective.test.tsx
react/src/components/MeteogramThunderstorms.test.tsx
react/src/components/ModelChainBuilder.test.tsx
react/src/components/ModelChainBuilder.tsx
react/src/components/locationSelectorUtils.ts
react/src/components/drawing/ChartTooltip.test.tsx
react/src/components/drawing/ChartTooltip.tsx
react/src/components/drawing/ConvectionArea.test.tsx
react/src/components/drawing/ConvectionArea.tsx
react/src/components/drawing/DrawingArea.test.tsx
react/src/components/drawing/DrawingArea.tsx
react/src/components/drawing/PrecipitationCloudArea.test.tsx
react/src/components/drawing/PrecipitationCloudArea.tsx
react/src/components/drawing/TemperatureArea.test.tsx
react/src/components/drawing/TemperatureArea.tsx
react/src/components/drawing/TimelineOverlay.test.tsx
react/src/components/drawing/TimelineOverlay.tsx
react/src/components/drawing/WindArea.test.tsx
react/src/components/drawing/WindArea.tsx
react/src/components/drawing/chartTooltip.logic.ts
react/src/components/drawing/drawingTypes.ts
react/src/components/drawing/meteogramChart.logic.ts
react/src/components/drawing/meteogramLayout.test.ts
react/src/components/drawing/meteogramLayout.ts
react/src/components/drawing/meteogramPaths.test.ts
react/src/components/drawing/meteogramPaths.ts
react/src/components/drawing/precipitationCloudArea.logic.ts
react/src/components/drawing/useChartDimensions.test.ts
react/src/components/drawing/useChartDimensions.ts
react/src/components/drawing/useMeteogramHover.test.ts
react/src/components/drawing/useMeteogramHover.ts
react/src/components/drawing/useMeteogramZoom.test.ts
react/src/components/drawing/useMeteogramZoom.ts
react/src/components/header/AppHeader.logic.ts
react/src/components/header/AppHeader.test.tsx
react/src/components/header/AppHeader.tsx
react/src/components/meteogram/MeteogramModelChains.test.tsx
react/src/components/meteogram/MeteogramModelChains.tsx
react/src/components/meteogram/OpenMeteoAttribution.test.tsx
react/src/components/meteogram/OpenMeteoAttribution.tsx
react/src/components/modelChain/ModelBoundaryHandle.tsx
react/src/components/modelChain/ModelChain.tsx
react/src/components/modelChain/ModelSegment.tsx
react/src/components/modelChain/modelChain.logic.ts
react/src/components/modelChain/modelChainBuilderUtils.test.ts
react/src/components/modelChain/modelChainBuilderUtils.ts
react/src/components/modelChain/modelChainLayout.test.ts
react/src/components/modelChain/modelChainLayout.ts
react/src/components/modelChain/useModelChainLayout.ts
react/src/maps/defaultZoom.ts
react/src/maps/maptoolkit.test.ts
react/src/maps/maptoolkit.ts
react/src/models/openMeteoModels.ts
react/src/services/apiService.test.ts
react/src/services/apiService.ts
react/src/test/maplibreMock.ts
react/src/test/setup.ts
react/src/utils/appConfigSync.test.ts
react/src/utils/appConfigSync.ts
react/src/utils/meteogramCalculations.test.ts
react/src/utils/meteogramCalculations.ts
react/src/utils/meteogramConvective.test.ts
react/src/utils/meteogramConvective.ts
react/src/utils/meteogramDetails.test.ts
react/src/utils/meteogramDetails.ts
react/src/utils/meteogramExtremes.test.ts
react/src/utils/meteogramExtremes.ts
react/src/utils/meteogramTimelineUtils.test.ts
react/src/utils/meteogramTimelineUtils.ts
react/src/utils/meteogramWind.ts
react/src/utils/meteogramZoom.test.ts
react/src/utils/meteogramZoom.ts
react/src/utils/screenLayout.test.ts
react/src/utils/screenLayout.ts
react/src/utils/thunderstormIcons.test.ts
react/src/utils/thunderstormIcons.ts
react/src/utils/timeline.test.ts
react/src/utils/timeline.ts
react/src/views/ConfigView.test.tsx
react/src/views/ConfigView.tsx
react/src/views/MeteogramView.test.tsx
react/src/views/MeteogramView.tsx
react/src/views/meteogramViewUtils.test.ts
react/src/views/meteogramViewUtils.ts
react/src/views/config/ConfigEditor.test.tsx
react/src/views/config/ConfigEditor.tsx
react/src/views/config/ConfigSidebar.test.tsx
react/src/views/config/ConfigSidebar.tsx
react/src/views/config/configFactories.ts
react/src/views/config/configSidebar.logic.ts
react/src/views/config/configValidation.ts
tests/test_api.py
tests/test_bridge_browser.py
tests/test_bridge_logging.py
tests/test_bridge_storage.py
tests/test_catalog.py
tests/test_default_configurations.py
tests/test_harmonizer.py
tests/test_models.py
tests/test_open_meteo.py
tests/test_package_resources.py
tests/test_packaging_licenses.py
tests/test_service.py
tests/test_storage.py
tests/test_timeline.py
tests/test_vertical_clouds.py
tests/test_windows_integration.py