• This repository has been archived on 13/Aug/2020
  • Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python Flight Mechanics Engine

PyFME

No Maintenance Intended

This project is not maintaned anymore by its original authors. If you want to maintain it, feel free to fork this repository and continue pushing there. If there is one fork that is sufficiently maintained, we might consider transferring this project to a different GitHub organization and giving write access to others. Also, take a look at FlightMechanics.jl for a new alternative implementation in Julia.

Name:PyFME
Description:Python Flight Mechanics Engine
Website:https://github.com/AeroPython/PyFME
Author:AeroPython Team <[email protected]>
Version:0.2.dev0

travisci codecov mybinder docs license mailing

PyFME

If you want to know how PyFME works, how to collaborate or get our contact information, please visit our wiki

Example Notebook

See how it works: visit the our example Notebook!: https://mybinder.org/v2/gh/AeroPython/PyFME/master?urlpath=notebooks%2Fexamples%2FHow%2520it%2520works.ipynb

How to install

PyFME is not yet in PyPI, so you can install directly from the source code:

$ pip install https://github.com/AeroPython/PyFME/archive/0.1.x.zip

If you have git installed, you can also try:

$ pip install git+https://github.com/AeroPython/PyFME.git

If you get any installation or compilation errors, make sure you have the latest pip and setuptools:

$ pip install --upgrade pip setuptools

How to run the tests

Install in editable mode and call py.test:

$ pip install -e .
$ py.test

More Repositories

1

scikit-aero

Aeronautical engineering calculations in Python.
Python
115
star
2

Curso_AeroPython

Curso de iniciación a Python orientado a la ingeniería
Jupyter Notebook
93
star
3

awesome-scientific-computing

A curated list of awesome articles, software libraries and resources on Scientific Computing
53
star
4

flight-safety-analysis

Analysis of aircraft accidents data
Jupyter Notebook
16
star
5

Curso-AeroPython-UC3M

Curso de Python orientado a la Ingeniería Aeroespacial para la UC3M
Python
12
star
6

aeropy

aeropy - Python tools for Aeronautical calculations
Python
10
star
7

Taller-PyConEs-2015

Taller de la PyConEs 2015: Simplifica tu vida con sistemas complejos y algoritmos genéticos
Python
8
star
8

remove-before-flight

Remove before flight: Analysing flight safety data with Python - PyData Madrid 2016 talk
Jupyter Notebook
6
star
9

embrace-conda-packages

Embrace conda packages: the build system we always needed, but never deserved - PyData Madrid 2016 talk
Jupyter Notebook
4
star
10

Taller-Aeropython-PyConEs16

The Aeropython’s guide to the Python Galaxy! This workshop will be the perfect introduction to the powerful tools and packages that Python can offer to the Python Scientist.
Jupyter Notebook
4
star
11

Taller-Algoritmos-Geneticos-PyConEs16

Taller de la PyConEs 2016: Simplifica tu vida con sistemas complejos y algoritmos genéticos
Jupyter Notebook
3
star
12

Charlas_AeroPython

Notebooks y otro material utilizado en las charlas de AeroPython ETSIAE (UPM)
JavaScript
3
star
13

basic-python-packages-for-science

Basic Python Packages for Science - PyData Madrid 2016 Workshop
Jupyter Notebook
3
star
14

PyDayMad16-intro

Taller de introducción a la programación en Python organizado para la zona Madrid del PyDay 2016
Jupyter Notebook
3
star
15

curso_caminos-2016

Curso Febrero-Marzo 2016 en la ETSI. Caminos, Canales y Puertos.
Jupyter Notebook
2
star
16

test

Repositorio para pruebas
Python
1
star
17

aeropython_uax

Curso intensivo de Python en la Universidad Alfonso X el Sabio.
Jupyter Notebook
1
star
18

pydata_warsaw2017_flight_safety

Jupyter Notebook
1
star