Skip to content

Revisit the way the down sampling is performed in xsar #242

Open
@agrouaze

Description

@agrouaze

currently the default strategy of down-sampling is based on rasterio.enums.Resampling.rms.

  1. Ideally the down-sampling should be done fully in xsar (I think with rasterio the change of resolution is done only at opening, see Add rio resample operation rasterio/rasterio#755). The reader should only map the files to python objects, "editing" operations should be done in xsar.
  2. Ideally the down-sampling should let the user choose:
  • the posting of the "pools"
  • the size of the "pools"
  • the shape of the "pools"
  • the overlap of the "pools"
  • the operation to apply on the "pools"

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions