Questions tagged [utm]

Use this tag only for questions related to the Universal Transversal Mercator coordinates system. For questions related to Google Analytics, use the [utm-tracking] tag.

Universal Transversal Mercator (UTM) is a geographic coordinate system to give locations on the surface of the Earth.

303 questions
2
votes
3 answers

Calculating Bearing from UTM (Latitude, Longitude)

I want to calculate the relative bearing between two geo-coordinate points. I've gone ahead and converted the coordinates to UTM, but need assistance on figuring out the actual bearing. I'm aware that UTM is only good enough for same-zone…
2
votes
3 answers

convert GPS latitude longitude to Cartesian X and Y

I found many algorithms to convert (latitude, longitude) into (X, Y)... however, I cannot verify if the results I'm getting are correct.. I found also this link which does the conversion online.. but I couldn't manage to get any algorithm which…
alpha
  • 21
  • 1
  • 2
2
votes
2 answers

Rotate long/lat coordinates based on True North

I have a file with latitude and longitude coordinates called coordinates.txt 29.66150677 -98.39336541 29.66150677 -98.39337576 29.66150651 -98.39336541 29.66150328 -98.39337576 29.66150677 -98.39336475 29.66150677 …
HJA24
  • 410
  • 2
  • 11
  • 33
2
votes
4 answers

GA4 real time report not showing utm tags

I can’t see campaign info when i have setup a utm link in GA4 real time report! I can see those campaigns details in source report after 1-2 days! Any one has am idea why I can’t them in realtime? I have no issue seeing them in UA! So I believe its…
Paarmin
  • 43
  • 1
  • 4
2
votes
1 answer

Query string in URL in Power Apps

I'm creating a UTM generator in Power apps. I have to remove the query string (utm_source, utm_medium and utm_campaign) from the URL that user can paste to the URL input. Also, I have to keep the rest on the valuse like utm_test For example - from…
2
votes
1 answer

Having no campaign params from google ads app promotion

I just make one App campaign from google adword. having an issue regarding user came from ads campaign those having not set referrerUrl and wrong UTM params I have used new install referrer client provided android library everything working fine I…
Vishal Patel
  • 2,931
  • 3
  • 24
  • 60
2
votes
1 answer

Turn affiliate query parameter "r" into UTM tags on Google Analytics

I have people referring traffic to my website using a URL like this: domain.com?r=1234 Each affiliate has a unique "r" code. How can I detect the query parameter "r" on the pageview of my website and translate it into a set of UTM tags that can be…
Eu Román
  • 165
  • 1
  • 1
  • 11
2
votes
0 answers

Inject different Ad code based on UTM parameters

I have a website that needs to serve Ad units from a specific Ad program when there are specific UTM parameters in the URL, and the user needs to see these Ad units as long as they stay on the website. However, when a user comes without those UTM…
Tadoch
  • 21
  • 2
2
votes
1 answer

WIX page UTM_SOURCE

How can I add UTM_SOURCE to my WIX page. I have a WIX page and am running multiple facebook campaigns and google adwords, that direct customers to that page. I send myself an email with the form information entered on that page. I would like to add…
AD99
  • 23
  • 5
2
votes
1 answer

WordPress Redirection Plugin Stripping "utm_" parameters on redirect

I'm using the WordPress Redirection plugin to try to create redirects that maintain their query parameters after redirect. I've setup all my redirects using the “Ignore & pass parameters to the target” setting in Redirection and it's working for all…
peter
  • 21
  • 3
2
votes
0 answers

Keep decimal places when converting sp to data.frame - r

I am importing spatial data from an online platform in decimals. The ultimate goal is to convert to UTM, which I have accomplished. However, I'm losing decimal places somewhere in the process, which eliminates the high resolution of spatial data I…
2
votes
2 answers

How to receive EPSG code from PROJ4 string using R?

How to receive the EPSG code from a PROJ4 string using R? I have a bunch of raster datasets (randomly distributed all over the world, northern and southern hemisphere), with coordinate reference system UTM WGS84. Now I would like to find out the…
ExploreR
  • 313
  • 4
  • 15
2
votes
1 answer

How to calculate the x,y-tile-coordinates from lat,long if given images in EPSG25832-projection method?

I have a question regarding the creation of the WMTS server requests and with that the calculation of the tile number. From this german governmental-website I can get the address for their WMTS server: https://www.wmts.nrw.de/geobasis/wmts_nw_dop. I…
2
votes
1 answer

How to convert UTM to Longitude/Latitude in Pandas dataframe?

Hi Stack Overflow community! I have a dataframe that includes 2 columns of UTM coordinates ('X' and 'Y') as shown on the screenshot below: I have been trying to convert and replace those 2 columns into Longitude and Latitude as shown below: …
2
votes
1 answer

Map plot grid issues

I want to plot a map using Basemap and I can't find how to plot a UTM grid on the map. I've seen how to plot the grid using long/lat but not in UTM. In Basemap y use epsg=5520 which is UTM 31N. m = Basemap(epsg=5520, llcrnrlat=52,…
L Garcia
  • 39
  • 6
1 2
3
20 21