Skip to content

Commit

Permalink
Revert python script defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed Oct 31, 2024
1 parent 60ede6a commit 7a7c31a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
## Set these parameters before running the script! ##

# 1. Choose a U.S. state and county:
state = 'FL'
county_name = 'Broward'
state = 'CO'
county_name = 'Jefferson'

# 2. Get these parameters from the data lake website:
year = '2021'
dataset = 'comstock_amy2018_release_1'
year = '2022'
dataset = 'resstock_amy2018_release_1'
upgrade = 'baseline'

# 3. Set the path where you want to store files
# (files are large, you'll need at least 200 MB of space):
path='Sample Results'
path=''

## End Parameters ##

Expand Down

0 comments on commit 7a7c31a

Please sign in to comment.