load_bolivia_raw

data.load_bolivia_raw(level='adm2')

Load the untouched files of one Bolivia level (including ADM0).

Parameters

Name Type Description Default
level ('adm0', 'adm1', 'adm2', 'grid') Which level of the collection to load. "adm0" is the national aggregate (one unit; useful for checking the PWT anchoring). "adm0"

Returns

Name Type Description
df pandas.DataFrame The level’s long panel CSV read as-is.
gdf geopandas.GeoDataFrame The level’s geometry with all of its attribute columns (the boundaries GeoPackage for admin levels; the cells GeoPackage for "grid"), CRS EPSG:4326.

Raises

Name Type Description
GeometricsDataError If a source file cannot be downloaded or fails hash verification.

See Also

load_bolivia : The reshaped (gdf, df, df_dict) province version.