Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 581 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 581 Bytes

Lookup Field

This folder defines a Google Cloud Function.

This function is a thin-wrapper around astropy.coordinates.SkyCoord.from_name.

Endpoint: /lookup-field

Payload:

{
	search_string: <str>,
}

Response:

{
	ra: <float>,
	dec: <float>,
	search_string: <str>,
	success: <bool>,
}

Deploy

See Deployment in main README for preferred deployment method.