Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O Orekit Python Wrapper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit Labs
  • Orekit Python Wrapper
  • Wiki
  • Home

Home · Changes

Page history
Update home authored May 01, 2019 by Petrus Hyvönen's avatar Petrus Hyvönen
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 2ec4f926
# The Orekit Python Wrapper
The Orekit python wrapper enables to use Orekit within a normal python environment. This is done by creating a wrapper around the java library using the [JCC](http://lucene.apache.org/pylucene/jcc/) tool that provides a gateway between the java engine and python.
The Orekit python wrapper enables to use Orekit within a normal Python environment. This is done by creating a wrapper around the java library using the [JCC](http://lucene.apache.org/pylucene/jcc/) tool that provides a gateway between the java engine and python. The wrapped orekit will be t a large extent behave like a python module, with some caveats due to difference in architecture between Java and Python.
Using Orekit in python provides access to a large number of python libraries and an interactive environment, similar to tools like matlab and mathematica.
......
Clone repository
  • Manual Installation of Python Wrapper
  • documentation
  • examples
  • faq
  • Home
  • installation