Skip to content

Instantly share code, notes, and snippets.

View Mohammed-abdelawal's full-sized avatar
🏠
Working from home

Mohammed Abdelawal Mohammed-abdelawal

🏠
Working from home
View GitHub Profile
from termcolor import colored
mark = '*'
width = 110
height = 30
red = int(height /3)
for i in range(1,height):
x = 0

GeoDjango Session Outline

Introduction to GIS and GeoDjango

  • What is GIS?
    • GIS stands for Geographic Information System, which is a system designed to capture, store, manipulate, analyze, manage, and present spatial or geographic data.
    • GIS is essential in various fields like urban planning, environmental science, etc.
  • Introduction to GeoDjango
    • GeoDjango is a spatial extension for Django, allowing developers to build geographic web applications.
    • It simplifies the process of working with spatial databases and performing GIS operations in a web framework environment.