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
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.
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
The text was updated successfully, but these errors were encountered: