Skip to content

Commit eabc5c8

Browse files
authored
[Fix] tms_to_geotiff import (#516)
1 parent 84e6524 commit eabc5c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Here is a simple example of using segment-geospatial to generate a segmentation
1111
```python
1212
import os
1313
import torch
14-
from samgeo import SamGeo, tms_to_geotiff
14+
from samgeo import SamGeo
15+
from samgeo.common import tms_to_geotiff
1516

1617
bbox = [-95.3704, 29.6762, -95.368, 29.6775]
1718
image = 'satellite.tif'

0 commit comments

Comments
 (0)