Skip to content

Commit

Permalink
Update address and tile_step in inference.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary-h86 authored Apr 21, 2024
1 parent c75ed16 commit 6ec46ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"outputs": [],
"source": [
"location = 'Boston Common'\n",
"location = 'Boston Common, Boston, MA, US'\n",
"location = \"42.35555189953313, -71.07168915322092, 42.35364837213307, -71.06437423368418\""
]
},
Expand All @@ -92,7 +92,7 @@
"source": [
"raster = Raster(\n",
" location=location,\n",
" name='central_park',\n",
" name='BostonCommon',\n",
" # input_dir='<path/to/tiles/z/y/x.png>',\n",
" zoom=19,\n",
")\n",
Expand Down Expand Up @@ -173,7 +173,7 @@
"collapsed": false
},
"source": [
"You may also programmatically access project specific paths by accessing project subattributes."
"You may also programmatically access project-specific paths by accessing project subattributes."
]
},
{
Expand Down Expand Up @@ -208,7 +208,7 @@
},
"outputs": [],
"source": [
"raster.generate(2)"
"raster.generate(4)"
]
},
{
Expand Down

0 comments on commit 6ec46ed

Please sign in to comment.