You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1Do you really mean calculating the distortion or do you really want to know how to calculate the projection itself? Perhaps you could make an image available on the Web to illustrate what you're trying to accomplish. Your use of "match" suggests you would like to determine how to transform one image to another, indicating you need to specify what you're starting with as well as what you want to end up with.whuber– whuber2012-06-27 22:27:58 +00:00Commented Jun 27, 2012 at 22:27
- 1We understand it is hard to describe what you want to do without knowing the jargon, but it sounds like you're trying to describe the process rather than the result. Try starting with a problem you want to solve, then the results you would like, and we'll try to fill in the gaps :)MerseyViking– MerseyViking2012-06-27 23:37:02 +00:00Commented Jun 27, 2012 at 23:37
- In technical terms: you want to reproject from the equirectangular projection to an orthographic ("world from space") projection. What software can you use? If you have GIS software or are willing to code against a projection library, the work is basically done for you. Otherwise, you need to implement the equations for unprojecting the equirectangular projection (easy) and projecting the orthographic projection (not too hard, but requires some skills in coding numerical routines).whuber– whuber2012-06-28 14:07:25 +00:00Commented Jun 28, 2012 at 14:07
- 1I saw this post and I'm trying to basically do the exact same thing. I want to draw 2D circles that distort correctly when projected onto a 3D sphere. I was wondering if you would be willing to share the algorithm you used for the distortion of the 2D circles? Should really have been a comment not an answer, but I wrote it in the wrong spot. Sorry.HankTurbo– HankTurbo2012-07-25 03:37:09 +00:00Commented Jul 25, 2012 at 3:37
- You should draw your data in 3D space then project it back to the sphere.AngelLeliel– AngelLeliel2012-11-19 08:59:23 +00:00Commented Nov 19, 2012 at 8:59
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. arcgis-desktop), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you