
Download Data sources and Notebooks for this Module
Master the essentials of the Pandas library, including series and data frames, vectorized operations, data ingestion with read_csv and read_html, and descriptive statistics with info and describe.
Learn to read geospatial data with geopandas by loading formats like shapefiles and GeoJSON using read_file, inspect a data frame with a geometry column, and plot maps with geopandas.
Learn to read a subset of geospatial data with pandas and geopandas by using geometry masks and row limits, filtering conflicts in Africa and inspecting the coordinate reference system.
Differentiate geo data frames and geo series in Geopandas with clear examples, showing how a geometry column defines a geo data frame or geo series, and how to plot.
Practice spatial data analysis by reading shapefiles with geopandas, converting csv to a geo data frame with pandas, plotting with geopandas and matplotlib, and reprojecting to a crs before exporting.
Explore spatial analysis in Python by performing spatial joins between latitude and longitude points and neighborhood boundaries. Apply buffer and overlay analyses, and conduct nearest neighborhood analysis to locate services.
Practice spatial operations with geopandas: load and plot datasets, index to Jagdalpur, apply buffer, reproject to crs epsg 2272, perform a spatial join, count incidents per neighborhood, export to geojson.
Convert coordinates to readable addresses using reverse geocoding with OpenStreetMap. Apply to a pandas DataFrame, plot results, and manage processing time with a progress bar.
Learn how to retrieve OpenStreetMap data in Python using the osmnx package. Download street networks and building footprints for a city like Liverpool, convert to geopandas, and visualize with folium.
Geospatial data science is a subset of data science that focuses on spatial data and its unique techniques. It is beyond creating maps and merely focusing on where things happen but instead incorporates spatial analysis and insights derived from spatial data. In this course, we lay the foundation for a career in Geospatial Data Science. You will get introduced with Geopandas, the workhorse of Geospatial data science Python libraries.
The topics covered in this course widely touch on some of the most used spatial technique in Geospatial data science. We will be learning how to read spatial data effectively, manipulate and process spatial data, and carry out spatial operations. A large portion of the course deals with spatial operations like Buffer analysis, Spatial joins and Nearest Neighbourhood analysis. Each video contains a brief overview of the topic and a walkthrough with code examples. We conclude each section Geospatial data science assignment and project, that will help you learn more effectively.
We will also cover spatial data visualization using both Geopandasa and other interactive libraries like Folium, IpyLeaflet and Plotly Express. We cover how to make stunning Geo visualization for the most widely used map types.
The final section covers some advance features including Geocoding, reverse geocoding, accessing OpenStreetMap data in Python and some advanced tips and tricks to process large Geospatial datasets.
At the end of this course, you will be able to perform most of Geospatial data science operations in Python and also build a strong foundational knowledge in Geospatial Python.