SNAP can't read older data products having 'BEAM-DIMAP' format
Description
SNAP can't read older data products with 'BEAM-DIMAP' format because it doesn't understand the vector data format anymore. This is due to the change of feature type IDs in SNAP 2.0 beta from "org.esa.beam.<FeatureName>" to "org.esa.snap.<FeatureName>". The problem occurs with products written by NEST, BEAM 4.x/5.x, and S1/2/3TBX v1.x
It applies to pins, GCPs, and any other geometries.
A workaround for current SNAP 2 users is to change "org.esa.beam" to "org.esa.snap" ín the header lines of all *.csv files found in vector_data folder of their BEAM-DIMAP data products (<name>.dim/<name>.data pairs).
SNAP can't read older data products with 'BEAM-DIMAP' format because it doesn't understand the vector data format anymore. This is due to the change of feature type IDs in SNAP 2.0 beta from "org.esa.beam.<FeatureName>" to "org.esa.snap.<FeatureName>". The problem occurs with products written by NEST, BEAM 4.x/5.x, and S1/2/3TBX v1.x
It applies to pins, GCPs, and any other geometries.
See fix of SNAP-91, https://github.com/senbox-org/snap-engine/commit/ad3a4dbec45083ed2327f68af987d43b0503ce8a
A workaround for current SNAP 2 users is to change "org.esa.beam" to "org.esa.snap" ín the header lines of all *.csv files found in vector_data folder of their BEAM-DIMAP data products (<name>.dim/<name>.data pairs).