Skip to main content

Hello,

I have a kmz file and i would like to extract the name folder - Attached.

Thanks, -

Danilo

Read the kmz dataset with the KML reader and see the "kml_name" attribute of the Folder feature.


Read the kmz dataset with the KML reader and see the "kml_name" attribute of the Folder feature.

Yes, that's right! And then use a FeatureMerger to join by the kml_parent_id attribute (on the Placemark feature) and kml_id (on the Folder feature) if I'm not mistaken.

Read the kmz dataset with the KML reader and see the "kml_name" attribute of the Folder feature.

Hi @takashi, i appreciate your help. Thanks!

 


Yes, that's right! And then use a FeatureMerger to join by the kml_parent_id attribute (on the Placemark feature) and kml_id (on the Folder feature) if I'm not mistaken.
Hi @sander_s, thanks your answer. I'll use the FeatureMerger to join... Thanks one more time.

 

 


Reply