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

It's too slow to read compress level 9 VIIRS data (regrid_data_plane) #1363

Closed
9 of 19 tasks
hsoh-u opened this issue Jun 10, 2020 · 0 comments
Closed
9 of 19 tasks

It's too slow to read compress level 9 VIIRS data (regrid_data_plane) #1363

hsoh-u opened this issue Jun 10, 2020 · 0 comments
Assignees
Labels
requestor: NOAA/EMC NOAA Environmental Modeling Center type: bug Fix something that is not working

Comments

@hsoh-u
Copy link
Collaborator

hsoh-u commented Jun 10, 2020

Describe the Enhancement

This was reported via helpdesk (https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95411) as hang or stuck process with regrid_data_plane. It's 12000 by 6000 dimension with compress level 9 (highest). It was caused by reading row by row OR column by column. It needs to read whole data at once.

Time Estimate

8 hours (most time was already spent to figure out)

Sub-Issues

Consider breaking the enhancement down into sub-issues.

  • Add a checkbox for each sub-issue here.

Relevant Deadlines

NONE.

Funding Source

NONE.

Define the Metadata

Assignee

  • Select engineer(s) or no engineer required (Howard)
  • Select scientist(s) or no scientist required (None)

Labels

  • Select component(s)
  • Select priority
  • Select requestor(s)

Projects and Milestone

  • Review projects and select relevant Repository and Organization ones
  • Select milestone

Define Related Issue(s)

Consider the impact to the other METplus components.

Enhancement Checklist

See the METplus Workflow for details.

  • Complete the issue definition above.
  • Fork this repository or create a branch of develop.
    Branch name: feature_<Issue Number>_<Description>
  • Complete the development and test your changes.
  • Add/update unit tests.
  • Add/update documentation.
  • Push local changes to GitHub.
  • Submit a pull request to merge into develop.
    Pull request: feature <Issue Number> <Description>
  • Iterate until the reviewer(s) accept and merge your changes.
  • Delete your fork or branch.
  • Close this issue.
@hsoh-u hsoh-u added type: enhancement Improve something that it is currently doing component: application code requestor: NOAA/EMC NOAA Environmental Modeling Center labels Jun 10, 2020
@hsoh-u hsoh-u added this to the MET 9.1 milestone Jun 10, 2020
@hsoh-u hsoh-u self-assigned this Jun 10, 2020
hsoh-u added a commit that referenced this issue Jun 10, 2020
@hsoh-u hsoh-u added this to Pull request review in MET-9.1-beta2 (7/14/20) Jun 10, 2020
JohnHalleyGotway pushed a commit that referenced this issue Jun 10, 2020
* #1363 Added set_block() method

* #1363 Added copy_nc_data_as_double and calls set_block() method
@JohnHalleyGotway JohnHalleyGotway moved this from Pull request review to Done in MET-9.1-beta2 (7/14/20) Jun 10, 2020
@hsoh-u hsoh-u closed this as completed Jun 12, 2020
hsoh-u added a commit that referenced this issue Jun 26, 2020
JohnHalleyGotway pushed a commit that referenced this issue Jun 26, 2020
* #1363 Added set_block() method

* #1363 Added copy_nc_data_as_double and calls set_block() method
@JohnHalleyGotway JohnHalleyGotway added type: bug Fix something that is not working and removed type: enhancement Improve something that it is currently doing labels Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requestor: NOAA/EMC NOAA Environmental Modeling Center type: bug Fix something that is not working
Projects
No open projects
Development

No branches or pull requests

2 participants