Skip to content

Commit

Permalink
Quick fix for a typo in region example
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaK415 committed Aug 24, 2023
1 parent 10addd0 commit 9306c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/NSRDB/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ or to extract all sites in a given region:
state='Colorado'
with NSRDBX(nsrdb_file, hsds=True) as f:
date = '2018-07-04 18:00:00'
dni_map = f.get_timestep_map('dni', date, region=region,
dni_map = f.get_timestep_map('dni', date, region=state,
region_col='state')
Lastly, ``NSRDBX`` can be used to extract all variables needed to run SAM at a
Expand Down

0 comments on commit 9306c6d

Please sign in to comment.