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 >=2.0, 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.3.tar.gz (402.7 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.3-py3-none-any.whl (86.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ialdev_dataman-0.2.3.tar.gz
Algorithm Hash digest
SHA256 3e770dd6e31146077a199d4d04c6dc413e5f3a45864b8711e9c48c2008da049b
MD5 74056dbc32da93cad99dfa871fcd9d03
BLAKE2b-256 1bbff6e9ef7a8910b0e57dd87afef18cbfcfc48b93292df05842bd023cd8693e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ialdev_dataman-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bacd961b5ed5ce30ae5ce9467ad30855e9513448bc4d4a025c9820eb801bf9a2
MD5 f2f945ad83d4b5d57d5fbba270ad46cc
BLAKE2b-256 8b9d45cf64067694322bef5ffc9fd0d8ce013f17416b55f530bbf48a386a774f

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