Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support other filter format #34

Open
savmickael opened this issue Aug 8, 2018 · 1 comment
Open

Support other filter format #34

savmickael opened this issue Aug 8, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@savmickael
Copy link
Contributor

savmickael commented Aug 8, 2018

Currently we support tiff file through gdal.
We support other formats thanks to gdal : hdf5
Check that we support hdf5, raw and csv and add examples

@dumasl
Copy link
Contributor

dumasl commented Aug 9, 2018

I believe what we really need is support for xml filters.

We should allow someone to give us a xml filter with tags defining :

  • where the hot point is located,
  • whether or not the filter is oversampled,
  • and its size

Or, at least we should be able to translate those files into filters Sirius handles.
All scenarios are really covered by a gdal supported format and two additional arguments to set the hot point coordinates (which we do have since #18). The Sirius doc actually explains how Sirius comprehend the oversampling factor.

@savmickael savmickael added this to the 0.2 milestone Aug 10, 2018
@savmickael savmickael added the enhancement New feature or request label Aug 10, 2018
@tfeuvrier-cs tfeuvrier-cs modified the milestones: 0.2, 0.3 Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants