modelarrayio.storage.tiledb_storage.write_parcel_names

modelarrayio.storage.tiledb_storage.write_parcel_names(base_uri: str, array_path: str, names: Sequence[str])[source]

Store parcel names as a 1D dense TileDB string array.

Parameters:
  • base_uri (str) – Root directory of the TileDB store.

  • array_path (str) – Path relative to base_uri where the array will be created (e.g. 'parcels/parcel_id').

  • names (sequence of str) – Parcel name strings to store.