Skip to content

Commit 333c29d

Browse files
authored
Merge pull request #144 from fish-pace/eeholmes-patch-1
Add README.md for assets documentation
2 parents 4439d93 + a1f0e27 commit 333c29d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# point-collocation
22

3-
A helper package for doing lat/lon/time matchups using `earthaccess` and NASA EarthData products.
3+
<img
4+
src="docs/assets/point-collocation.png"
5+
alt="Point Collocation logo"
6+
align="right"
7+
width="170"
8+
/>
9+
*A helper package for doing lat/lon/time matchups using `earthaccess` and NASA EarthData products*
10+
11+
Point-collocation is for the moment when you have field stations, animal tracks, survey points, or other lat/lon/time observations and need the corresponding satellite or model values from NASA Earthdata. It wraps the hard parts—granule search, subsetting, cloud access, and memory-aware extraction—so you can focus on the science instead of the plumbing.
12+
13+
414

515
## Documentation
616

@@ -18,4 +28,4 @@ Examples are included for PACE, MUR, TEMPO, ICESat-2 ATL21, ECCO and DISCOVR EPI
1828

1929
## Data Regions
2030

21-
This package currently is designed to do point matchups against NASA EarthData. In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your comppute is not in the same data region nor provider (Google versus AWS), and the same matchups might take 10x longer. Thus if you have big matchup tasks, 10s of thousands of points, it is wise to do that in AWS us-west-2.
31+
This package currently is designed to do point matchups against NASA EarthData. In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your comppute is not in the same data region nor provider (Google versus AWS), and the same matchups might take 10x longer. Thus if you have big matchup tasks, 10s of thousands of points, it is wise to do that in AWS us-west-2.

docs/assets/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Assests
2+
3+
images and such

docs/assets/point-collocation.png

75.8 KB
Loading

0 commit comments

Comments
 (0)