Nathan Zimmerman

Results 18 comments of Nathan Zimmerman

As described this doesn't appear to be a bug. For any two extents E1, E2 the intersection of them should be equal to *both* E1 and E2. I would expect...

I think there's another option so far not considered (save obliquely in the context of MonadError): `cats.effect.IO`. `IO` would allow us to completely defer the question of returning `Either[Throwable, Result]`...

Looks like we don't currently support `nbits`, however, this is potentially the spot to begin investigation of a strategy for providing support: https://github.com/locationtech/geotrellis/blob/master/raster/src/main/scala/geotrellis/raster/io/geotiff/BandTypes.scala#L38-L51

Function to look up catalog from the new catalogs table: https://github.com/stac-utils/stac-fastapi/pull/336/files#diff-1976a4ae1097a62eeb3fcf5486db05da340c8187aa529bb246488e6b5237d9c5R41-R42

Functions for ingesting hierarchy to table of catalogs: https://github.com/stac-utils/stac-fastapi/pull/336/files#diff-1976a4ae1097a62eeb3fcf5486db05da340c8187aa529bb246488e6b5237d9c5R180

Generate partially completed link json in postgres to avoid pulling all data from collections and catalogs: https://github.com/stac-utils/stac-fastapi/pull/336/files#diff-48c3b9c11c264e04cde80885bcab3d58d0a21f0e3e245e52c51e7893ee969ec7R103

Add optional catalog argument to determine which collections should be included in search: https://github.com/stac-utils/stac-fastapi/pull/336/files#diff-48c3b9c11c264e04cde80885bcab3d58d0a21f0e3e245e52c51e7893ee969ec7R310-R311

Add function to return all collection children (or simply all children?) for a given catalog: https://github.com/stac-utils/stac-fastapi/pull/336/files#diff-48c3b9c11c264e04cde80885bcab3d58d0a21f0e3e245e52c51e7893ee969ec7R375-R376

My initial guesses here seem to have been wrong and ND handling wasn't actually the fundamental cause: `Int.MinValue` showing up in my printed histogram seems like it was a bit...

Beautiful. I'm very excited to play around with restless - thank you for your contributions