Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
bre01 committed Dec 29, 2023
1 parent 6f6f67f commit 17137bb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 36 deletions.
35 changes: 23 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ndwi</title>
</head>
<body>
<div>
this is a litte project that let you upload b3 and b5
band of a landsat 8 image and calculate the ndwi index
</div>
<div id="files">
<input type="file" id="b3" name="b3">
<input type="file" id="b5" name="b5">
<button id="btn">ok </button>
<input type="range" id="range">choose ndwi(0~1)</input>
<input id="opening">enter a number to opening opeartion</input>
</div>


<script src="/node_modules/tiff.js/tiff.min.js" ></script>
<script src="/src/ndwi.ts" type="module"></script>
</body>
</html>
24 changes: 0 additions & 24 deletions ndwi.html

This file was deleted.

0 comments on commit 17137bb

Please sign in to comment.