Omar Khan
Omar Khan
Fixes https://github.com/woodb/geojsplit/issues/7. ### Steps to reproduce 1. Find a GeoJSON file with >1 feature 2. Split into separate files for each feature with `geojsplit --geometry-count 1` ### Expected behavior 1...
This pull request changes the `compileDependencies()` function to use `compileFile` instead of `fs.readFile`. This allows for the use of coffeescript files as dependencies (#20).
Celery sets up 2 kinds of loggers: a global logger and task loggers. The [celery docs](http://docs.celeryproject.org/en/latest/userguide/tasks.html#logging) include an example on how to use the task loggers, which makes task loggers...
I have been experimenting with optimizing coffeekup templates using [UglifyJS](http://github.com/mishoo/UglifyJS) to analyze the template source and prerender the html. The idea is to turn this: ``` javascript function() { //...
https://github.com/rasterio/rasterio/pull/3156 added a `masked` argument to `rasterio.warp.reproject`: https://github.com/rasterio/rasterio/blob/64474c1795d5d47c03e271386d21c3b244769946/rasterio/warp.py#L254-L255 I tried calling `rasterio.warp.reproject` with `masked=True`, without passing a destination array. The documentation above suggests the output should be a masked array,...