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.1.tar.gz (402.6 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.1-py3-none-any.whl (87.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ialdev_dataman-0.2.1.tar.gz
Algorithm Hash digest
SHA256 1080d169f8ddcec514dcf95c486cb90302d88eda3e002b182959171c61bc0577
MD5 0ed64fc54068ab448dc817908427362e
BLAKE2b-256 2b56b9b3232b7b5e0a9f1f169b11880503153e4676042db69edc1b4f67cfdcb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ialdev_dataman-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ec8773c5f28ece7bdebffe4de053129b301615da1aa852b1ade579e19abb16c9
MD5 972a3fa2423d0622772095113d47e5c1
BLAKE2b-256 ba823bbcdc719e1844af85603423ed81d83e63142155b2c002ed78df78e76335

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