You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
What packets in particular you think would benefit from geojson integration / higher level APIs? In other words: if we reverse the implementation, and add a from_geojson method to some of the classes, which ones do you think could benefit? I am not sure how the GeoJSON ➡️ CZML would work in the general case.
I need a geo objects base library under my applications and decided to go for https://pypi.org/project/geojson/
czml3 then would be pretty much an output converter for geojson objects similar to dumps()
I wonder if there is any point in leveraging on the geointerface protocol
my current thinking would be to sublcass geojson objects and add a to_czml() method therein.
Making sense? is there a better approach?
The text was updated successfully, but these errors were encountered: