-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
92 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,92 @@ | ||
# Summary of final project | ||
|
||
The final project for the class is to use the tools we have developed regarding data analysis, data visualization and inferential thinking to gain insight from an Earth science data set. The data you choose to investigate is open and the question you choose to ask is open. The goal of your approach should be to analyze data in a way that gives insight into a phenomenon associated with Earth science. | ||
|
||
**Requirements for the project that should all be contained within a Jupyter notebook:** | ||
|
||
- Pose a question and have an introductory markdown text cell that describes the problem, describes the ways you are going to approach the problem and describes the data you are going to use to do so. This text should include references. | ||
- Use at least three different types of data visualizations plots that are ones we used throughout the course. | ||
- Use at two different data analysis methods/approaches that you utilized in the course. | ||
- Conclude with a substantive markdown text cell that contains at least of page of text and describes the results of your analysis. | ||
- Have a final acknowledgements section and a works cited section. | ||
|
||
**As your submission, upload a zipped directory that contains:** | ||
|
||
- a polished Jupyter notebook that contains your data analysis, visualizations and explanatory text. | ||
- the underlying data sets you used in your analysis | ||
- exported html of the Jupyter notebook | ||
|
||
**Choice of problems and data** | ||
|
||
The choice of problems and data that you apply are open --- you get to choose your own adventure. However, **it is absolutely essential that you cite the source of the data and discuss/cite any resource, place, or person that you got ideas from**. It is perfectly reasonable to get ideas and inspiration from other sources. When you do, you need to be fully transparent about where such ideas came from with acknowledgements and citations as appropriate. | ||
|
||
Some places to go for Earth Science data: | ||
|
||
- UNAVCO data that geodetic scientists use for quantifying the motions of rock, ice and water that are monitored by a variety of sensor types at or near the Earth's surface https://www.unavco.org/data/data.html | ||
|
||
- https://www.unavco.org/instrumentation/networks/networks.html Data by network/station | ||
- https://www.unavco.org/data/gps-gnss/gps-gnss.html GPS data | ||
|
||
- National Center for Environmental Information: https://www.ncdc.noaa.gov/data-access | ||
|
||
- including: | ||
|
||
- [Climate Data Records](https://www.ncei.noaa.gov/products/climate-data-records) | ||
- [Climate Monitoring](https://www.ncei.noaa.gov/products/climate-monitoring) | ||
- [Coastal Indicators](https://www.ncei.noaa.gov/products/coastal-indicators) | ||
- [Geomagnetism](https://www.ncei.noaa.gov/products/geomagnetic-data) | ||
- [Gulf of Mexico](https://www.ncei.noaa.gov/products/gulf-of-mexico) | ||
- [Marine Biology](https://www.ncei.noaa.gov/products/marine-biology) | ||
- [Marine Geology and Geophysics](https://www.ncei.noaa.gov/products/marine-geology-geophysics) | ||
- [Natural Hazards](https://www.ncei.noaa.gov/products/natural-hazards) | ||
- [Ocean Acoustics](https://www.ncei.noaa.gov/products/ocean-acoustics) | ||
- [Ocean Chemistry](https://www.ncei.noaa.gov/products/ocean-chemistry) | ||
- [Ocean Climate Laboratory](https://www.ncei.noaa.gov/products/ocean-climate-laboratory) | ||
- [Ocean Exploration](https://www.ncei.noaa.gov/products/ocean-exploration) | ||
- [Ocean Physics](https://www.ncei.noaa.gov/products/ocean-physics) | ||
- [Paleoclimatology](https://www.ncei.noaa.gov/products/paleoclimatology) | ||
- [Radar Meteorology](https://www.ncei.noaa.gov/products/radar-meteorology) | ||
- [Regional Ocean Climatologies](https://www.ncei.noaa.gov/regional-ocean-climatologies) | ||
- [Satellite Meteorology](https://www.ncei.noaa.gov/products/satellite-meteorology) | ||
- [Satellite Oceanography](https://www.ncei.noaa.gov/products/satellite-oceanography) | ||
- [Severe Weather](https://www.ncei.noaa.gov/products/severe-weather) | ||
- [Space Weather](https://www.ncei.noaa.gov/products/space-weather) | ||
- [Surface Weather Observations](https://www.ncei.noaa.gov/products/weather-observations) | ||
- [Upper Air Observations](https://www.ncei.noaa.gov/products/upper-air-observations) | ||
- [Weather and Climate Models](https://www.ncei.noaa.gov/products/weather-climate-models) | ||
|
||
- Earthquake catalog data: https://earthquake.usgs.gov/earthquakes/search/ | ||
|
||
- Rock geochemical data: https://www.earthchem.org | ||
|
||
- [NASA Earth Data: https://search.earthdata.nasa.gov/search](https://search.earthdata.nasa.gov/search) | ||
|
||
- Climate-related datasets from the International Research Institute for Climate and Society at Columbia University [IRI/LDEO Climate Data Library](http://iridl.ldeo.columbia.edu/) | ||
|
||
- United States stream flow data (US Geological Survey): https://waterdata.usgs.gov/nwis/rt | ||
|
||
- Other US Geological Survey data: [https://data.usgs.gov/datacatalog](https://data.usgs.gov/datacatalog/) | ||
|
||
- https://www.dataone.org | ||
|
||
- http://www.marine-geo.org/index.php | ||
|
||
- National Oceanographic Data Center https://www.nodc.noaa.gov | ||
|
||
- European Space Agency open data portal: https://climate.esa.int/en/odp/#/dashboard | ||
|
||
- Copernicus Climate Change Service (C3S) Climate Data Store: https://cds.climate.copernicus.eu/cdsapp#!/search?type=dataset | ||
|
||
*You can also find data sets in individual papers or other databases. You can search Google Scholar for a topic you are interested in and download the associated data to deal with and analyze.* | ||
|
||
Specific data sets we have used so far: | ||
|
||
- global elevation data | ||
- a comprehensive seismic catalog | ||
- geomagnetic polarity timescale | ||
- ice flow data from British Columbia | ||
- wind direction and other weather data | ||
- Mauna Loa CO2 | ||
- ice core CO2 | ||
- benthic oxygen isotope record | ||
- igneous geochemistry data (additional data can be downloaded from EarthChem.org) |