python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Geopandas' "to_crs" function won't work with Orthographic projection
I am trying to use Geopandas to plot a map of the world in the Orthographic Projection, as shown in TowardsDataScience and tried to use the "to_crs" function with the crs of "EPSG: 9840...
TheDoughSmith
Votes: 0
Answers: 1
Orthographic perspective map ̀problems
I was trying to make a sphere using some data I found on Wikipedia about the Orthographic projection of a map and there's been something that has been keeping me busy for some time. When I run the pro...
MisterJuanXDLOL
Votes: 0
Answers: 1
Three.js Line Using Orthographic Camera
I am using THREE.MeshLine from https://github.com/spite/THREE.MeshLine to try and draw lines in three.js. The lines appear to work when using a perspective camera to view the scene as the demos showed...

Mampinator
Votes: 0
Answers: 1
How should I setup orthographic projection to fit multiple screen sizes
I am currently trying to setup orthographic projection for a game in OpenGL, but I struggle a bit with setting it up correctly.
Currently I am calculating my projection using this simple function:
glm...
user9210692
Votes: 0
Answers: 1