- Jul 26, 2022
-
-
Nick Bearson authored
add a simple try/catch for each minute so that a single minute's failure doesn't impact other minutes
-
- Jul 22, 2022
-
-
Nick Bearson authored
move the handling of each minute into its own function - grid_minute() - which can then be try/catch'd or potentially run in parallel
-
- Jul 12, 2022
-
-
Nick Bearson authored
-
- Jun 01, 2022
-
-
Nick Bearson authored
Mambaforge already has mamba installed, so this was unnecessary. In addition, it was causing builds to fail due to an incompatibility between mamba & conda versions. Related ticket: https://github.com/mamba-org/mamba/issues/1706
-
- May 13, 2022
-
-
Nick Bearson authored
ensure --ctr-lat and --ctr-lon are valid latitudes & longitudes See merge request !27
-
Nick Bearson authored
-
- May 12, 2022
-
-
Nick Bearson authored
-
Nick Bearson authored
-
Nick Bearson authored
-
Nick Bearson authored
-
Nick Bearson authored
group inputs by minute and process accordingly See merge request !26
-
Nick Bearson authored
-
Nick Bearson authored
-
Nick Bearson authored
tile processing needs to happen in the scope of each individual minute, so that we have the context to write the cspp_geo_gglm_input_files attribute correctly.
-
Nick Bearson authored
-
Nick Bearson authored
-
Nick Bearson authored
initial version of input handling where we determine minutes of interest and then work our way back to files
-
Nick Bearson authored
-
Nick Bearson authored
-
- May 11, 2022
-
-
Nick Bearson authored
Allow the user to specify a --goes--sector of "meso1" or "meso2". "meso" still... Closes #24 See merge request !25
-
Nick Bearson authored
-
Nick Bearson authored
Allow the user to specify a --goes--sector of "meso1" or "meso2". "meso" still defaults to meso1. Functionally this should only affect the output filenames.
-
Nick Bearson authored
update our dependency stack See merge request !24
-
- May 06, 2022
-
-
Nick Bearson authored
-
Nick Bearson authored
CI test prep See merge request !21
-
Nick Bearson authored
Resolve "negative center lat/lons (meso) confuse the parser" Closes #22 See merge request !19
-
Nick Bearson authored
small buildbucket fixes See merge request !22
-
Nick Bearson authored
Resolve "look into GOES-18 support" Closes #37 See merge request !20
-
Nick Bearson authored
-
Nick Bearson authored
-
- Apr 15, 2022
-
-
Nick Bearson authored
-
Nick Bearson authored
-
Nick Bearson authored
-
Nick Bearson authored
-
- Mar 18, 2022
-
-
Nick Bearson authored
Change the realtime flag from -1 to -r. This will allow argparse to parse negative values without extra handholding.
-
Nick Bearson authored
-
Nick Bearson authored
-
- Mar 08, 2022
-
-
Nick Bearson authored
-
- Dec 03, 2021
-
-
Nick Bearson authored
swap miniconda for mambaforge & mamba See merge request !18
-
- Dec 02, 2021
-
-
Nick Bearson authored
-