Insert meteorological station data to Enhydris
Project description
loggertodb
Insert meteorological station data to Enhydris
License
Free software: GNU General Public License v3
Documentation
Creating a Windows executable
On Windows; the first time:
- Install git.
- Install a recent Python 3 version.
- Execute Git Bash.
- Clone loggertodb.
- Change to the working directory of loggertodb.
- pip install virtualenv==16.1.0 (this is because of a pyinstaller bug).
- virtualenv ../venv
- ../venv/Scripts/pip install -e .
- ../venv/Scripts/pip install pyinstaller
Next times:
- rm -r dist loggertodb-windows.spec
- ../venv/Scripts/pyinstaller --onefile --name=loggertodb bin/loggertodb-windows
After this, loggertodb.exe should be in the dist directory.
History
1.0.0 (2019-10-29)
- Improved handling of switch from DST to winter time.
0.2.2 (2019-08-20)
- Improved error message in multi-file simple format when nfields_to_ignore was 1 or more and a line did not have enough fields.
0.2.1 (2019-07-17)
- Fixed a crash when a file was empty in multi-file simple format.
- Improved error messages in multi-file simple format when the timestamps were badly ordered in a file or overlapping between files.
0.2.0 (2019-07-16)
- Added multi-file option to simple format.
- Added configuration parameters “encoding” and “ignore_lines”.
0.1.3 (2019-06-07)
- Upgraded htimeseries to 1.0.
- Made dependencies more robust.
0.1.2 (2019-05-27)
- Made parsing dates more robust in simple format.
- Fixed extreme slowness when thousands of records had to be inserted.
- Fixed unhelpful error message when file was out of order.
0.1.1 (2019-04-18)
- Fixed a bug that prevented using a log file.
0.1.0 (2019-04-18)
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size loggertodb-1.0.1b1-py2.py3-none-any.whl (12.8 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size loggertodb-1.0.1b1.tar.gz (126.2 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for loggertodb-1.0.1b1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70354366d28fec9a6ebb996be725d938e1e30770de8e8dc6b46c706e90e8e6d6 |
|
MD5 | 831a6e7556b0e82005e4e951f647926b |
|
BLAKE2-256 | a1a0e5243e4c2e80ba55901b6c27cab7f347ac74e6b90a6f23598b8517fc486c |