Skip to main content

Questions tagged [circularstring]

2 votes
1 answer
178 views

ogrinfo ":memory:" -dialect sqlite -sql "SELECT ST_GeomFromText('Point(1 2)')" gives me a dataset with a geometry column: INFO: Open of `:memory:' using driver `SQLite' ...
bugmenot123's user avatar
  • 12.4k
5 votes
1 answer
169 views

In I want to design meandering lines on a plot at 5m distance apart. I am using the circular string tool so it's all by hand, ideally, they would be identical lines with a consistent 5m distance. How ...
Aagwood's user avatar
  • 141
5 votes
1 answer
384 views

I have a polygon layer where there may be polygons and circular arcs as in the image. How can I identify the polygons which have those arcs parts?
Nil's user avatar
  • 1,616
0 votes
0 answers
89 views

Are there any JavaScript libraries that can convert EWKT/WKT curve geometries (as defined by PostGIS) to GeoJSON or similar? That is, libraries that generate a linear approximation of a CIRCULARSTRING ...
Steve Bennett's user avatar
1 vote
0 answers
91 views

I've been struggling to get PostGIS 2.5 to run any linear referencing functions on geometry containing curves (CircularStringM, CompoundCurveM for example). Is it possible to get the measure M along ...
Rayner's user avatar
  • 3,731
3 votes
1 answer
401 views

I digitize different habitats in one nature reserve. There was 40 ponds - I use "add circular string" option to give them a nice rounded shape. When I finish this 40 ponds I was instructed ...
Lukasz Ponienski's user avatar
1 vote
1 answer
66 views

I am trying to change the name of a field by using Python code where the current name is in the format (e.g.) d2000_5000, and 5000 is the decimal year (0,5 y) added to 2000. So i think that this can ...
user3265206's user avatar
5 votes
3 answers
3k views

I'd like to make a CIRCULARSTRING in PostGIS 2.0.0 out of points that are calculated as part of the query (rather than constants). For a LINESTRING I can do this using ST_MakeLine(). Is there an ...
EM0's user avatar
  • 755
9 votes
2 answers
2k views

I'm using PostGIS 2.0.0 and would like to store a GML Surface in a way that allows calculating intersections between that surface and various points and lines. In my case, the Surface will have one ...
EM0's user avatar
  • 755
5 votes
1 answer
2k views

I'm searching informations about drawing simple curved arrow lines into free GIS like QGIS, in this problem data geometry is CIRCULARSTRING ( a type which exists in latest postgis version) It seems ...
reyman64's user avatar
  • 237