m0ose

Results 21 comments of m0ose

That is wild. Is bbox in the form [west, south, east, north] ?

I thought that creating getters and setters was slow, but this test shows that I was wrong http://jsperf.com/es5-getters-setters-versus-getter-setter-methods/14 . Their performance also seems good http://jsperf.com/es5-getters-setters-versus-getter-setter-methods/13 Cody Smith On Wed, Nov...

I am interested in what the conclusion to Benny's question about getters/setters for x and y was?

What is the status on this? Is there a special way to write the script to make the menu bar responsive?

I have had this argument with coworkers several times, and finally came across an opinion that all your dependencies should be checked into the repo, even if you use bower....

@DanielJDufour. I submitted a pull request. https://github.com/geotiffjs/geotiff.js/pull/106 It worked on one small float32Array. Does it look correct?

It now writes metadata. There may be a problem 'though. If the metadata(bitsPerSample and sampleFormat) and the typed array do not match, should it go by whats in the metadata...

Ok. I think there are just some small things. I will try to get to them soon. Cody Smith On Tue, Oct 15, 2019 at 9:21 PM Daniel J. Dufour...

I was thinking about making a class that inherits from dataset , maybe geodataset, that overrides the slope, aspect, dzdx, etc methods to take bounds.