-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from pysat/nrl_pub_release
NRL pub release
- Loading branch information
Showing
12 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Funding | ||
======= | ||
The following institutions, missions, and programs have provided funding | ||
for pysatCDAAC development. | ||
|
||
Institutions | ||
------------ | ||
- The Catholic University of America (CUA) | ||
- Cosmic Studio | ||
- Defense Advanced Research Projects Agency (DARPA) Defense Sciences Office | ||
- National Aeronautics and Space Administration (NASA) | ||
- National Oceanic and Atmospheric Administration (NOAA) | ||
- National Science Foundation (NSF) | ||
- Office of Naval Research (ONR) | ||
|
||
Missions | ||
-------- | ||
- NOAA Constellation Observing System for Meteorology Ionosphere and Climate | ||
(COSMIC-2) | ||
|
||
Programs | ||
-------- | ||
- NSF 125908, AGS-1651393 | ||
- NASA Space Precipitation Impacts (SPI) project at Goddard Space Flight Center | ||
through the Heliophysics Internal Science Funding Model. | ||
- Naval Research Laboratory N00173191G016 and N0017322P0744 | ||
|
||
Disclaimers | ||
=========== | ||
Any opinions or actions taken by the listed funding institutions are those of | ||
the institutions and do not necessarily reflect the views of the pysatCDAAC | ||
development team or individual authors. Any opinions, findings, and conclusions | ||
or recommendations expressed in this material are those of the author(s) and do | ||
not necessarily reflect the views of the funding agencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. mdinclude:: ../ACKNOWLEDGEMENTS.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# -*- coding: utf-8 -*- | ||
# Full author list can be found in .zenodo.json file | ||
# DOI:10.5281/zenodo.3475493 | ||
# | ||
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is | ||
# unlimited. | ||
# ---------------------------------------------------------------------------- | ||
"""Methods for pysatCDAAC instruments.""" | ||
|
||
from pysatCDAAC.instruments.methods import general # noqa F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters