You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database.buildLocationDatabase function assumes a fixed format for the input shape file, which is based on the stationlist.shp file that is supplied with the code.
If a user wishes to use a different location file, it must match the format of that shape file, else the function will raise an unhandled exception.
Need to have a way of mapping the attributes of the input shape file to the required attributes of tblLocations in locations.db
The text was updated successfully, but these errors were encountered:
The
database.buildLocationDatabase
function assumes a fixed format for the input shape file, which is based on thestationlist.shp
file that is supplied with the code.If a user wishes to use a different location file, it must match the format of that shape file, else the function will raise an unhandled exception.
Need to have a way of mapping the attributes of the input shape file to the required attributes of
tblLocations
inlocations.db
The text was updated successfully, but these errors were encountered: