Skip to content

Atmo Lab

Intro

This is the project that observes the varing of global temperature for the first half of 2021.

Hope you guys enjoy!!!
And be helpful for the one who also interested in Atmospheric Science.

Create Enviroment

MacOS 11.5.2
conda --version: 4.11.0

1
2
$ conda create --name atmpy38 python=3.8
$ conda activate atmpy38

Build web

1
2
3
4
5
6
7
8
9
pip install mkdocs
pip install mkdocs-material
pip install pymdown-extensions
pip install mkdocstrings
pip install mkdocs-git-revision-date-plugin
pip install mkdocs-jupyter

mkdocs serve
mkdocs build

Under atmpy38

1
2
3
4
5
6
7
8
$ conda install numpy
$ conda install matplotlib
$ conda install -c anaconda basemap
$ conda install -c conda-forge basemap-data-hires
$ conda install -c conda-forge metpy
$ conda install pandas
$ conda install netcdf4
$ conda install -c conda-forge cartopy

Verify version

1
2
3
4
5
6
7
8
9
$ conda --version
conda 4.11.0

$ python --version
Python 3.8.16

$ python
>>> from mpl.toolkits.basemap import Basemap
>>> quit()

Project Showcase

Name Display
Global Surface Temperature temperature timelapse
Draw TAIWAN draw Taiwan
$CO_2$ Emission CO2 Analysis

LICENSE

Released under MIT by @1chooo.

  • This software can be modified and reused without restriction.
  • The original license must be included with any copies of this software.
  • If a significant portion of the source code is used, please provide a link back to this repository.