visiontoolkit.subspace_to_spatiotemporal_bounding_box¶
- visiontoolkit.subspace_to_spatiotemporal_bounding_box(obs_field, model_field, halo_size, verbose, no_vertical=False, vertical_key='Z')¶
Extract only relevant data in the model field via a 4D subspace.
Relevant data is extracted in the form of a field comprising the model field reduced to a ‘bounding box’ in space and in time, such that data outside the scope of the observational data track, with an extra index-space ‘halo’ added to include points of relevance to the outer-most points, is removed, because it is not relevant to the colocation.
TODO: DETAILED DOCS