weatherdb 1.1.0__tar.gz → 1.1.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {weatherdb-1.1.0 → weatherdb-1.1.1}/CHANGES.md +4 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/PKG-INFO +2 -2
- {weatherdb-1.1.0 → weatherdb-1.1.1}/README.md +1 -1
- weatherdb-1.1.1/weatherdb/_version.py +1 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/GroupStation.py +3 -2
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb.egg-info/PKG-INFO +2 -2
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb.egg-info/SOURCES.txt +6 -6
- weatherdb-1.1.0/weatherdb/_version.py +0 -1
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.dockerignore +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.github/workflows/cleanup-cache.yml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.github/workflows/python-publish.yml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.github/workflows/python-test.yml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.gitignore +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.gitlab/merge_request_templates/new_version.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.gitlab-ci.yml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/.readthedocs.yaml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/LICENSE +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/MANIFEST.in +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docker/Dockerfile +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docker/docker-compose.yaml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docker/docker-compose_test.yaml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docker/start-docker-test.sh +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/requirements.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/Changelog.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/License.rst +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/Methode.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/_static/custom.css +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/_static/favicon.ico +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/_static/logo.png +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/api/api.rst +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/api/cli.rst +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/api/weatherDB.broker.rst +0 -0
- /weatherdb-1.1.0/docs/source/api/weatherDB.config.rst → /weatherdb-1.1.1/docs/source/api/weatherdb.config.rst +0 -0
- /weatherdb-1.1.0/docs/source/api/weatherDB.db.rst → /weatherdb-1.1.1/docs/source/api/weatherdb.db.rst +0 -0
- /weatherdb-1.1.0/docs/source/api/weatherDB.rst → /weatherdb-1.1.1/docs/source/api/weatherdb.rst +0 -0
- /weatherdb-1.1.0/docs/source/api/weatherDB.station.rst → /weatherdb-1.1.1/docs/source/api/weatherdb.station.rst +0 -0
- /weatherdb-1.1.0/docs/source/api/weatherDB.stations.rst → /weatherdb-1.1.1/docs/source/api/weatherdb.stations.rst +0 -0
- /weatherdb-1.1.0/docs/source/api/weatherDB.utils.rst → /weatherdb-1.1.1/docs/source/api/weatherdb.utils.rst +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/conf.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/index.rst +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/setup/Configuration.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/setup/Hosting.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/setup/Install.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/setup/Quickstart.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/docs/source/setup/setup.rst +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/pyproject.toml +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/setup.cfg +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherDB.egg-info/PKG-INFO +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherDB.egg-info/SOURCES.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherDB.egg-info/dependency_links.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherDB.egg-info/entry_points.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherDB.egg-info/requires.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherDB.egg-info/top_level.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/__init__.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/README.md +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/alembic.ini +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/config.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/env.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/script.py.mako +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/versions/V1.0.0_initial_database_creation.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/versions/V1.0.2_more_charachters_for_settings+term_station_ma_raster.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/versions/V1.0.5_fix-ma-raster-values.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/versions/V1.0.6_update-views.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/broker.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/cli.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/config/ConfigParser.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/config/__init__.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/config/config_default.ini +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/db/__init__.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/db/connections.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/db/fixtures/RichterParameters.json +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/db/models.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/db/queries/get_quotient.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/db/views.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/StationBases.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/StationET.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/StationP.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/StationPD.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/StationT.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/__init__.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/station/constants.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/GroupStations.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/StationsBase.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/StationsBaseTET.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/StationsET.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/StationsP.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/StationsPD.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/StationsT.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/stations/__init__.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/utils/TimestampPeriod.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/utils/__init__.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/utils/dwd.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/utils/geometry.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/utils/get_data.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/utils/logging.py +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb.egg-info/dependency_links.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb.egg-info/entry_points.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb.egg-info/requires.txt +0 -0
- {weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: weatherdb
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.1
|
4
4
|
Summary: This is a package to work with and to create the Weather Database which handles, checks, fills and corrects DWD Weather Station data.
|
5
5
|
Author-email: Max Schmit <max.schmit@hydrology.uni-freiburg.de>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -704,7 +704,7 @@ Author: [Max Schmit](https://github.com/maxschmi)
|
|
704
704
|
[![Documentation Status](https://readthedocs.org/projects/weatherdb/badge/?version=latest)](https://weatherdb.readthedocs.io/latest)
|
705
705
|
[![Pipeline status](https://gitlab.uni-freiburg.de/hydrology/weatherDB/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.uni-freiburg.de/hydrology/weatherDB/-/pipelines)
|
706
706
|
|
707
|
-
The
|
707
|
+
The WeatherDB module offers an API to interact with the automatically filled weather Database.
|
708
708
|
|
709
709
|
Depending on the Database user privileges you can use more or less methods of the classes.
|
710
710
|
|
@@ -6,7 +6,7 @@ Author: [Max Schmit](https://github.com/maxschmi)
|
|
6
6
|
[![Documentation Status](https://readthedocs.org/projects/weatherdb/badge/?version=latest)](https://weatherdb.readthedocs.io/latest)
|
7
7
|
[![Pipeline status](https://gitlab.uni-freiburg.de/hydrology/weatherDB/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.uni-freiburg.de/hydrology/weatherDB/-/pipelines)
|
8
8
|
|
9
|
-
The
|
9
|
+
The WeatherDB module offers an API to interact with the automatically filled weather Database.
|
10
10
|
|
11
11
|
Depending on the Database user privileges you can use more or less methods of the classes.
|
12
12
|
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "1.1.1"
|
@@ -599,8 +599,9 @@ class GroupStation(object):
|
|
599
599
|
|
600
600
|
# create header
|
601
601
|
if add_meta:
|
602
|
-
|
603
|
-
|
602
|
+
tabs = "\t" * (len(df.columns)-1)
|
603
|
+
header = f"Name: {name}{tabs}\n" +\
|
604
|
+
f"Lat: {y[0]} ,Lon: {x[0]}{tabs}\n"
|
604
605
|
else:
|
605
606
|
header = ""
|
606
607
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: weatherdb
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.1
|
4
4
|
Summary: This is a package to work with and to create the Weather Database which handles, checks, fills and corrects DWD Weather Station data.
|
5
5
|
Author-email: Max Schmit <max.schmit@hydrology.uni-freiburg.de>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -704,7 +704,7 @@ Author: [Max Schmit](https://github.com/maxschmi)
|
|
704
704
|
[![Documentation Status](https://readthedocs.org/projects/weatherdb/badge/?version=latest)](https://weatherdb.readthedocs.io/latest)
|
705
705
|
[![Pipeline status](https://gitlab.uni-freiburg.de/hydrology/weatherDB/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.uni-freiburg.de/hydrology/weatherDB/-/pipelines)
|
706
706
|
|
707
|
-
The
|
707
|
+
The WeatherDB module offers an API to interact with the automatically filled weather Database.
|
708
708
|
|
709
709
|
Depending on the Database user privileges you can use more or less methods of the classes.
|
710
710
|
|
@@ -27,12 +27,12 @@ docs/source/_static/logo.png
|
|
27
27
|
docs/source/api/api.rst
|
28
28
|
docs/source/api/cli.rst
|
29
29
|
docs/source/api/weatherDB.broker.rst
|
30
|
-
docs/source/api/
|
31
|
-
docs/source/api/
|
32
|
-
docs/source/api/
|
33
|
-
docs/source/api/
|
34
|
-
docs/source/api/
|
35
|
-
docs/source/api/
|
30
|
+
docs/source/api/weatherdb.config.rst
|
31
|
+
docs/source/api/weatherdb.db.rst
|
32
|
+
docs/source/api/weatherdb.rst
|
33
|
+
docs/source/api/weatherdb.station.rst
|
34
|
+
docs/source/api/weatherdb.stations.rst
|
35
|
+
docs/source/api/weatherdb.utils.rst
|
36
36
|
docs/source/setup/Configuration.md
|
37
37
|
docs/source/setup/Hosting.md
|
38
38
|
docs/source/setup/Install.md
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "1.1.0"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/weatherdb-1.1.0/docs/source/api/weatherDB.rst → /weatherdb-1.1.1/docs/source/api/weatherdb.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/versions/V1.0.0_initial_database_creation.py
RENAMED
File without changes
|
File without changes
|
{weatherdb-1.1.0 → weatherdb-1.1.1}/weatherdb/alembic/versions/V1.0.5_fix-ma-raster-values.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|