jomel

Results 6 comments of jomel

@montumodi Use v1 branch. ;) It's ES5.

FYI : you can pass the VRT spec as a string directly into `gdal.open()` : ``` let vrt = ` ${file.fullPath} wkbPoint EPSG:27700 `; const source_dataset = gdal.open(buildVRT(file)); console.log(source_dataset.layers); if...

I would be very interested to see this implemented. Even in a non-configurable-MVP for now (ie only allow vertical single-level splitting)

Read the source code for this very package... https://github.com/ozomer/node-red-contrib-mongodb2/blob/70a7d7801db974b6d486be182d740adcd978cf9d/mongodb/mongodb.js#L339 But WHY would you want to do that??? Just use a "find.forEach" from this package and then process/group/batch the returned documents...

I was looking into a fix too, and thought it would have been better to check whether 'response' is an array at that point, rather than hard-coding the methods... didn't...

The [docs](https://github.com/ozomer/node-red-contrib-mongodb2#usage) in this repo Quite clearly state: _"If you want to pass a single parameter WHICH IS AN ARRAY (eg as with InserMany), wrap your array in an outer...