https://github.com/haukex/pytoa5
Python TOA5 Library
https://github.com/haukex/pytoa5
campbellscientific datalogging python python3
Last synced: about 2 months ago
JSON representation
Python TOA5 Library
- Host: GitHub
- URL: https://github.com/haukex/pytoa5
- Owner: haukex
- License: lgpl-3.0
- Created: 2024-10-15T16:10:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:35:21.000Z (8 months ago)
- Last Synced: 2025-04-06T14:06:20.698Z (2 months ago)
- Topics: campbellscientific, datalogging, python, python3
- Language: Python
- Homepage: https://haukex.github.io/pytoa5/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
PyTOA5: Utilities for TOA5 Files
================================This library contains routines for the processing of data files in the TOA5 format.
Since this format is basically a CSV file with a specific header, this library primarily
provides functions to handle the header; the rest of the file can be read with Python's
`csv `_ module. A function to read a TOA5
file into a `Pandas `_ DataFrame is also provided.**The documentation is available at** https://haukex.github.io/pytoa5/
Author, Copyright, and License
------------------------------Copyright (c) 2023-2024 Hauke Dämpfling ([email protected])
at the Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB),
Berlin, Germany, https://www.igb-berlin.de/This library is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see https://www.gnu.org/licenses/