Skip to content

Commit

Permalink
Merge pull request #575 from djhoese/doc-data-download
Browse files Browse the repository at this point in the history
Add page for data download resources
  • Loading branch information
djhoese committed Jan 16, 2019
2 parents ab4c14a + 74c70bf commit 417b29f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
73 changes: 73 additions & 0 deletions doc/source/data_download.rst
@@ -0,0 +1,73 @@
Downloading Data
================

One of the main features of SatPy is its ability to read various satellite
data formats. However, it does not currently provide any functionality for
downloading data from any remote sources. SatPy assumes all data is available
through the local system, either as a local directory or network
mounted file systems. Certain readers that use ``xarray`` to open data files
may be able to load files from remote systems by using OpenDAP or similar
protocols.

As a user there are two options for getting access to data:

1. Download data to your local machine.
2. Connect to a remote system that already has access to data.

The most common case of a remote system having access to data is with a cloud
computing service like Google Cloud Platform (GCP) or Amazon Web
Services (AWS). Another possible case is an organization having direct
broadcast antennas where they receive data directly from the satellite or
satellite mission organization (NOAA, NASA, EUMETSAT, etc). In these cases
data is usually available as a mounted network file system and can be accessed
like a normal local path (with the added latency of network communications).

Below are some data sources that provide data that can be read by SatPy. If
you know of others please let us know by either creating a GitHub issue or
pull request.

NOAA GOES on Amazon Web Services
--------------------------------

* `Resource Description <https://registry.opendata.aws/noaa-goes/>`__
* `Data Browser <http://noaa-goes16.s3.amazonaws.com/index.html>`__
* Associated Readers: ``abi_l1b``

In addition ot the pages above, Brian Blaylock has prepared some instructions
for using the ``rclone`` tool for downloading AWS data to a local machine. The
instructions can be found
`here <https://github.com/blaylockbk/pyBKB_v3/blob/master/rclone_howto.md>`_.

NOAA GOES on Google Cloud Platform
----------------------------------

GOES-16
^^^^^^^

* `Resource Description <https://console.cloud.google.com/marketplace/details/noaa-public/goes-16>`__
* `Data Browser <https://console.cloud.google.com/storage/browser/gcp-public-data-goes-16>`__
* Associated Readers: ``abi_l1b``

GOES-17
^^^^^^^

* `Resource Description <https://console.cloud.google.com/marketplace/details/noaa-public/goes-17>`__
* `Data Browser <https://console.cloud.google.com/storage/browser/gcp-public-data-goes-17>`__
* Associated Readers: ``abi_l1b``

NOAA CLASS
----------

* `Data Ordering <https://www.class.ncdc.noaa.gov>`__
* Associated Readers: ``viirs_sdr``

NASA VIIRS Atmosphere SIPS
--------------------------

* `Resource Description <https://sips.ssec.wisc.edu/>`__
* Associated Readers: ``viirs_l1b``

EUMETSAT Data Center
--------------------

* `Data Ordering <https://eoportal.eumetsat.int>`__
1 change: 1 addition & 0 deletions doc/source/index.rst
Expand Up @@ -33,6 +33,7 @@ installation.

overview
install
data_download
examples
quickstart
readers
Expand Down

0 comments on commit 417b29f

Please sign in to comment.