How to identify unknown coordinate type and convert to lat/lon? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Manually transforming rotated lat/lon to regular lat/lon?Not able to convert GPS coordinates received from a software into Latitude and LongitudeConverting unknown type of coordinates to lat/lonWhat kind of coordinate uses this WMS? Also how to convert to lat/lonTransforming zonal and meridional velocity from regular lat lon to rotated lat lon?Transform Lat/Lon to LCC and vice versaPossible to get Lat/Lon coordinates of triangle vertex point?Convert Lat/Lon sexagesimal degrees to UTM coordinatesConverting Coordinates formatted as Lat 4531.38153 Long 12347.2328 to Decimal Degrees?Is SRID 4326 Lon/Lat or Lat/Lon?
Like totally amazing interchangeable sister outfit accessory swapping or whatever
/bin/ls sorts differently than just ls
tabularx column has extra padding at right?
Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?
What is the ongoing value of the Kanban board to the developers as opposed to management
Is my guitar’s action too high?
Are bags of holding fireproof?
Are Flameskulls resistant to magical piercing damage?
When does Bran Stark remember Jamie pushing him?
2 sample t test for sample sizes - 30,000 and 150,000
lm and glm function in R
Coin Game with infinite paradox
Are there any AGPL-style licences that require source code modifications to be public?
Why these surprising proportionalities of integrals involving odd zeta values?
A journey... into the MIND
Converting a text document with special format to Pandas DataFrame
What's the connection between Mr. Nancy and fried chicken?
Why is one lightbulb in a string illuminated?
What were wait-states, and why was it only an issue for PCs?
Would I be safe to drive a 23 year old truck for 7 hours / 450 miles?
Why did Israel vote against lifting the American embargo on Cuba?
Why is ArcGIS Pro not symbolizing my entire range of values?
Why isn't everyone flabbergasted about Bran's "gift"?
Does Prince Arnaud cause someone holding the Princess to lose?
How to identify unknown coordinate type and convert to lat/lon?
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Manually transforming rotated lat/lon to regular lat/lon?Not able to convert GPS coordinates received from a software into Latitude and LongitudeConverting unknown type of coordinates to lat/lonWhat kind of coordinate uses this WMS? Also how to convert to lat/lonTransforming zonal and meridional velocity from regular lat lon to rotated lat lon?Transform Lat/Lon to LCC and vice versaPossible to get Lat/Lon coordinates of triangle vertex point?Convert Lat/Lon sexagesimal degrees to UTM coordinatesConverting Coordinates formatted as Lat 4531.38153 Long 12347.2328 to Decimal Degrees?Is SRID 4326 Lon/Lat or Lat/Lon?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have some coordinates from an old Oracle database (AMANDA) and I don't recognize the format.
For example, converting these coordinates: 3109020, 10114224
Should result in a point near latitude, longitude: 30.195855, -97.756467
Does anyone recognize this format and how to convert to lat/lon?
coordinate-system coordinates
|
show 4 more comments
I have some coordinates from an old Oracle database (AMANDA) and I don't recognize the format.
For example, converting these coordinates: 3109020, 10114224
Should result in a point near latitude, longitude: 30.195855, -97.756467
Does anyone recognize this format and how to convert to lat/lon?
coordinate-system coordinates
Please post the lat/long (and datum) of "a location" so that people can test their guess.
– Kirk Kuykendall
Apr 19 at 18:43
The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.
– Anthony Stokes
Apr 19 at 19:05
The lat/long of that address is 30.195775, -97.756602. Google Maps.
– csk
Apr 19 at 19:43
Sure seems like there should be a web site/service where you can enter x,y long/lat, push a button, then be presented with a list of possible coordinate systems.
– Kirk Kuykendall
Apr 19 at 19:55
2
@KirkKuykendall There is an online tool called Projfinder that works well with registered coordinate systems and takes your x, y as input, and a map display to reference the location. I gave it a try in this specific case, but it did not find a match unfortunately.
– FSimardGIS
2 days ago
|
show 4 more comments
I have some coordinates from an old Oracle database (AMANDA) and I don't recognize the format.
For example, converting these coordinates: 3109020, 10114224
Should result in a point near latitude, longitude: 30.195855, -97.756467
Does anyone recognize this format and how to convert to lat/lon?
coordinate-system coordinates
I have some coordinates from an old Oracle database (AMANDA) and I don't recognize the format.
For example, converting these coordinates: 3109020, 10114224
Should result in a point near latitude, longitude: 30.195855, -97.756467
Does anyone recognize this format and how to convert to lat/lon?
coordinate-system coordinates
coordinate-system coordinates
edited 2 days ago
Kirk Kuykendall
21.7k657145
21.7k657145
asked Apr 19 at 18:25
Anthony StokesAnthony Stokes
1047
1047
Please post the lat/long (and datum) of "a location" so that people can test their guess.
– Kirk Kuykendall
Apr 19 at 18:43
The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.
– Anthony Stokes
Apr 19 at 19:05
The lat/long of that address is 30.195775, -97.756602. Google Maps.
– csk
Apr 19 at 19:43
Sure seems like there should be a web site/service where you can enter x,y long/lat, push a button, then be presented with a list of possible coordinate systems.
– Kirk Kuykendall
Apr 19 at 19:55
2
@KirkKuykendall There is an online tool called Projfinder that works well with registered coordinate systems and takes your x, y as input, and a map display to reference the location. I gave it a try in this specific case, but it did not find a match unfortunately.
– FSimardGIS
2 days ago
|
show 4 more comments
Please post the lat/long (and datum) of "a location" so that people can test their guess.
– Kirk Kuykendall
Apr 19 at 18:43
The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.
– Anthony Stokes
Apr 19 at 19:05
The lat/long of that address is 30.195775, -97.756602. Google Maps.
– csk
Apr 19 at 19:43
Sure seems like there should be a web site/service where you can enter x,y long/lat, push a button, then be presented with a list of possible coordinate systems.
– Kirk Kuykendall
Apr 19 at 19:55
2
@KirkKuykendall There is an online tool called Projfinder that works well with registered coordinate systems and takes your x, y as input, and a map display to reference the location. I gave it a try in this specific case, but it did not find a match unfortunately.
– FSimardGIS
2 days ago
Please post the lat/long (and datum) of "a location" so that people can test their guess.
– Kirk Kuykendall
Apr 19 at 18:43
Please post the lat/long (and datum) of "a location" so that people can test their guess.
– Kirk Kuykendall
Apr 19 at 18:43
The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.
– Anthony Stokes
Apr 19 at 19:05
The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.
– Anthony Stokes
Apr 19 at 19:05
The lat/long of that address is 30.195775, -97.756602. Google Maps.
– csk
Apr 19 at 19:43
The lat/long of that address is 30.195775, -97.756602. Google Maps.
– csk
Apr 19 at 19:43
Sure seems like there should be a web site/service where you can enter x,y long/lat, push a button, then be presented with a list of possible coordinate systems.
– Kirk Kuykendall
Apr 19 at 19:55
Sure seems like there should be a web site/service where you can enter x,y long/lat, push a button, then be presented with a list of possible coordinate systems.
– Kirk Kuykendall
Apr 19 at 19:55
2
2
@KirkKuykendall There is an online tool called Projfinder that works well with registered coordinate systems and takes your x, y as input, and a map display to reference the location. I gave it a try in this specific case, but it did not find a match unfortunately.
– FSimardGIS
2 days ago
@KirkKuykendall There is an online tool called Projfinder that works well with registered coordinate systems and takes your x, y as input, and a map display to reference the location. I gave it a try in this specific case, but it did not find a match unfortunately.
– FSimardGIS
2 days ago
|
show 4 more comments
1 Answer
1
active
oldest
votes
That looks like a projected Coordinate System, with units in either feet or meters.
You can figure out what coordinate system your points are in by trying out different coordinate conversions on this website.
Enter the lat/long of a coordinate, choose the target CRS, and click convert. Try out different target CRS's until the conversion gives you the known coordinates.
Given the location, start by testing CRS's with Texas in their name, eg:
- EPSG 3082, NAD83 / Texas Centric Lambert Conformal
- EPSG 3081, NAD83 / Texas State Mapping System
- etc
It shouldn't take long to test all 10 Texas-specific CRS's. If none of them work, expand the search to US-specific CRS's, and North American-specific CRS's.
Remember that the US often uses US survey feet or (international) feet for the unit of measure. When you see large numbers like that, check the foot-based coordinate reference systems first. Austin falls into the Texas Central zone in the State Plane Coordinate System, maybe try that one first. You will find it difficult to determine which geographic CRS is being used. It's probably one of the NAD 83 ones, but there have been several re-adjustments and coordinate differ at the centimeter to decimeter-level.
An alternate approach is to figure out where the origin of the CRS is. Then you can limit your search to CRS's with that origin. Find the origin by measuring from the known point, 3109020 units to the west and 10114224 to the south. Since the data is in the US, you'll have to test it with both meters and feet. If the origin is on the equator you're probably looking at a UTM projection.
I tried all of the Texas conversions and US conversions that seemed relevant. No luck as of yet. I'll try second method and report back.
– Anthony Stokes
2 days ago
I had another hypothesis - what if these coordinates are supposed to have decimal places in them? The lat/long point at (31.09020N, 101.14224W) is in Texas. It's a couple of hundred miles WNW of where the corresponding point is supposed to be, though.
– csk
yesterday
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319378%2fhow-to-identify-unknown-coordinate-type-and-convert-to-lat-lon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
That looks like a projected Coordinate System, with units in either feet or meters.
You can figure out what coordinate system your points are in by trying out different coordinate conversions on this website.
Enter the lat/long of a coordinate, choose the target CRS, and click convert. Try out different target CRS's until the conversion gives you the known coordinates.
Given the location, start by testing CRS's with Texas in their name, eg:
- EPSG 3082, NAD83 / Texas Centric Lambert Conformal
- EPSG 3081, NAD83 / Texas State Mapping System
- etc
It shouldn't take long to test all 10 Texas-specific CRS's. If none of them work, expand the search to US-specific CRS's, and North American-specific CRS's.
Remember that the US often uses US survey feet or (international) feet for the unit of measure. When you see large numbers like that, check the foot-based coordinate reference systems first. Austin falls into the Texas Central zone in the State Plane Coordinate System, maybe try that one first. You will find it difficult to determine which geographic CRS is being used. It's probably one of the NAD 83 ones, but there have been several re-adjustments and coordinate differ at the centimeter to decimeter-level.
An alternate approach is to figure out where the origin of the CRS is. Then you can limit your search to CRS's with that origin. Find the origin by measuring from the known point, 3109020 units to the west and 10114224 to the south. Since the data is in the US, you'll have to test it with both meters and feet. If the origin is on the equator you're probably looking at a UTM projection.
I tried all of the Texas conversions and US conversions that seemed relevant. No luck as of yet. I'll try second method and report back.
– Anthony Stokes
2 days ago
I had another hypothesis - what if these coordinates are supposed to have decimal places in them? The lat/long point at (31.09020N, 101.14224W) is in Texas. It's a couple of hundred miles WNW of where the corresponding point is supposed to be, though.
– csk
yesterday
add a comment |
That looks like a projected Coordinate System, with units in either feet or meters.
You can figure out what coordinate system your points are in by trying out different coordinate conversions on this website.
Enter the lat/long of a coordinate, choose the target CRS, and click convert. Try out different target CRS's until the conversion gives you the known coordinates.
Given the location, start by testing CRS's with Texas in their name, eg:
- EPSG 3082, NAD83 / Texas Centric Lambert Conformal
- EPSG 3081, NAD83 / Texas State Mapping System
- etc
It shouldn't take long to test all 10 Texas-specific CRS's. If none of them work, expand the search to US-specific CRS's, and North American-specific CRS's.
Remember that the US often uses US survey feet or (international) feet for the unit of measure. When you see large numbers like that, check the foot-based coordinate reference systems first. Austin falls into the Texas Central zone in the State Plane Coordinate System, maybe try that one first. You will find it difficult to determine which geographic CRS is being used. It's probably one of the NAD 83 ones, but there have been several re-adjustments and coordinate differ at the centimeter to decimeter-level.
An alternate approach is to figure out where the origin of the CRS is. Then you can limit your search to CRS's with that origin. Find the origin by measuring from the known point, 3109020 units to the west and 10114224 to the south. Since the data is in the US, you'll have to test it with both meters and feet. If the origin is on the equator you're probably looking at a UTM projection.
I tried all of the Texas conversions and US conversions that seemed relevant. No luck as of yet. I'll try second method and report back.
– Anthony Stokes
2 days ago
I had another hypothesis - what if these coordinates are supposed to have decimal places in them? The lat/long point at (31.09020N, 101.14224W) is in Texas. It's a couple of hundred miles WNW of where the corresponding point is supposed to be, though.
– csk
yesterday
add a comment |
That looks like a projected Coordinate System, with units in either feet or meters.
You can figure out what coordinate system your points are in by trying out different coordinate conversions on this website.
Enter the lat/long of a coordinate, choose the target CRS, and click convert. Try out different target CRS's until the conversion gives you the known coordinates.
Given the location, start by testing CRS's with Texas in their name, eg:
- EPSG 3082, NAD83 / Texas Centric Lambert Conformal
- EPSG 3081, NAD83 / Texas State Mapping System
- etc
It shouldn't take long to test all 10 Texas-specific CRS's. If none of them work, expand the search to US-specific CRS's, and North American-specific CRS's.
Remember that the US often uses US survey feet or (international) feet for the unit of measure. When you see large numbers like that, check the foot-based coordinate reference systems first. Austin falls into the Texas Central zone in the State Plane Coordinate System, maybe try that one first. You will find it difficult to determine which geographic CRS is being used. It's probably one of the NAD 83 ones, but there have been several re-adjustments and coordinate differ at the centimeter to decimeter-level.
An alternate approach is to figure out where the origin of the CRS is. Then you can limit your search to CRS's with that origin. Find the origin by measuring from the known point, 3109020 units to the west and 10114224 to the south. Since the data is in the US, you'll have to test it with both meters and feet. If the origin is on the equator you're probably looking at a UTM projection.
That looks like a projected Coordinate System, with units in either feet or meters.
You can figure out what coordinate system your points are in by trying out different coordinate conversions on this website.
Enter the lat/long of a coordinate, choose the target CRS, and click convert. Try out different target CRS's until the conversion gives you the known coordinates.
Given the location, start by testing CRS's with Texas in their name, eg:
- EPSG 3082, NAD83 / Texas Centric Lambert Conformal
- EPSG 3081, NAD83 / Texas State Mapping System
- etc
It shouldn't take long to test all 10 Texas-specific CRS's. If none of them work, expand the search to US-specific CRS's, and North American-specific CRS's.
Remember that the US often uses US survey feet or (international) feet for the unit of measure. When you see large numbers like that, check the foot-based coordinate reference systems first. Austin falls into the Texas Central zone in the State Plane Coordinate System, maybe try that one first. You will find it difficult to determine which geographic CRS is being used. It's probably one of the NAD 83 ones, but there have been several re-adjustments and coordinate differ at the centimeter to decimeter-level.
An alternate approach is to figure out where the origin of the CRS is. Then you can limit your search to CRS's with that origin. Find the origin by measuring from the known point, 3109020 units to the west and 10114224 to the south. Since the data is in the US, you'll have to test it with both meters and feet. If the origin is on the equator you're probably looking at a UTM projection.
edited Apr 19 at 23:12
mkennedy
15.8k13156
15.8k13156
answered Apr 19 at 20:04
cskcsk
10.2k1135
10.2k1135
I tried all of the Texas conversions and US conversions that seemed relevant. No luck as of yet. I'll try second method and report back.
– Anthony Stokes
2 days ago
I had another hypothesis - what if these coordinates are supposed to have decimal places in them? The lat/long point at (31.09020N, 101.14224W) is in Texas. It's a couple of hundred miles WNW of where the corresponding point is supposed to be, though.
– csk
yesterday
add a comment |
I tried all of the Texas conversions and US conversions that seemed relevant. No luck as of yet. I'll try second method and report back.
– Anthony Stokes
2 days ago
I had another hypothesis - what if these coordinates are supposed to have decimal places in them? The lat/long point at (31.09020N, 101.14224W) is in Texas. It's a couple of hundred miles WNW of where the corresponding point is supposed to be, though.
– csk
yesterday
I tried all of the Texas conversions and US conversions that seemed relevant. No luck as of yet. I'll try second method and report back.
– Anthony Stokes
2 days ago
I tried all of the Texas conversions and US conversions that seemed relevant. No luck as of yet. I'll try second method and report back.
– Anthony Stokes
2 days ago
I had another hypothesis - what if these coordinates are supposed to have decimal places in them? The lat/long point at (31.09020N, 101.14224W) is in Texas. It's a couple of hundred miles WNW of where the corresponding point is supposed to be, though.
– csk
yesterday
I had another hypothesis - what if these coordinates are supposed to have decimal places in them? The lat/long point at (31.09020N, 101.14224W) is in Texas. It's a couple of hundred miles WNW of where the corresponding point is supposed to be, though.
– csk
yesterday
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f319378%2fhow-to-identify-unknown-coordinate-type-and-convert-to-lat-lon%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please post the lat/long (and datum) of "a location" so that people can test their guess.
– Kirk Kuykendall
Apr 19 at 18:43
The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.
– Anthony Stokes
Apr 19 at 19:05
The lat/long of that address is 30.195775, -97.756602. Google Maps.
– csk
Apr 19 at 19:43
Sure seems like there should be a web site/service where you can enter x,y long/lat, push a button, then be presented with a list of possible coordinate systems.
– Kirk Kuykendall
Apr 19 at 19:55
2
@KirkKuykendall There is an online tool called Projfinder that works well with registered coordinate systems and takes your x, y as input, and a map display to reference the location. I gave it a try in this specific case, but it did not find a match unfortunately.
– FSimardGIS
2 days ago