Unparseable date: "03Mar2016"

hi,when i run GPF.createProduct(‘Enhanced-Spectral-Diversity’, parameters, product) this step, popping RuntimeError: org.esa.snap.core.gpf.OperatorException: Unparseable date: “03Mar2016”. how cao i 1. solve the problem? thank you !

1 Like

I have this problem too: org.esa.snap.core.gpf.OperatorException: Unparseable date: “22Aug2016” during a snappy.GPF.createProduct(‘Enhanced-Spectral-Diversity’, parameters_ESD, back_geocoding)

no update?

Hi,

I have the same issue and I can´t find the root cause for this?
Unparseable date: “16Feb2022”
parameters = snappy.HashMap()
geo_esd = snappy.GPF.createProduct(‘Enhanced-Spectral-Diversity’,parameters, geo12)
Does anyone knows what the can be the problem?

Thanks.

Hi, I have the same problem too. I run Back-geocoding and it’s working, but when i run ESD it isn’t working, I’m trying to do the coregister of two images with two bursts.

parameters = HashMap()

esd = GPF.createProduct(‘Enhanced-Spectral-Diversity’, parameters, backgeocoding)

RuntimeError* : org.esa.snap.core.gpf.OperatorException: Unparseable date: “11Dec2021”

Please, can anyone help us to solve this problem?

I’ve stumbled upon the same issue. Were there any updates on this matter?

No, I tried today to run this part of the code, but the same error still occurs.