Trying to convert latitude longitude values in UJIIndoorLoc dataset to degrees Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Using the Proj4js library to convert from Google Maps to projected valuesConverting X,Y coordinates to lat/long using pyproj and Proj.4 returns the wrong coordinatesMapping x, y pixel coordinates to latitude and longitudes on the WGS84 datumMapping latlng values to a point on a HRAP gridconverting UTM - Decimal Degrees with javaScript or using a web serviceStereographic projection of WGS84 ellipsoid on a plane[python]Off by about 85 meters when converting NAD27 UTM to WGS84 lat/lonHow do I plot a line on a map, or obtain the latitude and longitude coordinates of such a line, that is 120km north of the US-Canada border?Map project a raster having separate latitude and longitude raster bandsWhy do pyproj and matplotlib basemap produce different results when they convert my lat-long data into a CRS?

Why is "Captain Marvel" translated as male in Portugal?

When -s is used with third person singular. What's its use in this context?

How to deal with a team lead who never gives me credit?

Did Xerox really develop the first LAN?

Models of set theory where not every set can be linearly ordered

Proof involving the spectral radius and Jordan Canonical form

Stars Make Stars

How to draw this diagram using TikZ package?

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

Can a non-EU citizen traveling with me come with me through the EU passport line?

Letter Boxed validator

What happens to sewage if there is no river near by?

Right-skewed distribution with mean equals to mode?

Can Pao de Queijo, and similar foods, be kosher for Passover?

How much radiation do nuclear physics experiments expose researchers to nowadays?

What causes the vertical darker bands in my photo?

3 doors, three guards, one stone

How can I fade player when goes inside or outside of the area?

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

Are my PIs rude or am I just being too sensitive?

Is there a "higher Segal conjecture"?

What is a Meta algorithm?

How to recreate this effect in Photoshop?

Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?



Trying to convert latitude longitude values in UJIIndoorLoc dataset to degrees



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Using the Proj4js library to convert from Google Maps to projected valuesConverting X,Y coordinates to lat/long using pyproj and Proj.4 returns the wrong coordinatesMapping x, y pixel coordinates to latitude and longitudes on the WGS84 datumMapping latlng values to a point on a HRAP gridconverting UTM - Decimal Degrees with javaScript or using a web serviceStereographic projection of WGS84 ellipsoid on a plane[python]Off by about 85 meters when converting NAD27 UTM to WGS84 lat/lonHow do I plot a line on a map, or obtain the latitude and longitude coordinates of such a line, that is 120km north of the US-Canada border?Map project a raster having separate latitude and longitude raster bandsWhy do pyproj and matplotlib basemap produce different results when they convert my lat-long data into a CRS?



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








0















I'm trying to convert the latitude and longitude values in UJIIndoorLoc dataset to degrees. The paper mentions that the data is in UTM from WGS84.



Here is an example of the values given:



  • LATITUDE: 4864837.920500003

  • LONGITUDE: -7360.497299999

Upon converting these I get values :



(lat: 43.76251700390833, lng: 2.6974029749144584)


But the result I should be getting should be near Universitat Jaume I in Spain (around 39.992845, -0.068439)



Can someone help me figure out the mapping please ?










share|improve this question









New contributor




Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


























    0















    I'm trying to convert the latitude and longitude values in UJIIndoorLoc dataset to degrees. The paper mentions that the data is in UTM from WGS84.



    Here is an example of the values given:



    • LATITUDE: 4864837.920500003

    • LONGITUDE: -7360.497299999

    Upon converting these I get values :



    (lat: 43.76251700390833, lng: 2.6974029749144584)


    But the result I should be getting should be near Universitat Jaume I in Spain (around 39.992845, -0.068439)



    Can someone help me figure out the mapping please ?










    share|improve this question









    New contributor




    Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0


      1






      I'm trying to convert the latitude and longitude values in UJIIndoorLoc dataset to degrees. The paper mentions that the data is in UTM from WGS84.



      Here is an example of the values given:



      • LATITUDE: 4864837.920500003

      • LONGITUDE: -7360.497299999

      Upon converting these I get values :



      (lat: 43.76251700390833, lng: 2.6974029749144584)


      But the result I should be getting should be near Universitat Jaume I in Spain (around 39.992845, -0.068439)



      Can someone help me figure out the mapping please ?










      share|improve this question









      New contributor




      Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm trying to convert the latitude and longitude values in UJIIndoorLoc dataset to degrees. The paper mentions that the data is in UTM from WGS84.



      Here is an example of the values given:



      • LATITUDE: 4864837.920500003

      • LONGITUDE: -7360.497299999

      Upon converting these I get values :



      (lat: 43.76251700390833, lng: 2.6974029749144584)


      But the result I should be getting should be near Universitat Jaume I in Spain (around 39.992845, -0.068439)



      Can someone help me figure out the mapping please ?







      python javascript






      share|improve this question









      New contributor




      Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited Apr 9 at 11:46









      J. Monticolo

      1,916319




      1,916319






      New contributor




      Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Apr 9 at 7:21









      Ujjwal AroraUjjwal Arora

      11




      11




      New contributor




      Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Ujjwal Arora is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












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



          );






          Ujjwal Arora is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318199%2ftrying-to-convert-latitude-longitude-values-in-ujiindoorloc-dataset-to-degrees%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Ujjwal Arora is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Ujjwal Arora is a new contributor. Be nice, and check out our Code of Conduct.












          Ujjwal Arora is a new contributor. Be nice, and check out our Code of Conduct.











          Ujjwal Arora is a new contributor. Be nice, and check out our Code of Conduct.














          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%2f318199%2ftrying-to-convert-latitude-longitude-values-in-ujiindoorloc-dataset-to-degrees%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

          រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

          QGIS export composer to PDF scale the map [closed] 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?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

          PDF-ში გადმოწერა სანავიგაციო მენიუproject page