Problem reprojecing GeoTIFF from WGS84 to UTM with gdalwarp Planned maintenance scheduled...
Flight departed from the gate 5 min before scheduled departure time. Refund options
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
What was the last profitable war?
French equivalents of おしゃれは足元から (Every good outfit starts with the shoes)
malloc in main() or malloc in another function: allocating memory for a struct and its members
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
How do I say "this must not happen"?
Why is there so little support for joining EFTA in the British parliament?
Is there a spell that can create a permanent fire?
Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?
How to ask rejected full-time candidates to apply to teach individual courses?
Does the main washing effect of soap come from foam?
What is a more techy Technical Writer job title that isn't cutesy or confusing?
Getting representations of the Lie group out of representations of its Lie algebra
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Sally's older brother
Centre cell vertically in tabularx
.bashrc alias for a command with fixed second parameter
Did any compiler fully use 80-bit floating point?
Statistical analysis applied to methods coming out of Machine Learning
Why can't fire hurt Daenerys but it did to Jon Snow in season 1?
First paper to introduce the "principal-agent problem"
Marquee sign letters
Diophantine equation 3^a+1=3^b+5^c
Problem reprojecing GeoTIFF from WGS84 to UTM with gdalwarp
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Fixing raster with wrong Eastings using QGIS and GDAL?Translating Modis HDF To GeoTIFF?Warping raster to new domain/resolution/projection causes data loss“Too many points” when using gdal2tiles.py in EPSG:4326Retaining resolution of MODIS data while reprojecting using gdalwarpCan gdalwarp reproject from ESPG:4326 (WGS84) to UTM?Are there any more specific tutorial about the -t_srs parameter in gdalwarp?CSRS to NAD83 datum shift with ogr2ogr using grid shift file failsSplitting and converting a large tif files into multiple .hgt filesreprojecting a tif file
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I've a GeoTIFF image in WGS84 and when I try with gdalwarp to reproject to UTM, it has problem.
Size of TIFF is J: 15769, W: 60027
When I try:
gdalwarp -t_srs '+proj=utm +zone=12 +datum=WGS84 +units=m +no_defs' test.tif test_utm1.tif
ERROR 1: Too many points (10201 out of 10201) failed to transform,
unable to compute output bounds.
What should I do differently?
gdal linux
New contributor
add a comment |
I've a GeoTIFF image in WGS84 and when I try with gdalwarp to reproject to UTM, it has problem.
Size of TIFF is J: 15769, W: 60027
When I try:
gdalwarp -t_srs '+proj=utm +zone=12 +datum=WGS84 +units=m +no_defs' test.tif test_utm1.tif
ERROR 1: Too many points (10201 out of 10201) failed to transform,
unable to compute output bounds.
What should I do differently?
gdal linux
New contributor
add a comment |
I've a GeoTIFF image in WGS84 and when I try with gdalwarp to reproject to UTM, it has problem.
Size of TIFF is J: 15769, W: 60027
When I try:
gdalwarp -t_srs '+proj=utm +zone=12 +datum=WGS84 +units=m +no_defs' test.tif test_utm1.tif
ERROR 1: Too many points (10201 out of 10201) failed to transform,
unable to compute output bounds.
What should I do differently?
gdal linux
New contributor
I've a GeoTIFF image in WGS84 and when I try with gdalwarp to reproject to UTM, it has problem.
Size of TIFF is J: 15769, W: 60027
When I try:
gdalwarp -t_srs '+proj=utm +zone=12 +datum=WGS84 +units=m +no_defs' test.tif test_utm1.tif
ERROR 1: Too many points (10201 out of 10201) failed to transform,
unable to compute output bounds.
What should I do differently?
gdal linux
gdal linux
New contributor
New contributor
edited 6 mins ago
Vince
14.8k32850
14.8k32850
New contributor
asked 20 mins ago
FrancisLiFrancisLi
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
FrancisLi is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319478%2fproblem-reprojecing-geotiff-from-wgs84-to-utm-with-gdalwarp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
FrancisLi is a new contributor. Be nice, and check out our Code of Conduct.
FrancisLi is a new contributor. Be nice, and check out our Code of Conduct.
FrancisLi is a new contributor. Be nice, and check out our Code of Conduct.
FrancisLi is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319478%2fproblem-reprojecing-geotiff-from-wgs84-to-utm-with-gdalwarp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown