Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

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
Labels
enhancement New feature or request

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
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?

@Stoops-ML Stoops-ML added the enhancement New feature or request label Jun 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants