Jeff Albrecht

Results 75 comments of Jeff Albrecht

> is this just a matter of doubling the number of bytes read for each offset AFAIK this is correct, but I am also not an expert in BIGTIFF Here...

This is also kind of related to #13

> "MODIS" a `collection_family` and "MCD43A4 NBAR" as the `collection` How is this represented in the catalog? Is a `collection_family` a catalog/collection with children collection?

@daguirreg This looks great, thanks for the PR! Would you mind running `black` against the code so CI passes?

There isn't but it could be done using something like https://github.com/talkiq/gcloud-aio. PRs are welcome!

> * but I don't think `aiocache` has support for this A redis specific implementation is creating a sorted set specific to each image where each member of the set...

Let me start off by saying I'm a huge fan of STAC + COG. I think there is a lot to gain by creating interoperability between the two. I'm a...

> Would be good to verify that there's a way to do this with the EO extension Since 1.0.0-beta.1 the asset level `eo:bands` member may contain the entire array. I...

@matthewhanson whats the status of this? Is this something I can work on?

I think maybe we can update the ItemProperties.datetime type to 'Optional[datetime] = Field(...)' The '...' indicates the field is required, so a user has to explicitely pass 'None'. I don't...