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

yearmon() updation error #91

Open
meghapatnaik opened this issue Aug 19, 2023 · 0 comments
Open

yearmon() updation error #91

meghapatnaik opened this issue Aug 19, 2023 · 0 comments

Comments

@meghapatnaik
Copy link

In incorporating #76 (independently correct), the previous version of yearmon() has been most likely deleted rather than updated.

(1) This works independently:

function yearmon(x)
Dates.format(x, Dates.dateformat"YYYYmm")
end

dates = collect(Date(2012,4):Month(1):Date(2022, 06))
timestamps = yearmon.(dates)

(2) NighttimeLights.yearmon() gives the error "yearmon() not defined"

(3) NighttimeLights.yearmon() was defined and gave correct output before the merge.

@meghapatnaik meghapatnaik changed the title yearmon update yearmon() updation error Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant