-
Notifications
You must be signed in to change notification settings - Fork 34
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
unifiedgridfile branch dev question #30
Comments
@jlc248 I need to keep unifiedgridfile separate from master until the operational NWS version can be moved to the new file format. I don't know if/when this will happen, as they'd have to rewrite some things downstream from glmtools. So for now, the new file format lives on unified grid file, and other changes you see happening on master should get pulled into unifiedgridfile. More generally, the branches have evolved recently. Right now, here's how I envision the purpose of the branches.
Does that make sense? Does it fit your needs? Comments/adjustments welcome. |
And, I should put this in a roadmap document for wider consumption. |
@deeplycloudy , I think this will work fine for me. I'll stick with unifiedgridfile. Thanks! |
It's time for a roadmap status update. Tagging @djhoese, @hopesea79, and @Temurin as other interested contributors affected by branch changes.
The ugf branches have a new file format that is not compatible with ISatSS, but is the format that Unidata is expecting for the public feed, and is also used by @jlc248 and, I think, @Temurin. @hopesea79 has a proof of concept integration of ugf-newgrid into the ISatSS operational framework. I would like to propose the following path forward:
This would leave us with a single file format produced by glmtools, a master branch for active development, and a stable isatss branch that would be used in production. Could those tagged above let me know if any operational details block progress on this plan? I don't don't want to do things to the branches that will cause heartache. I suggest setting a goal to have this wrapped up by the end of March. |
I think this plan and timeline sound good, @deeplycloudy . |
This sounds good to me too, thank you. We are not actually using the new file format quite yet (we are still on an old branch), but we will switch to ugf-newgrid in the very near future. |
See #63 for a draft fix for #26 and #54 above. Note that it will change the meaning of -o in |
As far as I'm concerned, we're ready to merge ugf-newgrid to master (2. and 3.) and transition the focus to isatss in 4. I've opened #64 for the merge in 2. I'd like to merge that next week, so last chance for comment before the big change to master. |
Fantastic! I will check this out and test it when I get a chance. Thanks
for your work on this!
…On Fri, Feb 28, 2020 at 10:17 AM Eric Bruning ***@***.***> wrote:
Having merged #64 <#64>,
master is now the active development branch 🎉 and isatss-ugf-newgrid has
been branched from master for use in addressing #59
<#59>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30?email_source=notifications&email_token=AEYNAYQQFDIC46K4PDZLBMTRFE2LDA5CNFSM4HM26KFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENJCF2A#issuecomment-592585448>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYNAYQN5KBYIPNMLGGD5RDRFE2LDANCNFSM4HM26KFA>
.
|
I've tested this out and everything looks great. One question...is there a reason minimum_flash_area is a float rather than a short, like its cousin average_flash_area? I assume the nearest km^2 for flash areas is probably good enough, but perhaps that may not be the case with minimum_flash_area? |
Hi @deeplycloudy , I've been using the unifiedgridfile branch, since I (naively) assumed this would be merged into master. I was just wondering what the plan is for development on this branch. Should I go back to using master and the separate output files?
As a corollary issue, do you have plans to add the minimum flash area field to unifiedgridfile?
The text was updated successfully, but these errors were encountered: