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

Retrieving Ephemeris from Webgeocal webservices using python #24

Open
BaptisteCecconi opened this issue Oct 22, 2020 · 7 comments
Open

Comments

@BaptisteCecconi
Copy link
Collaborator

We need to be able to use Webgeocalc webservice to retrieve ephemeris data.

In python, it is very easy, so I propose got write a python module to access webgeocalc, and use the IDL spawn command to use the script.

@BaptisteCecconi
Copy link
Collaborator Author

The Webgeocalc API est ici: https://webgeocalc.readthedocs.io/en/stable/api.html

@aicardi-obspm
Copy link
Collaborator

There is a command line interface : https://webgeocalc.readthedocs.io/en/stable/cli.html

@CorentinLouis
Copy link
Collaborator

@BaptisteCecconi: can we do it easily now that there is a Webgeocalc instance at Paris Observatory?

@BaptisteCecconi
Copy link
Collaborator Author

yes, that would be a nice project. The ObsParis webgeocalc server is here:

http://voparis-webgeocalc.obspm.fr:8080/geocalc/#NewCalculation

but only accessible from Obs Paris internal network range (or through the Obs Paris proxy). In the code, we should have a switch to enable the usage of ObsParis' server if it is available (e.g., from tycho), and fallback to NASA or ESA servers if not.

@BaptisteCecconi
Copy link
Collaborator Author

I have done some processing with voparis-webgeocalc already, for the validation of the Leblanc et al catalogues, so I know it works well.

@BaptisteCecconi
Copy link
Collaborator Author

@aicardi-obspm
Copy link
Collaborator

The webgeocalc server is also used in https://jupiter-probability-tool.obspm.fr/ which is written in python/flask.

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

No branches or pull requests

3 participants