Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plots #24

Merged
merged 9 commits into from
Jul 28, 2022
Prev Previous commit
Next Next commit
Modified the plot_datacube function by adding an additonal argument t…
…o allow the user to input the date and time
  • Loading branch information
Tumon2001 committed Jul 26, 2022
commit d4f317d15e39de4a520ba5a75e2f19dee1d42a1a
1 change: 1 addition & 0 deletions src/plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function plot_img(img, coordinate_system)
end

"""
using Dates
load_example()
dates = collect(Date(2012,4):Month(1):Date(2020, 02))
plot_datacube(radiance_datacube, MUMBAI_COORDINATE_SYSTEM, string.(dates))
Expand Down