geodesic.boson.dataset.Dataset.clear_tile_cache#

Dataset.clear_tile_cache(cache_prefix='default', force=True)[source]#

Clears the tile cache for this dataset.

Parameters:
  • cache_prefix (str) – if specified, only specified cache will be cleared. “default” is most common and refers the the tiles with no additional filtering applied. Beneath this key is the Tile Matrix Set used, so by default, all tiles for all tile matrix sets will be cleared.

  • force (bool) – if True, will force the clear to run even if it has previously completed. Default is True since this operation may be performed regardless of previous state.

Returns:

metadata about the submitted clear-store command

Return type:

dict