AstralProtocol/IPLD-GeoTIFF-1
Tile an existing GeoTIFF at various resolutions, encode the tiles and rows with IPLD-CBOR, and pin the Blocks to IPFS. Using IPLD Resolver, we can resolve to the path of the tile that we wish to query. The Resolver returns the binary which we can deserialize, to then write to a new GeoTIFF file, for consumption on the client side.
TypeScriptMIT