cordmaur / WaterQuality

GNU General Public License v3.0
41 stars 9 forks source link

Hello, I only have one remote sensing data, can I work with this tool? #2

Open xjellyx opened 2 years ago

daviguima commented 1 year ago

@olongfen can you elaborate on what do you mean by only one remote sensing data? Do you have only one band? Only one image? Please, try describing the contents of your Remote Sensing data.

xjellyx commented 1 year ago

I only have one piece of optical image data, only three channels of rgb,thanks

daviguima commented 1 year ago

@olongfen unfortunately WaterQuality expects known satellite image products (like Landsat-8 and Sentinel-2) because they have more than 3 bands (R,G,B). But you can modify the I/O functions to adapt it to your needs and it should work if your custom equation inside inversion_functions.py only use the R,G,B bands. The I/O parameters used by WaterQuality are imported from the WaterDetect package. Probably somewhere here InputOutput.py. Valid contributions are welcome. Thanks for getting in touch, I hope it helped you somehow.