Skip to content

[DATA REQUEST] Add county-level CONUS shapefile to this repo #9

Description

@jvcarag

Certain procedures in this repo require a county-level CONUS shapefile to perform geospatial lat/long-to-county matching (example below maps pumped-hydro sites to their corresponding counties). Currently the procedure pulls this shapefile from a separate ReEDS repository.

reeds_path = os.path.expanduser('~/github/ReEDS')
outdir_path = os.path.join(reeds_path, 'inputs', 'storage')
dfcounty = gpd.read_file(
os.path.join(
reeds_path,
'inputs',
'shapefiles',
'US_COUNTY_2022'
)
)

Could we add this required county-level shapefile to the shapefiles/ folder in this repository so this and other future procedures no longer pull data from external sources?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions