Introduction¶
A simulated survey is made up of a series of building blocks. The Survey
object requires the following top-level building blocks:
Area
: the spatial boundaries of the surveyAssemblage
: the artifacts or other featuresCoverage
: the survey strategyTeam
: the individuals who will carry out the survey
There are also lower-level building blocks that can be used to construct the four top-level blocks.
Layer
andFeature
blocks make up theAssemblage
SurveyUnit
blocks make up theCoverage
Surveyor
blocks make up theTeam
Each building block is its own Python class which defines different parameters that are accounted for when the Survey
is “run”. The power of prospect
comes from keeping many aspects of the building blocks constant while varying certain parameters or properties of interest.
The following sections are designed to introduce the parameters of a prospect
simulation, some common non-prospect
object types, and each of the simulation’s building blocks.