Skip to content

Commit

Permalink
import adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
lillythomas committed Jul 22, 2024
1 parent 17875ee commit ad99174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/v1-inference-simsearch-naip-stacchip.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"import pandas as pd\n",
"import pystac_client\n",
"import shapely\n",
"from box import Box\n",
"from shapely.geometry import box, Polygon\n",
"import torch\n",
"import yaml\n",
"from box import Box\n",
"from pyproj import Transformer\n",
"from rasterio.io import MemoryFile\n",
"from stacchip.chipper_mod import Chipper\n",
Expand Down

0 comments on commit ad99174

Please sign in to comment.