Skip to main content

Questions tagged [geometry]

Data structures and algorithms related to geometry.

0 votes
0 answers
17 views

Python or geopandas to split intersected polygon

I have two spatial file (shp and its friends) with different detail level One is district level and the other one is grid (2x2km) level. One district is of course contains multiple grid, BUT Some grid ...
max01's user avatar
  • 1
0 votes
1 answer
38 views

A way to fit circles on 3D data

What I am trying to do is to fit a circle across all cross-sections of 3D point cloud data that resembles a pipe. The data resembles a cylindrical shape with disconnected parts in between, which can ...
mst-ara's user avatar
  • 23
0 votes
0 answers
10 views

gdalwarp ERROR 1: Invalid pixel size for backmap

I used following command to generate geotiff file for VIIRS NetCDF file: ./gdalwarp -geoloc -t_srs epsg:4326 -tr 0.0035 0.0035 -r near -te -70.18 -7.64 -43.96 30.91 dat.vrt i4b.tif but failed with ...
Jerry guo's user avatar
0 votes
1 answer
30 views

Convert Geometry to 4326 in NetTopologySuite

I have a GeoJson file whose geometries are in 3857. I want to read it using C# and insert its rows in a postgres table and I want the geometries there to be in 4326. Also, I have some other files in ...
mehrandvd's user avatar
  • 9,096
0 votes
0 answers
33 views

How to filter a list of (random) vertices by the distance between each of the two neighboring vertices?

Here's my problem background: I have a surface mesh and I have a list of vertices (these vertices are generated by intersect the surface mesh with another mesh, using CGAL) shown as blue dots as ...
Bill Lee's user avatar
-1 votes
0 answers
23 views

Pixel per inch (ppi) calculation in a CAD system

I'm doing a research work on Lung Nodule detection with chest x-ray images. There, I want to check the area of the detected regions and check whether it is larger or smaller than a certain value. I ...
Samathi kisalka Sapumana's user avatar
0 votes
0 answers
38 views

How to do circle packing in an irregular polygon

I have been trying to pack as many circles in a polygon as possible. Having found this - Controlled circle packing with Python - I though it would be a useful code if the checkBorders function was to ...
sara brdnik's user avatar
-1 votes
0 answers
11 views

my long sprinkle looking worse when i add attribute named in geometry node my sprinkles disappeared [closed]

i am following blender guru tutorial part 7 ,when i add long sprinkle on my donut in geometry node it cover all of my donut and its look worse but when i add attribute named my sprinkles just ...
Quratullain Tahiri's user avatar
0 votes
0 answers
29 views

How to put a shapeGeometry background image in threejs

I searched various places and did not get the results i wanted. Thre reason why I changed gemetry to shape is that the position of each vertext of the obect, that is. the value in points can be ...
이준희's user avatar
0 votes
0 answers
41 views

"snapping" polygons together in python (without ArcGIS)

I have a set of polygons that partially do not touch and partially overlap. Ideally, i would like to keep the external boundary and clean up the internal edges by "snapping" the polygons ...
Daiva's user avatar
  • 21
0 votes
0 answers
29 views

Why isn't "Shade Smooth" in Blender 4.2 working on my 96 vert cones and other shapes?

Bender 4.2 user. Recently there is an issue with some shapes not smoothing when told, such as the prementioned Cone. Using "Shade Smooth" by angle or not, doesn't smooth out my geo (with or ...
Edward Tyler's user avatar
1 vote
2 answers
55 views

Efficient coordinate indexing

I have a triangle list, that has XYZ cooridnates per triangle node. I need a list of nodes and a list of triangle node indices from that. Close nodes should get the same index. My C# code is: /...
KungPhoo's user avatar
  • 624
2 votes
0 answers
36 views

Create Perfect Spherical Icosphere with Smooth, Curved Triangles using Three.js

I am working on a project using Three.js and Next.js to create a perfect spherical icosphere with the following requirements: The sphere should be solid and 80% dark. The triangles should be 100% ...
ABDELLATIF LAGHJAJ's user avatar
2 votes
4 answers
66 views

Find the smallest polygon with a certain edge on a 2d dijkstra graph

Sorry for bad English. It's somehow called Minimal Cycle Basis of graph algorithm. I'm currently working on some algorithm to seperate a graph into rooms. Like the example. I have a graph link like ...
Blastom's user avatar
  • 21
-1 votes
0 answers
62 views

Input order of points changes the outcome of Delaunay Triangulation

Recently I have learnt about the Delaunay Triangulation and using the Bowyer-Watson algorithm to solve it. When implementing, I followed along from the wikipedia pseudocode and other sources to create ...
Thomasssb1's user avatar

15 30 50 per page
1
2 3 4 5
878