Skip to main content

Dataset manipulation tool.

Project description

pkgpy-atp-dataset

The python package for manipulating datasets.

Installation

Keywords

  • database
  • dataset
  • measurement, simulations, surveys
  • datapoint

Datatypes

  • time series data (datapoints (time dependent), metadata, name, uuid)
  • dataset:
    • timeseries (independent variables (datetime, timestamp, time(unit)))
    • multidimensional dataset
  • dataset_ts(reference to time series data, metadata, name, uuid)
  • dataset_spectrum (datapoints, metadata, name, uuid)

Measurement

- name: string
- uuid: string(uuid)
- datatype_id: measurement
- metadata
  - name: string
  - uuid: string(uuid)
  - datetime: string[optional] # when the sample was created
  - device_id: string
  - device_uuid: string(uuid)
  - sample_id: string
  - sample_uuid: string(uuid)
  - subsample_id: string or ordered list[string]
  - parallel_id: string
  - location_id: string
  - location_uuid: string(uuid)
  - location_coordinates: {latitude: float, longitude: float, altitude: float[optional]}
  - measurement_type_id: string
  - measurement_type_uuid: string(uuid)
- data:
  - dict:
    - key: value or list
  - list:
    - dict:
      - key: value
- error

Sample

- datatype_id: sample
- name: string
- uuid: string(uuid)

- metadata:
  - name: string
  - uuid: string(uuid)
  - datetime: string[optional] # when the sample was created
  - sample_id: string
  - location_id: string
  - location_uuid: string(uuid)
  - location_coordinates: {latitude: float, longitude: float, altitude: float[optional]}
  - ... # other metadata
- data:
  - properties: {}
  - labels: [] # list of labels
  - links: [] # links to other samples
  - measurement_dict: {}
  - measurement_list: []

- error

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atpdataset-0.0.8.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

atpdataset-0.0.8-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page