Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report number of stations that are in windfield extent #113

Open
wcarthur opened this issue Apr 28, 2021 · 0 comments
Open

Report number of stations that are in windfield extent #113

wcarthur opened this issue Apr 28, 2021 · 0 comments

Comments

@wcarthur
Copy link
Member

wcarthur commented Apr 28, 2021

When running tcevent.py and collecting timeseries data, the station list is loaded before the extent of the wind field is determined. On loading, code reports number of stations that will collect time series data, which is always the total number of stations contained in the file.

22:42:19: Loading wind field calculation settings
22:42:19: Loading timeseries stations from /opt/tcrm-processor/tcrm/input/stationlist.shp
22:42:20: There are 13868 stations that will collect timeseries data
22:42:20: Running windfield generator
22:42:20: Dumping gusts to /opt/tcrm-processor/tmp/output/windfield
22:42:20: Processing 1 track files in /opt/tcrm-processor/tmp/output/tracks
22:42:20: Calculating wind fields for tracks in /opt/tcrm-processor/tmp/output/tracks/tracks.interp.nc
22:42:20: No grid limit set - returning all tracks
22:42:20: Wind field domain set to {'xMin': 152.0, 'xMax': 160.0, 'yMin': -29.0, 'yMax': -14.0}

Update to report number of stations that lie within the wind field extent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant