-
We observe non-uniform SBUF utitlization in neuron-profile on both trn1.32xlarge and trn1.2xlarge.
I follow the NKI tutorial, and try to launch [matrix multiplication by breaking matrices into tile]…
-
- [x] I've looked at the [documentation](http://leafletjs.com/reference.html) to make sure the behavior is documented and expected
- [x] I'm sure this is a Leaflet code issue, not an issue with my ow…
-
For the Column Description of in the tile_table_metadata table it just says {RasterLayerName}{_tiles}
I'm not sure what that means. Is it supposed to be from raster columns, appending _tiles? But t…
-
We recently had an interesting group conversation about streaming data. We discussed infrastructure that might be useful for a wide variety of use cases. I'm writing this in the Tiled repo because a) …
-
**What I do**
I have an application where users can add new routes to map. Application calculates each time popularity of routes using complex post filters and regenerates mbtiles. I generate temp …
-
We should be able to generate contour lines from DEM data.
```scala
val elevationTile: Tile = ???
val contours: Seq[LineFeature[Double]] = elevationTile.contours(options)
```
and, distribut…
-
We use PostGIS to provide real-time vector slice data for MapBox rules, with interface addresses of http//: ip: rot/${z}/${x}/${y} for discarding request data, and use style for style rendering work…
-
We need to load the metadata into PostgreSQL so that it can be used by the tiler to visualize the layers using metadata values. This should happen as part of usual `loader.py` behavior, and should hap…
-
An [`S3CollectionLayerReader`](https://github.com/locationtech/geotrellis/blob/master/s3/src/main/scala/geotrellis/spark/io/s3/S3CollectionLayerReader.scala) can be instantiated with an [`S3AttributeS…
-
**tl;dr**: There are some functions for accessing metadata in CesiumJS. These functions are generally declared to return `*` (aka `any`) in the JSDoc. This is converted to `any` for the TypeScript bin…