We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56cfae commit a38cd75Copy full SHA for a38cd75
Project.toml
@@ -1,7 +1,7 @@
1
name = "RemoteSensingToolbox"
2
uuid = "c88070b3-ddf6-46c7-b699-196056389566"
3
authors = ["Joshua Billson"]
4
-version = "0.0.1"
+version = "0.1.0"
5
6
[deps]
7
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
examples/spectral_example.jl
@@ -47,4 +47,4 @@ function main()
47
CairoMakie.save("multisensor_sigs.png", fig3)
48
end
49
50
-#main()
+main()
0 commit comments