You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keep viz-raster generic (just creates rasters from vectors, independent from staging)
This would also make it easy to, for example, read in a staged vector file as a geodataframe only once, deduplicate only once, then pass that geodataframe to be converted to both 3dtiles and rasters. All of this could be coordinated in the viz-workflow repo.
Consider moving the entire RasterTiler.py class to the viz-workflow repo, and remove it from this repo. Advantages:
pdgstaging
not a dependencyThis would also make it easy to, for example, read in a staged vector file as a geodataframe only once, deduplicate only once, then pass that geodataframe to be converted to both 3dtiles and rasters. All of this could be coordinated in the viz-workflow repo.
See discussion here
The text was updated successfully, but these errors were encountered: