Skip to content

Commit 5d44168

Browse files
committed
Merge branch 'main' into 78-remove-notebooks-code-reliant-valkyrie
2 parents 6ec5ab2 + f14334c commit 5d44168

14 files changed

+59206
-15802
lines changed

CODE_OF_CONDUCT.md

Lines changed: 24 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,35 @@
1-
# Contributor Covenant Code of Conduct
1+
# Code of Conduct
22

3-
## Our Pledge
3+
## 1. Our Commitment
44

5-
In the interest of fostering an open and welcoming environment, we as
6-
contributors and maintainers pledge to making participation in our project and
7-
our community a harassment-free experience for everyone, regardless of age, body
8-
size, disability, ethnicity, sex characteristics, gender identity and expression,
9-
level of experience, education, socio-economic status, nationality, personal
10-
appearance, race, religion, or sexual identity and orientation.
5+
We are dedicated to fostering a respectful environment for everyone contributing to this project. We expect all participants to treat each other with respect, professionalism, and kindness.
116

12-
## Our Standards
7+
## 2. Expected Behavior
138

14-
Examples of behavior that contributes to creating a positive environment
15-
include:
9+
- Be respectful and considerate of others.
10+
- Engage in constructive discussions and offer helpful feedback.
11+
- Gracefully accept constructive criticism.
1612

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
13+
## 3. Unacceptable Behavior
2214

23-
Examples of unacceptable behavior by participants include:
15+
The following behaviors will not be tolerated:
2416

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
17+
- Harassment, discrimination, or intimidation of any kind.
18+
- Offensive, abusive, or derogatory language and actions.
19+
- Personal attacks or insults.
20+
- Trolling or disruptive conduct.
21+
- Sharing inappropriate content.
3322

34-
## Our Responsibilities
23+
## 4. Reporting Violations
24+
If you experience or witness any behavior that violates this Code of Conduct, please report it by contacting the project maintainers. All reports will be reviewed confidentially.
3525

36-
Project maintainers are responsible for clarifying the standards of acceptable
37-
behavior and are expected to take appropriate and fair corrective action in
38-
response to any instances of unacceptable behavior.
26+
## 5. Enforcement
27+
Violations of this Code of Conduct may result in actions such as warnings, temporary bans, or permanent exclusion from participation at the discretion of the maintainers.
3928

40-
Project maintainers have the right and responsibility to remove, edit, or
41-
reject comments, commits, code, wiki edits, issues, and other contributions
42-
that are not aligned to this Code of Conduct, or to ban temporarily or
43-
permanently any contributor for other behaviors that they deem inappropriate,
44-
threatening, offensive, or harmful.
29+
## Contact Info
30+
31+
Organization: National Snow and Ice Data Center¹
32+
Website: <https://nsidc.org/>
33+
Date last modified: 01-22-2025
4534

46-
## Scope
47-
48-
This Code of Conduct applies both within project spaces and in public spaces
49-
when an individual is representing the project or its community. Examples of
50-
representing a project or community include using an official project e-mail
51-
address, posting via an official social media account, or acting as an appointed
52-
representative at an online or offline event. Representation of a project may be
53-
further defined and clarified by project maintainers.
54-
55-
## Enforcement
56-
57-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [email protected]. All
59-
complaints will be reviewed and investigated and will result in a response that
60-
is deemed necessary and appropriate to the circumstances. The project team is
61-
obligated to maintain confidentiality with regard to the reporter of an incident.
62-
Further details of specific enforcement policies may be posted separately.
63-
64-
Project maintainers who do not follow or enforce the Code of Conduct in good
65-
faith may face temporary or permanent repercussions as determined by other
66-
members of the project's leadership.
67-
68-
## Attribution
69-
70-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72-
73-
[homepage]: https://www.contributor-covenant.org
74-
75-
For answers to common questions about this code of conduct, see
76-
https://www.contributor-covenant.org/faq
35+
¹Work performed under NASA contract 80GSFC23CA035.

README.md

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,33 @@ This combined repository includes tutorials and code resources provided by the N
1111

1212
## Tutorials
1313

14+
### [ICESat-2_Cloud_Access Notebooks](./notebooks/ICESat-2_Cloud_Access)
15+
16+
These notebooks demonstrate how to search and access ICESat-2 from the NASA Earthdata Cloud:
17+
18+
**Accessing and working with ICESat-2 Data in the Cloud**
19+
20+
Originally presented to the UWG (User Working Group) in May 2022, this tutorial demonstrates how to search for ICESat-2 data hosted in the Earthdata Cloud and how to directly access it from an Amazon Web Services (AWS) Elastic Compute Cloud (EC2) instance using the `earthaccess` package.
21+
22+
**Plotting ICESat-2 and CryoSat-2 Freeboards**
23+
24+
This notebook demonstrates plotting ICESat-2 and CryoSat-2 data in the same map from within an AWS ec2 instance. ICESat-2 data are accessed via "direct S3 access" using `earthaccess`. CryoSat-2 data are downloaded to our cloud instance from their ftp storage lcoation and accessed locally.
25+
26+
**Processing Large-scale Time Series of ICESat-2 Sea Ice Height in the Cloud**
27+
28+
This notebook utilizes several libraries to performantly search, access, read, and grid ATL10 data over the Ross Sea, Antarctica including `earthaccess`, `h5coro`, and `geopandas`. The notebook provides further guidance on how to scale this analysis to the entire continent, running the same workflow from a script that can be run from your laptop using [Coiled](https://www.coiled.io/).
29+
30+
### [MEaSUREs](./notebooks/measures)
31+
32+
**Download, crop, resample, and plot multiple GeoTIFFs**
33+
34+
This tutorial guides you through programmatically accessing and downloading GeoTIFF files from the NSIDC DAAC to your local computer. We then crop and resample one GeoTIFF based on the extent and pixel size of another GeoTIFF, then plot one on top of the other.
35+
36+
We will use two data sets from the NASA [MEaSUREs](https://nsidc.org/data/measures) (Making Earth System data records for Use in Research Environments) program as an example:
37+
38+
* [MEaSUREs Greenland Ice Mapping Project (GrIMP) Digital Elevation Model from GeoEye and WorldView Imagery, Version 2 (NSIDC-0715)](https://nsidc.org/data/nsidc-0715/versions/2)
39+
* [MEaSUREs Greenland Ice Velocity: Selected Glacier Site Velocity Maps from InSAR, Version 4 (NSIDC-0481)](https://nsidc.org/data/nsidc-0481/versions/4)
40+
1441
### [SnowEx_ASO_MODIS_Snow](./notebooks/SnowEx_ASO_MODIS_Snow)
1542

1643
**Snow Depth and Snow Cover Data Exploration**
@@ -23,39 +50,21 @@ Originally demonstrated through the NASA Earthdata Webinar "Let It Snow! Accessi
2350

2451
Originally presented during the 2019 AGU Fall Meeting, this tutorial demonstrates the NSIDC DAAC's data discovery, access, and subsetting services, along with basic open source resources used to harmonize and analyze data across multiple products. The tutorial is provided as a series of Python-based Jupyter Notebooks, focusing on sea ice height and ice surface temperature data from NASA’s ICESat-2 and MODIS missions, respectively, to characterize Arctic sea ice.
2552

26-
### [IceFlow](./notebooks/iceflow)
27-
28-
These Jupyter notebooks are interactive documents to teach students and
29-
researchers interested in cryospheric sciences about airborne altimetry and
30-
related data sets from NASA’s
31-
[IceBridge](https://www.nasa.gov/mission_pages/icebridge/index.html) mission,
32-
and satellite altimetry data from [ICESat](https://icesat.gsfc.nasa.gov/icesat/)
33-
and [ICESat-2](https://icesat-2.gsfc.nasa.gov/) missions.
34-
35-
3653
### [ITS_LIVE](./notebooks/itslive)
3754

3855
**Global land ice velocities.**
3956
The Inter-mission Time Series of Land Ice Velocity and Elevation (ITS_LIVE) project facilitates ice sheet, ice shelf and glacier research by providing a globally comprehensive and temporally dense multi-sensor record of land ice velocity and elevation with low latency. Scene-pair velocities were generated from satellite optical and radar imagery.
4057

4158
The notebooks on this project demonstrate how to search and access ITS_LIVE velocity pairs and provide a simple example on how to build a data cube.
4259

43-
### [ICESat-2_Cloud_Access](./notebooks/ICESat-2_Cloud_Access)
44-
45-
**Accessing and working with ICESat-2 Data in the Cloud**
46-
47-
Originally presented to the UWG (User Working Group) in May 2022, this tutorial demonstrates how to search for ICESat-2 data hosted in the Earthdata Cloud and how to directly access it from an Amazon Web Services (AWS) Elastic Compute Cloud (EC2) instance using the `earthaccess` package.
48-
49-
### [MEaSUREs](./notebooks/measures)
50-
51-
**Download, crop, resample, and plot multiple GeoTIFFs**
52-
53-
This tutorial guides you through programmatically accessing and downloading GeoTIFF files from the NSIDC DAAC to your local computer. We then crop and resample one GeoTIFF based on the extent and pixel size of another GeoTIFF, then plot one on top of the other.
54-
55-
We will use two data sets from the NASA [MEaSUREs](https://nsidc.org/data/measures) (Making Earth System data records for Use in Research Environments) program as an example:
60+
### [IceFlow](./notebooks/iceflow)
5661

57-
* [MEaSUREs Greenland Ice Mapping Project (GrIMP) Digital Elevation Model from GeoEye and WorldView Imagery, Version 2 (NSIDC-0715)](https://nsidc.org/data/nsidc-0715/versions/2)
58-
* [MEaSUREs Greenland Ice Velocity: Selected Glacier Site Velocity Maps from InSAR, Version 4 (NSIDC-0481)](https://nsidc.org/data/nsidc-0481/versions/4)
62+
These Jupyter notebooks are interactive documents to teach students and
63+
researchers interested in cryospheric sciences about airborne altimetry and
64+
related data sets from NASA’s
65+
[IceBridge](https://www.nasa.gov/mission_pages/icebridge/index.html) mission,
66+
and satellite altimetry data from [ICESat](https://icesat.gsfc.nasa.gov/icesat/)
67+
and [ICESat-2](https://icesat-2.gsfc.nasa.gov/) missions.
5968

6069
## Usage with Binder
6170

0 commit comments

Comments
 (0)