Skip to content

Commit

Permalink
Update hydromt_fiat/workflows/equity_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: frederique-hub <[email protected]>
  • Loading branch information
LiekeMeijer and frederique-hub authored Nov 3, 2023
1 parent c12274b commit 3457677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_fiat/workflows/equity_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def set_up_state_code(self, state_abbreviation: str):
self.logger.info(f"The state abbreviation specified is: {state_abbreviation}")

def variables_to_download(self):
self.download_variables = ['B01003_001E', 'B19301_001E', 'NAME', 'GEO_ID']
self.download_variables = ['B01003_001E', 'B19301_001E', 'NAME', 'GEO_ID'] # TODO: later make this a user input?

def download_census_data(self, year_data):
"""download the census data
Expand Down

0 comments on commit 3457677

Please sign in to comment.