Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jules32 authored Dec 14, 2024
2 parents 1ae0992 + c5ca72f commit 9545326
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ Temporary Items
/.tool-versions

# End of https://www.toptal.com/developers/gitignore/api/asdf
.Rproj.user
Binary file added docs/images/earthaccess_environmental_horst.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/earthaccesslogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
441 changes: 441 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

15 changes: 12 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

# Welcome to `earthaccess`!

![](images/earthaccesslogo.png){alt="hexagonal artwork of a pixalated earth with the word earthaccess" width="20%"}

![*NASA Earthdata using `earthaccess` for impactful science. Art by Allison Horst and Openscapes.*](images/earthaccess_environmental_horst.jpg){alt="3-panel watercolor artwork of environmental data within mountains and streams with arrows labeled 'import' and 'earthaccess' that connect to a data analysis panel and then a communicate panel" width="100%"}

Learn more about `earthaccess`! [poster](https://docs.google.com/presentation/d/e/2PACX-1vT8BN1C4FkHrid_eVfOwJjZzKGn9Nomb6mnDj3Nld-nD0ekzoenxQIq6Xzo9VFQsXbixCNskadBwPwM/pub#slide=id.g317ff1cef8c_1_87) at 2024 AGU, [slides](https://docs.google.com/presentation/d/1K5RbQj4OKWt49kznIF9ct-cmWADlvdYA0eI7dA7_fFg/edit#slide=id.g269ad4ab477_0_691) and [video](https://www.youtube.com/watch?v=EIr3j1_wDc0) from 2024 NASA tech spotlight.

`earthaccess` is a python library to **search for**, and **download** or **stream** NASA Earth science data with just a few lines of code.

Get started with exploring and accessing NASA's vast collection of Earth science data. `earthaccess` is a Python package designed to make it easy for you to find, download, and use NASA data.

## Get Started

<ADD codeblock>

Installation: pip install `earthaccess`
Installation:

`pip install earthaccess`

Documentation: User Guide, Tutorials, Glossary, How-To Guides

## What Can You Do with `earthaccess`?
Expand Down
13 changes: 13 additions & 0 deletions earthaccess.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

0 comments on commit 9545326

Please sign in to comment.