Skip to content

Commit

Permalink
Addressed #248 (adding study region subfolder for output of CSVs); Th…
Browse files Browse the repository at this point in the history
…is is really a pretty minor issue - the output is still generated, just not in the expected data output subfolder; I'll wait until more features are added (which may be later today or tomorrow) before doing a pull request for this.
  • Loading branch information
carlhiggs committed Apr 16, 2023
1 parent 415f0ae commit b72b514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/3_generate_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def main():
for layer in ['city', 'grid']:
print(
postgis_to_csv(
f" {config.region[f'{layer}_summary']}.csv",
f"{config.region['region_dir']}/{config.region[f'{layer}_summary']}.csv",
db_host,
db_user,
db,
Expand Down

0 comments on commit b72b514

Please sign in to comment.