Tagged Questions
0
votes
0answers
15 views
How can I get equiretangele(or spherical, cylindrical) image with c++ , opencv?
I saw this process from blog.
He used a smartphone camera with fish-eye lens.
According to many papers I can't do without fov or focal length.
but He does.
But, as I know, May be he can't get fov ...
0
votes
1answer
51 views
Raster reprojection with D3
I'm trying to get my head around raster reprojection using D3's geo class and am a bit stuck.
This is a copy of Mike Bostock's original code found here. When running on my localhost the map is only ...
0
votes
1answer
80 views
Converting image coordinates from/to Latitude/Longitude representation in Robinson Projection
I have an image with a world map (displaying world in Robinson projection) and I need to find a corresponding coordinate (x/y) using latitude/longitude and vice versa.
For some reason I managed to ...
0
votes
0answers
73 views
Map projections
I am building a 'flat earth' 3D model of a small area of land for a simulation. Using google earth, I get the lat lon values for some grid lines near my chosen origin.
Then, using the Vincenty ...
0
votes
0answers
96 views
Image Projection to Equidistant Cylindrical Map Projection (Java)
I need to create a Equidistant Cylindrical projected/transformed image from an image that I have.
The formula for the equidistant cylindrical is ...
2
votes
1answer
219 views
R mapproj lambert-azimuthal equal area projection
How can I do a lambert-azimuthal equal area projection with the mapproj package?
http://cran.r-project.org/web/packages/mapproj/mapproj.pdf
There is
azequalarea() equal-area
and
...
0
votes
1answer
2k views
d3 geo - Map projection
With d3.geo, i want to draw a map with a projection that i do not want to find by try&error, but with a visual tool to help me along.
There is a tool out there: The Visual Map Configurator for ...
1
vote
0answers
69 views
Get Longitude Laltitude of a point in my Worldmap in Mollweide projection
I searched about a day now, but didnt find any example for my problem in Javacode.
I have a worldmap with a size of 2000*1400 Pixels with a 'Mollweide' projection.
How can I find out what is the ...
0
votes
0answers
106 views
Matlab Map Projections into a GUI on Venus
I've developed a Matlab program that transforms spherical coefficients from gravity data on Venus into topography, gravity, and geoid maps of any given lat/lon range using a GUI and imagesc.
...
0
votes
2answers
216 views
Map 3D point cloud onto surface then flatten
Mapping a point cloud onto a 3D "fabric" then flattening.
So I have a scientific dataset consisting of a point cloud in 3D, this point cloud comprises points on a surface that is curved. In order to ...
1
vote
1answer
106 views
How to create projection of a field of structures contained within vector in Matlab?
I want this (array = vector):
array.Select(elem => elem.my_field).ToArray(); // C# + Linq
array map _.my_field // Scala, I believe
In plain English, I have vector. Each element is structure. ...
0
votes
0answers
444 views
Lat/long coordinates to x/y on the Earth map image
I need to convert the lat/long coordinates taken from google maps to x/y coordinates on the Earth map image exactly like this (usual Mercator projection)
...
0
votes
1answer
158 views
Compute pixels geographical coordinates of a callibrated map
I have some calibrated maps (using MapCalibrator), for which I need to find out the corresponding OSM style tiles.
While I have found some algorithms to calculate the tiles from geographical ...
2
votes
1answer
258 views
Map tiling - What kind of projection?
I've taken a large image and divided it in to square tiles (256x256). It is made for google maps also, so the whole image is divided into z_x_y.png (Depending on zoom level).
z=0 => 1x1 tile
z=1 => ...
1
vote
1answer
583 views
GIS, Mercator projection, calculate Y position
I am doing some stuff with GIS(or map), and I know how to calculate Y position from latitude in mercator projection. But I don't know how it comes?
Why it is ln(tan(x)+sec(x)) ? I couldn't figure ...
0
votes
1answer
855 views
Lambert conformal conic map projection to get x,y values of a grid in java
I am using the NetCDF 4 java library from unidata to read GRIB2 files and am now trying to find a way to get timezone offsets for a given latitude/longitude. I have a .flt file for the northern ...
