georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
323 stars 30 forks source link

Add czml support #94

Closed constlhq closed 1 year ago

constlhq commented 1 year ago

https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CZML-Guide

pka commented 1 year ago

What usage scenarios of geozero do you see? I could think of creating CZML from 3D PostGIS data, but where would the styling information come from? Or extracting 3D data from CZML?

constlhq commented 1 year ago

I didn't think it through neither, I used to create czml file with czml-writer in java, the styling information was setting throuhg interface providered by the package. recently I was learning rust, so I wonder if you have plan to support czml.

pka commented 1 year ago

There is no plan fur supporting czml, since it doesn't fit well in the geozero data model and the format is not widely used. But when there is a broad demand for czml, we can reconsider that.

constlhq commented 1 year ago

Get it, thanks for reply. I'll close this issue.