I use high resolution terrain data to create a new file 'topo_ASTER ' in the geog ,and make a new option in the GEOGRID.TBL
However ,when I am tryintg torun ./geogrid.exe , this code shows up :In /geog/topo_ASTER/index,unrecognized option in entry 16.
The index is that:
type = continuous
signed = yes
projection = regular_ll
dx = 0.00027777778
dy = 0.00027777778
known_x = 1.0
known_y = 1.0
known_lat = 31
known_lon = 100
wordsize =2
endian = little
filename_digits=6
tile_x = 3601
tile_y = 3601
tile_z = 1
row_order=top_bottom
missing_value = 32768
units = "meters MSL"
description = "ASTER 1-sec Topography Height"
the entry 16 is "row_order=top_bottom"
Why is it unrecongnized ?
However ,when I am tryintg torun ./geogrid.exe , this code shows up :In /geog/topo_ASTER/index,unrecognized option in entry 16.
The index is that:
type = continuous
signed = yes
projection = regular_ll
dx = 0.00027777778
dy = 0.00027777778
known_x = 1.0
known_y = 1.0
known_lat = 31
known_lon = 100
wordsize =2
endian = little
filename_digits=6
tile_x = 3601
tile_y = 3601
tile_z = 1
row_order=top_bottom
missing_value = 32768
units = "meters MSL"
description = "ASTER 1-sec Topography Height"
the entry 16 is "row_order=top_bottom"
Why is it unrecongnized ?