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

Add McIDAS Area File reader #171

Open
dopplershift opened this issue Jun 27, 2016 · 5 comments · May be fixed by #3489
Open

Add McIDAS Area File reader #171

dopplershift opened this issue Jun 27, 2016 · 5 comments · May be fixed by #3489
Assignees
Labels
Area: IO Pertains to reading data Type: Feature New functionality

Comments

@dopplershift
Copy link
Member

Might be nice to be able to read McIDAS area files. Documentation:

@dopplershift dopplershift added Type: Feature New functionality Area: IO Pertains to reading data labels Jun 27, 2016
@dopplershift dopplershift modified the milestone: Winter 2017 Release (0.5) Jul 31, 2016
@jrleeman jrleeman removed this from the Spring 2017 milestone Mar 10, 2017
@dopplershift dopplershift modified the milestone: Fall 2017 Mar 10, 2017
@dopplershift dopplershift modified the milestones: Summer 2017, Fall 2017 Apr 20, 2017
@dopplershift dopplershift modified the milestones: 0.6, Fall 2017 Jul 19, 2017
@jrleeman jrleeman modified the milestones: Fall 2017, Winter 2017 Oct 26, 2017
@jrleeman jrleeman removed this from the 0.7 milestone Nov 15, 2017
@dopplershift dopplershift added this to the Spring 2018 milestone Dec 13, 2017
@akrherz
Copy link
Contributor

akrherz commented Dec 14, 2017

Started looking into this given the demise of GINI with GOES-16, interesting that pillow PIL has a McIdasImagePlugin but appears to be too old to work. McIDAS appears to have some sort of python bindings, but does not appear useful for a pure-python stack reader. Thanks for having this on the spring 2018 milestone

@dopplershift
Copy link
Member Author

Yeah, great minds think alike. 😁

I have a notebook where I've implemented the header parsing and have successfully plotted Himawari data. The main technical tasks left are:

  1. Using all the header information as necessary
  2. Understanding properly all of the projection information
  3. Implementation as an xarray data store

The second one is where I got held up before. This is now floating to the top of things I want to solve.

@dopplershift
Copy link
Member Author

With any luck, the flight to AMS and free time I have in Austin will be super productive for this...

@jrleeman jrleeman removed this from the 0.8 milestone Apr 11, 2018
@jferencik
Copy link

@dopplershift
have a look at https://github.com/jferencik/pyarea

@dopplershift
Copy link
Member Author

Oh, thanks for pointing to that. I suspect that's going to be a helpful reference.

nawendt added a commit to nawendt/MetPy that referenced this issue Apr 26, 2024
@nawendt nawendt linked a pull request Apr 26, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: IO Pertains to reading data Type: Feature New functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants