Tommy Lees

Results 37 issues of Tommy Lees

# The error ```python Traceback (most recent call last): File "/soge-home/users/chri4118/.conda/envs/crp/lib/python3.7/site-packages/ESMF/interface/loadESMF.py", line 118, in mode=ct.RTLD_GLOBAL) File "/soge-home/users/chri4118/.conda/envs/crp/lib/python3.7/ctypes/__init__.py", line 356, in __init__ self._handle = _dlopen(self._name, mode) OSError: /soge-home/users/chri4118/.conda/envs/crp/lib/./libmpicxx.so.12: undefined symbol: MPIR_Keyval_set_proxy...

We are using your package to download SRTM data for kenya Hopefully I can spare some of the details (the functions shown but not explained hopefully have somewhat intuitive sounding...

The script doesn't work when I build it in automator. Unfortunately, I don't understand how to fix it because the error messages are either hidden or completely uninformative. Could you...

# NOTE: * **EarlyStopping** is currently not working because I haven't created a train/validation test set # Create xy samples dynamically from Data loaded into memory sorry this is a...

wip

Update the export and preprocess scripts * ADD great_britain bounding box * ADD optionality to resample before merging timesteps (ERA5LandProcessor) * ADD optionality to not merge timesteps (only completing the...

Create an engineer for specifically dealing with forecast data: This takes the forecast variables for the target timestep and the target variables for all previous timesteps (not the target timestep)....

sorry for huge diff. The purpose of this PR was to get the nowcast experiment running. The changes are mostly pulled from the other PR (which has now been merged)....

modelling

(many files changed because blacked some code) The only significant changes: - `src/exporters/cds.py` https://github.com/esowc/ml_drought/pull/145/files#diff-30c660e6da41ffc2d9befadde2e4bb31R333 - `src/preprocess/era5` (minor change but important new class) * WE have updated the `break_up` argument to...

wip

Process the data in the ICDC data stores - simple base class `ICDCPreprocessor` with multiple child classes `ModisLSTPreprocessor` `SpotVegetationCoverFractionPreprocessor` `ESACCISoilMoisturePreprocessor` ...