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

Allow the creation of a PDS3Image object from a numpy array #60

Open
bvnayak opened this issue Mar 15, 2016 · 2 comments
Open

Allow the creation of a PDS3Image object from a numpy array #60

bvnayak opened this issue Mar 15, 2016 · 2 comments

Comments

@bvnayak
Copy link
Collaborator

bvnayak commented Mar 15, 2016

Allow save to create a PDS3Image object from a numpy array, which will serialized it out to a PDS3 file.

  • Make a label for an array which contains useful information about an image. Such as,
    • Lines
    • Line Samples
    • Bands
    • Sample_Bits
    • Sample_Type
    • ^Image
  • Make save function to distinguish between a numpy array and PDS Image with label
@godber
Copy link
Member

godber commented Mar 15, 2016

I think this task might be better stated as "Allow the creation of a PDS3Image object from a numpy array". Which should, in turn, be able to be serialized out to a PDS3 file with the .save() method.

@bvnayak bvnayak changed the title Add support to save numpy array as an image Allow the creation of a PDS3Image object from a numpy array Mar 15, 2016
@bvnayak
Copy link
Collaborator Author

bvnayak commented Mar 15, 2016

Issue updated.

bvnayak added a commit to bvnayak/planetaryimage that referenced this issue Mar 31, 2016
bvnayak added a commit to bvnayak/planetaryimage that referenced this issue Mar 31, 2016
bvnayak added a commit to bvnayak/planetaryimage that referenced this issue Apr 1, 2016
bvnayak added a commit to bvnayak/planetaryimage that referenced this issue Apr 1, 2016
bvnayak added a commit to bvnayak/planetaryimage that referenced this issue Apr 1, 2016
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

2 participants