- Jul 03, 2024
-
-
Levi Pfantz authored
-
- Jun 04, 2024
-
-
- Oct 11, 2022
-
-
Nick Bearson authored
add support for stats files See merge request !31
-
Nick Bearson authored
-
- Sep 21, 2022
-
-
Nick Bearson authored
add our regression test suite to the repo via pytest Closes #29 See merge request !30
-
Nick Bearson authored
add a test suite to the repo via pytest, and fix some minor bugs in _minute_gridder.py uncovered by the test rewrite
-
- Jul 26, 2022
-
-
Nick Bearson authored
use an updated commit of glmtools that handles empty data scenes Closes #38 See merge request !29
-
Nick Bearson authored
replace exits with raises in grid_setup, and remove the realtime check See merge request !28
-
Nick Bearson authored
-
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
-