Filter Locations By Boundary
filter_locations_by_boundaryFull Description
Execute a spatial query on a single dataset to find locations within a geographic boundary. Use this to retrieve data points from one dataset filtered by a boundary area and optional column filters. IMPORTANT: Use 'search_datasets' first to find valid dataset IDs, and 'search_boundaries_by_location' to find valid boundary IDs.
Parameters (2 required, 2 optional)
datasetIdstringThe UUID of the dataset to query. Use 'search_datasets' to find valid dataset IDs.
nbcBoundaryIdstringThe boundary ID to limit the search area, obtained from 'search_boundaries_by_location' tool.
filterobjectOptional filter to apply to the dataset
limitnumberMaximum number of results to return. Defaults to 20, max 100.