Skip to content

The notebooks in this section are designed to get users up and running on a dataset as quickly as possible. This should include connection to public data for the given dataset.

Notifications You must be signed in to change notification settings

NCEI-NOAAGov/jupyter-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Jupyter Notebooks for accessing datasets at NOAA's National Center for Environmental Information (NCEI)

Jupyter Notebooks have become one of the standards for experimenting in data science. These notebooks are powered by Jupyter.org which claims Free software, open standards, and web services for interactive computing across all programming languages.

Programming Languages

Many of the notebooks that will be found in this repository will be written in Python, although additional langagues will be added as the project continues to develop.

Purpose of the Jupyter Notebooks

The notebooks in this section are designed to get users up and running on a dataset as quickly as possible. This should include connection to public data for the given dataset.


Structure of the project

The project will be broken into folders by dataset. An example would be for the Global Historical Climatology Network-hourly (GHCNh) dataset:

  • The specific folder in this project for the GHCNh dataset would match the shortname for the dataset:

    • /GHCNh
  • In this folder will be the notebooks for this dataset that have been prepared. Each notebook will be named as follows:

    • dataset-shortname-notebook_information-programming-language
  • Which results in the following example file for GHCNh:

    • GHCNh/ghcnh-basic_connection-python.ipynb

Installing Jupyter Notebooks

The best source for installing Jupyter Notebooks to begin experimenting with features is the installation portion of Jupyter's website:

https://jupyter.org/install

Follow the instruction provided to get your notebook instance installed on your machine. Once installed you can clone this repository to begin experimenting.

Cloning the repository

Cloning the repository allows the files located in a given repository to be copied to your machine.

To clone this repository

The git clone command is used to begin this process. To get the repository address, simply click the green pull down button labeled code.

Finding thg repository's link{: width="40%"}

An example command for another repository would be:

Replace with the repository link for your exact project repository.

About

The notebooks in this section are designed to get users up and running on a dataset as quickly as possible. This should include connection to public data for the given dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •