Skip to main content

Questions tagged [latitude-longitude]

Angular geographic coordinates that specifying the north-south and east-west positions of locations.

3 votes
1 answer
109 views

I have collected the GNSS log using the GPSTest and GnssLogger android applications. What I want to do is to calculate the latitude and longitude of my device's position from these logs one ...
Mostafa Arian Nejad's user avatar
0 votes
0 answers
63 views

I have a dataset that contains several different coordinate pairs/sets. I have been normalizing the dataset, but I bumped into these coordinates from a Russian article that just don't plot anywhere. ...
Renata MSA's user avatar
0 votes
0 answers
21 views

I am building a map of North America in GIS and need DEMs from Greenland west all the way to the westernmost of the Aleutian Islands which are west of the int'l dateline (-180/180) I used the elevatr ...
Frank Reichenbacher's user avatar
5 votes
1 answer
155 views

I have a CSV file with the following columns: areaName, centreLat, centreLong, minLat, minLong, maxLat, maxLong. I want to import this into the QGIS UI and have it draw squares using the min/max lat/...
simonalexander2005's user avatar
1 vote
1 answer
2k views

I looked for a place, the City Hall of Seoul, South Korea on Google Maps. It has an alphanumeric code called a Plus Code. It seems that it is designed to be shared easily. Is there a way that I can ...
user67275's user avatar
  • 113
4 votes
3 answers
480 views

I have GPS data that I have imported into QGIS that is using the WSG 84. When I try to get buffers around my points, I can't set them in meters, only degrees. Everything else that I am using is in ...
haddonchris's user avatar
0 votes
0 answers
33 views

Using a countywide parcel boundary shapefile with above specified CRS, ESRI:103761-NAD_1983_HARN_Adj_MN_Olmsted_feet (units feet), it is Lambert Conformal Conic projection and relies on a datum that ...
user299390's user avatar
0 votes
0 answers
38 views

For my master thesis, I am looking how the temperature effect of greening is varying from the Equator towards the North Pole. Therefore, I made “transect 1” of a width of 100km, to do my analyses on. ...
Nika van Leusden's user avatar
1 vote
0 answers
63 views

After creating a grid for my map layout and assigning settings to show latitude/longitude, the result shows duplicate latitude tick marks and labels (although not duplicate longitude tick marks and ...
Ben Vang-Johnson's user avatar
2 votes
1 answer
45 views

I have created a NetCDF file using xarray in python with this code: latitude_save = sorted(list(set(copy2_sorted['lat']))) longitud_save = sorted(list(set(copy2_sorted['lon']))) time_save =...
Kontraa Kontraa's user avatar
1 vote
1 answer
62 views

I am trying to create a map with the CalFIRE fire perimeters data (CalFRAP dataset) on ArcGIS Online. I have downloaded the CSV file for the fire perimeters and am trying to add it as a layer on ...
AD21's user avatar
  • 15
1 vote
2 answers
391 views

I have a list of latitude & longitude pairs for around 2700 points of data: https://github.com/davwheat/uk-railway-stations/blob/main/stations.csv I have a GeoJSON of the UK ceremonial counties: ...
shmee's user avatar
  • 21
3 votes
2 answers
184 views

I have a data set like the following in .csv: sample latitude longitude A 37.18 -115.85 B 37.18 -115.85 C 37.18 -115.85 D 39.44 -117.66 E 39.36 -117.72 F 39.6 -117.94 G 38.12 -111.5 H 37.95 -114.36 ...
goshawk's user avatar
  • 85
1 vote
2 answers
88 views

I'm trying to use the Nominatim Python library for reverse geocoding, I see that the format is less precise than the output of the HTTP result, I use the following code: lon = -123.148978 lat = 45....
Hassen Miri's user avatar
0 votes
0 answers
55 views

When I publish geom data from MySQL-8, GeoServer retrieves the Bounding Boxes with X and Y positions incorrectly. The longitude range appears in Y, and the latitude range appears in X. This happens ...
Pawel Liu's user avatar

15 30 50 per page
1
2 3 4 5
66