Home
last modified time | relevance | path

Searched refs:resolution_calc (Results 1 – 1 of 1) sorted by relevance

/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_dem.c2655 double resolution_calc=0.0; in command_check_dem_db() local
2665resolution_calc=(dem_config->dem_extent_maxx-dem_config->dem_extent_minx)*(dem_config->dem_extent_… in command_check_dem_db()
2681 fprintf(stderr,"Dem: resolution(%s) %2.7f\n",dem_config->dem_geometry, resolution_calc); in command_check_dem_db()
2759 …"-W-> -rdem was not set. Using: resolution(%s) %2.7f\n",dem_config->dem_geometry, resolution_calc); in command_check_dem_db()
2761 resolution_dem=resolution_calc; in command_check_dem_db()
2767 …ing: resolution(%2.7f), overriding the calculated value: %2.7f\n",resolution_dem, resolution_calc); in command_check_dem_db()