-
Notifications
You must be signed in to change notification settings - Fork 111
Supertiles #172
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
Merged
Merged
Supertiles #172
Changes from 8 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
aef5033
super tile start
martham93 b65c5ac
writing windows
martham93 242fc3f
working super tiles
martham93 3e1eb8d
clean up supertiles take 1
martham93 ac4883d
generalize over zoom to work for going up x number of zoom levels as …
martham93 db9611f
remove prints
martham93 6721177
test for overzoom
martham93 a211331
Merge branch 'master' of https://github.com/developmentseed/label-mak…
martham93 f830006
clean up main
martham93 53f99a0
update with master
martham93 84dd5e2
fix test
martham93 8a8e545
fix test again
martham93 4343ca6
circle ci env variable for config
martham93 5047a44
fix images command
martham93 88258e3
config format
martham93 5401956
circle token
martham93 757c733
change how tokens are read
martham93 17b52d6
remove print
martham93 6180e6d
config env variable
martham93 bf7b740
config env variable
martham93 18d8895
print
martham93 b32a4f2
print
martham93 976b05f
fix utils
martham93 b14329b
fix circler ci yaml
martham93 de0f7b4
fix how env is injected
martham93 bec24a3
fix config
martham93 c98ee67
fix environment variables in tox
martham93 043861c
option to read access token as environment variable
martham93 a98f9ee
update docs about access token
martham93 c65012e
Minor supertiling cleanup
drewbo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
test/fixtures/integration/config_overzoom.integration.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{"country": "portugal", | ||
"bounding_box": [ | ||
-9.4575, | ||
38.8467, | ||
-9.4510, | ||
38.8513 | ||
], | ||
"zoom": 17, | ||
"classes": [ | ||
{ "name": "Water Tower", "filter": ["==", "man_made", "water_tower"] }, | ||
{ "name": "Building", "filter": ["has", "building"] }, | ||
{ "name": "Farmland", "filter": ["==", "landuse", "farmland"] }, | ||
{ "name": "Ruins", "filter": ["==", "historic", "ruins"] }, | ||
{ "name": "Parking", "filter": ["==", "amenity", "parking"] }, | ||
{ "name": "Roads", "filter": ["has", "highway"] } | ||
], | ||
"imagery": "https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.jpg?access_token=TOKEN", | ||
"background_ratio": 1, | ||
"ml_type": "classification", | ||
"seed": 19, | ||
"split_names": ["train", "test", "val"], | ||
"split_vals": [0.7, 0.2, 0.1], | ||
"over_zoom": 1 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.