Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
77 views

as title says I've recently encountered issues reading in a recently downloaded NASA MODIS file using R's Terra on OSX. Was following instructions in Luna documentation and tried installing Terra with ...
Rishi Kowalski's user avatar
Advice
1 vote
1 replies
67 views

I have: ∙ A known running route as a sequence of lat/lon coordinates ∙ GPS observations from a runner (noisy, ~5-10m error) ∙ Timestamps for each GPS point I need to snap each GPS observation to ...
user26535132's user avatar
0 votes
0 answers
69 views

I have a dataset that comes from GBIF downloaded as a csv (see https://www.gbif.org/occurrence/search?occurrence_status=present&q=) longitude = decimalLongitude and latitude = decimalLatitude. I ...
M. Beausoleil's user avatar
Tooling
0 votes
2 replies
88 views

I have two very large Spatrasters (exp1012 and exp1721) which I would like to stack over each other. However, their resolution changes slightly* so I cannot stack them into a single SpatRaster as they ...
jappo19's user avatar
  • 194
Advice
2 votes
2 replies
144 views

I need help coming up with a spatial workflow in R, or to be pointed in the direction of a package or something, I have no idea where to start with this. I have a raster called "Suit" (epsg:...
Carly Scott's user avatar
0 votes
1 answer
115 views

I have two distinct shapefiles that have a high degree of overlap, but aren't the same. I want to make a comparison and one of the things I would like to generate is the Jaccard Index of regions ...
BLP92's user avatar
  • 345
Best practices
2 votes
8 replies
214 views

I have several multi-polygons shape files (the data is here https://habitats.oceanplus.org/, I don't have a way to provide direct downloads). These shapefiles are anywhere between 200Mb to 1Gb and ...
Herman Toothrot's user avatar
0 votes
0 answers
63 views

I have two datasets: One of ~10,000,000 points (agricultural plots centroids), identified by a municipality insee_com and a unique ID id_prcl. Another of ~100,000 municipalities borders (lines), ...
bazoonga's user avatar
2 votes
0 answers
172 views

I have a performance issue with a query in MySQL. I need to compare location data and am trying to use ST_CONTAINS in a join. However, I am having a performance issue as it is quite slow, taking ...
serob's user avatar
  • 46
0 votes
0 answers
43 views

I'm looking to map either wikidata ids or GeoName ids to geoBoundary shapeIDs for ADM1 and ADM2. I'm not sure if there is a straightforward way to do this. For example, here is the GeoName entry for ...
Slash's user avatar
  • 581
2 votes
2 answers
124 views

I have a dataset that I need to convert into a rioxarray dataset so I can use regridding features but I can't work out how to convert an already existing xarray object to rioxarray. Unfortunately I ...
thefrollickingnerd's user avatar
0 votes
0 answers
67 views

currently I'm working in a specific version of Apache Spark (3.1.1) that cannot upgrade. Since that I can't use Apache Sedona and the version 1.3.1 is too slow. My problem is the following code that ...
matdlara's user avatar
  • 149
6 votes
1 answer
234 views

I would like to find a way to fix broken geometries in objects returned by rnaturalearth. This reprex demonstrates invalid geometries in Natural Earth datasets and explores potential solutions for ...
Philippe Massicotte's user avatar
-1 votes
1 answer
282 views

I have a dataset of line segments derived from many GPS traces, where users have followed the same roads but their paths aren’t identical (think of thousands of cars driving along a road, each with ...
user26535132's user avatar
0 votes
1 answer
52 views

I am working with Geotiff file which is 2 byte 2 channel image. I am trying to create third derived channel which is ratio of first band and second band. I am trying to save this band in Float32 ...
user avatar
0 votes
0 answers
64 views

I’m trying to automate the selection of polygons from a feature layer based on polygon area. Specifically, I need to select only those polygons whose area is greater than or equal to the median area ...
fre1990's user avatar
  • 177
2 votes
1 answer
78 views

The spatial function ST_Transform returns weird results in MySQL. I tested the following query and compared with PostGIS and obtained very different results: The query (exactly the same used in MySQL ...
StormRider's user avatar
1 vote
1 answer
101 views

I have an extent that I want to transform in order to change the ymax (i.e. limit the ymax to a new value): library(terra) # Set and extent lulc.e <- ext(-830370, 787470, 117960, 2091060) # ...
M. Beausoleil's user avatar
2 votes
1 answer
127 views

I have a dataset with thousands of GPS locations, part on land, part at sea. I'd like to identify these two groups using OpenStreetMap (OSM) data because of its high resolution. However, OSM ...
Santi XGR's user avatar
  • 337
1 vote
1 answer
139 views

I'm trying to plot a map of New Zealand using ggplot2 and sf, showing outer islands as well. I want the x-axis to show longitude ticks from 160°E to 180°E at 5-degree intervals, and the y-axis to show ...
Angela Russell's user avatar
1 vote
2 answers
136 views

I would like to join two spatial dataframes based on the smallest distance between locations. However, I would like this selection to consider Year as well, i.e. each location in dat should be joined ...
erc's user avatar
  • 10.2k
1 vote
1 answer
176 views

I started out using this sample project https://developers.google.com/ar/develop/java/geospatial/quickstart. I am able to place the anchors and view them in the ar view and on the map view as ...
Francois's user avatar
  • 10.7k
2 votes
1 answer
83 views

I'm working with a MongoDB collection that stores around 5 years of historical hourly weather data. The production collection is approximately 2+ TB in size with about 50 billion documents. To develop ...
Khizar Aslam's user avatar
0 votes
1 answer
98 views

I am trying to convert WKT strings in a column to WKB in Snowflake using ST_GEOMETRYFROMWKT so that I can visualize them in Spotfire. Some rows cause this error: ERROR [P0000] Geometry validation ...
rjcito's user avatar
  • 21
0 votes
1 answer
86 views

Geowave, Geomesa and S2 Geometry offers a Hilbert index that seems suitable for a quadrilateral grid, with a unique 64-bit cell_ID per cell, for all grid levels... However, I don't see how to use ...
Peter Krauss's user avatar
  • 14.1k
0 votes
0 answers
46 views

I have a fixed point defined by (azimuth, elevation) = (0 NORTH, 10° above horizon), and I want this point to be displayed/visualize through the camera using ARCore when the camera is pointing in that ...
avianey's user avatar
  • 5,873
0 votes
0 answers
52 views

I have been using ARCore Geospatial API to identify the horizontal and vertical position of a WGS84 Anchor I create during the session. Before 2025, I was receiving a considerably good altitude value, ...
Balesama's user avatar
-1 votes
1 answer
63 views

This is the following query : SELECT id, x, date_range_start FROM table_a WHERE ST_DWITHIN(point, shape_polygon, 30) After running some tests, i can confidently say that WHERE ST_DWITHIN(...
Hicham G's user avatar
0 votes
0 answers
58 views

I have 78 netcdf files each around 17MB, with shape (time=1, x=2048, y=2048) to be merged spatially. The single timestep is shared for all 78 files. The collgrid merge command below was able to ...
siegfried's user avatar
  • 461
0 votes
1 answer
80 views

I'm evaluating tools for geospatial storage and came across Amazon Location Service. The API docs show that there are operations for creating and managing Geofence objects. However, I don't see any ...
Paul Bellora's user avatar
  • 55.4k
0 votes
0 answers
92 views

I have global daily radiation data for 19 years. It is divided into one netCDF file for every day (so around 7000 files). I am loading all the files together as a single xarray dataset. This takes ...
Karan Mahajan's user avatar
0 votes
1 answer
83 views

In my Ruby on Rails application, I have a User model that embeds_many :addresses. Each Address has a location attribute (an array representing coordinates). I've created a 2dsphere index on the ...
Sangeetha Thiyagarajan's user avatar
0 votes
0 answers
60 views

I'm reading a polygon file using geopandas: import osgeo import geopandas as gpd polygon_path = "F:\\data\\LPJP\\gwl2020_ch\\gwl_2020.shp" polygon = gpd.read_file(polygon_path) print(...
Unryu Shi's user avatar
0 votes
1 answer
180 views

I'm trying to convert this list of polygons, named all_buffers, into a shapefile. I'd like each polygon to be its own feature in the shapefile. Everything I've tried has only exported one single ...
Hailey's user avatar
  • 31
0 votes
1 answer
93 views

I'm trying to make a program using Tkinter, Cartopy and Matplotlib that would allow users to draw polygons on a map. Once the polygon is closed (right click), I want to convert it to a mask where ...
Nevpzo's user avatar
  • 187
3 votes
1 answer
137 views

This is my first time doing any spatial statistics and I am slowly learning. I have seen a few other people here with similar problems, however none of the answers seemed to work for me. I am trying ...
haddonchris's user avatar
1 vote
2 answers
156 views

I am working with two KML input files and trying to determine if their coordinates overlap at any point. I am using the JTS Topology Suite (JTS) for spatial operations, but I am not getting accurate ...
Eliza Colt's user avatar
2 votes
1 answer
176 views

I am trying to use sf's st_make_grid to create a 20x20m grid over my study area (an agricultural field): library(sf) library(ggplot2) # file below can be downloaded from: # https://mega.nz/file/...
thiagoveloso's user avatar
  • 2,801
0 votes
1 answer
184 views

I have an account on the USGS and when I try to create an API instance using this code from landsatxplore.api import API import os # Your USGS credentials username = '<username>' password = '&...
Federico's user avatar
  • 443
1 vote
0 answers
38 views

MATLAB is throwing a warning and not plotting a geopolyshape when setting the ColorData field; however the shape is plotted when ColorData isn't set. The example code below demonstrates the issue. I ...
Elpezmuerto's user avatar
  • 5,611
0 votes
0 answers
51 views

I have a column in my MySQL table for storing GeoJson data. It stores the feature collection of a polygon in a map. Now I want to search the table based on another polygon feature collection and get ...
Akhilesh's user avatar
  • 1,313
8 votes
4 answers
413 views

I have gps data of multiple passages over the same road segment. I want to combine them into the best estimation of the real road location under. Is there a way to do that in sf (or other R packages ...
Bastien's user avatar
  • 3,206
1 vote
1 answer
78 views

I would like to install jupyter inside a conda environment and then install segment-geospatial, a python library from samgeo. However installing segment-geospatial breaks something that causes jupyter ...
edge-case's user avatar
  • 1,364
1 vote
1 answer
95 views

The following code creates graticule lines for the opposite side of the earth. How can I suppress just those lines, but not all graticules? library(tmap) library(sf) library(dplyr) library(ggplot2) ...
Mark R's user avatar
  • 1,063
0 votes
1 answer
105 views

I am trying to run a geographically weighted random forest classification using the function SpatialML::rgf(). However, I am encountering the following error: 'Error in x[[jj]][iseq] <- vjj : ...
Rodrigo Nehara's user avatar
1 vote
0 answers
54 views

I have been doing a spatial analysis. I have two regions, A and B, and I want to determine whether the roads crossing from A to B maintain the same classification or if the classification changes.I ...
Beatrix's user avatar
  • 11
3 votes
0 answers
149 views

Edit: Including the hint from @Friede to the post where a geospatial plot is turned by changing the projection. When I plot the following polygon, it is tilt 12.7° towards west: library(sfheaders) ...
mattu's user avatar
  • 358
1 vote
2 answers
200 views

I'm using the GeoJSON data for school district boundaries found here: https://data-nces.opendata.arcgis.com/datasets/nces::school-district-boundaries-current/explore I'm trying to find the most ...
Jack Serna's user avatar
2 votes
1 answer
120 views

I am working in a Postgresql database with PostGIS. I need to automatically populate a PostGIS column with the intersection of another column's geometry and a landmass polygon. The current trigger ...
Gabriel Ortega-Solis's user avatar
-1 votes
1 answer
72 views

I frequently create ortho mosaics from drone photos, then manually have to trace them to create vector habitat polygons. Is there any software that can do this (preferably command line)? I do not ...
symeboy's user avatar
  • 29

1
2 3 4 5
99