module documentation

FiftyOne Server /geo route

Copyright 2017-2025, Voxel51, Inc.

Class GeoPoints Undocumented
Constant FIFTYONE_GEO_CACHE_SIZE Undocumented
Variable logger Undocumented
Async Function _fetch_geo_points Undocumented
FIFTYONE_GEO_CACHE_SIZE = (source)

Undocumented

Value
os.environ.get('FIFTYONE_GEO_CACHE_SIZE', 5)

Undocumented

@alru_cache(maxsize=int(FIFTYONE_GEO_CACHE_SIZE))
async def _fetch_geo_points(dataset_name, collection_name, field_path, filters_key, stages_key, extended_key, last_modified_at): (source)

Undocumented