Feeds
已回答
How to generate an image from a shapefile with the same projection of a GeoTIFF?
Hi all, I solved in this way GT = zeros(size(r_cd,1),size(r_cd,2),'logical'); for i = 1:length(roi) rx = roi(i).X; ...
How to generate an image from a shapefile with the same projection of a GeoTIFF?
Hi all, I solved in this way GT = zeros(size(r_cd,1),size(r_cd,2),'logical'); for i = 1:length(roi) rx = roi(i).X; ...
6 years 前 | 0
| 已接受
提问
How to generate an image from a shapefile with the same projection of a GeoTIFF?
Hi, I'm looking for a way to generate an image with the same projection of a GeoTIFF that it is independent of the shapefile (t...
6 years 前 | 1 个回答 | 0