Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Update Satellite Zarr reader for new format #313

@jacobbieker

Description

@jacobbieker

Detailed Description

Satellite data is now stored in the zarr in unprojected format, so the original geo projection. This does make it slightly more difficult to save the OSGB coordinates in the zarr, as each pixel has a unique OSGB x and y coordinate. Currently, they are stored in the metadata field, under 'osgb_x' and 'osgb_y'. There might be a better way to store it, which we could also do, but for now, we probably need to read in the metadata of one example each for the HRV channel and all the other channels, to get the mapping from image coordinates to OSGB coordinates.

Context

Possible Implementation

Metadata

Metadata

Assignees

Labels

dataNew data source or feature; or modification of existing data sourceenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions