Skip to content

File format and performance experiments relating to Australian Geoscience Datacube development

License

Notifications You must be signed in to change notification settings

omad/datacube-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datacube-experiments

File format, ingestion and performance experiments relating to Australian Geoscience Datacube development.

Test Ingestion Script

$ datacube_ingest --help
Usage: datacube_ingest [OPTIONS] INPUT_PATH FILENAME_FORMAT

  Example output filename format: combined_{x}_{y}.nc

Options:
  -o, --output-dir TEXT
  --multi-variable
  --single-variable
  --tile / --no-tile     Allow partial processing
  --merge / --no-merge   Allow partial processing
  -v, --verbose          Use multiple times for more verbosity
  --help                 Show this message and exit.

Python Usage

Tile and stack files with:

from ingester import datacube_ingester

input_path = "/g/data/rs0/scenes/ARG25_V0.0/2015-08/LS8_OLI_TIRS_NBAR_P54_GANBAR01-032_089_081_20150807/"
output_dir = "/tmp/ingest_test/"
filename_format = "combined_{x}_{y}.nc"

datacube_ingester.ingest(input_path, output_dir, filename_format)

About

File format and performance experiments relating to Australian Geoscience Datacube development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages