yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
142 stars 26 forks source link

Feature Request: getAltitudeMode #435

Open mdurbin17 opened 3 months ago

mdurbin17 commented 3 months ago

Something similar to ArchGDAL.getx/gety, a function that "gets" the altitudemode" in kml files. (altitude, relativeToGround, etc...)

visr commented 3 months ago

I don't think a specific function for this property is sufficiently generic. Not sure where this is information is stored, but you can try the getfield(feature::AbstractFeature, name::Union{AbstractString,Symbol}) method with name = "AltitudeMode".