-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathspatial_density.conf
61 lines (61 loc) · 2 KB
/
spatial_density.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#########
# INPUTS
#########
#-----------------------------
#Calculate spatial density (SPD=1) or spatial intensity (SPD=2)
SPD=1
#-------------------------------------------------------
# these values refer to the map boundaries in
# UTM meters. The map area should completely
# enclose the final spatial density map. Sometimes
# you need to run the spatial density code a
# couple of times to adjust and get these values right.
#-------------------------------------------------------
SOUTH=4440000
NORTH=4560000
EAST=700000
WEST=550000
#-----------------------
# UTM zone, map projection, datum, ellipsoid of data area
#-----------------------
UTM_ZONE=10
DATUM=WGS84
ELLPS=WGS84
PROJ=utm
#--------------------------------------------
# The grid spacing in meters of the map area.
#--------------------------------------------
GRID_SPACING=500
#--------------------------------------------
# Input file name for file of erupted vent
# locations.
# FORMAT is 2 columns: easting northing
#-------------------------------------------
EVENT_FILE=all_vents.wgs84z10.xy.ll
#-------------------------------------------
############
# OUTPUTS
############
#--------------------------------------------------
# This file stores the bandwidth parameters from R.
#--------------------------------------------------
BANDWIDTH_FILE=bandwidth.dat
#------------------------------------------------
# File containing area of interest data locations
#------------------------------------------------
AOI_FILE=
#------------------------------------------------
# File(s) containing DEM (netCDF grd file for GMT)
# Separate multiple DEM files with a ';'
#------------------------------------------------
#DEM_FILES=NED/imgn41w121_13.grd;NED/imgn41w122_13.grd
#------------------------------------------------
# Options are:
# 0: No plot
# 1: Quartile plot (WGS84/latlon)
# 2: Log(output) plot (WGS84/lat/lon
# 3: Quartile plot (UTM/meters)
# 4: Log(output) plot (UTM/meters)
#------------------------------------------------
PLOT=1
MAP_SCALE=1200000