Skip to main content

Imported as `iad.dataman` — data casting, resource models, and dataset bridge

Project description

ialdev-dataman

Dataset management and data casting tools for the iad toolbox, published as ialdev-dataman and imported as iad.dataman.

Use this package to describe datasets with resource models, discover YAML-backed dataset definitions, build data collections, apply read/transformation pipelines, and create sink repositories for generated outputs.

Install

pip install ialdev-dataman

Requires Python >=3.10, NumPy >=1.26.4,<2, and pandas >=2.0.0.

Highlights

  • Dataset resource models: DataSourceRM, SchemeRM, DatasetRM, and CollectionRM.
  • Factory helpers: create_caster, create_collection, and create_sink.
  • Data collection APIs: DataCollection, SinkRepo, CollectTable, and CollectSeries.
  • YAML/Pydantic helpers through iad.dataman.pydantools.
  • Transform utilities for reading files into structured tables and applying image/data transforms.

Examples

from iad.dataman import create_caster, create_collection

caster = create_caster(
    source="/data/images",
    scheme="{scene}/{frame}.png",
    filters={"scene": "scene_001"},
)
collection = create_collection(datasets=[caster])
from iad.dataman.models import DataSourceRM, DatasetRM, SchemeRM
from iad.dataman.resman import ModelsManager

manager = ModelsManager()
manager.register_models(DataSourceRM, SchemeRM, DatasetRM)
from iad.dataman.pydantools import YamlModel

class DatasetConfig(YamlModel):
    name: str
    root: str

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

ialdev_dataman-0.2.6.tar.gz (405.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ialdev_dataman-0.2.6-py3-none-any.whl (87.7 kB view details)

Uploaded Python 3

File details

Details for the file ialdev_dataman-0.2.6.tar.gz.

File metadata

  • Download URL: ialdev_dataman-0.2.6.tar.gz
  • Upload date:
  • Size: 405.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.34.2

File hashes

Hashes for ialdev_dataman-0.2.6.tar.gz
Algorithm Hash digest
SHA256 b81ce6da701bf10071c699c2e8973fe1fc753c5e04c45e47af61e88fc8d9a32f
MD5 5f99c7bb5681a538fc56881145c8956e
BLAKE2b-256 0af37576ef26859b703f774655bce1424f048a0e1e1470bc77580e4864b3ca76

See more details on using hashes here.

File details

Details for the file ialdev_dataman-0.2.6-py3-none-any.whl.

File metadata

File hashes

Hashes for ialdev_dataman-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 234efe440faf7902b659d2982231bb3174ad6019573d8106c93685f6c8ea889b
MD5 b98b7bcd1171eedf2082f9d85dc43348
BLAKE2b-256 92be38c7ccde2100987c6405b8e56cdf85abb142b77fdeb5311ff1d5efc37f22

See more details on using hashes here.

Supported by

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