crawld

Results 8 comments of crawld

Why can't you install VirtualBox + the Cloudera VM on your machine?

Looks like no official VirtualBox package for Ubuntu 17.10 yet: https://askubuntu.com/questions/978203/unable-to-run-virtualbox-after-fresh-install-of-ubuntu-17-10 If you don't want to wait for the Ubuntu 17.10 package, Cloudera does provide VMWare, KVM, etc., VM images....

thanks for the update, but I recorded the CSV screencasts today. let's leave the pull request in case I need to re-record since it would be nice to have the...

Here's how I create wind-layer: ``` this._windLayer = new WindLayer('wind', [ { "header": { "parameterCategory": 1, "parameterNumber": 2, "dx": dx, "dy": dy, "nx": 1, "ny": 1, "la1": bounds[3], "la2": bounds[1],...

I'm using mapbox-gl 2.8.0. When I switch to 1.8.0 (used by @sakitam-gis/mapbox-wind) the problem does not occur. Have you tested with mapbox-gl 2.x?

Thanks @sakitam-fdd. The particle velocity is not important at different zoom levels for my use case. It's much more important that particles are drawn over the area for all zoom...

Did this get fixed? I found it only seem to occur when 3d terrain was enabled.

GeoTIFF.fromUrl is useful for loading a subset of the data from a large tiff. In #38 I added a loadTiff event.