Releases: ucgmsim/Vs30
Python Translated
Provides full functionality in Python.
Last commit containing R codes with a few updates from previous release. R was replaced because it took too much effort to minimise ram usage, maintain decent speed and for general maintainability/ease of use.
Last commit containing old web map server using mapbox polygons for squares.
Datasets
- Kaiser Et Al, McGann, Wotherspoon
- CPT based dataset
Features
- observed sites clustering
2020 R Version
Tidied up R version from Kevin Foster that runs from start to finish. Prior to most work done for CPT starting 2021, first version prior to major changes, tested over a few months.
A few updates provided in next release to reduce memory usage and add support for the CPT based dataset. That is the last release containing R code.
Datasets
Datasets are available as a combination of the following.
- Kaiser Et Al
- McGann (downsampled)
- Wotherspoon
Features
- standard deviation weighting
Note
Dataset was only prepared for later version. Reference to coastlines in shared.R:
coast_poly = readOGR(dsn=paste0(PLOTRES, "Paths/lds-nz-coastlines-and-islands/EPSG_2193"), layer="nz-coastlines-and-islands-polygons-topo-1500k")should be changed to:
coast_poly = readOGR(dsn=paste0(PREFIX, "coast"), layer="nz-coastlines-and-islands-polygons-topo-1500k")PREFIX is the location to the dataset and is set near the top of shared.R.