Skip to content

Search Criteria

Tzahi Levi edited this page Dec 29, 2019 · 1 revision

every search for images in Ansyn is combine from 3 Criteria:

  1. time criterion: set the time interval for the search. an object:
{
	type: 'absolute';
	from: Date;
	to: Date;
}
  1. region criterion: set the area of the search could be geoJson point, polygon or Feature with polygon geometry.

  2. dataInputFilters criterion: set the data source to be search(or all if not provide) an object:

{
  active: boolean; // enable the pre-search filter
  fullyChecked: boolean; // check/uncheck all source.
  filters: {
     provideName: string; // the provider name of the source.
     sensorType: string; // the type of the sensor of the source.
     sensorName: string; // the name of the sensor of the source.
  }
}