-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automate/improve infrastructure #59
Comments
@andrewljohnson have you considered OSM QA Tiles? |
@anandthakker I'm probably wrong, but I decided it doesn't really help me to use "tiled" data, because my source imagery isn't projected to Mercator, or tiled into a TMS pyramid? When I did my first run at this, I used Mapzen vector tiles, plus TMS imagery tiles (since they align). But when I switched to NAIPs, it seemed to make more sense (less code) to clip some line strings to the bounds of my NAIPs or arbitrary tiles. So that's also why I think my end solution is a planet DB with an API, and maybe that API is Overpass, or something simple I just cook up for this use case? |
Ah -- yeah, I see what you mean. I went the tiled route for |
Have you considered running the analysis at Digital Ocean and pushing the results into S3 from there? The compute at DO is significantly cheaper than at AWS. |
@brandongalbraith The analysis runs at home on a Linux box I have. also: I might try out some Google ML infrastructure, just got my invite yesterday. |
Sorry about that! I inferred from above:
that the analysis was planned to run in AWS. Happy to help break everything apart to scale it out, my day gig is devops/infrastructure. |
@brandongalbraith i realized that after I answered too fast :) I guess the right answer is I hadn't much thought about it. |
This issue describes how deeposm works now. Then it describes changes needed to improve the infrastructure. Also see notes/scripts on these issues: #8, #23, #30, and #39 (these issues were closed to merge with this issue, not completed).
Test Data and Training
Display on deeposm.org
Issues with this Setup
The text was updated successfully, but these errors were encountered: