What\'s the right tool for the job if I want to write a Python script that produces vector graphics in PDF format? In particular, I need to draw filled polygons with rounded corners (i.e., plane figur
I have a shapefile that represents ecoregions of the world. I am trying to determine which ecoregions are intersected by the distributions of my species of interest. I am using the latest 开发者_开发百
I am having a real pain of trying to draw multiple polygons from a geojson file. Below I have pasted a sample of the geojson file and the javascript used to access it. It seems the main problem I am r
I\'ve tried for the past 3 hours to figure out how to use Bezier curve formula, glMap1f and glEvalCoord1f to create a curved shape.
I don\'t think this is a duplicate question - at least I hope not. I have two polygons A and B.B may be entirely inside A or may partly intersect with it.The requirement is to redraw polygon A so tha
I have an interesting problem that I\'ve been trying to solve for a while. There is no \"right\" solution to this, as there is no strict criteria for success. What I want to accomplish is a smooth tra
I tried to figure out how to find the min distances from one polygon to other polygons in a layer (a layer consists of many polygons) of ArcGIS. More 开发者_StackOverflow社区specific, I was wondering
I w开发者_运维百科ant to use this map with \"İlçeleri Göster\" selected (top of map): http://www.gmodules.com/ig/ifr?url=http://election-results.googlecode.com/hg/turkey2011/gadget/turkey-results-g
How to find intersections between two (or more) 3D planar polygons (for the simplest case they are all convex)开发者_StackOverflow?
I would like to cut a polygon layer, according to the elevation, into two parts (upper and lower part). The polygon might convex or concave, and the position to cut might vary from each other. The con