Skip to main content

A simple python library for working with the Gemini Observatory Archive APIs

Project description

pygoa_gemini

A simple python library for working with the Gemini Observatory Archive (GOA) APIs

Installation

The scripts require a standard python distribution that includes the requests package. This is compatible with both Python 2.7 and Python 3.6+.

Then install the library by downloading and unpacking the zip file or use git,

git clone https://github.com/bryanmiller/pygoa_gemini.git

or pip

pip install pygoa-gemini

Authentication

In order to download prioprietary data you must provide the GOA authentication cookie from a web browser. Updated instructions for how to find the cookie are given below.

First login to https://archive.gemini.edu with your archive account. Associate your account to programs with proprietary data using the program key provided to the PI. See the GOA help page for more details.

Safari

  1. Go to Preferences - Advanced and turn on "Show Develop menu in menu bar".
  2. Click "Show Web Inspector" in the Develop menu.
  3. Select Cookies in the Storage tab. The cookie you need is called gemini_archive_session.

Firefox

  1. Select Tools->Web Developer->Storage Inspector.
  2. Click on "Cookies" and select "https://archive.gemini.edu". The cookie you need is called gemini_archive_session.

Chrome

  1. Select View->Developer->Developer Tools.
  2. Click on "Cookies" and select "https://archive.gemini.edu". The cookie you need is called gemini_archive_session.

Copy the value of the cookie and store it in a hidden file called /.goa_auth. By default get_goa_authority assumes that this is in the home directory, but the path (keydir) can be specified.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygoa-gemini-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pygoa_gemini-1.0.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page