how can I create projected grid (UTM) to import in Qgis ?

2 views (last 30 days)
Hi,
I created a file with utm coordinate but I need to create a projected grid to open in Qgis, i know how to create geotiff but i want in UTm not geographic.

Answers (1)

Shunichi Kusano
Shunichi Kusano on 12 Jun 2019
When creating geotiff file, you can specify UTM coordinates. This is the link.
  2 Comments
Roshanak Vadoodi
Roshanak Vadoodi on 12 Jun 2019
could you please tell me which part exactly I should choose. should I specify utmzone ?
Shunichi Kusano
Shunichi Kusano on 12 Jun 2019
I'm sorry for this. Please specify the "CoordSysRefCode" property. Input the EPSG code for this property.
This is an example.
geotiffwrite('test.tif', A, R, 'CoordSysRefCode', 32654); % WGS 84 / UTM zone 54N
I checked the code here.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!