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

EHN: CZML as python list #53

Open
petrushy opened this issue Feb 21, 2016 · 1 comment
Open

EHN: CZML as python list #53

petrushy opened this issue Feb 21, 2016 · 1 comment

Comments

@petrushy
Copy link

I think it could be useful to have the full czml protocol accessible via python data structure directly (instead of via uri), useful for programmatic generation of scenarios.

so one can write like:

simple_czml =[
{ "id":"document", "version":"1.0" } ,
{
"id": "InternationalSpaceStation",
"position":

...

and then somehow send this to the cesiumjs library

@sinhrks
Copy link
Owner

sinhrks commented Feb 28, 2016

It should be possible, but I don't understand Cesium.js API and CZML relationships enough.

One quick solution is output czml file on background, and read it as a DataSource.

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

No branches or pull requests

2 participants