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

ml.TileColumnSupport does not support proj_raster StructType #163

Closed
vpipkt opened this issue Jun 26, 2019 · 3 comments
Closed

ml.TileColumnSupport does not support proj_raster StructType #163

vpipkt opened this issue Jun 26, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@vpipkt
Copy link
Member

vpipkt commented Jun 26, 2019

type TileFields is strictly defined as an Array[StructField] but the tile could be within a StructType, and our API is moving toward that being most often the case.

Will submit WIP PR with breaking unit test demonstrating the issue in some detail.

@vpipkt
Copy link
Member Author

vpipkt commented Jun 27, 2019

Tagged enhancement because we can use rf_tile(proj_raster) to create the StructField of the expected type.

@metasim metasim added this to the 0.8.1 milestone Jul 25, 2019
@vpipkt
Copy link
Member Author

vpipkt commented Aug 6, 2019

see python unit test test_tile_exploder_pipeline_for_prt

@metasim metasim modified the milestones: 0.8.1, 0.8.2 Aug 23, 2019
@vpipkt
Copy link
Member Author

vpipkt commented Aug 30, 2019

Related #287 ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants