Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Merge requests
!714
Production Release | nshmp-haz
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Production Release | nshmp-haz
main
into
production
Overview
0
Commits
15
Pipelines
1
Changes
2
Merged
Clayton, Brandon Scott
requested to merge
main
into
production
2 years ago
Overview
0
Commits
15
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
4bd5f428
Prev
Next
Show latest version
2 files
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
4bd5f428
Merge branch 'update-docs-unicode-windows' into 'main'
· 4bd5f428
Powers, Peter M.
authored
2 years ago
add note about unicode error and work around for windows users Closes
#558
See merge request
!711
docs/pages/Building-&-Running.md
+
4
−
0
Options
@@ -90,6 +90,10 @@ Disaggregations build on and output `HazardCalc` results along with other disagg
files. Disaggregations also have some independent
[
configuration
](
./Calculation-Configuration.md#calculation-configuration-parameters
)
options.
Windows users may run into errors caused by unicode characters in the disaggregation configuration
options. As a work around, add
`-Dfile.encoding="UTF-8"`
to the java call (see
[
example 7
](
../../etc/examples/7-disaggregation/README.md
)
for more details).
## Customizing Code
Whereas
*nshmp-haz*
contains code to run command line applications and web services, model
Loading