portolan-pipeline
A reference COG for exercising raster tooling, Landsat-derived RGB over Andros Island in the Bahamas. Nothing here supports analysis, the value is mechanical, a small well-formed COG with verified statistics.
Read the COG data asset with rioxarray.open_rasterio("sample-cog.tif", masked=True) or rasterio. It serves windowed reads and overviews over HTTP range requests, so read the window you need rather than the whole file. For a quick preview use the thumbnail asset.
EPSG:32618, WGS84 UTM zone 18N, in meters. Pixels are 300.04 meters square, so one pixel is about 9 hectares and pixel counts convert to area by multiplying by 300.04 squared. Reproject bounds to EPSG:4326 before overlaying anything in longitude and latitude.
Windowed read and an overview read with rasterio.
Masked statistics with rioxarray.
None. This is the catalog's only raster and joins to nothing. The upstream fixture is tagged on the source asset with its checksum, and band statistics live in the STAC bands metadata and as GDAL STATISTICS_* tags in the file header, written by the same build.