Course curriculum

  1. 01
    • Introduction

  2. 02
    • Installing PostgreSQL and PostGIS

    • Creating the Database

  3. 03
    • Installing Django in a Python virtual environment

    • Installing the ATOM IDE

  4. 04
    • Creating the Django Base Project

    • Adding the Database Configuration to settings.py file

    • Creating a Model in models.py

  5. 05
    • Extracting Data From the Web

    • Cleaning and Transforming the Data Part 1

    • Cleaning and Transforming the Data Part 2

    • Loading the Data into the Model

  6. 06
    • Adding the Web Map Tile Service Link in settings.py

    • Reading from the Model and Creating a GeoJSON Dataset

    • Adding Template Files the HTML files.

    • Adding a Layout and the Base Map

  7. 07
    • Plotting Circle Markers

    • Creating a Sliding Sidebar

    • Creating a Doughnut Chart

    • Creating a Multi-Bar Bar Chart

    • Creating a KPI

  8. 08
    • Project Files