- Too many definitions of spatial extents
- Including
- Insufficient spatial metadata
- Not enough information to define the pixel grid
- Requires CRS + Affine transform + Shape (width, height)
- Shape and Transform can be different per band
- Storing a Valid Region Polygon as an optional extra
- The
eo
metadata does not have a schema or any other strict definition - Requires file access to determine the pixel grid
- OR
- Requires out of band information like pixel size
- Can not perform efficient native resolution data
load()
- Inefficient and complex database queries
- Currently indexed data
- All applications generating data
- Ingest
- WOfS
- Stats
- Fractional Cover
- All dataset prepare scripts
- Datasets embedded in NetCDF files
- ODC Indexing Code
- ODC Querying Code
- ODC Load Code
- ODC Database Structure
- Likely implies a change of model - No longer store and index inside a verbatim dataset document
It would be very useful to have in place first:
- Database versioning
- Database migrations