(Python) Rtree Intersection And Fiona Questions
I'm trying to create a function for an intersection where the input file is of some urban area, and a query box is used to create an output file that has the intersection containin
Solution 1:
idx.insert(0, (input_file))
You need to insert coordinates into the tree, not a file name.
Post a Comment for "(Python) Rtree Intersection And Fiona Questions"