File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # FTW Inference App
1+ # FTW Explorer - The Inference App
22
33A Vue 3 application for running inference on satellite imagery using the FTW API.
44
Original file line number Diff line number Diff line change 22< html lang ="">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/png " href ="./static/images/ftw_logo.png " />
5+ < link rel ="icon " type ="image/svg+xml " href ="./static/images/logo.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > FTW Inference </ title >
7+ < title > Fields of The World Explorer </ title >
88 </ head >
99 < body >
1010 < div id ="app "> </ div >
Original file line number Diff line number Diff line change @@ -59,7 +59,12 @@ function setModeValue(newValue: number) {
5959
6060 <!-- About Dialog -->
6161 <v-dialog v-model =" aboutDialog" width =" auto" >
62- <v-card max-width =" 600" border :prepend-icon =" mdiInformation" title =" About the FTW Explorer" >
62+ <v-card
63+ max-width =" 600"
64+ border
65+ :prepend-icon =" mdiInformation"
66+ title =" About the Fields of The World Explorer"
67+ >
6368 <v-card-text >
6469 Welcome to the Fields of the World (FTW) Explorer Web App. Use it to either explore the
6570 global field boundary data or run the FTW model on Sentinel-2 Level 2A Collection 1
You can’t perform that action at this time.
0 commit comments