Skip to content

Commit

Permalink
examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrkm committed Oct 24, 2023
1 parent 10229a0 commit 8a5777a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
28 changes: 7 additions & 21 deletions examples/binvalsV8/binvalsV8.meta
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ bin_coverage PARTIAL
# specify the input
input_files inputfiles/bridges_2020_WGS84/bridges_2020_WGS84.shp
point_input_file_type GDAL
input_delimiter " "
input_value_field_name LENGTH_FT

# specify the output
cell_output_control OUTPUT_OCCUPIED
output_cell_label_type OUTPUT_ADDRESS_TYPE
output_address_type SEQNUM

output_delimiter ","
precision 7

# what data to output for each cell?
Expand All @@ -46,16 +43,8 @@ output_total_field_name totLenFt
output_mean TRUE
output_mean_field_name meanLenFt

# version 7 style text output parameters
# for backwards compatibility the text file is output by default.
output_file_name outputfiles/textOutput.txt
# Set to NONE for no text output.
output_file_type TEXT

# specify the per-cell output using GDAL-supported file formats

# specify which output you want to put together in a GDAL_COLLECTION
# this must include cell and/or point output
# output cell boundaries
cell_output_type GDAL
cell_output_gdal_format "ESRI Shapefile"
cell_output_file_name outputfiles/cells
Expand All @@ -65,13 +54,10 @@ point_output_type GDAL
point_output_gdal_format "ESRI Shapefile"
point_output_file_name outputfiles/points

# other output parameters
densification 0
precision 7

# force cells who straddle the anti-meridian to "unwrap" to the east
# (i.e., all vertices output with a positive longitude)
longitude_wrap_mode UNWRAP_EAST
# force points to follow the associated cells when the cell is "unwrapped"
unwrap_points TRUE
# version 7 style text output parameters
# for backwards compatibility the text file is output by default.
output_file_name outputfiles/textOutput.txt
# Set to NONE for no text output.
output_file_type TEXT
output_delimiter ","

8 changes: 4 additions & 4 deletions examples/sampleOutput/binvalsV8/binvalsV8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ input_files inputfiles/bridges_2020_WGS84/bridges_2020_WGS84.shp (user set)
input_file_name valsin.txt (default)
point_input_file_type GDAL (user set)
input_address_type GEO (default)
input_delimiter " " (user set)
input_delimiter " " (default)
output_file_name outputfiles/textOutput.txt (user set)
output_file_type TEXT (user set)
output_address_type SEQNUM (user set)
output_delimiter "," (user set)
densification 0 (user set)
longitude_wrap_mode UNWRAP_EAST (user set)
unwrap_points true (user set)
densification 0 (default)
longitude_wrap_mode WRAP (default)
unwrap_points true (default)
output_cell_label_type OUTPUT_ADDRESS_TYPE (user set)
cell_output_type GDAL (user set)
point_output_type GDAL (user set)
Expand Down

0 comments on commit 8a5777a

Please sign in to comment.