Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.83 KB

File metadata and controls

46 lines (30 loc) · 1.83 KB

HMAS Canberra Example

Code

See cbr_convert.py See extract_gsf.py

Outputs

In this example the data files were ingested into a single TileDB sparse array within an AWS bucket. The TileDB arrays and STAC metadata are publicly available at TileDB and STAC examples. At the moment this is purely for demonstrative purposes. The output of the metadata was generated using the STAC specification. The format is JSON, specifically GeoJSON, and can be downloaded and viewed like any other geospatial vector file.

Metadata

Jupyter Notebook

Usage (requires the correct Python environment not detailed here)

python cbr_convert.py --help
Usage: cbr_convert.py [OPTIONS]

  Data conversion process (GSF -> TileDB) for the sample HMAS Canberra data.
  STAC metadata generation.

Options:
  --uri-name TEXT                The URI for the output location of the TileDB
                                 data file.

  --zip-pathname PATH            The pathname to the zip file containing the
                                 sample NIDEM data.

  --tiledb-config-pathname PATH  The pathname to the TileDB config file.
                                 Required for writing to AWS S3.

  --outdir DIRECTORY             The base output directory for storing local
                                 files.

  --help                         Show this message and exit.