Introduction
This Repository contains code which is the back end for the Site-Maker project, called Addonis
Prerequisites
-
Folder containing a NHDFlowline shapefile
Folder containing a NY_Site shapefile
Folder containing these two folders inside of it
X coordinate (latitude in decimal degrees)
Y coordinate (longitude in decimal degrees)
Execution
from GDALCode import determineNewSiteID
newID = determineNewSiteID(x,yfolderPath,sitefileName,linefileName)
Details For more information, see the Documentation Folder