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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ialdev_dataman-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e3ad935ea3305c74f01c95342119d2f3ab9ec61fe8cc665083580e7d52bfbabc
MD5 62363b1b1eca8a46339e200753cea60c
BLAKE2b-256 898d5ad7ea9a80ce8bdb21c61b4fa056f820d401aca21eb47fb5c5417e44619f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ialdev_dataman-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 665f22e9fc56aaad3d88d4ba95e555b8aee6e175ee31c32cff96197227d912af
MD5 29a7416634ac1070d0b2b105f3f7d7e3
BLAKE2b-256 2be2e10f0bea967231d87b2485f2cafe4ac72518f4d116eeaa7b296c53b7f760

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