Welcome to geowatch’s documentation!

The GEOWATCH module

The GEOWATCH Gitlab Repo

https://gitlab.kitware.com/computer-vision/geowatch/

Pypi

https://pypi.org/project/geowatch/

Read the docs

https://geowatch.readthedocs.io

Slides

Software Overview Slides and KHQ Demo Slides

Main modules of interest are:

Main Tasks:

Supported Feature Tasks:

Also see:

You probably wont need:

# Useful environs

DVC_DATA_DPATH=$(geowatch_dvc --tags='phase2_data' --hardware=auto)
DVC_EXPT_DPATH=$(geowatch_dvc --tags='phase2_expt' --hardware=auto)
HIGHRES_DVC_EXPT_DPATH=$(geowatch_dvc --tags='smart_drop7' --hardware=auto)
DATA_DVC_DPATH=$DVC_DATA_DPATH
EXPT_DVC_DPATH=$DVC_EXPT_DPATH

# To get the above make sure you have run:
geowatch_dvc add my_phase2_data_repo --path=<path-to-your-phase2-data-dvc-repo> --hardware=hdd --priority=100 --tags=phase2_data
geowatch_dvc add my_phase2_expt_repo --path=<path-to-your-phase2-expt-dvc-repo> --hardware=hdd --priority=100 --tags=phase2_expt

See Also:

Manual Docs:

Indices and tables