This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Position | Time | Name | Category | Affiliation | year | gender | hours | ||
---|---|---|---|---|---|---|---|---|---|
0 | 1 | 0 days 21:41:17 | Daniel Hendriksen | MV50 | 2021 | M | 21.688055555555554 | ||
1 | 2 | 0 days 22:21:13 | Craig Rumble | MV40 | Corsham Running Club | 2021 | M | 22.35361111111111 | |
2 | 3 | 0 days 23:12:42 | Colin Crowhurst | MSnr | 2021 | M | 23.211666666666666 | ||
3 | 4 | 0 days 23:36:35 | Mathew Favell | MV45 | 2021 | M | 23.60972222222222 | ||
4 | 5 | 0 days 23:39:00 | Greg Moore | MV40 | 2021 | M | 23.65 | ||
5 | 6 | 0 days 23:39:00 | Andrew Stevens | MV40 | 2021 | M | 23.65 | ||
6 | 7 | 0 days 23:40:36 | David Musgrove | MV45 | Cirencester AC | 2021 | M | 23.676666666666666 | |
7 | 8 | 1 days 00:52:34 | Andrew Gaskell | MV40 | 2021 | M | 24.87611111111111 | ||
8 | 9 | 1 days 01:00:39 | Adrian Busolini | MSnr | Fairlands Valley Spartans | 2021 | M | 25.010833333333334 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Position | Bib | Name | Time | Last Location | year | Category | gender | hours | ||
---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 13 | Martin IndgeNoon Start | 0 days 21:14:00 | Finish | 2022 | M | M | 21.233333333333334 | |
1 | 2 | 42 | Nicholas BerryNoon Start | 0 days 21:50:00 | Finish | 2022 | M | M | 21.833333333333332 | |
2 | 3 | 3 | Will FrankNoon Start | 0 days 21:50:00 | Finish | 2022 | M | M | 21.833333333333332 | |
3 | 4 | 45 | Matthew KennedyNoon Start | 0 days 23:42:00 | Finish | 2022 | M | M | 23.7 | |
4 | 5 | 24 | Javier MonllorNoon Start | 0 days 23:55:00 | Finish | 2022 | M | M | 23.916666666666668 | |
5 | 6 | 2 | Dom JacksonNoon Start | 1 days 00:27:00 | Finish | 2022 | M | M | 24.45 | |
6 | 7 | 29 | Carl MorganNoon Start | 1 days 01:27:00 | Finish | 2022 | M | M | 25.45 | |
7 | 8 | 51 | Keith ShawNoon Start | 1 days 01:43:00 | Finish | 2022 | M | M | 25.716666666666665 | |
8 | 9 | 9 | Rachel GillingsNoon Start | 1 days 02:25:00 | Finish | 2022 | F | F | 26.416666666666668 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import xarray as xr | |
import numpy as np | |
import pandas as pd | |
from pathlib import Path | |
import rioxarray | |
from tqdm import tqdm | |
from scripts.clip_netcdf_to_shapefile import ( | |
prepare_rio_data, | |
rasterize_all_geoms, | |
create_timeseries_of_masked_datasets, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""[summary] | |
1) Load the LDD map rasterio | |
2) Load numpy array into pyflwdir | |
PCRASTER convention | |
Value: 1-9 (5 is a bit, 1-8 is direction) | |
(alternate=arcgis 0-128) | |
3) Execute flwdir | |
`conda install pyflwdir -c conda-forge` | |
Documentation: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -n pysheds --yes | |
conda activate pysheds | |
conda install -c conda-forge pysheds --yes | |
conda install -c conda-forge rioxarray --yes | |
conda install -c conda-forge ipython xarray seaborn jupyterlab --yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
WIND SPEED = f(L, b_w, azβ, elβ, azβ, elβ, Tβ, Tβ) | |
____________________________________________________________ | |
β± β β βazβ azβββ β | |
β± β 2 2β Tββ Tββ cosβΟβ ββββ - βββββ 2 β | |
β± β Tβ β β180 180β β Tβ β | |
β± Lβ ββββββββββββ - ββββββββββββββββββββββββββ + ββββββββββββ | |
β± β 2βΟβ elββ βΟβ elββ βΟβ elββ 2βΟβ elβββ | |
β± βtan βββββββ tanββββββββ tanβββββββ tan ββββββββ | |
β± β β 180 β β 180 β β 180 β β 180 β β |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.