Move a polygon to a different place on the globe, while maintaining its true geographical size? (QGIS)Generalizing polygon file while maintaining topology in QGIS?heat map of density ratio of 2 layers of pointsQGIS Units and ScaleProvider feature filter causes QGIS rendering to stopUsing pyproj and Mercator: x_0=0 and y_0=0?Comparing projections with RHow to merge raster scenes while maintaining small file size?Move a polygon to specific placeExpanding polygons and clipping at midpoint?How to transform a shapefile's projection in ArcGIS?
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
Escape a backup date in a file name
Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?
Pole-zeros of a real-valued causal FIR system
How easy is it to start Magic from scratch?
Is there a problem with hiding "forgot password" until it's needed?
Would a high gravity rocky planet be guaranteed to have an atmosphere?
Do sorcerers' Subtle Spells require a skill check to be unseen?
Efficient way to transport a Stargate
Arithmetic mean geometric mean inequality unclear
What is the difference between "behavior" and "behaviour"?
What is paid subscription needed for in Mortal Kombat 11?
Two monoidal structures and copowering
How long to clear the 'suck zone' of a turbofan after start is initiated?
Unreliable Magic - Is it worth it?
Return the Closest Prime Number
Avoiding estate tax by giving multiple gifts
How does buying out courses with grant money work?
Sort a list by elements of another list
Was Spock the First Vulcan in Starfleet?
Short story about space worker geeks who zone out by 'listening' to radiation from stars
How did Arya survive the stabbing?
A Rare Riley Riddle
Go Pregnant or Go Home
Move a polygon to a different place on the globe, while maintaining its true geographical size? (QGIS)
Generalizing polygon file while maintaining topology in QGIS?heat map of density ratio of 2 layers of pointsQGIS Units and ScaleProvider feature filter causes QGIS rendering to stopUsing pyproj and Mercator: x_0=0 and y_0=0?Comparing projections with RHow to merge raster scenes while maintaining small file size?Move a polygon to specific placeExpanding polygons and clipping at midpoint?How to transform a shapefile's projection in ArcGIS?
I'm trying to do something similar to the Greenland vs Africa comparison -- superimpose one country over another, showing how their true sizes compare (the example on the right).
Thought this would be a simple thing to do, but now that I am trying to do it, I'm having a hard time figuring it out. Is there a simple way to do this, ideally using Qgis?
qgis coordinate-system
add a comment |
I'm trying to do something similar to the Greenland vs Africa comparison -- superimpose one country over another, showing how their true sizes compare (the example on the right).
Thought this would be a simple thing to do, but now that I am trying to do it, I'm having a hard time figuring it out. Is there a simple way to do this, ideally using Qgis?
qgis coordinate-system
add a comment |
I'm trying to do something similar to the Greenland vs Africa comparison -- superimpose one country over another, showing how their true sizes compare (the example on the right).
Thought this would be a simple thing to do, but now that I am trying to do it, I'm having a hard time figuring it out. Is there a simple way to do this, ideally using Qgis?
qgis coordinate-system
I'm trying to do something similar to the Greenland vs Africa comparison -- superimpose one country over another, showing how their true sizes compare (the example on the right).
Thought this would be a simple thing to do, but now that I am trying to do it, I'm having a hard time figuring it out. Is there a simple way to do this, ideally using Qgis?
qgis coordinate-system
qgis coordinate-system
edited 16 hours ago
nmtoken
8,06642866
8,06642866
asked Dec 4 '15 at 4:37
mgalkamgalka
30027
30027
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
you should project your data into an equal area projection (e.g. cylindrical equal area, EPSG:9835). Then you can move your polygon to another place in order to illustrate the size difference. After saving your edit, you can project back to Mercator so that the shape of Africa (or your other country of interest) is the same.
add a comment |
I suggest you save as, the shape that you want to move as a new shapefile and move it however ever you want. However, have the original shapefile that is not moved. Having separate shapefiles allows you to maneuver the shape and save your edits without tampering with the original and correct dataset.
add a comment |
You can achieve this visually in a Print Layout without manipulating your data.
Create two maps in print layout. Center one map on country 1, and the other map on country 2. Change the item
Id
of each map to the name of the country in that map.Move the front map on top of the back map, and resize one of the map so they're the same size. Turn off the background for the front map. Set both maps to the same scale.
Set the CRS of both maps to an equal area projected coordinate system. Note that the scale of the map item may change when you change the CRS, so make sure to change it back so both maps are at the same scale.
Here's what Africa and Greenland look like with both maps in EPSG:54036
World_Cylindrical_Equal_Area
.
Looks terrible, right? That's because Greenland is really close to the North Pole, and Africa is centered on the Equator. They're never going to look good in the same projection.
In cases where the two countries are at very different latitudes, and/or one of them is close to a pole, they won't look "right" in the same projection. Change the CRS of each map to a projection centered on the country in that map. Ideally these would be similar types of projections, eg both Albers equal area conic. Unfortunately in the case of Greenland, the options are quite limited. Try out some different combinations, and see what you're happy with.
Here's what Greenland and Africa look like in EPSG:5938
WGS 84 / EPSG Greenland Polar Stereographic
and EPSG:102022Africa_Albers_Equal_Area_Conic
, respectively:Here's what Greenland and Africa look like with the Greenland map changed to EPSG: 3574
WGS 84 / North Pole LAEA Atlantic
, and Africa still inAfrica_Albers_Equal_Area_Conic
:
add a comment |
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
);
);
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%2f172581%2fmove-a-polygon-to-a-different-place-on-the-globe-while-maintaining-its-true-geo%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
you should project your data into an equal area projection (e.g. cylindrical equal area, EPSG:9835). Then you can move your polygon to another place in order to illustrate the size difference. After saving your edit, you can project back to Mercator so that the shape of Africa (or your other country of interest) is the same.
add a comment |
you should project your data into an equal area projection (e.g. cylindrical equal area, EPSG:9835). Then you can move your polygon to another place in order to illustrate the size difference. After saving your edit, you can project back to Mercator so that the shape of Africa (or your other country of interest) is the same.
add a comment |
you should project your data into an equal area projection (e.g. cylindrical equal area, EPSG:9835). Then you can move your polygon to another place in order to illustrate the size difference. After saving your edit, you can project back to Mercator so that the shape of Africa (or your other country of interest) is the same.
you should project your data into an equal area projection (e.g. cylindrical equal area, EPSG:9835). Then you can move your polygon to another place in order to illustrate the size difference. After saving your edit, you can project back to Mercator so that the shape of Africa (or your other country of interest) is the same.
answered 16 hours ago
radouxjuradouxju
41.2k144121
41.2k144121
add a comment |
add a comment |
I suggest you save as, the shape that you want to move as a new shapefile and move it however ever you want. However, have the original shapefile that is not moved. Having separate shapefiles allows you to maneuver the shape and save your edits without tampering with the original and correct dataset.
add a comment |
I suggest you save as, the shape that you want to move as a new shapefile and move it however ever you want. However, have the original shapefile that is not moved. Having separate shapefiles allows you to maneuver the shape and save your edits without tampering with the original and correct dataset.
add a comment |
I suggest you save as, the shape that you want to move as a new shapefile and move it however ever you want. However, have the original shapefile that is not moved. Having separate shapefiles allows you to maneuver the shape and save your edits without tampering with the original and correct dataset.
I suggest you save as, the shape that you want to move as a new shapefile and move it however ever you want. However, have the original shapefile that is not moved. Having separate shapefiles allows you to maneuver the shape and save your edits without tampering with the original and correct dataset.
answered 17 hours ago
Nauwanga NauwangaNauwanga Nauwanga
7217
7217
add a comment |
add a comment |
You can achieve this visually in a Print Layout without manipulating your data.
Create two maps in print layout. Center one map on country 1, and the other map on country 2. Change the item
Id
of each map to the name of the country in that map.Move the front map on top of the back map, and resize one of the map so they're the same size. Turn off the background for the front map. Set both maps to the same scale.
Set the CRS of both maps to an equal area projected coordinate system. Note that the scale of the map item may change when you change the CRS, so make sure to change it back so both maps are at the same scale.
Here's what Africa and Greenland look like with both maps in EPSG:54036
World_Cylindrical_Equal_Area
.
Looks terrible, right? That's because Greenland is really close to the North Pole, and Africa is centered on the Equator. They're never going to look good in the same projection.
In cases where the two countries are at very different latitudes, and/or one of them is close to a pole, they won't look "right" in the same projection. Change the CRS of each map to a projection centered on the country in that map. Ideally these would be similar types of projections, eg both Albers equal area conic. Unfortunately in the case of Greenland, the options are quite limited. Try out some different combinations, and see what you're happy with.
Here's what Greenland and Africa look like in EPSG:5938
WGS 84 / EPSG Greenland Polar Stereographic
and EPSG:102022Africa_Albers_Equal_Area_Conic
, respectively:Here's what Greenland and Africa look like with the Greenland map changed to EPSG: 3574
WGS 84 / North Pole LAEA Atlantic
, and Africa still inAfrica_Albers_Equal_Area_Conic
:
add a comment |
You can achieve this visually in a Print Layout without manipulating your data.
Create two maps in print layout. Center one map on country 1, and the other map on country 2. Change the item
Id
of each map to the name of the country in that map.Move the front map on top of the back map, and resize one of the map so they're the same size. Turn off the background for the front map. Set both maps to the same scale.
Set the CRS of both maps to an equal area projected coordinate system. Note that the scale of the map item may change when you change the CRS, so make sure to change it back so both maps are at the same scale.
Here's what Africa and Greenland look like with both maps in EPSG:54036
World_Cylindrical_Equal_Area
.
Looks terrible, right? That's because Greenland is really close to the North Pole, and Africa is centered on the Equator. They're never going to look good in the same projection.
In cases where the two countries are at very different latitudes, and/or one of them is close to a pole, they won't look "right" in the same projection. Change the CRS of each map to a projection centered on the country in that map. Ideally these would be similar types of projections, eg both Albers equal area conic. Unfortunately in the case of Greenland, the options are quite limited. Try out some different combinations, and see what you're happy with.
Here's what Greenland and Africa look like in EPSG:5938
WGS 84 / EPSG Greenland Polar Stereographic
and EPSG:102022Africa_Albers_Equal_Area_Conic
, respectively:Here's what Greenland and Africa look like with the Greenland map changed to EPSG: 3574
WGS 84 / North Pole LAEA Atlantic
, and Africa still inAfrica_Albers_Equal_Area_Conic
:
add a comment |
You can achieve this visually in a Print Layout without manipulating your data.
Create two maps in print layout. Center one map on country 1, and the other map on country 2. Change the item
Id
of each map to the name of the country in that map.Move the front map on top of the back map, and resize one of the map so they're the same size. Turn off the background for the front map. Set both maps to the same scale.
Set the CRS of both maps to an equal area projected coordinate system. Note that the scale of the map item may change when you change the CRS, so make sure to change it back so both maps are at the same scale.
Here's what Africa and Greenland look like with both maps in EPSG:54036
World_Cylindrical_Equal_Area
.
Looks terrible, right? That's because Greenland is really close to the North Pole, and Africa is centered on the Equator. They're never going to look good in the same projection.
In cases where the two countries are at very different latitudes, and/or one of them is close to a pole, they won't look "right" in the same projection. Change the CRS of each map to a projection centered on the country in that map. Ideally these would be similar types of projections, eg both Albers equal area conic. Unfortunately in the case of Greenland, the options are quite limited. Try out some different combinations, and see what you're happy with.
Here's what Greenland and Africa look like in EPSG:5938
WGS 84 / EPSG Greenland Polar Stereographic
and EPSG:102022Africa_Albers_Equal_Area_Conic
, respectively:Here's what Greenland and Africa look like with the Greenland map changed to EPSG: 3574
WGS 84 / North Pole LAEA Atlantic
, and Africa still inAfrica_Albers_Equal_Area_Conic
:
You can achieve this visually in a Print Layout without manipulating your data.
Create two maps in print layout. Center one map on country 1, and the other map on country 2. Change the item
Id
of each map to the name of the country in that map.Move the front map on top of the back map, and resize one of the map so they're the same size. Turn off the background for the front map. Set both maps to the same scale.
Set the CRS of both maps to an equal area projected coordinate system. Note that the scale of the map item may change when you change the CRS, so make sure to change it back so both maps are at the same scale.
Here's what Africa and Greenland look like with both maps in EPSG:54036
World_Cylindrical_Equal_Area
.
Looks terrible, right? That's because Greenland is really close to the North Pole, and Africa is centered on the Equator. They're never going to look good in the same projection.
In cases where the two countries are at very different latitudes, and/or one of them is close to a pole, they won't look "right" in the same projection. Change the CRS of each map to a projection centered on the country in that map. Ideally these would be similar types of projections, eg both Albers equal area conic. Unfortunately in the case of Greenland, the options are quite limited. Try out some different combinations, and see what you're happy with.
Here's what Greenland and Africa look like in EPSG:5938
WGS 84 / EPSG Greenland Polar Stereographic
and EPSG:102022Africa_Albers_Equal_Area_Conic
, respectively:Here's what Greenland and Africa look like with the Greenland map changed to EPSG: 3574
WGS 84 / North Pole LAEA Atlantic
, and Africa still inAfrica_Albers_Equal_Area_Conic
:
answered 13 hours ago
cskcsk
9,3531035
9,3531035
add a comment |
add a comment |
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%2f172581%2fmove-a-polygon-to-a-different-place-on-the-globe-while-maintaining-its-true-geo%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