Skip to main content

Questions tagged [polygon]

On a map, a closed shape defined by a connected sequence of x,y coordinate pairs, where the first and last coordinate pair are the same and all other pairs are unique.

4 votes
1 answer
175 views

I'm using QGIS 3.40.12 and I have a shapefile with polygons, each of them represents a plot and I need to give them a number, an "ID". But the spatial order of the numbers should have a from ...
Marcolfo's user avatar
4 votes
1 answer
77 views

I am using GDAL to create polygons for a GeoJSON: OGRFeatureH hFeature = OGR_F_Create(OGR_L_GetLayerDefn(hOGRLayer)); OGRGeometryH hLinearRing = OGR_G_CreateGeometry(wkbLinearRing); OGR_G_SetPoint_2D(...
craigmj's user avatar
  • 181