About 24,200 results
Open links in new tab
  1. qgis - Converting table UTM coordinates to decimal lat-long in ...

    Apr 7, 2021 · 6 I would like to formulate an equation in the attribute table calculator tool to calculate the decimal latitude and longitude values from the existing UTM NAD3 coordinates in the table.

  2. How to convert UTM coordinates into Decimal Degree coordinates?

    I work on QGis 2.0.1 - Dufour on Macintosh OS X Mavericks. I have UTM coordinates (XXXX and YYYYY) in a table (with one column of X and an other one of Y). I need this coordinates in Decimal …

  3. Convert meters to decimal - Geographic Information Systems Stack …

    Feb 7, 2018 · I have the following coordinates in meters for UTM 34S / Datum WGS-84: Lat.: 311965; Long.: 8695153; How do I convert these coordinates into decimal degrees or DMS?

  4. Entering UTM coordinates with decimals using ArcGIS Pro

    May 19, 2021 · I have UTM coordinates containing decimals (e.g. 884305.145mN). I need to create a polygon using the Absolute X,Y,Z feature in ArcGIS Pro. But ArcGIS Pro doesn't seem to allow …

  5. convert - Converting UTM coordinates to Lat Long - Geographic ...

    2 I have a series of UTM coordinates in an Excel file that I need to convert to Lat/Long. They are listed in the spreadsheet as "LONG (XUTM)" and "LAT (YUTM)". I know the coordinates are located in Bulgaria.

  6. How to convert from UTM Zone 36N Mercator to WGS 84 degrees of …

    Geographic coordinate systems use lat long (decimal degrees, degree minutes seconds, etc.) Which is why you need to change from projected (feet, meters, etc.) to geographic, but you know all of this.

  7. Converting coordinates from meters to decimal degrees in QGIS?

    Mar 28, 2018 · I have a shapefile. The coordinates (Lat/Long) are projected as meter (555000, 155000). But, I want to re-project it to decimal degrees(51.523666, -0.07467). How can I do it with QGIS?

  8. QGIS - Change Coordinates from decimal degree to UTM/Gauß-Krüger

    Aug 14, 2017 · Is there a way to change the coordinates of a shapefile (points) from lat/long to UTM or Gauß-Krüger within the same CRS (i.e. WGS84:4326)?

  9. Converting a shapefile from decimal degrees to UTM (km) in R

    Nov 30, 2020 · The code that I have below seems like it works in converting my vector roads which is in decimal degrees into a UTM CRS so that I can more easily work on the data in ...

  10. Convert coordinates to decimal degree in Python

    Jul 19, 2022 · I am having coordinates from EPSG:4647, these are e.g. sample_x = 32695710.12 sample_y = 5726463.327 In order to plot them on a map (using plotly) I need to convert them into …