Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Web Mapping and Web-GIS from Dev to Deployment: GeoDjango
Rating: 4.4 out of 5(245 ratings)
2,007 students

Web Mapping and Web-GIS from Dev to Deployment: GeoDjango

Lets make the digital maps. Learn about leafletjs, GeoDjango, PostGIS and GeoServer
Created byTek Kshetri
Last updated 1/2023
English

What you'll learn

  • Advance functions in web mapping and web GIS
  • Leafletjs
  • GeoDjango
  • PostGIS
  • CRUD functionalities for spatial data
  • GeoServer
  • GeoServer rest

Course content

8 sections56 lectures6h 43m total length
  • Introduction4:15

    Explore web mapping and web GIS with GeoDjango, using Leaflet on the front end and Django with PostGIS on the back end, covering vector data import export, user authentication, deployment.

  • Full code and demo dataset of this course0:21
  • Tools and technology2:26

    Explore tools and technology for web mapping, including a code editor with an integrated terminal, Leaflet, and Django for uploading, storing, and displaying map data on a server.

Requirements

  • Basic programming language
  • Basic of Django

Description

This course is mainly designed for people who are highly interested in web mapping/webGIS development. In this course, I mainly focused on the leaflet, GeoDjango and GeoServer. Since it is a practical based course, I directly started to write the code rather than make slides. Inside the course, you will find simple, effective and alternative ways to do the tasks.


Leaflet: Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 39 KB of JS, it has all the mapping features most developers ever need. Leaflet allows developers without a GIS background to very easily display tiled web maps hosted on a public server, with optional tiled overlays. It can load feature data from GeoJSON files, style it and create interactive layers, such as markers with popups when clicked.

GeoServer: GeoServer implements industry-standard OGC protocols such as Web Feature Service (WFS), Web Map Service (WMS), and Web Coverage Service (WCS). Additional formats and publication options are available as extensions including Web Processing Service (WPS), and Web Map Tile Service (WMTS). GeoServer aims to operate as a node within a free and open Spatial Data Infrastructure. Just as the Apache HTTP Server has offered a free and open web server to publish HTML, GeoServer aims to do the same for geospatial data.

Who this course is for:

  • GIS developers
  • Anyone who is interested to work on spatial data