Drew Bollinger
Drew Bollinger
Right now, tile downloads [happen in series/synchronously](https://github.com/developmentseed/label-maker/blob/master/label_maker/images.py#L71-L74). This is quite slow for larger data sets. We should take advantage of improved Python 3.6 `asyncio` support or an existing library to...
https://github.com/developmentseed/label-maker/issues/140#issuecomment-516273662
Expand either the `country` or `bounding_box` property of `config.json` (or both) to allow for specifying multiple areas to pull training data from
The current behavior will clip the label to the bounding box but not the image These should be made consistent (probably both clipped)
Create an example using non-API restricted imagery so users can start using the tool more easily: - [South Africa Aerial](http://aerial.openstreetmap.org.za/) - [OpenAerialMap](https://openaerialmap.org/)
Creating a `data.npz` file may result in too large a file for some projects. At that point it may be better to read the training data in with a generator...
Right now the process of obtaining and preparing OSM QA tiles is a bit slow because we: 1. Download an entire country QA file 2. Use `tippecanoe-decode` + `stream-filter.js` to...
Initial implementation of pulling vector data from OpenStreetMap (OSM) via the overpass API. Please review for accuracy of implementation and code style. Here is is shown alongside `VectorToRaster` for visualization...
#### User Story As a Federalist user, I want my site to be deleted when I click delete. #### Background (Optional) We had a [support case](https://gsa-tts.slack.com/archives/C1NUUGTT5/p1659711505587649) two weeks ago where...