Skip to main content

image

The Collector

.github/workflows/python.yaml GitHub Latest Version image image PyPI - Downloads

This is still under heavy development

The idea behind this a container that can store data and time tag the data when it is captured. The main structure is a dict which has keys for each data series stored.

This was written for a class I taught on robotics. It is meant to be simple and teach the students some things. There are probably better solutions out there, but I like this.

Additionally, there is nothing magically about what this does:

  • It provides a generic interface to using pickle, csv, json or gzip.json as the protocol for saving data to disk
  • It also allows you to convert between them if needed
  • Bag files can be read using the original protocol, thus data is never lost if this library goes away
  • Designed to be simple and straight forward

Usage

See the notebook for examples of how to use it.

from collector import Collector

c = Collector()
c.timestamp = False
d = np.array([[1,2,3],[4.,5.,6.]])
i = {"imu":
  {
    "gyro_range": 3000,
    "accel_range": 2
  }
}

c.write("test_test_now.csv",d)
dd = c.read("test_test_now.csv")

c.write("test_test_now.json",d,i)
dd = c.read("test_test_now.json")

fname = c.write("test_test_now.pkl",d,i)
dd = c.read(fname)

c.timestamp = True
fname = c.write("data/test_test_now.pkl",d,i)
dd = c.read(fname)
# Saving 2 data points in pickle to:
# --> data/2023-08-08T18:57:52_test_test_now.pkl
# Loaded 2 data points from:
# --> data/2023-08-08T18:57:52_test_test_now.pkl

The MIT License (MIT)

Copyright (c) 2017 Kevin J. Walchko

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Release files for the-collector 2023.8.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for the-collector 2023.8.7
File Size Uploaded
the_collector-2023.8.7.tar.gz 6.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for the-collector 2023.8.7
File Interpreter ABI Platform
the_collector-2023.8.7-py3-none-any.whl Python 3 none any Details

Total release size: 15.4 kB

Release files / the_collector-2023.8.7.tar.gz

Download URL the_collector-2023.8.7.tar.gz
Size 6.5 kB
Tags Source
SHA-256 checksum
How to use checksums
eb3b9e10feba706d44b1aa2fb9dbc20c65fde7e51eba57470d0485e5031b7336
BLAKE2b-256 checksum
How to use checksums
e137673b67d1835671e4f399a0c3ebdbe69a93c190ebb226e4998791c85f391a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.5.1 CPython/3.11.4 Darwin/21.6.0

Release files / the_collector-2023.8.7-py3-none-any.whl

Download URL the_collector-2023.8.7-py3-none-any.whl
Size 8.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
307eca034670b90bdf66d302afb1cfeae8e41e4e1f8d223149859ddfb65e4228
BLAKE2b-256 checksum
How to use checksums
e92d7544f8c7be370a8b357c9633cd4ea6399c9d420ed1a36afa4990fef3bc47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via poetry/1.5.1 CPython/3.11.4 Darwin/21.6.0

Release history Release notifications | RSS feed

This release

2023.8.7 This release

2 release files

0.9.0

2 release files

0.8.6

2 release files

0.8.4

2 release files

0.8.3

2 release files

0.8.2

2 release files

0.7.0

3 release files

0.6.1

3 release files

0.6.0

3 release files

0.5.1

3 release files

0.5.0

3 release files

0.4.0

3 release files

0.3.1

3 release files

0.3.0

3 release files

0.1.0

3 release files

0.0.1

3 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page