Skip to content
Snippets Groups Projects
Commit 103a8254 authored by Clément Jonglez's avatar Clément Jonglez
Browse files

markdownify README file

parent 178f51f4
No related branches found
No related tags found
1 merge request!5Support loading orekit data from Python library
# Description
Orekit (ORbit Extrapolation KIT) is a free java library providing basic space dynamics objects and services.
This repository contains examples and some additional scripts.
# Licensing
Orekit is licensed under the Apache License Version 2.0.
A copy of this license is provided in the LICENSE.txt file.
# Content
The python-wrapper project allows using orekit in a python environment. This repository contains some key files if building the wrapper from scratch. For many applications it is recommended to use pre-built conda packages through the conda-forge python system. See the [wiki](https://gitlab.orekit.org/orekit-labs/python-wrapper/-/wikis/home) for more details.
# Building from source
The sources for the java classes that allows Python subclassing are no longer in a separate package but integrated in a modified orekit source fork.
This fork is available at https://github.com/petrushy/Orekit
A compiled jar and some other artifacts are available at https://github.com/petrushy/orekit_python_artifacts
Build scripts for the automated conda package builds are at https://github.com/conda-forge/orekit-feedstock/tree/main/recipe
# Support
For additional support please see the [orekit forum](https://forum.orekit.org/latest)
Orekit (ORbit Extrapolation KIT) is a free java library
providing basic space dynamics objects and services.
This repository contains examples and some additional scripts.
Orekit is licensed under the Apache License Version 2.0.
A copy of this license is provided in the LICENSE.txt file.
The python-wrapper project allows using orekit in a
python environment. This repository contains some key files
if building the wrapper from scratch. For many applications
it is recommended to use pre-built conda packages through
the conda-forge python system. See the wiki for more details,
https://gitlab.orekit.org/orekit-labs/python-wrapper/-/wikis/home
The sources for the java classes that allows Python subclassing are no longer in a separate package
but integrated in a modified orekit source fork.
This fork is available at:
https://github.com/petrushy/Orekit
A compiled jar and some other artifacts are available at:
https://github.com/petrushy/orekit_python_artifacts
build scripts for the automated conda package builds are at:
https://github.com/conda-forge/orekit-feedstock/tree/main/recipe
For additional support please see the orekit forum:
https://forum.orekit.org/latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment