Skip to content

Commit

Permalink
improved resolution in gecsx config files
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Dec 21, 2023
1 parent b7c419f commit f62358c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyrad_config/11_visibility/visibility_norad_prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ gecsx STRUCT 18
datatype STRING dBZ
demfile STRING swisstopo_DEM.tif
demproj STRING 21781 # EPSG code, a OGC WKT or Proj4 string, required if projection is not available in demfile metadata
az_discretization FLOAT 2 # numerical step in azimuth in Cartesian visibility estimation [degree]
range_discretization FLOAT 1000 # numerical step in range in Cartesian visibility estimation [m]
az_discretization FLOAT 0.2 # numerical step in azimuth in Cartesian visibility estimation [degree]
range_discretization FLOAT 100 # numerical step in range in Cartesian visibility estimation [m]
do_range_weighting INT 1
raster_oversampling INT 1
verbose INT 1
Expand All @@ -25,7 +25,7 @@ gecsx STRUCT 18
azmin FLOAT 180. # [deg] minimum azimuth angle
azmax FLOAT 360. # [deg] maximum azimuth angle
anglestep FLOAT 1. # [deg] azimuth angle step
range_resolution FLOAT 500. # range resolution
range_resolution FLOAT 75. # range resolution
antenna_elevations FLTARR 3 # You can choose here to use only a subset of all available antenna elevations from the radar file (to save time and because you are likely not interested in high elevations, where ivsibility should be good anyway)
1.0
1.8
Expand Down
4 changes: 2 additions & 2 deletions pyrad_config/11_visibility/visibility_prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ gecsx STRUCT 13
datatype STRING dBZ
demfile STRING swisstopo_DEM.tif
demproj STRING 21781 # EPSG code, a OGC WKT or Proj4 string, required if projection is not available in demfile metadata
az_discretization FLOAT 2 # numerical step in azimuth in Cartesian visibility estimation [degree]
range_discretization FLOAT 1000 # numerical step in range in Cartesian visibility estimation [m]
az_discretization FLOAT 0.2 # numerical step in azimuth in Cartesian visibility estimation [degree]
range_discretization FLOAT 100 # numerical step in range in Cartesian visibility estimation [m]
do_range_weighting INT 1
raster_oversampling INT 1
verbose INT 1
Expand Down

0 comments on commit f62358c

Please sign in to comment.