Questions tagged [latitude-longitude]
Angular geographic coordinates that specifying the north-south and east-west positions of locations.
979 questions
3 votes
1 answer
109 views
Calculating latitude and longitude from single constellation [closed]
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 ...
0 votes
0 answers
63 views
Converting coordinates to lat, long from article written in Russian
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. ...
0 votes
0 answers
21 views
R and elevatr (or any function) to download DEMs across the int'l. dateline
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 ...
5 votes
1 answer
155 views
Drawing polygon squares from points using QGIS
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/...
1 vote
1 answer
2k views
Converting Google Maps Plus Code to latitude and longitude
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 ...
4 votes
3 answers
480 views
Setting buffer around points in meters as opposed to degrees in QGIS
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 ...
0 votes
0 answers
33 views
Trying to find coordinates in QGIS3.4 for a local government-specialized CRS, ESRI:103761
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 ...
0 votes
0 answers
38 views
Number of pixels per latitude is exponentially increasing when going to the north, while having the same width
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. ...
1 vote
0 answers
63 views
QGIS layout grid showing duplicate latitude tick marks and labels
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 ...
2 votes
1 answer
45 views
Open a xarray created NetCDF dataset in QGIS
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 =...
1 vote
1 answer
62 views
Latitude and Longitude for CSV CALFIRE Dataset
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 ...
1 vote
2 answers
391 views
Find the UK ceremonial county of a lat/long pair
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: ...
3 votes
2 answers
184 views
Merging overlapping points and adjusting their size based on sample count in QGIS
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 ...
1 vote
2 answers
88 views
Why there is difference between Nominatim library and API when reverse geocoding?
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....
0 votes
0 answers
55 views
Publishing MySQL-8 data in GeoServer, the latitude and longitude are fliped
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 ...