STKCodeExamples
STKCodeExamples copied to clipboard
Example scripts and applications for automating and developing with STK and STK Engine.
initial upload of python CDM loader see readme for all the details
## Describe the changes in this pull request One Step Graphics Python Script
**Describe the bug** HTML utility hasn't been updated for the web browser **To Reproduce** Steps to reproduce the behavior: Try to run the utility **Expected behavior** The HTML utility runs...
🐞 **Problem** The different scripts and notebooks are not being tested from the point of view of code style. I am aware of the different languages being used in this...
💡 **Suggestion** With the latest release of STK 12.6, artifacts for STK Engine have been generated. Thus, it is possible to update references in the [linux containerization directory](https://github.com/AnalyticalGraphicsInc/STKCodeExamples/tree/master/StkEngineContainerization/linux) to this...
The current Dockerfile includes a COPY step on [line 5](https://github.com/AnalyticalGraphicsInc/STKCodeExamples/blob/5d510474b2decef317a9487a074c704cb99cb7cf/StkEngineContainerization/windows/stk-engine-baseline/Dockerfile#L5). By copying installer binaries using this method, the binary adds several unnecessary GB to the final image. Consider other approaches...
This [ReadME](https://github.com/AnalyticalGraphicsInc/STKCodeExamples/tree/master/StkEngineContainerization/windows/stk-engine-baseline#build-the-image) references a nonexisting distributions folder. See the bullet point 2. Place the STK_Engine_v{version}.zip file in the [distributions](https://github.com/AnalyticalGraphicsInc/STKCodeExamples/blob/master/StkEngineContainerization/windows/stk-engine-baseline/distributions) folder at the same level as this file. Following the link...