How to know the extend for a map?

المشرف العام

Administrator
طاقم الإدارة
I have a file that is called no1.tif with these metadatsets

NC_GLOBAL#datum=+ellps = WGS84 NC_GLOBAL#ease_global=yes NC_GLOBAL#ease_origin_lat=-83.517136 NC_GLOBAL#ease_origin_lon=-179.87032 NC_GLOBAL#ease_projection=cylindrical NC_GLOBAL#ease_resolution=25 NC_GLOBAL#grip_mapping=projection NC_GLOBAL#srid=EPSG:3975 I have another file called kl.tif. Now I want re-project Kl.tif to be the same as no1.tif

From the metadat we know it is EPSG:3975 so

gdalwarp -t_srs EPSG:3975 kl.tif out.tif but what will be -te and -tr in this case?



أكثر...
 
أعلى