Course curriculum

  1. 01
    • Introduction

  2. 02
    • Installing Python on Windows

    • Installing PostgreSQL and PostGIS on Windows

  3. 03
    • Creating a Spatial Database

  4. 04
    • Creating a Python Virtual Environment

    • Installing and Configuring GeoDjango and GDAL on Windows Part 1

    • Installing and Configuring GeoDjango and GDAL on Windows Part 2

    • Installing Visual Studio Code IDE

    • Creating a Django Base Application

    • Testing the Django Installation

  5. 05
    • Adding the settings.py Code

    • Creating a Django Admin User

    • Creating the Model

    • Downloading the Sample Dataset

    • Creating the GeoAdmin and Testing the Spatial Back-end

  6. 06
    • Adding the Leaflet Config Code

    • Adding the Static Files

    • Creating the Layout Page Part 1

    • Creating the Layout Page Part 2

    • Creating the Index Page

    • Creating the Index View

    • Modifying and Styling the Index Page

  7. 07
    • Creating the Dataset API Endpoints

    • Displaying Data on the Map

    • Creating the Legend

    • Creating the Bar Chart Legend

    • Create the Bar chart

  8. 08
    • Source Code