Skip to content

Commit

Permalink
Merge pull request #163 from DimaK415/Fix-for-python-region-example
Browse files Browse the repository at this point in the history
Quick fix for a typo in region example
  • Loading branch information
grantbuster authored Aug 24, 2023
2 parents 10addd0 + 9306c6d commit c8ab965
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 c8ab965

Please sign in to comment.