Skip to content

Latest commit

 

History

History
118 lines (102 loc) · 4.02 KB

intro.md

File metadata and controls

118 lines (102 loc) · 4.02 KB

Python Climate Visuals

:::{only} html Jupyter Book Badge :::

:class: remove-from-content-only

<div class="container">
  <div class="row">
    <div class="col-lg-8" style="float:none;align:center;">
      This book was originally developed for the NUS course
      <a href="https://xiaoganghe.github.io/NUS-CE3201">
        Civil Engineering Analytics and Data Visualization</a>.
      </br>
      </br>
      It is a collection of online Jupyter notebooks 
      that explicitly show students how to use Python to perform data analysis and visualization. 
      </br>
      </br>
      You can
      <a href="https://xiaoganghe.github.io/python-climate-visuals">
        view this text online
      </a>
      or 
      <a href="https://github.com/XiaogangHe/python-climate-visuals">
        view the source</a>.
    </div>
    <div class="col-lg-4">
      <a href="https://www.fun-mooc.fr/en/courses/machine-learning-python-scikit-learn">
        <img src="images/data-visual.svg" style="width:200px">
      </a>
    </div>
  </div>
</div>

:class: tip

<div class="container">
  <div class="row">
    <div class="col-lg-6" style="float:none;align:center;">
      </br>
      This book logo is composed of:
      <ul style="padding-left:1.2em;">
      <li>A skyline (Marina Bay Sands) and a landmark (Merlion) of a garden city (Singapore);</li>
      <li>An unseen climate change signal revealed by warming stripes illustrating Singapore's historical (1901-2020) temperature;</li>
      <li>A tag line (Python Climate Visuals) along with its acronym (pyCIVIL) indicating book contents and targeted readers.</li>
      </ul>
    </div>
    <div class="col">
      <a href="https://xiaoganghe.github.io/python-climate-visuals">
        <img src="images/favicon.png" style="width:400px">
      </a>
    </div>
  </div>
  </br>
  I hope this logo could raise people's awareness of <b>climate change</b> and spark <b>data-driven</b> ideas to battle against the ongoing climate crisis. 
</div>

Learning outcomes 🧰

Tutorials of this module will cover the following key skills that we think should be in civil and environmental engineers’ toolbox:
  • Data manipulation (cleaning, mining and wrangling)
  • Data visualisation (beautiful and informative graphics)
  • Basics of probability and statistics
  • Exploratory analysis on Earth and Environmental data
    • Tabular data: rows and columns (e.g., Excel spreadsheet)
    • Gridded data: multidimensional numerical arrays (e.g., raster)
  • Scientific Python and modern data science software
  • And others
:class: attention

Please note that this book website is still under active development. Contents will be added and updated frequently
throughout the course. Your comments to improve the book are highly welcome! 

Citation ✍️

If you find this book useful, please cite it via:

@book{he-2021-pyCIVIL,
  title={Python Climate Visuals (pyCIVIL)},
  author={Xiaogang He},
  url={https://xiaoganghe.github.io/python-climate-visuals},
  year={2021},
  publisher={WWW}
}

Acknowledgement 🙏

This book project would not have been possible without the contribution of the following (list alphabetically):

  • Haoling Chen
  • Meilian Li
  • Xinyue Liu
  • Zhanwei Liu
  • Zhixiao Niu
  • Huimin Wang

The contents of this book are licensed for free consumption under the following license: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0).