Skip to content

Commit

Permalink
sustainable geojson comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
habibutsu committed Oct 25, 2023
1 parent dbb4149 commit b23ec7f
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 160 deletions.
2 changes: 1 addition & 1 deletion gdal_boots/gdal.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def size(self):
return len(self)

def __getitem__(self, idx) -> Feature:
return Feature(self.ref_df, self.ref_layer.GetFeature(idx))
return Feature(self.ref_ds, self.ref_layer.GetFeature(idx))


class Layer:
Expand Down
Loading

0 comments on commit b23ec7f

Please sign in to comment.