Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversión entre distintas definiciones de altitud #18

Open
AlexS12 opened this issue Dec 20, 2014 · 4 comments
Open

Conversión entre distintas definiciones de altitud #18

AlexS12 opened this issue Dec 20, 2014 · 4 comments
Assignees
Milestone

Comments

@AlexS12
Copy link
Member

AlexS12 commented Dec 20, 2014

Altitud geopotencial, geométrica y barométrica tienen fórmulas sencillas de conversión. Sería una buena idea implementarlas y quizás permitir elección del tipo de altitud en isa y en otras hipotéticas funciones (se me ocurren las de velocidad TAS, IAS, EAS, CAS).

La manera de hacer esto último es discutible: ¿con banderas? ¿con funciones diferentes? ¿otros?

@AlexS12
Copy link
Member Author

AlexS12 commented Dec 21, 2014

He creado una nueva rama: 10c4c9a con algunas funcionalidades (sin tests todavía ¿quién se anima?), otras quedan pendientes:

  • Conversión de altitud geométrica a geopotencial.
  • Tests geometric_2_geopotential(h)
  • Conversión de altitud geopotencial a geométrica.
  • Tests geopotential_2_geometrical(h)
  • Cálculo de altitud barométrica dada la presión.
  • Tests barometric_altitude(p)
  • TAS, IAS, EAS, CAS (pendiente de desglosar)

@cdorado
Copy link

cdorado commented Dec 30, 2014

¡Yo me animo!

@astrojuanlu astrojuanlu added this to the Sprint 3 milestone Dec 30, 2014
@astrojuanlu
Copy link
Member

¡Perfect! Te lo asigno a ti Carlos entonces :shipit:

@AlexS12
Copy link
Member Author

AlexS12 commented Dec 31, 2014

Las funciones las dejé escritas yo por aquí hace unos días habría que echarlas un vistazo y sobre todo escribir los tests. También, sacarlas a un archivo a diferente cuando reestructuremos el repositorio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants