coincident.search.wesm.load_by_fid#

coincident.search.wesm.load_by_fid(fids, url=wesm_gpkg_url, **kwargs)[source]#

Extracts full geometry from remote WESM GPKG based on Feature ID (FID)

Parameters:
  • fids (list[int]) – List of Feature IDs (fids) to extract from GPKG

  • url (str) – The URL or file path to the GeoPackage (GPKG) file.

  • **kwargs (dict[str, Any] | None) – Additional keyword arguments to pass to geopandas.read_file()

Return type:

GeoDataFrame

Returns:

A GeoDataFrame containing the data from the GeoPackage file with column names modified by stacify_column_names().