Conversion between unknown map projections?Overlaying layers with different projections on AndroidCalculate...
Why are "square law" devices important?
Coworker asking me to not bring cakes due to self control issue. What should I do?
bash aliases do not expand even with shopt expand_aliases
How can I make my enemies feel real and make combat more engaging?
Dot product with a constant
Boss asked me to sign a resignation paper without a date on it along with my new contract
Did the characters in Moving Pictures not know about cameras like Twoflower's?
Can you wish for more wishes from an Efreeti bound to service via an Efreeti Bottle?
Is there a way to pause a running process on Linux systems and resume later?
Can I do anything else with aspersions other than cast them?
Build ASCII Podiums
How can guns be countered by melee combat without raw-ability or exceptional explanations?
How Create a list of the first 10,000 digits of Pi and sum it?
How can changes in personality/values of a person who turned into a vampire be explained?
Multiple null checks in Java 8
Can a planet be tidally unlocked?
What does @ mean in a hostname in DNS configuration?
Variance of sine and cosine of a random variable
What is the reason behind this musical reference to Pinocchio in the Close Encounters main theme?
Draw triangle with text in vertices/edges
Now...where was I?
Can I combine Divination spells with Arcane Eye?
Why is Bernie Sanders maximum accepted donation on actblue $5600?
Why is Shelob considered evil?
Conversion between unknown map projections?
Overlaying layers with different projections on AndroidCalculate lat/long as percentage distance between two points (MSSQL)Azimuth on projected tile mapDistance between points not consistentVizualise different projections of a vector using QGISRelation between scale factor and standard meridians/parallels
So I have two maps
- One that divides regions into small provinces (represented with
"ID"s
) - Another showing which country controlled each part (shown with colours)
I want to overlay them to see which provinces would be controlled by each country.
The issue is that the maps have different projections. The one with the provinces is from Hearts of Iron IV and since I'm in Europe, it essentially is using the Miller Projection.
But I'm not sure which projection the other one is using. This was my attempt to overlay the two:
My question is: What is the best way to do this? Is there a program for it? Should I try even thinner strips? Maybe a mathematical approach is best?
Here's the second (non-province-containing) map if anyone thinks they'd be able to identify the projection.
reprojection-mathematics
New contributor
add a comment |
So I have two maps
- One that divides regions into small provinces (represented with
"ID"s
) - Another showing which country controlled each part (shown with colours)
I want to overlay them to see which provinces would be controlled by each country.
The issue is that the maps have different projections. The one with the provinces is from Hearts of Iron IV and since I'm in Europe, it essentially is using the Miller Projection.
But I'm not sure which projection the other one is using. This was my attempt to overlay the two:
My question is: What is the best way to do this? Is there a program for it? Should I try even thinner strips? Maybe a mathematical approach is best?
Here's the second (non-province-containing) map if anyone thinks they'd be able to identify the projection.
reprojection-mathematics
New contributor
add a comment |
So I have two maps
- One that divides regions into small provinces (represented with
"ID"s
) - Another showing which country controlled each part (shown with colours)
I want to overlay them to see which provinces would be controlled by each country.
The issue is that the maps have different projections. The one with the provinces is from Hearts of Iron IV and since I'm in Europe, it essentially is using the Miller Projection.
But I'm not sure which projection the other one is using. This was my attempt to overlay the two:
My question is: What is the best way to do this? Is there a program for it? Should I try even thinner strips? Maybe a mathematical approach is best?
Here's the second (non-province-containing) map if anyone thinks they'd be able to identify the projection.
reprojection-mathematics
New contributor
So I have two maps
- One that divides regions into small provinces (represented with
"ID"s
) - Another showing which country controlled each part (shown with colours)
I want to overlay them to see which provinces would be controlled by each country.
The issue is that the maps have different projections. The one with the provinces is from Hearts of Iron IV and since I'm in Europe, it essentially is using the Miller Projection.
But I'm not sure which projection the other one is using. This was my attempt to overlay the two:
My question is: What is the best way to do this? Is there a program for it? Should I try even thinner strips? Maybe a mathematical approach is best?
Here's the second (non-province-containing) map if anyone thinks they'd be able to identify the projection.
reprojection-mathematics
reprojection-mathematics
New contributor
New contributor
edited 6 mins ago
Vince
14.6k32748
14.6k32748
New contributor
asked 10 hours ago
watercanflowwatercanflow
61
61
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
});
}
});
watercanflow 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%2f313147%2fconversion-between-unknown-map-projections%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
watercanflow is a new contributor. Be nice, and check out our Code of Conduct.
watercanflow is a new contributor. Be nice, and check out our Code of Conduct.
watercanflow is a new contributor. Be nice, and check out our Code of Conduct.
watercanflow 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%2f313147%2fconversion-between-unknown-map-projections%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