How to identify unknown coordinate type and convert to lat/lon? Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Not able to convert GPS coordinates received from a software into Latitude and LongitudeWrong lon and latHow to calculate the distance between a line and a point (using lat/lon coordinates)Get information from geotiff with lat/lonUnknown coordinate type (R)Convert Longitude and Latitude values from database to Decimal DegreesPossible to get Lat/Lon coordinates of triangle vertex point?Convert Lat/Lon sexagesimal degrees to UTM coordinatesWhat coordinate format are these coordinates in?Transform coordinate from rotated lat/lon to normal lat/lon WGS84

Is multiple magic items in one inherently imbalanced?

How do I find out the mythology and history of my Fortress?

How to compare two different files line by line in unix?

What does this say in Elvish?

What is the meaning of 'breadth' in breadth first search?

How does a spellshard spellbook work?

In musical terms, what properties are varied by the human voice to produce different words / syllables?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Can a Beast Master ranger change beast companions?

Dyck paths with extra diagonals from valleys (Laser construction)

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

A term for a woman complaining about things/begging in a cute/childish way

How do living politicians protect their readily obtainable signatures from misuse?

Is it fair for a professor to grade us on the possession of past papers?

How long can equipment go unused before powering up runs the risk of damage?

How can I set the aperture on my DSLR when it's attached to a telescope instead of a lens?

Do I really need to have a message in a novel to appeal to readers?

The Nth Gryphon Number

What does 丫 mean? 丫是什么意思?

What's the point of the test set?

Why is it faster to reheat something than it is to cook it?

What would you call this weird metallic apparatus that allows you to lift people?

Trademark violation for app?

One-one communication



How to identify unknown coordinate type and convert to lat/lon?



Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Not able to convert GPS coordinates received from a software into Latitude and LongitudeWrong lon and latHow to calculate the distance between a line and a point (using lat/lon coordinates)Get information from geotiff with lat/lonUnknown coordinate type (R)Convert Longitude and Latitude values from database to Decimal DegreesPossible to get Lat/Lon coordinates of triangle vertex point?Convert Lat/Lon sexagesimal degrees to UTM coordinatesWhat coordinate format are these coordinates in?Transform coordinate from rotated lat/lon to normal lat/lon WGS84



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















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?










share|improve this question
























  • Please post the lat/long (and datum) of "a location" so that people can test their guess.

    – Kirk Kuykendall
    5 hours ago












  • The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.

    – Anthony Stokes
    5 hours ago











  • The lat/long of that address is 30.195775, -97.756602. Google Maps.

    – csk
    4 hours ago











  • 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
    4 hours ago

















2















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?










share|improve this question
























  • Please post the lat/long (and datum) of "a location" so that people can test their guess.

    – Kirk Kuykendall
    5 hours ago












  • The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.

    – Anthony Stokes
    5 hours ago











  • The lat/long of that address is 30.195775, -97.756602. Google Maps.

    – csk
    4 hours ago











  • 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
    4 hours ago













2












2








2








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?










share|improve this question
















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?







coordinates






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 4 hours ago









Kirk Kuykendall

21.7k657145




21.7k657145










asked 5 hours ago









Anthony StokesAnthony Stokes

1047




1047












  • Please post the lat/long (and datum) of "a location" so that people can test their guess.

    – Kirk Kuykendall
    5 hours ago












  • The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.

    – Anthony Stokes
    5 hours ago











  • The lat/long of that address is 30.195775, -97.756602. Google Maps.

    – csk
    4 hours ago











  • 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
    4 hours ago

















  • Please post the lat/long (and datum) of "a location" so that people can test their guess.

    – Kirk Kuykendall
    5 hours ago












  • The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.

    – Anthony Stokes
    5 hours ago











  • The lat/long of that address is 30.195775, -97.756602. Google Maps.

    – csk
    4 hours ago











  • 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
    4 hours ago
















Please post the lat/long (and datum) of "a location" so that people can test their guess.

– Kirk Kuykendall
5 hours ago






Please post the lat/long (and datum) of "a location" so that people can test their guess.

– Kirk Kuykendall
5 hours ago














The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.

– Anthony Stokes
5 hours ago





The only information I have is that these coordinates (3109020, 10114224) should point to 2103 LEMON DRIVE, AUSTIN, Texas, 78744, USA.

– Anthony Stokes
5 hours ago













The lat/long of that address is 30.195775, -97.756602. Google Maps.

– csk
4 hours ago





The lat/long of that address is 30.195775, -97.756602. Google Maps.

– csk
4 hours ago













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
4 hours ago





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
4 hours ago










1 Answer
1






active

oldest

votes


















3














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.






share|improve this answer

























    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
    );



    );













    draft saved

    draft discarded


















    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









    3














    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.






    share|improve this answer





























      3














      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.






      share|improve this answer



























        3












        3








        3







        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.






        share|improve this answer















        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.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 1 hour ago









        mkennedy

        15.8k13156




        15.8k13156










        answered 4 hours ago









        cskcsk

        10.1k1135




        10.1k1135



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

            Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

            Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»