Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Aug 26, 2024
1 parent de42aa8 commit c744e28
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
9 changes: 8 additions & 1 deletion milliontrees/datasets/TreeBoxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@ class TreeBoxesDataset(MillionTreesDataset):
This dataset is distributed under Creative Commons Attribution License
"""
_dataset_name = 'TreeBoxes'
_versions_dict = {'0.0': {'download_url': 'https://www.dropbox.com/scl/fi/1qv5ymx54r89qw54nj49k/TreeBoxes_v0.0.zip?rlkey=64dxo9y7wmdq9vehs7odakavy&dl=0', 'compressed_size': "5940337"}}
_versions_dict = {
'0.0': {
'download_url':
'https://www.dropbox.com/scl/fi/1qv5ymx54r89qw54nj49k/TreeBoxes_v0.0.zip?rlkey=64dxo9y7wmdq9vehs7odakavy&dl=0',
'compressed_size':
"5940337"
}
}

def __init__(self,
version=None,
Expand Down
6 changes: 4 additions & 2 deletions milliontrees/datasets/TreePoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ class TreePointsDataset(MillionTreesDataset):
_dataset_name = 'TreePoints'
_versions_dict = {
'0.0': {
'download_url': 'https://www.dropbox.com/scl/fi/csqdtsps3thltrmbc2amx/TreePoints_v0.0.zip?rlkey=s8ycx5ssh14u2a5amiz0dx3ks&dl=0',
'compressed_size': '523312564'
'download_url':
'https://www.dropbox.com/scl/fi/csqdtsps3thltrmbc2amx/TreePoints_v0.0.zip?rlkey=s8ycx5ssh14u2a5amiz0dx3ks&dl=0',
'compressed_size':
'523312564'
}
}

Expand Down
9 changes: 8 additions & 1 deletion milliontrees/datasets/TreePolygons.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ class TreePolygonsDataset(MillionTreesDataset):
This dataset is distributed under Creative Commons Attribution License
"""
_dataset_name = 'TreePolygons'
_versions_dict = {'0.0': {'download_url': 'https://www.dropbox.com/scl/fi/81ost5jvsp7cb8br02mm4/TreePolygons_v0.0.zip?rlkey=cu1u1r6s1qftvedkgl3wo7bji&dl=0', 'compressed_size': '17112645'}}
_versions_dict = {
'0.0': {
'download_url':
'https://www.dropbox.com/scl/fi/81ost5jvsp7cb8br02mm4/TreePolygons_v0.0.zip?rlkey=cu1u1r6s1qftvedkgl3wo7bji&dl=0',
'compressed_size':
'17112645'
}
}

def __init__(self,
version=None,
Expand Down

0 comments on commit c744e28

Please sign in to comment.