"""
Creator: M.Schaefer, GIS Manager, University of Portsmouth
Title: Point to point comparison over time
Purpose: Monitor change over time for uniquely identified points.
Data Requirements: A list of identified points that have been measured over
multiple surveys. This program will work out the distance,
azimuth and change in height between every instance of a point with
the same ID.
Input is a csv file with no heading:
year (or survey ID), id, x, y, z
e.g. 2008,FEAT01,449850.6,75308.663,19.9
Required modules: sys, os, csv, pandas, numpy, arcpy
Python version: 2, 3
ESRI: ArcGIS Desktop, ArcGIS Pro
Data output: Two shapefiles, point and line. Two csv files, one with movement
between surveys and one with total movement between first and last survey.
"""
-
Notifications
You must be signed in to change notification settings - Fork 0
License
gisportsmouth/Point-to-point-comparison-ArcToolbox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published