package
0.1.5
Repository: https://github.com/usace/mcat-ras.git
Documentation: pkg.go.dev

# Functions

GeospatialData godoc @Summary Extract geospatial data @Description Extract geospatial data from a RAS model given an s3 key @Tags MCAT @Accept json @Produce json @Param definition_file query string true "/models/ras/CHURCH HOUSE GULLY/CHURCH HOUSE GULLY.prj" @Success 200 {object} interface{} @Failure 500 {object} SimpleResponse @Router /geospatialdata [get].
Index godoc @Summary Index a RAS model @Description Extract metadata from a RAS model given an s3 key @Tags MCAT @Accept json @Produce json @Param definition_file query string true "/models/ras/CHURCH HOUSE GULLY/CHURCH HOUSE GULLY.prj" @Success 200 {object} ras.Model @Failure 500 {object} SimpleResponse @Router /index [get].
IsAModel godoc @Summary Check if the given key is a RAS model @Description Check if the given key is a RAS model @Tags MCAT @Accept json @Produce json @Param definition_file query string true "/models/ras/CHURCH HOUSE GULLY/CHURCH HOUSE GULLY.prj" @Success 200 {object} bool @Router /isamodel [get].
IsGeospatial godoc @Summary Check if the RAS model has geospatial information @Description Check if the RAS model has geospatial information @Tags MCAT @Accept json @Produce json @Param definition_file query string true "/models/ras/CHURCH HOUSE GULLY/CHURCH HOUSE GULLY.prj" @Success 200 {object} bool @Router /isgeospatial [get].
ModelType godoc @Summary Extract the model type @Description Extract the model type given an s3 key @Tags MCAT @Accept json @Produce json @Param definition_file query string true "/models/ras/CHURCH HOUSE GULLY/CHURCH HOUSE GULLY.prj" @Success 200 {string} string "RAS" @Failure 500 {object} SimpleResponse @Router /modeltype [get].
ModelVersion godoc @Summary Extract the RAS model version @Description Extract the RAS model version given an s3 key @Tags MCAT @Accept json @Produce json @Param definition_file query string true "/models/ras/CHURCH HOUSE GULLY/CHURCH HOUSE GULLY.prj" @Success 200 {string} string "4.0" @Failure 500 {object} SimpleResponse @Router /modelversion [get].
Ping godoc @Summary Status Check @Description Check which services are operational @Tags Health Check @Accept json @Produce json @Success 200 {object} SimpleResponse @Router /ping [get].

# Structs

No description provided by the author