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

Expose MAML layers targetCellType #380

Merged
merged 1 commit into from
Jun 10, 2021

Conversation

pomadchin
Copy link
Member

@pomadchin pomadchin commented Jun 10, 2021

Overview

This PR adds an optional configuration option to all MAML layers. If set than the result layer would be lazily interpreted as a layer with the given cellType.

Checklist

  • Description of PR is in an appropriate section of the CHANGELOG and grouped with similar changes if possible

Demo

stac-lc8-rgb = {
  type = "mapalgebrasourceconf"
  name = "stac-lc8-rgb"
  title = "Landsat LayerUS RGB"
  target-cell-type = "int32raw" // or whatever supported by GeoTrellis
  // ...
}

@pomadchin pomadchin force-pushed the feature/maml-layers-celltype branch 2 times, most recently from 86da9ab to e652e89 Compare June 10, 2021 20:05
@pomadchin pomadchin force-pushed the feature/maml-layers-celltype branch from e652e89 to 82fb7b0 Compare June 10, 2021 20:18
@pomadchin pomadchin merged commit e0f029f into geotrellis:main Jun 10, 2021
@pomadchin pomadchin deleted the feature/maml-layers-celltype branch June 10, 2021 20:28
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

1 participant