Welcome to geowatch’s documentation!

The GeoWATCH module

The GeoWATCH Gitlab Repo

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

The GeoWATCH Github Repo (Mirror)

https://github.com/Kitware/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

# Phase 3
DVC_DATA_DPATH=$(geowatch_dvc --tags='phase3_data' --hardware=auto)
DVC_EXPT_DPATH=$(geowatch_dvc --tags='phase3_expt' --hardware=auto)
echo "$DVC_DATA_DPATH"
echo "$DVC_EXPT_DPATH"

# Phase 2
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
# Useful Python Snippets
import geowatch
data_dvc_dpath = geowatch.find_dvc_dpath(tags='phase3_data', hardware='auto')
expt_dvc_dpath = geowatch.find_dvc_dpath(tags='phase3_expt', hardware='auto')

See Also:

Manual Docs:

Indices and tables