Data
Various sources for datasets to build applications with
- Corgis: https://think.cs.vt.edu/corgis/java/index.html
 - Kaggle: https://www.kaggle.com/datasets
 - TCGA (The Cancer Genome Atlas): https://gdc-portal.nci.nih.gov/
 
Other Lists of Datasets
JSON APIs
- Earthquakes: https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php
 - Weather: https://www.weather.gov/documentation/services-web-api
 - UCSB Data: https://developer.ucsb.edu/
 - Program Compilation/Execution: https://docs.jdoodle.com/compiler-api/compiler-api
 - College Scorecard https://collegescorecard.ed.gov/data/documentation/
 - Tides https://tidesandcurrents.noaa.gov/api/
    
- List of Station Ids: https://tidesandcurrents.noaa.gov/tide_predictions.html?gid=1393
 - Santa Barbara is: 9411340, Gaviota is: 9411399
 - Note: Python code to read this data: https://github.com/GClunies/noaa_coops/blob/master/noaa_coops/noaa_coops.py