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.4.tar.gz (402.8 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.4-py3-none-any.whl (86.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ialdev_dataman-0.2.4.tar.gz
Algorithm Hash digest
SHA256 23aedb2c81c353ee6bce15c5cb45106eab859dd3729bd25e3d6d990ee4e72285
MD5 917aeedf23f583733998a1773f520f40
BLAKE2b-256 6706347ada0ec454ddd3994197d72856df9bac7b35737c6e9f6d13a38ebeea13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ialdev_dataman-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2d8f63aeddb208c146f60ea255ad8cbf80982d6ecdda2abfaf835ca8ea77a847
MD5 b40f95166f53138d5dc3578aadf85a5b
BLAKE2b-256 f6ff9aafe998fbb8b157cdc6a87f951ea87354728e11844ccb88a91aed5a9ec1

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