Skip to content
/ GeoPy Public

Original exercises and data samples that I created while reading "Python for Geographic Data Analysis" by Tenkanen et al.

License

Notifications You must be signed in to change notification settings

eredden/GeoPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Manipulating Geospatial Data with Python

Description

The code samples and data in this repository were created while learning the concepts inside of Python for Geographic Data Analysis by Henrikki Tenkanen, Vuokko Heikinheimo, David Whipp. My code does not correspond with the exercises or other materials from the book, as I tried to create original exercises to practice with. Here is the description for the first script I wrote, as an example.

# kumpula-1.py - 06/09/2025. Practicing concepts from Part I, Section 3.
# Imports Kumpula's weather data from a CSV file, normalizes the dates,
# saves that data to another CSV file, and shows stats about the data.

Directory Hierarchy

The src directory contains all of my source code, and the data directory contains all sample datasets used by my source code. Scripts in the src directory must be executed with the root of this repository as the present working directory, as shown below.

$> python ./src/kumpula-1.py

About

Original exercises and data samples that I created while reading "Python for Geographic Data Analysis" by Tenkanen et al.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages