Ryan

Results 28 comments of Ryan

@dionhaefner sorry for the long wait, but I finally found some time to test this out! **TL;DR**: It works until I zoom in too far on the map. I created...

Yep, file exists and is a valid GeoTiff.

I've tried recreating this issue with a small set of rasters that I can share, but haven't had any luck. @dionhaefner in your original post you mention another workaround: adding...

@mrpgraae your suggestions would fit my use case! I have a simple dataset: non-overlapping layers, same datatype across layer, single band. Keeping the layers active across searches would be nice,...

@ewengillies , I've been waiting YEARS for updates to this repo. Given the level of responsiveness, I'd say you're better off going with option 2. No LICENSE file on the...

@ewengillies , `bar_chart` and `histogram` are the main ones I use. Updating for Python3 was pretty simple on these utilities too. When you fork, I'd be happy to add some...

While not an exact replacement, I've been using [visidata](https://www.visidata.org/) in place of `data_hacks`. It does quite a lot and includes tools for [statistics and histograms](https://www.visidata.org/docs/group/).

Try having pdal read the EPT dataset directly: ```bash pdal info --schema ept:///lidar/tileset/ ``` The base LAZ format used by entwine is 1.2, and pdal needs flags, [use_eb_vlr](https://pdal.io/stages/readers.las.html), to recognize...

@tlcrowell , I think you need two steps for Cesium 3D Tiles: first a build, then a [convert](https://entwine.io/configuration.html#convert). Do you have the output of the convert step?

@tlcrowell, haven't worked with cesium tilesets and had to dig into the [source](https://github.com/connormanning/entwine/blob/master/entwine/formats/cesium/pnts.cpp#L27). But is looks like entwine only supports converting point position, color, and normals. The 3D Tile [spec](https://github.com/CesiumGS/3d-tiles/blob/master/3d-tiles-overview.pdf),...