Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make data acquisition work again #5

Merged
merged 7 commits into from Apr 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -8,6 +8,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
.venv*/
bin/
build/
develop-eggs/
Expand Down Expand Up @@ -52,3 +53,5 @@ coverage.xml
# Sphinx documentation
docs/_build/

# Code editors
.idea/
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -102,7 +102,7 @@ Get weather at station for certain hour (UTC):

### License (Code)

Licensed under the MTI license. See file LICENSE for details.
Licensed under the MIT license. See file LICENSE for details.

### Data license

Expand All @@ -115,6 +115,10 @@ Only used unter Python 2.7.5. Use at your own risk.

### Changelog

* *In progress*:
* This and that: Fix console script entrypoint. Improve imports, debugging and inline comments.
* Adapt to changes on upstream server ftp-cdc.dwd.de

* *Version 0.7*:
* Adapted to match modified Schema for sun data
* *Version 0.6*:
Expand Down