load_bolivia_raw
data.load_bolivia_raw(level='adm2')
Load the untouched files of one Bolivia level (including ADM0).
Parameters
| 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
| 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. |
See Also
load_bolivia : The reshaped (gdf, df, df_dict) province version.