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 nodata, dtype options #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add nodata, dtype options #22

wants to merge 2 commits into from

Conversation

virginiayung
Copy link
Collaborator

@virginiayung virginiayung commented Aug 18, 2016

Resolves: #17
Status: WIP, NOT ready to merge

@codecov-io
Copy link

codecov-io commented Aug 18, 2016

Current coverage is 96.85% (diff: 100%)

Merging #22 into master will increase coverage by 0.07%

@@             master        #22   diff @@
==========================================
  Files             5          5          
  Lines           124        127     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            120        123     +3   
  Misses            4          4          
  Partials          0          0          

Powered by Codecov. Last update 28e2446...fd7a256

@click.option('--dst-dtype',
type=click.Choice(['int16', 'int8', 'uint16', 'uint8']),
default='uint16')
@click.option('--ndv', default=None)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@virginiayung I'm not worried about the dst-dtype in #17 - the bigger concern is the assumption below that the src-dtype is uint16

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

Successfully merging this pull request may close these issues.

3 participants