0
votes
0answers
100 views

Project custom metric coordinates on the EPSG map with GeoServer [closed]

I have an application that displays different items on the custom map. The map has a coordinate system which is basically (X,Y) coordinates in centimeters where top-left corner has coordinates(0,0). ...
8
votes
2answers
645 views

How can I convert geomagnetic coordinates to geographic coordinates without doing the math myself?

I have some data which are in geomagnetic coordinates; that is, they are latitude and longitude, but in reference to the magnetic north pole in Canada rather than the geographic north pole. As you ...
2
votes
1answer
85 views

Is there an arcpy boolean check for whether an EPSG or prj is supported by arcmap?

I'm writing a tool and essentially I found out that arcmap defaults an epsg to 0 if it sees that the projection is not supported against the predefined projections.
4
votes
1answer
272 views

EPSG operations and operation methods

Querying through the EPSG database, I can see the tables epsg_coordoperation where transforms and conversions between different CRS are stored, and epsg_coordoperationmethod which stores the ...
0
votes
1answer
213 views

Generate a random 100x100 m bounding box in any projection in pure Python?

I'm given: Extend of WMS Layer SRS Now I want to, in standard 2.6 Python (no OGR or C lib dependencies), to generate a 100x100m random bounding box within that extent (assuming it is more than ...
0
votes
1answer
1k views

Adding EPSG:3857 / 900913 to Oracle's mdsys.cs_srs

I am working with an Oracle Standard database at version 11.2.0.1.0. I also have access to XE version 11.2.0.2.0. The later version has both SRIDs 900913 (Google Mercator) and 3857 (official Web ...
18
votes
3answers
9k views

What is the difference between WGS84 and EPSG4326?

What is the difference between WGS 84 and EPSG 4326? It seems like for a given dataset it might be both WGS 84 and EPSG 4326.