Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for GeoJSON and __geointerface__ #83

Open
mhaberler opened this issue Dec 24, 2020 · 2 comments
Open

support for GeoJSON and __geointerface__ #83

mhaberler opened this issue Dec 24, 2020 · 2 comments
Projects

Comments

@mhaberler
Copy link

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?

@astrojuanlu astrojuanlu added this to To do in Roadmap Dec 24, 2020
@astrojuanlu
Copy link
Member

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.

@sanbales
Copy link

sanbales commented Jan 12, 2023

Would a python implementation of this answer the mail here? Or just use that library on the js side to read in GeoJSON?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Roadmap
To do
Development

No branches or pull requests

3 participants