Update README.md

This commit is contained in:
Никита Тырин 2024-09-20 10:57:28 +03:00
parent 307c55f881
commit f6c15c2e1a

View File

@ -1,3 +1,13 @@
# GaiaAPIClient
Python module, the client part to the GaiaDBInterface Django app.
Python module, the client part to the GaiaDBInterface Django app.
## Description
Implements cone search in conjuction with GaiaDBInterface. Server's IP is hardcoded, accepts inputs for ra, dec and search radius in decimal degrees, as well as the healpix order ('ring' or 'nested').
## Installation
Install with pip:
`pip install git+http://heagit.cosmos.ru/tyrin/GaiaAPIClient.git`
Requires your git credentials.