Strumenti Utente

Strumenti Sito


geospatialanalytics:gsa:start

783AA Geospatial Analytics A.A. 2024/25

Instructors:

Tutors:

  • Giuliano Cornacchia, PhD student, University of Pisa
  • Giovanni Mauro, PhD student, University of Pisa
  • Daniele Gambetta, PhD student, University of Pisa

Hours and Rooms

Day of Week Hour Room
Thursday 14:00 - 16:00 Room Fib L1
Friday 14:00 - 16:00 Room Fib C1
  • Beginning of lectures: 21 September 2023
  • End of lectures: 7 December 2023
  • Possible lessons recovered: 8–15 December 2023

The lectures will be only in presence and will NOT be live-streamed

News and communications

No lesson on November 21st and 22nd

APPELLI: The dates of the exams are the following (remember to register for the appello in time):

  • January 16th, 14:00
  • February 7th, 09:00

No lesson on October 31st;

No lessons on October 10 and 11 (because of the evento “Orientamento studenti”)

Learning goals

The analysis of geographic information, such as those describing human movements, is crucial due to its impact on several aspects of our society, such as disease spreading (e.g., the COVID-19 pandemic), urban planning, well-being, pollution, and more. This course will teach the fundamental concepts and techniques underlying the analysis of geographic and mobility data, presenting data sources (e.g., mobile phone records, GPS traces, geotagged social media posts), data preprocessing techniques, statistical patterns, predicting and generative algorithms, and real-world applications (e.g., diffusion of epidemics, socio-demographics, link prediction in social networks). The course will also provide a practical perspective through the use of advanced geoanalytics Python libraries.

The assessment of the course consists of an oral exam, aimed to test the knowledge acquired by the student during the course.

Topics:

  • Spatial Reference Systems
  • Data formats
  • Trajectory and Flows
  • Spatial Tessellations
  • Open-source tools for geospatial analysis
  • Digital spatial and mobility data
  • Preprocessing mobility data
  • Privacy issues in mobility data
  • Individual and collective mobility laws
  • Next-location and flow prediction
  • Trajectory and flow generation
  • Applications

Module 1: Spatial and Mobility Data Analysis

  • Fundamentals of Geographical Information Systems
    • Geographic coordinates systems
    • Vector data model
    • Trajectories
    • Spatial Tessellations
    • Flows
    • Practice: Python packages for geospatial analysis (Shapely, GeoPandas, folium, scikit-mobility)
  • Digital spatial and mobility data
    • Mobile Phone Data
    • GPS data
    • Social media data
    • Other data (POIs, Road Networks, etc.)
    • Practice: reading and exploring spatial and mobility datasets in Python
  • Preprocessing mobility data
    • filtering compression
    • stop detection
    • trajectory segmentation
    • trajectory similarity and clustering
    • Practice: data preprocessing with scikit-mobility

Module 2: Mobility Patterns and Laws

  • individual mobility laws/patterns
  • collective mobility laws/patterns
  • Practice: analyze mobility data with Python

Module 3: Predictive and Generative Models

  • Prediction
    • Next-location prediction
    • Crowd flow prediction
    • Spatial interpolation
  • Generation
    • Trajectory generation
    • Flow generation
  • Practice: mobility prediction and generation in Python

Module 4: Applications

  • Urban segregation models
  • Routing and navigation apps
  • Traffic simulation with SUMO

Calendar

Day Topic Slides/Code Material Teacher
1. 19.09 14:00-16:00 Introduction to the Course [slides] About the course; [slides] Introduction to Geospatial Analytics [book chapter] Introduction to geographic information systems, Chapter 1; [paper] Human Mobility: Models and Applications, Section 1 Pappalardo
2. 20.09 14:00-16:00 Fundamental Concepts (theory) [slides] Fundamental Concepts [book chapter] Introduction to geographic information systems, Chapter 2 (Coordinate Systems); [paper] A survey of deep learning for human mobility, Section 2.1, Appendix A; Essentials of Geographic Information Systems,Chapter 4, Section 4.2 (Vector Data Models); [video] Intro to coordinate systems and UTM projection Pappalardo
3. 26.09 14:00-16:00 Fundamental Concepts (practice) [code] Introduction to shapely, geopandas, folium, and scikit-mobility [book chapter] Automating GIS-processes, Lesson 1 (Shapely and geometric objects); [article] Analyze Geospatial Data in Python: GeoPandas and Shapely; [paper] scikit-mobility: a Python library for the Analysis, Generation, and Risk Assessment of Mobility Data, Sections 1, 2; Mauro
4. 27.09 14:00-16:00 Spatial Data Analysis I (theory) [slides] Spatial Data Analysis I [book chapter] Introduction to geographic information systems, Sect. 3.1, 3.3, 4.1-4.3, 4.7, 8.5, Chapter 11; [book chapter] Intro to GIS and Spatial Analysis, Chapter 11, 13; [book section] Encyclopedia of GIS: Geary’s C Nanni
5. 03.10 14:00-16:00 Spatial Data Analysis II (theory) [slides] Spatial Data Analysis II [book chapter] Introduction to geographic information systems, Chapter 15; [book chapter] Intro to GIS and Spatial Analysis, Chapter 14; [book section] Spatial data science for sustainable development, Tutorial 3 (Spatial Regression); [paper] Spatial co-location patterns, Sect. 3.1; [paper] Trend Detection in Spatial Databases , Sect. 4 Nanni
6. 04.10 14:00-16:00 Spatial Data Analysis II (practice) [code] Spatial Analysis exercises PySAL: Python Spatial Analysis Library; Scikit-learn KNeighborsRegressor; PyKrige Nanni
7. 17.10 14:00-16:00 Geographic and Mobility data (theory) [slides] Geographic and Mobility Data [paper] A survey of deep learning for human mobility , Appendix C.1, C.2, C.3; [paper] Evaluation of home detection algorithms on mobile phone data using individual-level ground truth , Section 1 “Introduction”, Section 2 “Mobile phone datasets”; [paper] A survey of results on mobile phone datasets analysis , Section 1 “Introduction”, Section 3 “Adding space - geographical networks”; [paper] Urban Human Mobility: Data-Driven Modeling and Prediction, Section 2.2 “Popular Urban Data”; Pappalardo
8. 18.10 14:00-16:00 Geographic and Mobility data (practice) [code] Exercise: converting a GPS trace into CDR one [paper] scikit-mobility: a Python library for the Analysis, Generation, and Risk Assessment of Mobility Data, Section 4 “Plotting”; [video] scikit-mobility data module; [tutorial] OSMnx: Python for Street Networks; [paper] OSMnx: New methods for acquiring, constructing, analyzing, and visualizing complex street networks; [book chapter] Intro to Python GIS, Retrieving OpenStreetMap data ; Cornacchia
9. 24.10 14:00-16:00 Data Preprocessing (theory) [slides] Data Preprocessing [paper] Review and classification of trajectory summarisation algorithms: From compression to segmentation; [paper] Algorithms for the reduction of the number of points required to represent a digitized line or its caricature (Douglas-Peucker); [paper] A Trajectory Segmentation Map-Matching Approach for Large-Scale, High-Resolution GPS Data; [paper] Hidden Markov Map Matching Through Noise and Sparseness Cornacchia
10. 25.10 14:00-16:00 Data Preprocessing (practice) [code] Exercise: implementing speed-based noise filtering Cornacchia
12. 07.11 14:00-16:00 Individual Mobility Patterns (theory) [slides] Individual mobility patterns [paper] The scaling laws of human travel; [paper] Understanding individual human mobility patterns; [paper] Human Mobility: Models and Applications, Sections 3.1 and 4; [paper] Returners and Explorers dichotomy in Human Mobility; [paper] Limits of predictability in human mobility; [paper] Modelling the scaling properties of human mobility; Pappalardo
13. 08.11 14:00-16:00 Individual Mobility Patterns (practice) Practice session on individual measures Mauro
14. 14.11 14:00-16:00 Individual and Collective Mobility models (theory) Human Mobility Models [paper] Modelling the scaling properties of human mobility; [paper] Human Mobility: Models and Applications; [paper] A universal model for mobility and migration patterns; [paper] Systematic comparison of trip distribution laws and models: [paper] A Deep Gravity model for mobility flows generation Pappalardo
15. 15.11 14:00-16:00 Individual and Collective Mobility models (practice) Practice session on the Gravity model Mauro
16. 28.11 14:00:16:00 Guest lecture Riccardo Di Clemente
17. 29.11 14:00:16:00 Mobility pattern mining Nanni
18. 05.12 14:00:16:00 Next-location prediction Nanni
19. 06.12 14:00:16:00 Mobility pattern mining and next-location prediction (practice) Cornacchia

Previous Geospatial Analytics websites

geospatialanalytics/gsa/start.txt · Ultima modifica: 25/11/2024 alle 10:14 (3 giorni fa) da Luca Pappalardo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki