2
votes
1answer
125 views

Query for segments at same place and time in PostGIS

A newbie-question: I've imported the segments of several GPX-Tracks in a PostGIS-Table. Now I'm looking for a query that returns all segments that: are spatially overlapping (within a specific ...
0
votes
1answer
209 views

Generate a report or table for buffer zone

I have a polygon feature class. I create a buffer for this feature with a distance being 2 km.Now the buffer output intersect with features of the original polygon.So say for instance from the orginal ...
3
votes
1answer
225 views

ArcMap: extracting overlapped buffers

I have a set of points in ArcMap which I create a buffer for each point. Then I use intersect to extract the overlapping buffers. The result is something like this: The lighter color are the ...
4
votes
1answer
280 views

automating forest cover calculations with Python

I have a layer of forest cover comprising ~ 30,000 individual forest patches, and I need to calculate the amount of forest cover within a 5 km buffer of each patch. The buffers all overlap each other, ...
5
votes
2answers
796 views

Need help calculating forest cover within a buffer when it overlaps with other buffers

I'm new to ArcGIS and having real trouble getting this done… Hopefully someone can help. Thanks in advance! I have a layer showing forest cover in a landscape. I'm trying to create a 5km buffer ...