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

Geotiff -> .h5 #2

Closed
MRossol opened this issue Aug 12, 2019 · 2 comments
Closed

Geotiff -> .h5 #2

MRossol opened this issue Aug 12, 2019 · 2 comments
Assignees
Labels
feature New feature or request
Projects

Comments

@MRossol
Copy link
Collaborator

MRossol commented Aug 12, 2019

Save current geotif exclusion mask in a single .h5 file.

.h5 file format:
CONUS_Exclusions.h5
/meta (group)

  • attr['profile'] = geotif profile
    /lat_v (n, 1)
    /lat_a (n, m)
    /lon_v (m, 1)
    /lon_a(n, m)
    /exclusions (group)
    /landcover (n, m)
  • dtype = unint8
  • attrs = units, source, creation_date, owner
    /tech_maps (group)
    /nsrdb (n, m)
    /wtk (n, m)
@MRossol MRossol added the feature New feature or request label Aug 12, 2019
@MRossol MRossol self-assigned this Aug 12, 2019
@MRossol MRossol added this to To do in reV Dev via automation Aug 12, 2019
@MRossol
Copy link
Collaborator Author

MRossol commented Aug 30, 2019

This will enable removal of xarray dependency which currently has a bad conda install

@MRossol MRossol mentioned this issue Oct 8, 2019
@grantbuster
Copy link
Member

closed #38

reV Dev automation moved this from To do to Done Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
No open projects
reV Dev
  
Done
Development

No branches or pull requests

2 participants