However I receive the following error:
snappy.ProductIO.writeProduct(subset, "subset, âGeoTiffâ)
RuntimeError: no matching Java method overloads found.
I found the following link, but it deals with Sentinel-2 Data. https://forum.step.esa.int/t/snappy-mask-clouds-and-others/1654
Good afternoon marpet. I already checked it, and the type of the subset variable after performing the subset is:
â<class âorg.esa.snap.core.datamodel.Productâ>â
I pasted your script into a file with my standard snappy preamble, replaced the filename with that of a MODIS level-2 file, and changed the polygon to wkt="POLYGON ((-78 46, -62 46, -62 30, -78 30, -78 46))".
This system (Fedora 31) is using python37 with deephaven_jpy-1.20190816.73-cp37-cp37m-linux_x86_64.whl. The âmagicâ could be specifying the location for
snappy to avoid using some old version installed elsewhere.
Hello everyone,
I encountered the same error of no matching Java method overloads found, and even trying the proposed solutions, my problem is not solved.
Any ideas?