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

New option fill_value_subst #36

Merged

Conversation

ch-k
Copy link
Contributor

@ch-k ch-k commented Sep 26, 2016

This option can be used in conjunction with GeoImage.fill_value. Any occurrences of
fill_value within the image data will be replaced with fill_value_subst before storing
to image file.

Example trollduction configuration to use this feature:

<file>test.tif
    <format_params>
        <fill_value_subst>1</fill_value_subst>
    </format_params>
</file>

This option can be used in conjunction with GeoImage.fill_value. Any occurrences of
fill_value within the image data will be replaced with fill_value_subst before storing
to image file.

Example trollduction configuration to use this feature:

<file>test.tif
	<format_params>
		<fill_value_subst>1</fill_value_subst>
	</format_params>
</file>
@coveralls
Copy link

coveralls commented Sep 26, 2016

Coverage Status

Coverage increased (+0.3%) to 12.213% when pulling 8dcaa3b on khunger:feature-fill-value-substitution into d95c944 on pytroll:pre-master.

@mraspaud mraspaud merged commit d326f80 into pytroll:pre-master Sep 28, 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

Successfully merging this pull request may close these issues.

None yet

3 participants