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
I'm exploring stacks to generate a quantized mesh from a DEM and I would like to try your library pydelatin & quantized-mesh-encoder. I would like to know if you could provide a small example of converting the DEM tile (opened with RasterIO) into a quantized mesh. Would be that possible?
I can convert the DEM into a NumPy array using the RasterIO, but I can't understand well the next steps to prepare that array to feed pydelatin.
Thanks!
BTW, great work you have done with your tools and contributions to the COG ecosystem 😃
The text was updated successfully, but these errors were encountered:
Hey @kylebarron!
I'm exploring stacks to generate a quantized mesh from a DEM and I would like to try your library
pydelatin
&quantized-mesh-encoder
. I would like to know if you could provide a small example of converting the DEM tile (opened with RasterIO) into a quantized mesh. Would be that possible?I can convert the DEM into a NumPy array using the RasterIO, but I can't understand well the next steps to prepare that array to feed
pydelatin
.Thanks!
BTW, great work you have done with your tools and contributions to the
COG
ecosystem 😃The text was updated successfully, but these errors were encountered: