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; ...
5년 초과 전 | 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...
5년 초과 전 | 답변 수: 1 | 0