Tim Schaub

Results 90 comments of Tim Schaub

Having just intersects (the predicate) would be useful (and is easier to implement than the constructive method). I haven't had any luck finding a pure Go implementation of `geometry.Intersects(other)` for...

> You’re saying we put the props in their own key on the object passed to components, so that we can pass other keys @brainkim - yeah, that's what I...

Currently, things work kind of like this: ```js // in a pretend version of crank.js const context = { addEventListener: () => { /** register a listener */ }, refresh:...

Making the regular expression provider configurable could be done with something like https://github.com/tschaub/jsonschema/commit/f52726d778519e0f42fd542b99adaa1a9d5a441d. If that approach is preferable, I could create a pull request for that (and add an example...

Let me know if you've got an alternative suggestion for `util.debuglog()`. Happy to make a change that makes it more useful or less annoying.

I'd be curious to see if you find this in the GDAL tagged metadata. ```js const image = geotiff.getImage(0); console.log(image.getGDALMetadata()); ``` Also worth trying with a specific band (e.g. `image.getGDALMetadata(1)`);...

> I'm thinking of doing this inside of `readRasters` directly, controlled with a parameter. The nodata values might complicate this story.

I'm having trouble with the same. It looks to me like the `encoding` is being ignored.

I found that I was able to make things work as long as I use `application/octet-stream` as the content type. Here is a snippet from the schema: ```yml /upload: post:...

Will do @pvretano I thought the extension was going to be called "filter" and that one of the supported languages would be CQL. I'll move it back under `extensions/cql` if...