Anthony Lukach
Anthony Lukach
When trying to buffer on a `FeatureCollection` of `MultiPolygons`([this file](https://github.com/sethvincent/seattle-boundaries/blob/736739642a822c89d3bd311a903ff01b9b4be850/data/census-tracts.json?short_path=05bbd4b)), the current Buffer code (`turf-buffer` `v1.0.1` used by `turf` `v2.0.2`) prepares the data by running it through [`combine`](https://github.com/Turfjs/turf-buffer/blob/v1.0.1/index.js#L63). If the...
It seems like AWS Lambda would be a useful and low-cost way to run this service for many developers (although not Cadasta Foundation given its 300 second max-lifetime). It would...
Remove an unnecessary directive. Also add more echo statements to better describe what actions are taking place. This was only done after doing a cursory read-over. Should be reviewed and...
Currently, our coverage is poor. Some files have 0% coverage. Once this is fixed (#9), we should add the `"per-file": true` flag to the `nyc` configuration to test each file...
This project could likely benefit from a switch to TypeScript, I think Interfaces could add stability to the way in which `fs` and `db` instances are written.
The codebase should have 100% test coverage, along with integration with: * Travis.io * Requirements.io * Coverage.io
It would be helpful to know just how many simultaneous downloads the codebase could support on an EC2 t2.nano or t2.micro instance.
To assist with development on an offline machine, a filestore backend could be added to support reads from the local disk.
``` bash ogr2ogr -append -f PostgreSQL PG:"dbname=s57_2 user=anthony" US1AK90M.001 ERROR 1: Can't apply updates to a base file with a different extension than .000. FAILURE: Unable to open datasource `US1AK90M.001'...
## What I am changing This adds an optional CLI util to populate SSM parameters from a `.env` file. ## How I did it * Add executable script to `./`...