ubarsc / python-fmask

A set of command line utilities and Python modules that implement the ‘fmask’ algorithm
https://www.pythonfmask.org
GNU General Public License v3.0
75 stars 21 forks source link

_fillminima.error #7

Closed gillins closed 7 years ago

gillins commented 7 years ago

Original report by Thomas Maschler (Bitbucket: thomas-maschler, GitHub: thomas-maschler).


Hi,

I am trying using Fmask using Sentinel 2 images downloaded from AWS.

I can build the stacked layer and create the angles file, when trying to build the cloud mask I get an error:

_fillminima.error: parameter 6 and 7 must be int64 arrays

Any hints what went wrong? Clipboard01.jpg

gillins commented 7 years ago

Original comment by Sam Gillingham (Bitbucket: gillins, GitHub: gillins).


Hi Thomas,

I suspect this is a problem on 32 bit Python (we haven't done any testing there sorry). Can you try the latest sources from Mercurial (in particular #f9b1a2c) and let us know if this fixes the error?

Thanks, Sam.

gillins commented 7 years ago

Original comment by Thomas Maschler (Bitbucket: thomas-maschler, GitHub: thomas-maschler).


works like a charm. Thanks!

gillins commented 7 years ago

Original comment by Sam Gillingham (Bitbucket: gillins, GitHub: gillins).


Fixed by #f9b1a2c