Timeline for Starting server to get Cesium terrain height only works one time
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 29, 2025 at 13:02 | history | edited | marc_s | CC BY-SA 4.0 |
edited body
|
| Aug 16, 2025 at 18:12 | comment | added | Fish1996 | What I want is the terrain height for each coordinate that I put in, one by one in a loop or as a group of coordinates. I didn't find cesiumpy, but I will check if that works for what I need. | |
| Aug 16, 2025 at 13:14 | comment | added | furas |
I search python cesium ion API in Google and I found cesiumpy · PyPI
|
|
| Aug 16, 2025 at 13:13 | comment | added | furas |
I search cesium ion API in Google and I found Ion REST API documentation – Cesium and APIs – Cesium. But I don't understand what you try to get so I don't know what to search in documentation.
|
|
| Aug 16, 2025 at 13:05 | comment | added | furas | Executing Javascript from Python - Stack Overflow | |
| Aug 16, 2025 at 13:04 | comment | added | furas |
if you run get_terrain_heights() many times in the same code then maybe don't unlink file. Or maybe create it inside index() and unlink it in submit() - and it will create it again when you will run many times get_terrain_heights().
|
|
| Aug 16, 2025 at 12:57 | comment | added | furas | always put full error message because there are other useful information. | |
| Aug 16, 2025 at 11:49 | history | asked | Fish1996 | CC BY-SA 4.0 |