Blake Thompson

Results 76 comments of Blake Thompson

@artemp https://s3.amazonaws.com/mapbox/playground/mapsam/red-square-transparent-nodata.tif

@artemp `raster_nodata` should not be set, but `raster_has_nodata` should now be true.

>`filter_factor` is an option of RasterSymbolizer to allow to fetch raster in higher resolution for better quality output. I had thought that `filter_factor` did almost nothing now @talaj. I believe...

I am against the way that `filter_factor` works currently. There needs to be two different variables for this process, rather then one. One changes the way that resampling algorithms (a...

@am2222 if you are interested in a GPU powered rendering library for Vector Tiles please see https://github.com/mapbox/mapbox-gl-native/

I just wanted to let everyone know that we are working internally at Mapbox to update both the mbtiles and tilejson specs to be correct. Thanks you everyone for your...

I have been considering if we should include this directly into a spatial algorithms or have it as a stand alone library. I have been leaning towards making this a...

@rcoup now that we have moved it out of core, do you want to make its own standalone python package once we get distributions via pip working?

Some notes: I know this change should update documentation and I am willing to do so, but would love to get feedback on implementation before updating docs. For backwards compatibility...

I just realized my implementation has some issues with the correct `return_value_policy` and handling correctly the lifetime of objects. I am going to attempt to correct this, so still a...