kokkytos / batchHDF2Geotiff

Batch convert CLASS/NOAA hdfs(SVDNB & VICMO) to geotiffs
MIT License
1 stars 0 forks source link

EDR results have many missing data #1

Open Life526 opened 4 years ago

Life526 commented 4 years ago

Recently, I used the code of “batchEDR2geotiff.py” to convert EDR to geotiff. But, It looks like a lot of data is missing in my results-they are NaN.Especially at the edge of the image. How can I fix it?

kokkytos commented 4 years ago

My script applies some flags (i.e. clouds,SnowIce, fire) for my purpose. Please try to remove them.

Life526 commented 4 years ago

My script applies some flags (i.e. clouds,SnowIce, fire) for my purpose. Please try to remove them.

It is not a problem of Snow Cover or Fire Mask. Maybe it is because of the bowtie effect that the data is missing. My purpose is only to extract the cloud mask, but there are a lot of missing on the edge.

kokkytos commented 4 years ago

Try to configure radius at line 141 https://github.com/kokkytos/batchHDF2Geotiff/blob/64ada15e6fe1bb5e16891e9abb1491d395da9142/batchEDR2geotiff.py#L141

Life526 commented 4 years ago

Try to configure radius at line 141

https://github.com/kokkytos/batchHDF2Geotiff/blob/64ada15e6fe1bb5e16891e9abb1491d395da9142/batchEDR2geotiff.py#L141

Ok, thanks!