Sean Harkins

Results 23 issues of Sean Harkins

While prototyping a new `HDFReferenceRecipe` for the Himawari-8 SST data https://github.com/pangeo-forge/staged-recipes/issues/173 I noted that the `lat` `lon` coordinate values are all `nan` for both the individual reference files and the...

These ongoing issues have been discussed in several disparate threads https://github.com/pangeo-forge/pangeo-forge-azure-bakery/issues/10 and https://github.com/pangeo-forge/gpm-imerge-hhr-feedstock/issues/1 as well as others and several ongoing threads on the Prefect Slack channels but I am opening...

@rabernat I'll investigate a bit more but I wanted to flag this here since you had logged a similar [issue](https://github.com/dask/s3fs/issues/337) previously. When running a subset of the noaa-oisst-avhrr-only recipe I...

@philvarner has released https://github.com/stac-utils/stac-api-benchmark to allow benchmarking query consistency and performance across STAC API implementations. New PRs should probably run these benchmarks as part of the integration testing pipeline and...

`pg-stac` version - `0.4.3` `pypgstac` version - `0.4.5` When using `load_ndjson` with the `method` `loadopt.upsert` https://github.com/NASA-IMPACT/cmr-pgstac-loader/blob/main/lambdas/pgstac_loader/handler.py#L40 records with duplicate `ids` throw `UniqueViolationError`. An example full stack trace ``` [ERROR] UniqueViolationError:...

I noted this issue recently when working with several datasets which have `scales=(0.0001,)` but `offsets=(0.0,)` resulting in the default `rescale=True` not applying the scale value. To facilitate future testing of...

The [Amazon Sustainabilty Data Initiative (ASDI)](https://sustainability.aboutamazon.com/environment/the-cloud/amazon-sustainability-data-initiative#data-availability) is funding work to expand the usability of datasets in the ASDI catalog. This work will involve several phases, one of which includes generating...

### Dataset Name Himawari-8 ### Dataset URL https://registry.opendata.aws/noaa-himawari/ ### Description @pbranson Has prototyped some initial kerchunk index generation for the Himawari-8 Level 3 SST data as part of a project...

proposed recipe

The intent of [run-recipe-test](https://github.com/pangeo-forge/staged-recipes/blob/master/.github/workflows/run-recipe-test.yaml) is to determine the location of the `meta.yaml` in the submitted PR and then use this `meta.yaml` to register the recipe as a Prefect flow and...

We have currently have several separate tool configs for pre-commit. Can we consolidate these all into the pre-commit config file itself?

CI