All Questions

0 votes
0 answers
4 views

Leaflet: How to convert between distance values returned by diatnceTo() of Point object method and distance() of map Object

I had tried the code pasted below using leaflet.js (latest version): const mapObj = L.map("map", { center: [51.505, -0.09], zoom: 9 }); let point1 = L.point([51.505, -0.09]); let point2 ...
Arun's user avatar
  • 1
0 votes
0 answers
6 views

Applied code Edge Otsu in Sentinel 2A Harmonized

I found a code for Edge Otsu implementation to detect water body in Sentinel-1 SAR (below). This code work in Sentinel 2A but with the FAI index or another index (NDVI, NDCI)? How would it be? LINK: ...
Démostenes Gayosso's user avatar
0 votes
0 answers
7 views

Calculating yearly precipitation mean for Brazilian municipalities (of each cities)

How can I solve this error? https://code.earthengine.google.com/ee00c59fdb3c3bc508ffd7e4f7d5017c // Load the necessary data var municipalities = ee.FeatureCollection("projects/ee-ankilagd/assets/...
Ankila's user avatar
  • 1
0 votes
0 answers
6 views

Listing stream-segment IDs for fluvial junctions with Field Calculator

Issue #3 as concerns my comeback geofictional project. At this writing, I've tried my best (for many hours now) to come up with a Field Calculator formula that gives a list of comma-separated stream-...
Routhwick's user avatar
0 votes
0 answers
6 views

How extract data from danish open data dump file in QGIS?

For an interactive map I need to create a list of all settlements, even very small ones, of Denmark (except Greenland) including name, longitude and latitude. First I thought I'll extract that data ...
Shakesbeer's user avatar
0 votes
0 answers
4 views

Problem with the QUICK OSM tool

I have a problem with the QUICK OSM tool. When I open the tool and start searching for a specific data, it gives me this message: Error in the QGIS log window, then the QuickOSM panel, copy/paste it ...
jack simo's user avatar
0 votes
0 answers
5 views

Combining lines that are seperated by a small gap

I am having issues trying to figure out how to mass combine line segments that are seperated by a small gap. They have the same info in the attributes with one exception. I read something about an ...
Jacque Mickey's user avatar
0 votes
0 answers
7 views

Is there a way to convert polygon annotations into shapefiles?

I am new to QGIS and I mapped a large flood basin as a polygon annotation, not realizing that it would have strange properties. Is there any way I could convert this polygon annotation into a ...
Callum Nelson's user avatar
0 votes
0 answers
10 views

Create hyperlink In a popup that turns on a different feature layer

So I am writing (trying) Arcade code for ArcGIS Online Web Map that will create a hyperlink in a pop-up of one feature layer, which when clicked, will turn on another feature layer in the same map. I ...
TheOmoSlide's user avatar
0 votes
0 answers
10 views

Upgrade GeoServer 2.24.3 to 2.24.4 or higher layer image broken

We have a problem with a GeoServer installation when updating to 2.24.4 or higher. When we update from 2.24.3 to 2.24.4 the image is not showing anymore in publish viewing: layers -> choose a layer ...
JohnnyB's user avatar
0 votes
0 answers
3 views

Connecting point features by ID & Time columns in ArcGIS Pro

I am trying to measure distance between points in ArcGIS Pro. Specifically, I want to connect a series of points that have location, time-stamp (every 2-3 seconds), and ID columns. My dataset is large ...
anzac21's user avatar
  • 73
0 votes
0 answers
5 views

Box plots in ArcGIS Online

I can't seem to figure out how to get box plots to appear in popups in ArcGIS Online. First, is this even possible? I am trying to find a good way to show summary statistics for four different ...
redleg_64's user avatar
0 votes
0 answers
9 views

How to eliminate blank spaces in qgis2web layer-switcher

I am creating a web map using the qgis2web plug in (version 3.24) exporting the map in openlayers. I’ve added a title to the legend but I get blank spaces between the groups. I am not sure if I have ...
DorExplor's user avatar
0 votes
1 answer
11 views

how does rioxarray reproject match resample the data?

What method is used to resample within rioxarray reproject match? Looking into resampling in rioxarray it seems to use rasterio which defaults to nearest resampling. Should I assume this is what is ...
Jennifer's user avatar
0 votes
0 answers
10 views

Why point nemo is the furthest point in the ocean from any land?

Looking at the map, there are some points which are farther than point nemo. Am I missing something?. Attached picture points the point nemo. But above that, there are even better points that are ...
Appaji Chintimi's user avatar

15 30 50 per page
1
2 3 4 5
11007