Joe Hamman
Joe Hamman
Some of GARD's logging/error statements are hidden behind the debug option. I just ran into a case where GARD exited silently due to a configuration error (misaligned training/obs dates). These...
@gutmann and I ran across a problem in GARD output that appears to be caused during the interpolation step when the latitude coordinate is monotonically decreasing. At a minimum, GARD...
The current behavior of GARD is to use a namelist option to specify the fill value in the input observations netCDF data. Instead, we should just check for the `_FillValue`...
We should have a series of checks to verify that the dates/times specified in the GARD namelist will work. These checks should basically cover these cases: - training period is...
### What is your issue? We have recently had a few reports expressing frustration with our minimum dependency version policy. This issue aims to discuss if changes to our policy...
Marking as Work In Progress for now. Currently waiting on #1670 to merge. Closes #1598 Fixes #1019 Open questions I could use feedback on: 1. I've combined `zarr.creation` and `zarr.convenience`...
This PR takes adds the option for stores to store metadata in whatever container makes sense for the store. - adds `Store.set_metadata` and `Store.get_metadata` methods - moves json serialization/deserialization to...
Done quickly during a push over in carbonplan/forests but it should be moved here. Basically takes the fire perimeters shapefile and burns in rasterized fire masks for each month.
I needed this asap so I just did a one off. Here's what I did: ``` !gdalwarp -t_srs PROJCS["Albers_Conical_Equal_Area",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,-0,-0,-0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["standard_parallel_1",29.5],PARAMETER["standard_parallel_2",45.5],PARAMETER["latitude_of_center",23],PARAMETER["longitude_of_center",-96],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["meters",1]] -te -2493045.0 177285.0 2342655.0 3310005.0 -tr 4000 4000 -srcnodata...
I've noticed a few things with our MTBS dataset that should be corrected: 1. The processed `conus` and `ak` 4km datasets are the same (both conus domain) 1. The processed...