Skip to content

JacobCreamer/SP-Spatial-Indexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

SP-Spatial-Indexing

Required Inputs

Input Description
Elevation Data Option 1: CSV file Use a CSV file with latitude, longitude, total distance to each point, and elevation at each point alpong the profile.
Elevation Data Option 2: DEM & Shapefile The elevation data is extracted to each point along the shapefile. An equivalent to the Option 1 CSV is created in the script to perform the same functions.
AEF or AEP H5 Files A list of H5 files can be specified or all H5s can be read from the working directory.
Units of Elevation Data Specify if elevation data is in meters of feet.

Also note: The call_chs_h5_converter.m and chs_h5_converter.m scripts must both be in the directory or a path added to access them. These scripts are required for converting the H5 files into a matlab structure so that the data can be read for each file.

Optional Inputs

Input Description
Enable/Disable CSV Outputs CSV outputs contain a chart of spatially ordered savepoints and their associated AEF data. Two CSVs are created, one for SWL and one for Hm0.
Enable/Disable Raster Plot If enabled, a raster plot is created using the provided DEM.
Raster Scaling Factor A scaling factor for decreasing the size of the raster before plotting.

Example User Input Section

User_inputs

Example Directory

folder

Outputs

Map plot of project

The savepoints are plotted and labeled according to data extracted from H5s. The shape file is plotted to represent the structure. Shortest distance lines are plotted to show point locations where AEF data is plotted along structure profile. Midpoints between savepoint plot locations are marked with a black 'x'. The beginning point of the shapefile is marked with a red '*'.

map_plot_3


Savepoint SWL AEF Chart

SWL AEF data is plotted for each savepoint. The savepoints have been spatially ordered along the profile of the structure.

swl_aef_3


Savepoint Hm0 AEF Chart

Hm0 AEF data is plotted for each savepoint. Once again, the savepoints are spatially ordered along the profile.

hm0_aef_3


Savepoint SWL AEF Along Profile

SWL AEF data is plotted along the profile of the structure.

swl_profile_3


Savepoint Hm0 AEF Along Profile

Hm0 AEF data is plotted along the profile of the structure.

hm0_profile_3

Output CSV Example

Each column is labeled at top row with the savepoint name. Savepoints are spatially ordered and all AEF data is recorded.

csv_example

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages