Skip to main content

Questions tagged [geospatial]

Geospatial pertains to the geographic location and characteristics of natural or constructed features and boundaries on, above, or below the earth's surface; esp. referring to data that is geographic and spatial in nature.

4 votes
1 answer
367 views

Context & Background Please let me remind you that this project may involve original research; it is important to remember that all content on this site is subject to CC BY-SA 4.0. It is a breach ...
Konchog's user avatar
  • 355
5 votes
1 answer
102 views

I wrote this code when reviewing Define a class for latitude and longitude in C++ using boost::units and spheroidal coordinates. As I've not used Boost::Units before, I thought it worth reviewing in ...
Toby Speight's user avatar
  • 88.7k
0 votes
1 answer
123 views

I have a dataset that contains 750,000 rows. I want to query each row and get the postcodes using the latitudes and longitudes. Problem: The code is executing very fast when I query like 100 rows, and ...
Buchi's user avatar
  • 1
5 votes
2 answers
104 views

I'm working on a tool that performs some computations using elevations from a DTM file retrieved from a WCS service. These computations will be done on predefined regions of Europe. I'm trying to ...
stray_dog's user avatar
2 votes
1 answer
71 views

I'm new in coding. I have a shapefile (points) and some raster files. My purpose is get the values from all raster to point (each point will get value from 2 or 3 nearest cell,the value on the value ...
Long nguyen duc's user avatar
1 vote
1 answer
121 views

I'm working in a function that generates isochrones for a project of mine and I'm facing a bottleneck performing some distance calculations. Here is what I'm doing: ...
Franco's user avatar
  • 11
9 votes
1 answer
1k views

GeoHash library in C++17 no allocations and no std::strings. It uses fixed buffer GeoHash::buffer_t. optimized nearby search, if possible, it search 2x2 or 2x3 ...
Nick's user avatar
  • 1,656
4 votes
0 answers
80 views

This might be a slightly long question, but I've recently been doing a bit of R&D on the data processing workflows within the company that I work at and it would be great to see if there are any ...
Adam Johns's user avatar
4 votes
1 answer
2k views

Given a pandas data frame containing objects with ids and latitudes and longitudes: ...
cs0815's user avatar
  • 683
3 votes
1 answer
726 views

I've refactored a function from the pygc library used to generate the great_circle. The Vincenty's equation below can be found ...
Jason Leaver's user avatar
1 vote
2 answers
154 views

I have an ArcGIS Arcade script that uses JavaScript syntax. The script loops through GIS polylines and updates a coordinate. The coordinate is called an "M" coordinate (aka a "Measure-...
User1974's user avatar
  • 218
1 vote
1 answer
231 views

I have a Python 2.7 script that loops through GIS polylines and updates a coordinate. The coordinate is called an "M" coordinate (aka a "Measure-value"). M coordinates are similar ...
User1974's user avatar
  • 218
4 votes
1 answer
220 views

I have a massive set of latitude, longitude pairs. I also have a list of GeoJson formatted locations. I want to find out which location each pair of coordinates lies in. I have some code to do this, ...
TomSelleck's user avatar
2 votes
1 answer
78 views

I'm working towards plotting a large GIS dataset of which I've shown a sample above of about 1/6 of the data. I'm happy with how quickly the data loads in, and bokeh...
BBirdsell's user avatar
  • 235
7 votes
2 answers
389 views

Long time reader of Code Review with my first question. I'm self-taught and suspect this code can be improved. The project is really important to me and the team and I could really use the help. I'm ...
BBirdsell's user avatar
  • 235

15 30 50 per page
1
2 3 4 5
8