Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

Is it possible to use a data URI containing a SVG image for the 'src' attribute in a PatternDescriptor? I have found examples of using PNG files, but not SVG. Please can someone post an example of ...
David Power's user avatar
Advice
2 votes
2 replies
131 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
Advice
0 votes
6 replies
123 views

I have 2 polygons which are very simmular but one has is centroid inside and the other outside. Polygon 1 (inside) with "X: 2590431  Y: 5823888" "X: 2590433  Y: 5823881" "X: ...
Sebastian's user avatar
  • 327
3 votes
1 answer
111 views

I am trying to use tmap with the MAP_COLOR argument which is supposed to plot the given shapefile with unique colors for adjacent polygons. However, it seems to be failing when I use it on two ...
BLP92's user avatar
  • 345
-1 votes
0 answers
26 views

This is my polygon css. Can I get a border around this polygon instead of background color? .clip-details-shape { height: 200px; position: relative; clip-path: polygon(100% 0, 100% 76%, 80% 100%,...
Ibnul's user avatar
  • 37
0 votes
2 answers
68 views

I have an algorithm that takes as input a list of polygons - each polygon is a list of 32 bit x and y coordinates, and the length of the coord list. It then needs to normalise the coordinates to the ...
keith969's user avatar
  • 383
0 votes
0 answers
84 views

I want to calculate the straight skeleton of a polygon using the CGAL library in C++, but I want to discard some edges from the skeleton calculation. I thought this would be possible using the ...
Jean-Luc Dupouey's user avatar
1 vote
0 answers
89 views

folks! So basically, in the design, there are blocks that have bottom right edge cutted. One - with border, second - with background. Edge looks ike that: I tried different approaches and none of ...
Ustym Rado's user avatar
17 votes
3 answers
366 views

I have a list of points (x,y). A line is drawn somewhere 'inside' these points (within the area they form). I have been trying different algorithms for ordering these points to create a polygon, with ...
Leo's user avatar
  • 307
5 votes
2 answers
122 views

I have a closed polygon, that has attribute parameters at each edge. These are stored at the point at the beginning of the following line segment. So, point[0] holds the attribute for the edge point[0]...
KungPhoo's user avatar
  • 948
0 votes
0 answers
27 views

I have this svg code <svg width="200" height="200" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> <polygon points=" 13.5,13.5 13.5,40.5 3.5,50 13....
haya's user avatar
  • 1
0 votes
1 answer
152 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
0 answers
49 views

I'm using the react-native-maps package. When I use the fillColor property on a Circle or Polygon, it fills the inside of the shape — which works as expected. However, I want to achieve something ...
Burak Tekin's user avatar
0 votes
0 answers
47 views

I have Javascript code that can detect the coordinates of a polygon that is drawn on Google map. I also have 10,000 property addresses. What is the fastest way to find which of the 10,000 properties ...
Bill Francis's user avatar
2 votes
2 answers
234 views

I spent my last week looking for a mesh generator that, given the vertices of a 3 dimensional polygon (such as a cube or a tetrahedron or a dodecahedron and so on) and the number of points (internal ...
Davide's user avatar
  • 193
2 votes
1 answer
110 views

I'm trying to follow the solution detailed at this question to prepare a dataset to train a CRNN for HTR (Handwritten Text Recognition). I'm using eScriptorium to adjust text segmentation and ...
Ricardo Palomares Martínez's user avatar
4 votes
2 answers
326 views

I am working with Uranium-Lead geochronological datasets. This type of data is typically interpreted in what is called a "Wetherill" concordia diagram, an x-y coordinate space where each ...
Jesse's user avatar
  • 150
1 vote
0 answers
56 views

My Problem is, that I need this library: polybool dart, to be able to handle self-intersection. Right now if I do a difference onto a self-intersecting polygon, there will be a hole where the self-...
Jan 's user avatar
  • 11
0 votes
2 answers
67 views

I have a map defined by polygons in a shape file that I have read into R. Each polygon has a character value assigned to it in a column called "UNIT_250K", and each of those character ...
Kirsten Rasmussen's user avatar
0 votes
0 answers
29 views

I have the following issue. I have a function of two variables defined on a regular grid via np.meshgrid and I would like to get the coordinates of the points on some contour, within a bounding region ...
N P's user avatar
  • 1
1 vote
0 answers
38 views

I'm trying to deploy a Smart Contract on the Polygon mainnet, but I need the deployment transaction to be signed by someone else's wallet (so they become the contract owner and receive the tokens). I’...
user2701487's user avatar
3 votes
1 answer
135 views

How do I find the direction that the closest point of polygon_sf2 is from polygon_sf1 divided into one of eight directions (north, north-east, east, south-east, south, south-west, west, north-west)? ...
luciano's user avatar
  • 14k
0 votes
1 answer
39 views

Background for purpose sparse/compressible data structure/compressible honeycumbs, vague description to give you an idea: This would allow an array of [0..255] connection points hopefully. If all of ...
oOo's user avatar
  • 301
2 votes
1 answer
106 views

In general, a turf polygon can be converted to Leaflet as per https://gis.stackexchange.com/questions/448435/converting-turf-polygon-to-leaflet-polygon . But there seems to be a difficulty when the ...
Alasdair's user avatar
  • 1,414
0 votes
0 answers
77 views

I have a map made with Leaflet which includes a polygonal boundary: the area enclosed by the boundary is non-convex, but simply-connected: there are no holes. Within this boundary there are various ...
Alasdair's user avatar
  • 1,414
0 votes
0 answers
58 views

I have a polygon which I wish to buffer 120 meters from the edges. However, whenever I use the buffer feature it buffers from the centre of the polygon. How do I fix this? I have tried the buffer ...
user29633887's user avatar
0 votes
0 answers
304 views

I am trying to build a feature in React where a user can input two ERC20 tokens on Polygon and swap them using the Uniswap v4 SDK. The component is here: https://github.com/mauruszach/Uniswap_swap. ...
zach_maurus's user avatar
0 votes
0 answers
37 views

I need help with R code to calculate intersecting area between two polygon layers. The first layer is polygons I created by making a 250m buffer around a points layer - I'm calling it "buffer&...
Pinky M's user avatar
1 vote
0 answers
62 views

Let n be a given number. The data I have is a set of (x,y) points plotting the contour of a polygon on each z slice, giving multiple images that can be stacked on the z axis to get a polyhedron. How ...
Fahadh's user avatar
  • 36
-1 votes
1 answer
69 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
2 votes
0 answers
43 views

Can't find the issue why the polygon is not drawn with the following code in d3: <script type="module"> import * as d3 from "https://cdn.jsdelivr.net/npm/d3@7/+esm&...
Hidde Ploysiri's user avatar
0 votes
0 answers
176 views

I am using python to work on polygons. I want to find intersection of two polygons and then find the intersection of the intersected polygon with two lines.the intersection of a polygon with a line ...
Karan Mahajan's user avatar
6 votes
1 answer
75 views

Is there a way to plot a given function with the domain restricted to a polygon with given vertices, in MATLAB? For example, how can I plot the function f =@(x,y) x.*y inside the polygon whose ...
Davide's user avatar
  • 193
0 votes
0 answers
57 views

I have a pyplot with three .shp polygons as sublots. I would like to change the color of each polygon based on the values from a .csv file of 3 columns and 2 rows (headers and values). I would like ...
Ryan Greathouse's user avatar
-1 votes
1 answer
26 views

After deleting all shapes and pasting fixed ones into a PostGIS layer, i edited a couple shapes and some got invalid (rings without enough points, etc). This made saving the pasted shapes impossible. ...
gotjosh's user avatar
  • 921
0 votes
2 answers
61 views

I am building a floor planner app (react/typescript), currently I have all walls as polygon where we define 4 corners. I need a logic/algorithm to merge connecting walls. I did try convex/concave hull ...
Mayga Fatmawati's user avatar
3 votes
2 answers
222 views

Consider the following binary raster, with patches in various shapes: Using terra to get separate polygons for each patch, I converted to vector via as.polygons() and then disaggregated via disagg(). ...
Reid L's user avatar
  • 57
0 votes
0 answers
63 views

I want to create a map with all the countries labelled, but the text within each country's boundaries. For readability, I want the text to follow the curve of the country boundary. I tried an example ...
Nike's user avatar
  • 35
0 votes
1 answer
126 views

I have this feature collection with a lot of points that form a shape: I need to create a polygon feature collection with this shape, I tried using the shapely multipoint.convex_hull method but the ...
Foncho's user avatar
  • 15
0 votes
0 answers
33 views

I got error: {"Invalid account used signing"} The code is this Public Shared Async Function send02Pol(privateKey As String, destination As String) As Task 'Dim chainId As UInteger = 137 ...
Andri Timur's user avatar
0 votes
0 answers
47 views

Question: I’m working on rendering a Koch snowflake with a sinus-plasma texture using PYTHON and OpenGL. The initial polygon is star-shaped, evolving into the Koch snowflake. My goal is to fill this ...
User's user avatar
  • 19
0 votes
0 answers
36 views

I need to store POINT and POLY fields that represent points and areas on an Image Map, not GEO lat/lng coordinates. Because I'm not representing Geography does not make sense to use the ...
Mark Tyers's user avatar
  • 3,319
1 vote
1 answer
70 views

I understand Tableau can't read a clob field in Teradata where I have the Polygons. However I understand there is a work around to extract data that can be used by Mapping capabilities of Tableau. Can ...
Aftab's user avatar
  • 39
1 vote
1 answer
110 views

I am working on automating the selection of an area on a Mapbox map using Selenium with Java. I’ve tried multiple approaches, including using the Action class and JavaScript, but none of them have ...
user28489865's user avatar
1 vote
1 answer
159 views

I use leaflet to show maps on my website. I want to blacken out everything EXCEPT for the area in the polygon I am showing. For instance, showing the rest of the map with a black background (maybe 90% ...
T_M100's user avatar
  • 13
1 vote
0 answers
94 views

I would like to calculate the angle between the x-axis of the reference system and the line along which a generic simple, convex or concave polygon develops most. By having the points of its vertices ...
user avatar
0 votes
3 answers
243 views

I have a 1km buffer shapefile and a roads shapefile and I'm trying to figure out the total length of roads that intersect with each buffer so I can calculate road density within each buffer. There are ...
Bridget Wheelock's user avatar
0 votes
1 answer
68 views

I am trying to deploy a smart contract with an NFT collection erc721, however I did the deployment couple of hours ago and still is not visible yet on polygon scan, I tried deploying several times, no ...
JGarnie's user avatar
  • 624
1 vote
0 answers
76 views

I'm trying to implement a scanline fill polygon algorithm using OpenGL3, and I'd like the algorithm to calculate the vertices of the line segments that need to be drawn to achieve the filling effect, ...
Azemmmm's user avatar
  • 39
0 votes
1 answer
130 views

I'm working with a GeoJSON file that represents the area of the United States at 0 feet elevation. However, when I load it into QGIS, a strange diagonal line appears, stretching across the map. This ...
Pannam's user avatar
  • 741

1
2 3 4 5
102