Companies Home Search Profile

GIS & Geospatial Analysis with Python, Geopandas, and Folium

Focused View

Christ Raharja

4:15:52

124 View
  • 1. Introduction to the Course.mp4
    08:27
  • 2.1 Geospatial Data Analysis.pptx
  • 2. Table of Contents.mp4
    06:40
  • 3. Whom This Course is Intended for.mp4
    03:02
  • 1. Tools, IDE, and Datasets.mp4
    08:38
  • 1.1 geospatialanalysisworkflow.zip
  • 1. Introduction to Geospatial Analysis.mp4
    07:31
  • 1. Geospatial Data Visualization Methods.mp4
    04:26
  • 1.1 Geospatial Data.zip
  • 1. Finding & Downloading Geospatial Datasets From Kaggle & EPA.mp4
    05:24
  • 1.1 displayinginteractivemap.zip
  • 1. Displaying Interactive Maps with Geopandas, Folium, and Ipyleaflet.mp4
    16:47
  • 1.1 calculatingdistancebetweentwolocations.zip
  • 1. Calculating Distance Between Two Locations.mp4
    14:17
  • 1.1 extractingcoordinatesfrommap.zip
  • 1. Extracting Geographic Coordinates From Map.mp4
    06:49
  • 1.1 geocoding&geocodingreverse.zip
  • 1. Performing Geocoding & Reverse Geocoding.mp4
    10:33
  • 1.1 proximityanalysis.zip
  • 1. Conducting Proximity Analysis to find nearby cities.mp4
    16:00
  • 1.1 analyzingpopulationdensity.zip
  • 1. Analyzing & Calculating Population Density.mp4
    12:03
  • 1. Visualizing Population Density on Interactive Map.mp4
    10:10
  • 1.1 monitoringairquality.zip
  • 1. Analyzing Air Quality Index.mp4
    13:52
  • 1. Monitoring Air Quality Index in Multiple Locations.mp4
    08:47
  • 1.1 mappingfloodrisk.zip
  • 1. Analyzing & Calculating Flood Risk.mp4
    18:18
  • 1. Mapping Flood Risk on Interactive Map.mp4
    09:50
  • 1.1 mappingsnowcover.zip
  • 1. Analyzing Snow Depth in Multiple Locations.mp4
    16:54
  • 1. Mapping Snow Cover with Folium.mp4
    05:57
  • 1.1 modelling&optimizingroutes.zip
  • 1. Modelling & Optimizing Routes with Open Street Map Network X.mp4
    15:44
  • 1.1 modelling&optimizingbusroutes.zip
  • 1. Modelling & Optimizing Bus Routes with Dijkstra Algorithm.mp4
    32:16
  • 1. Conclusion & Summary.mp4
    03:27
  • Description


    Mapping population density, flood risk, snow cover, monitoring air quality index, modelling and optimizing routes

    What You'll Learn?


    • Learn how to display interactive map and topographic map using Geopandas, Folium, and Ipyleaflet
    • Learn how to conduct proximity analysis for finding nearby cities
    • Learn how to extract geographic coordinates from map
    • Learn how to perform geocoding and reverse geocoding
    • Learn how to calculate distance between two locations
    • Learn how to analyze and calculate population density
    • Learn how to visualize population density on interactive map
    • Learn how to analyze air quality index
    • Learn how to monitor air quality in multiple locations
    • Learn how to analyze and calculate flood risk
    • Learn how to map flood risk on interactive map
    • Learn how to analyze snowfall, snow depth, and climate data
    • Learn how to map snow cover using Folium
    • Learn how to model and optimize route using Open Street Map Network X
    • Learn how to model and optimize bus routes using Dijkstra algorithm
    • Learn the basic fundamentals of geospatial analysis and its use cases
    • Learn geospatial analysis workflow. This section covers data collection, preprocessing, cleaning, exploratory data analysis, spatial analysis, and modeling
    • Learn about geospatial data visualization methods like choropleth maps, heatmaps, 3D maps, flow maps, point maps, and cartogram maps

    Who is this for?


  • People who are interested in learning about geographic information system and its applications
  • People who are interested in leveraging geospatial analysis techniques to enhance urban planning
  • What You Need to Know?


  • No previous experience in geographic information system is required
  • No previous experience in geospatial analysis is required
  • Basic knowledge in Python & geography
  • More details


    Description

    Welcome to GIS & Geospatial Analysis with Python, Geopandas, and Folium course. This is a comprehensive project-based course where you will learn step-by-step on how to perform geospatial analysis techniques specifically leveraging GIS for urban planning. You will build projects like mapping population density, monitoring air quality, mapping flood risks, mapping snow cover, modeling and optimizing routes, and we will be using Python libraries like Pandas, Geopandas, Folium, Geocoder, and Ipyleaflet. The course perfectly combines geospatial analysis with urban planning, providing an ideal opportunity to practice your programming skills while improving your geospatial knowledge. In the introduction session, you will learn the basic fundamentals of geospatial analysis, such as getting to know its use cases, understanding geospatial analysis workflow, learning about technical challenges and limitations in GIS. Then, in the next section, we will learn about geospatial data visualization methods like choropleth maps, heatmaps, 3D maps, flow maps, point maps, and cartogram maps. This section is very critical because it provides you with the necessary tools to communicate your analysis effectively to stakeholders and decision-makers involved in urban planning. Afterward, in the next section, we will download geospatial datasets from Kaggle, the datasets contain valuable information like demographic data, land use data, and climate data. Before starting the project, we will learn about basic geospatial techniques, like importing geospatial data, displaying interactive maps, extracting coordinates from map, calculating distance between two locations, finding nearby cities using proximity analysis, performing geocoding and reverse geocoding. This section is very essential because it provides you with the fundamental skills and knowledge needed to effectively work with geospatial data and prepare you well for the upcoming projects. In the next section, we will start the projects. There will be five projects. In the first project, you will analyze population density to identify densely populated areas and assess their suitability for urban planning initiatives. For the second project, you will focus on monitoring air quality to identify areas with high pollution levels and assess their impact on public health and the environment. In the third project, you will map flood risk areas to facilitate disaster preparedness and mitigation efforts. In the fourth project, you will map snow cover to support transportation planning and finding safer travel routes during winter season. Lastly, in the fifth project, you will develop optimal transportation routes to improve efficiency and reduce travel times for urban commuters.

    First of all, before getting into the course, we need to ask ourselves this question: why should we learn about geographic information systems and geospatial analysis? Well, here is my answer: geographic information systems are essential for understanding spatial relationships and patterns in data, enabling us to make informed decisions and solve real-world problems more effectively. These technologies play a crucial role in various industries, for example, urban planning, environmental science, and public health, allowing us to analyze spatial data and derive meaningful insights for better decision-making. Additionally, there are tons of business opportunities, for example, you can develop custom GIS applications like property valuation tools, supply chain optimization platforms, or tourism route planners. These applications leverage location-based insights to drive decision-making and enhance operational efficiency.

    Below are things that you can expect to learn from this course:

    • Learn the basic fundamentals of geospatial analysis and its use cases

    • Learn geospatial analysis workflow. This section covers data collection, data preprocessing, data cleaning, exploratory data analysis, spatial analysis, and modeling

    • Learn about geospatial data visualization methods like choropleth maps, heatmaps, 3D maps, flow maps, point maps, and cartogram maps

    • Learn how to display interactive map and topographic map using Geopandas, Folium, and Ipyleaflet

    • Learn how to calculate distance between two locations

    • Learn how to extract geographic coordinates from map

    • Learn how to perform geocoding and reverse geocoding

    • Learn how to conduct proximity analysis for finding nearby cities

    • Learn how to analyze and calculate population density

    • Learn how to visualize population density on interactive map

    • Learn how to analyze air quality index

    • Learn how to monitor air quality in multiple locations

    • Learn how to analyze and calculate flood risk

    • Learn how to map flood risk on interactive map

    • Learn how to analyze snowfall and snow depth in multiple locations

    • Learn how to map snow cover using Folium

    • Learn how to model and optimize route using Open Street Map Network X

    • Learn how to model and optimize bus routes using Dijkstra algorithm

    Who this course is for:

    • People who are interested in learning about geographic information system and its applications
    • People who are interested in leveraging geospatial analysis techniques to enhance urban planning

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Christ Raharja
    Christ Raharja
    Instructor's Courses
    Hi all, my name is Chris Raharja. I graduated from University of Washington with BS in Mathematics. I used to work as a technology consultant in one of Big 4 firms and now I have been running several different business models such as print on demand, affiliate marketing, drop shipping, ads traffic arbitrage. I have been always passionate about teaching since my first time as a volunteer math tutor in high school. My goal on Udemy is to share my knowledge and build a wonderful community to study many different things together.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 23
    • duration 4:15:52
    • Release Date 2024/07/25