Questions tagged [epsg]
107 questions
0
votes
1 answer
How to convert EPSG:4326 to EPSG:32632 Osmdroid
I get my position in EPSG: 4326 by my Android GPS, now i would convert it coordinates to EPSG: 32632.
Someone have an idea?

Davide
- 127
- 1
- 2
- 12
0
votes
1 answer
Converting "GLNX/Y" to longitude, latitude
I have coordinate data consisting of two 6-digit numbers (e.g., 300,000 250,000) that I want to convert into long., lat. coordinates. I'm told that the coordinate data (referred to as GLNX, GLNY) come from the Michigan State Plane coordinate…

user3124028
- 51
- 1
- 3
0
votes
1 answer
Configure Geoserver to use an external EPSG database
Geoserver uses en embedded HSQL database with EPSG codes to perform coordinates conversions.
(Ref: http://docs.geoserver.org/latest/en/user/advanced/crshandling/manualepsg.html)
I am trying to find out how it can be configured to use an external…

Leandro
- 499
- 1
- 5
- 13
0
votes
1 answer
Converting "Lambert 1 Nord" data into "Spacial Reference"
I have a CSV files with "Lambert 1 Nord" data and have to translate them into "Spacial Reference" to use them.
For informations, here are a couple of informations given by the file :
Est : "997776,67"
Nord : "112121,30"
I use this script to do the…

Xavier W.
- 1,270
- 3
- 21
- 47
0
votes
1 answer
GDAL Warping in C#
I haven't worked on GDAL libraries till date. Please excuse me if this question does not make any sense.
I am trying to implement warping of Images from EPSG:32611 to EPSG: 3857. I was able to successfully warp using the following commands using…

Programmer2.0
- 54
- 1
- 10
0
votes
1 answer
Is the area we calculate from a Nutiteq polygon projection area ? or real surface area?
I've been thinking about this last a few days. In internet i've searched about the projection systems of mobile mapping systems like google maps, bing, esri and others. I've found that they are using a projection called EPSG 3857. Also Nutiteq using…

Capan
- 686
- 1
- 14
- 32
0
votes
1 answer
Why gdalwarp is giving two different results on the same file?
I am using GDAL (GDAL 1.9.2, released 2012/10/08) to change of EPSG referential on a GeoTiff file. I do the exact same command on two different computers (with the same version of GDAL and tiff libraries). And I get two different results... I am out…

Pierre Villard
- 61
- 5
0
votes
1 answer
Error EPSG:4326 on Geonetwork 2.1.3
I have an error with geoserver 2.1.3 when I try to view a map in OpenLayers.
I have added in the Limited SRS list the codes 4326, 900913, 3857 and I add a code for 900913 in the espg.properties because at first i have an error with that. But now I…

Daniel Cabrera
- 81
- 2
- 6
- 13
0
votes
1 answer
Using Yandex Map Without API
I want to write a map server using yandex map tiles. I need :
*BoundingBox of world (in meters)
*Size of tile at zoom level 0(in meters)
*EPSG code that yandex map use
Is there anyone who know these parameters?

Berke Cagkan Toptas
- 1,034
- 3
- 21
- 31
0
votes
1 answer
openlayer begineer
i am beginner with open-layer i feel some difficulty in understand what is this piece of code mean
var lonlat = new OpenLayers.LonLat(-1.788, 53.571).transform(
new OpenLayers.Projection("EPSG:4326"), // transform from WGS 1984
…
user1396008
0
votes
1 answer
How to use bbox in long/lat with google/bing/etc… using mapserver
The bbox of OpenLayers.Control.GetFeature works in utm when the baselayer is 900913 ie. google/bing/etc) and in long/lat when the baselayer is 4326 (ie. my postgis layers served by mapserver), no matter what overlays them. This is what openlayers…

Gery
- 8,390
- 3
- 22
- 39
0
votes
1 answer
Distance between points by EPSG coordinates
I have a points with coordinates EPSG Projection 3059 - LKS92 / Latvia TM. I need to compute the distance in meters between two points.
It is easy to compute euclidean distance between two points, but I am not sure if the resulting distance is…

djhurio
- 5,437
- 4
- 27
- 48
-1
votes
1 answer
Is there any python method that is able to extract value of key between [ ] sign in a long string?
I am using geodjango ,and i would extract the value of "EPSG" from the long string returned from a code as below:
PROJCS["WGS_1984_UTM_Zone_42N",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS…

Alae Tube
- 1
- 1
-1
votes
1 answer
Follium map : my European locations are plotted in Africa
I would like to use Folium map to plot markers. My locations are in France. I have latitude and longitude information. So I create POINT geometry in order to implement them in Folium map.
df = pd.read_csv('./data/addresses_geocoded.csv', sep = ';',…
user16313671
-1
votes
1 answer
Python: correcting offset of points on google maps (due to satellite image tilt)
I'm using the google maps static api to get top view satellite images of objects of which I have the surface coordinates (LoD1 / LoD2).
the points are always slightly off, I think this is due to a small tilt in the satellite image itself (is it a…

ArieAI
- 354
- 1
- 12