tilebox-datasets 0.38.0__py3-none-any.whl → 0.39.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tilebox/datasets/aio/client.py +4 -4
- tilebox/datasets/aio/dataset.py +8 -13
- tilebox/datasets/aio/pagination.py +1 -3
- tilebox/datasets/client.py +1 -1
- tilebox/datasets/data/__init__.py +27 -15
- tilebox/datasets/data/collection.py +3 -3
- tilebox/datasets/data/data_access.py +6 -6
- tilebox/datasets/data/datapoint.py +7 -74
- tilebox/datasets/data/datasets.py +2 -2
- tilebox/datasets/data/time_interval.py +13 -232
- tilebox/datasets/data/timeseries.py +6 -6
- tilebox/datasets/datasets/v1/collections_pb2.py +49 -0
- tilebox/datasets/{datasetsv1 → datasets/v1}/collections_pb2.pyi +11 -10
- tilebox/datasets/{datasetsv1 → datasets/v1}/collections_pb2_grpc.py +2 -2
- tilebox/datasets/datasets/v1/core_pb2.py +79 -0
- tilebox/datasets/{datasetsv1 → datasets/v1}/core_pb2.pyi +13 -49
- tilebox/datasets/datasets/v1/data_access_pb2.py +65 -0
- tilebox/datasets/{datasetsv1 → datasets/v1}/data_access_pb2.pyi +18 -16
- tilebox/datasets/{datasetsv1 → datasets/v1}/data_access_pb2_grpc.py +2 -2
- tilebox/datasets/datasets/v1/data_ingestion_pb2.py +49 -0
- tilebox/datasets/{datasetsv1 → datasets/v1}/data_ingestion_pb2.pyi +11 -10
- tilebox/datasets/{datasetsv1 → datasets/v1}/data_ingestion_pb2_grpc.py +1 -1
- tilebox/datasets/datasets/v1/dataset_type_pb2.py +53 -0
- tilebox/datasets/{datasetsv1 → datasets/v1}/dataset_type_pb2.pyi +6 -5
- tilebox/datasets/datasets/v1/datasets_pb2.py +62 -0
- tilebox/datasets/{datasetsv1 → datasets/v1}/datasets_pb2.pyi +21 -8
- tilebox/datasets/{datasetsv1 → datasets/v1}/datasets_pb2_grpc.py +45 -2
- tilebox/datasets/datasets/v1/timeseries_pb2.py +42 -0
- tilebox/datasets/{datasetsv1 → datasets/v1}/timeseries_pb2.pyi +9 -8
- tilebox/datasets/{datasetsv1 → datasets/v1}/well_known_types_pb2.py +2 -2
- tilebox/datasets/message_pool.py +1 -1
- tilebox/datasets/progress.py +1 -1
- tilebox/datasets/protobuf_conversion/field_types.py +2 -2
- tilebox/datasets/query/__init__.py +8 -0
- tilebox/datasets/query/id_interval.py +72 -0
- tilebox/datasets/{data → query}/pagination.py +5 -5
- tilebox/datasets/query/time_interval.py +237 -0
- tilebox/datasets/service.py +13 -20
- tilebox/datasets/sync/client.py +4 -4
- tilebox/datasets/sync/dataset.py +7 -8
- tilebox/datasets/sync/pagination.py +1 -3
- tilebox/datasets/tilebox/v1/id_pb2.py +37 -0
- tilebox/datasets/tilebox/v1/id_pb2.pyi +11 -0
- tilebox/datasets/tilebox/v1/id_pb2_grpc.py +3 -0
- tilebox/datasets/tilebox/v1/query_pb2.py +47 -0
- tilebox/datasets/tilebox/v1/query_pb2.pyi +39 -0
- tilebox/datasets/tilebox/v1/query_pb2_grpc.py +3 -0
- tilebox/datasets/{data/uuid.py → uuid.py} +8 -7
- {tilebox_datasets-0.38.0.dist-info → tilebox_datasets-0.39.0.dist-info}/METADATA +1 -1
- tilebox_datasets-0.39.0.dist-info/RECORD +65 -0
- tilebox/datasets/datasetsv1/collections_pb2.py +0 -48
- tilebox/datasets/datasetsv1/core_pb2.py +0 -73
- tilebox/datasets/datasetsv1/data_access_pb2.py +0 -57
- tilebox/datasets/datasetsv1/data_ingestion_pb2.py +0 -48
- tilebox/datasets/datasetsv1/dataset_type_pb2.py +0 -52
- tilebox/datasets/datasetsv1/datasets_pb2.py +0 -55
- tilebox/datasets/datasetsv1/timeseries_pb2.py +0 -41
- tilebox_datasets-0.38.0.dist-info/RECORD +0 -56
- /tilebox/datasets/{datasetsv1 → datasets/v1}/core_pb2_grpc.py +0 -0
- /tilebox/datasets/{datasetsv1 → datasets/v1}/dataset_type_pb2_grpc.py +0 -0
- /tilebox/datasets/{datasetsv1 → datasets/v1}/timeseries_pb2_grpc.py +0 -0
- /tilebox/datasets/{datasetsv1 → datasets/v1}/well_known_types_pb2.pyi +0 -0
- /tilebox/datasets/{datasetsv1 → datasets/v1}/well_known_types_pb2_grpc.py +0 -0
- {tilebox_datasets-0.38.0.dist-info → tilebox_datasets-0.39.0.dist-info}/WHEEL +0 -0
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: datasets/v1/collections.proto
|
|
5
|
-
# Protobuf Python Version: 5.29.3
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
29,
|
|
16
|
-
3,
|
|
17
|
-
'',
|
|
18
|
-
'datasets/v1/collections.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from tilebox.datasets.datasetsv1 import core_pb2 as datasets_dot_v1_dot_core__pb2
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x64\x61tasets/v1/collections.proto\x12\x0b\x64\x61tasets.v1\x1a\x16\x64\x61tasets/v1/core.proto\"]\n\x17\x43reateCollectionRequest\x12.\n\ndataset_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\tdatasetId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\"\xc1\x01\n\x1aGetCollectionByNameRequest\x12\'\n\x0f\x63ollection_name\x18\x01 \x01(\tR\x0e\x63ollectionName\x12+\n\x11with_availability\x18\x02 \x01(\x08R\x10withAvailability\x12\x1d\n\nwith_count\x18\x03 \x01(\x08R\twithCount\x12.\n\ndataset_id\x18\x04 \x01(\x0b\x32\x0f.datasets.v1.IDR\tdatasetId\"\x7f\n\x17\x44\x65leteCollectionRequest\x12\x34\n\rcollection_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x0c\x63ollectionId\x12.\n\ndataset_id\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDR\tdatasetId\"\x1a\n\x18\x44\x65leteCollectionResponse\"\x94\x01\n\x16ListCollectionsRequest\x12.\n\ndataset_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\tdatasetId\x12+\n\x11with_availability\x18\x02 \x01(\x08R\x10withAvailability\x12\x1d\n\nwith_count\x18\x03 \x01(\x08R\twithCount2\x86\x03\n\x11\x43ollectionService\x12W\n\x10\x43reateCollection\x12$.datasets.v1.CreateCollectionRequest\x1a\x1b.datasets.v1.CollectionInfo\"\x00\x12]\n\x13GetCollectionByName\x12\'.datasets.v1.GetCollectionByNameRequest\x1a\x1b.datasets.v1.CollectionInfo\"\x00\x12\x61\n\x10\x44\x65leteCollection\x12$.datasets.v1.DeleteCollectionRequest\x1a%.datasets.v1.DeleteCollectionResponse\"\x00\x12V\n\x0fListCollections\x12#.datasets.v1.ListCollectionsRequest\x1a\x1c.datasets.v1.CollectionInfos\"\x00\x42\xb2\x01\n\x0f\x63om.datasets.v1B\x10\x43ollectionsProtoP\x01Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\xa2\x02\x03\x44XX\xaa\x02\x0b\x44\x61tasets.V1\xca\x02\x0b\x44\x61tasets\\V1\xe2\x02\x17\x44\x61tasets\\V1\\GPBMetadata\xea\x02\x0c\x44\x61tasets::V1b\x06proto3')
|
|
29
|
-
|
|
30
|
-
_globals = globals()
|
|
31
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'datasets.v1.collections_pb2', _globals)
|
|
33
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.datasets.v1B\020CollectionsProtoP\001Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\242\002\003DXX\252\002\013Datasets.V1\312\002\013Datasets\\V1\342\002\027Datasets\\V1\\GPBMetadata\352\002\014Datasets::V1'
|
|
36
|
-
_globals['_CREATECOLLECTIONREQUEST']._serialized_start=70
|
|
37
|
-
_globals['_CREATECOLLECTIONREQUEST']._serialized_end=163
|
|
38
|
-
_globals['_GETCOLLECTIONBYNAMEREQUEST']._serialized_start=166
|
|
39
|
-
_globals['_GETCOLLECTIONBYNAMEREQUEST']._serialized_end=359
|
|
40
|
-
_globals['_DELETECOLLECTIONREQUEST']._serialized_start=361
|
|
41
|
-
_globals['_DELETECOLLECTIONREQUEST']._serialized_end=488
|
|
42
|
-
_globals['_DELETECOLLECTIONRESPONSE']._serialized_start=490
|
|
43
|
-
_globals['_DELETECOLLECTIONRESPONSE']._serialized_end=516
|
|
44
|
-
_globals['_LISTCOLLECTIONSREQUEST']._serialized_start=519
|
|
45
|
-
_globals['_LISTCOLLECTIONSREQUEST']._serialized_end=667
|
|
46
|
-
_globals['_COLLECTIONSERVICE']._serialized_start=670
|
|
47
|
-
_globals['_COLLECTIONSERVICE']._serialized_end=1060
|
|
48
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: datasets/v1/core.proto
|
|
5
|
-
# Protobuf Python Version: 5.29.3
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
29,
|
|
16
|
-
3,
|
|
17
|
-
'',
|
|
18
|
-
'datasets/v1/core.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from tilebox.datasets.datasetsv1 import dataset_type_pb2 as datasets_dot_v1_dot_dataset__type__pb2
|
|
26
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16\x64\x61tasets/v1/core.proto\x12\x0b\x64\x61tasets.v1\x1a\x1e\x64\x61tasets/v1/dataset_type.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x18\n\x02ID\x12\x12\n\x04uuid\x18\x01 \x01(\x0cR\x04uuid\"\xce\x01\n\x0cTimeInterval\x12\x39\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartTime\x12\x35\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndTime\x12\'\n\x0fstart_exclusive\x18\x03 \x01(\x08R\x0estartExclusive\x12#\n\rend_inclusive\x18\x04 \x01(\x08R\x0c\x65ndInclusive\"\xb5\x01\n\x11\x44\x61tapointInterval\x12*\n\x08start_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x07startId\x12&\n\x06\x65nd_id\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDR\x05\x65ndId\x12\'\n\x0fstart_exclusive\x18\x03 \x01(\x08R\x0estartExclusive\x12#\n\rend_inclusive\x18\x04 \x01(\x08R\x0c\x65ndInclusive\"v\n\x10LegacyPagination\x12\x19\n\x05limit\x18\x01 \x01(\x03H\x00R\x05limit\x88\x01\x01\x12*\n\x0estarting_after\x18\x02 \x01(\tH\x01R\rstartingAfter\x88\x01\x01\x42\x08\n\x06_limitB\x11\n\x0f_starting_after\"\x81\x01\n\nPagination\x12\x19\n\x05limit\x18\x01 \x01(\x03H\x00R\x05limit\x88\x01\x01\x12;\n\x0estarting_after\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDH\x01R\rstartingAfter\x88\x01\x01\x42\x08\n\x06_limitB\x11\n\x0f_starting_after\"6\n\x03\x41ny\x12\x19\n\x08type_url\x18\x01 \x01(\tR\x07typeUrl\x12\x14\n\x05value\x18\x02 \x01(\x0cR\x05value\">\n\x0bRepeatedAny\x12\x19\n\x08type_url\x18\x01 \x01(\tR\x07typeUrl\x12\x14\n\x05value\x18\x02 \x03(\x0cR\x05value\"\xad\x01\n\x11\x44\x61tapointMetadata\x12\x39\n\nevent_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\teventTime\x12\x41\n\x0eingestion_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ringestionTime\x12\x13\n\x02id\x18\x03 \x01(\tH\x00R\x02id\x88\x01\x01\x42\x05\n\x03_id\"n\n\nDatapoints\x12\x32\n\x04meta\x18\x01 \x03(\x0b\x32\x1e.datasets.v1.DatapointMetadataR\x04meta\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x18.datasets.v1.RepeatedAnyR\x04\x64\x61ta\"\xc0\x01\n\rDatapointPage\x12\x32\n\x04meta\x18\x01 \x03(\x0b\x32\x1e.datasets.v1.DatapointMetadataR\x04meta\x12,\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x18.datasets.v1.RepeatedAnyR\x04\x64\x61ta\x12?\n\tnext_page\x18\x03 \x01(\x0b\x32\x1d.datasets.v1.LegacyPaginationH\x00R\x08nextPage\x88\x01\x01\x42\x0c\n\n_next_page\"e\n\tDatapoint\x12\x32\n\x04meta\x18\x01 \x01(\x0b\x32\x1e.datasets.v1.DatapointMetadataR\x04meta\x12$\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x10.datasets.v1.AnyR\x04\x64\x61ta\"^\n\nCollection\x12\x1b\n\tlegacy_id\x18\x01 \x01(\tR\x08legacyId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x1f\n\x02id\x18\x03 \x01(\x0b\x32\x0f.datasets.v1.IDR\x02id\"\xc3\x01\n\x0e\x43ollectionInfo\x12\x37\n\ncollection\x18\x01 \x01(\x0b\x32\x17.datasets.v1.CollectionR\ncollection\x12\x42\n\x0c\x61vailability\x18\x02 \x01(\x0b\x32\x19.datasets.v1.TimeIntervalH\x00R\x0c\x61vailability\x88\x01\x01\x12\x19\n\x05\x63ount\x18\x03 \x01(\x04H\x01R\x05\x63ount\x88\x01\x01\x42\x0f\n\r_availabilityB\x08\n\x06_count\"B\n\x0f\x43ollectionInfos\x12/\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x1b.datasets.v1.CollectionInfoR\x04\x64\x61ta\"\xbb\x03\n\x07\x44\x61taset\x12\x1f\n\x02id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x02id\x12*\n\x08group_id\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDR\x07groupId\x12.\n\x04type\x18\x03 \x01(\x0b\x32\x1a.datasets.v1.AnnotatedTypeR\x04type\x12\x1b\n\tcode_name\x18\x04 \x01(\tR\x08\x63odeName\x12\x12\n\x04name\x18\x05 \x01(\tR\x04name\x12\x18\n\x07summary\x18\x06 \x01(\tR\x07summary\x12\x12\n\x04icon\x18\x07 \x01(\tR\x04icon\x12 \n\x0b\x64\x65scription\x18\x08 \x01(\tR\x0b\x64\x65scription\x12@\n\x0bpermissions\x18\n \x03(\x0e\x32\x1e.datasets.v1.DatasetPermissionR\x0bpermissions\x12\x37\n\nvisibility\x18\x0b \x01(\x0e\x32\x17.datasets.v1.VisibilityR\nvisibility\x12\x12\n\x04slug\x18\x0c \x01(\tR\x04slug\x12#\n\rtype_editable\x18\r \x01(\x08R\x0ctypeEditable\"\xa2\x01\n\x0c\x44\x61tasetGroup\x12\x1f\n\x02id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x02id\x12,\n\tparent_id\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDR\x08parentId\x12\x1b\n\tcode_name\x18\x03 \x01(\tR\x08\x63odeName\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12\x12\n\x04icon\x18\x05 \x01(\tR\x04icon*\x9b\x01\n\x11\x44\x61tasetPermission\x12\"\n\x1e\x44\x41TASET_PERMISSION_UNSPECIFIED\x10\x00\x12\"\n\x1e\x44\x41TASET_PERMISSION_ACCESS_DATA\x10\x01\x12!\n\x1d\x44\x41TASET_PERMISSION_WRITE_DATA\x10\x02\x12\x1b\n\x17\x44\x41TASET_PERMISSION_EDIT\x10\x03*v\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x01\x12\x1d\n\x19VISIBILITY_SHARED_WITH_ME\x10\x02\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x03\x42\xab\x01\n\x0f\x63om.datasets.v1B\tCoreProtoP\x01Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\xa2\x02\x03\x44XX\xaa\x02\x0b\x44\x61tasets.V1\xca\x02\x0b\x44\x61tasets\\V1\xe2\x02\x17\x44\x61tasets\\V1\\GPBMetadata\xea\x02\x0c\x44\x61tasets::V1b\x06proto3')
|
|
30
|
-
|
|
31
|
-
_globals = globals()
|
|
32
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'datasets.v1.core_pb2', _globals)
|
|
34
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.datasets.v1B\tCoreProtoP\001Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\242\002\003DXX\252\002\013Datasets.V1\312\002\013Datasets\\V1\342\002\027Datasets\\V1\\GPBMetadata\352\002\014Datasets::V1'
|
|
37
|
-
_globals['_DATASETPERMISSION']._serialized_start=2455
|
|
38
|
-
_globals['_DATASETPERMISSION']._serialized_end=2610
|
|
39
|
-
_globals['_VISIBILITY']._serialized_start=2612
|
|
40
|
-
_globals['_VISIBILITY']._serialized_end=2730
|
|
41
|
-
_globals['_ID']._serialized_start=104
|
|
42
|
-
_globals['_ID']._serialized_end=128
|
|
43
|
-
_globals['_TIMEINTERVAL']._serialized_start=131
|
|
44
|
-
_globals['_TIMEINTERVAL']._serialized_end=337
|
|
45
|
-
_globals['_DATAPOINTINTERVAL']._serialized_start=340
|
|
46
|
-
_globals['_DATAPOINTINTERVAL']._serialized_end=521
|
|
47
|
-
_globals['_LEGACYPAGINATION']._serialized_start=523
|
|
48
|
-
_globals['_LEGACYPAGINATION']._serialized_end=641
|
|
49
|
-
_globals['_PAGINATION']._serialized_start=644
|
|
50
|
-
_globals['_PAGINATION']._serialized_end=773
|
|
51
|
-
_globals['_ANY']._serialized_start=775
|
|
52
|
-
_globals['_ANY']._serialized_end=829
|
|
53
|
-
_globals['_REPEATEDANY']._serialized_start=831
|
|
54
|
-
_globals['_REPEATEDANY']._serialized_end=893
|
|
55
|
-
_globals['_DATAPOINTMETADATA']._serialized_start=896
|
|
56
|
-
_globals['_DATAPOINTMETADATA']._serialized_end=1069
|
|
57
|
-
_globals['_DATAPOINTS']._serialized_start=1071
|
|
58
|
-
_globals['_DATAPOINTS']._serialized_end=1181
|
|
59
|
-
_globals['_DATAPOINTPAGE']._serialized_start=1184
|
|
60
|
-
_globals['_DATAPOINTPAGE']._serialized_end=1376
|
|
61
|
-
_globals['_DATAPOINT']._serialized_start=1378
|
|
62
|
-
_globals['_DATAPOINT']._serialized_end=1479
|
|
63
|
-
_globals['_COLLECTION']._serialized_start=1481
|
|
64
|
-
_globals['_COLLECTION']._serialized_end=1575
|
|
65
|
-
_globals['_COLLECTIONINFO']._serialized_start=1578
|
|
66
|
-
_globals['_COLLECTIONINFO']._serialized_end=1773
|
|
67
|
-
_globals['_COLLECTIONINFOS']._serialized_start=1775
|
|
68
|
-
_globals['_COLLECTIONINFOS']._serialized_end=1841
|
|
69
|
-
_globals['_DATASET']._serialized_start=1844
|
|
70
|
-
_globals['_DATASET']._serialized_end=2287
|
|
71
|
-
_globals['_DATASETGROUP']._serialized_start=2290
|
|
72
|
-
_globals['_DATASETGROUP']._serialized_end=2452
|
|
73
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: datasets/v1/data_access.proto
|
|
5
|
-
# Protobuf Python Version: 5.29.3
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
29,
|
|
16
|
-
3,
|
|
17
|
-
'',
|
|
18
|
-
'datasets/v1/data_access.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from tilebox.datasets.datasetsv1 import core_pb2 as datasets_dot_v1_dot_core__pb2
|
|
26
|
-
from tilebox.datasets.datasetsv1 import well_known_types_pb2 as datasets_dot_v1_dot_well__known__types__pb2
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x64\x61tasets/v1/data_access.proto\x12\x0b\x64\x61tasets.v1\x1a\x16\x64\x61tasets/v1/core.proto\x1a\"datasets/v1/well_known_types.proto\"\xcd\x02\n\x1cGetDatasetForIntervalRequest\x12#\n\rcollection_id\x18\x01 \x01(\tR\x0c\x63ollectionId\x12>\n\rtime_interval\x18\x02 \x01(\x0b\x32\x19.datasets.v1.TimeIntervalR\x0ctimeInterval\x12M\n\x12\x64\x61tapoint_interval\x18\x06 \x01(\x0b\x32\x1e.datasets.v1.DatapointIntervalR\x11\x64\x61tapointInterval\x12\x36\n\x04page\x18\x03 \x01(\x0b\x32\x1d.datasets.v1.LegacyPaginationH\x00R\x04page\x88\x01\x01\x12\x1b\n\tskip_data\x18\x04 \x01(\x08R\x08skipData\x12\x1b\n\tskip_meta\x18\x05 \x01(\x08R\x08skipMetaB\x07\n\x05_page\"k\n\x17GetDatapointByIdRequest\x12#\n\rcollection_id\x18\x01 \x01(\tR\x0c\x63ollectionId\x12\x0e\n\x02id\x18\x02 \x01(\tR\x02id\x12\x1b\n\tskip_data\x18\x03 \x01(\x08R\x08skipData\"\x88\x01\n\x10QueryByIDRequest\x12\x36\n\x0e\x63ollection_ids\x18\x01 \x03(\x0b\x32\x0f.datasets.v1.IDR\rcollectionIds\x12\x1f\n\x02id\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDR\x02id\x12\x1b\n\tskip_data\x18\x03 \x01(\x08R\x08skipData\"\xf7\x01\n\x0cQueryFilters\x12@\n\rtime_interval\x18\x01 \x01(\x0b\x32\x19.datasets.v1.TimeIntervalH\x00R\x0ctimeInterval\x12O\n\x12\x64\x61tapoint_interval\x18\x02 \x01(\x0b\x32\x1e.datasets.v1.DatapointIntervalH\x00R\x11\x64\x61tapointInterval\x12\x41\n\x0espatial_extent\x18\x03 \x01(\x0b\x32\x1a.datasets.v1.SpatialFilterR\rspatialExtentB\x11\n\x0ftemporal_extent\"\xc9\x01\n\rSpatialFilter\x12\x31\n\x08geometry\x18\x01 \x01(\x0b\x32\x15.datasets.v1.GeometryR\x08geometry\x12\x32\n\x04mode\x18\x02 \x01(\x0e\x32\x1e.datasets.v1.SpatialFilterModeR\x04mode\x12Q\n\x11\x63oordinate_system\x18\x03 \x01(\x0e\x32$.datasets.v1.SpatialCoordinateSystemR\x10\x63oordinateSystem\"\xd3\x01\n\x0cQueryRequest\x12\x36\n\x0e\x63ollection_ids\x18\x01 \x03(\x0b\x32\x0f.datasets.v1.IDR\rcollectionIds\x12\x33\n\x07\x66ilters\x18\x02 \x01(\x0b\x32\x19.datasets.v1.QueryFiltersR\x07\x66ilters\x12\x30\n\x04page\x18\x03 \x01(\x0b\x32\x17.datasets.v1.PaginationH\x00R\x04page\x88\x01\x01\x12\x1b\n\tskip_data\x18\x04 \x01(\x08R\x08skipDataB\x07\n\x05_page\"\x88\x01\n\x0fQueryResultPage\x12,\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x18.datasets.v1.RepeatedAnyR\x04\x64\x61ta\x12\x39\n\tnext_page\x18\x02 \x01(\x0b\x32\x17.datasets.v1.PaginationH\x00R\x08nextPage\x88\x01\x01\x42\x0c\n\n_next_page*~\n\x11SpatialFilterMode\x12#\n\x1fSPATIAL_FILTER_MODE_UNSPECIFIED\x10\x00\x12\"\n\x1eSPATIAL_FILTER_MODE_INTERSECTS\x10\x01\x12 \n\x1cSPATIAL_FILTER_MODE_CONTAINS\x10\x02*\x96\x01\n\x17SpatialCoordinateSystem\x12)\n%SPATIAL_COORDINATE_SYSTEM_UNSPECIFIED\x10\x00\x12\'\n#SPATIAL_COORDINATE_SYSTEM_CARTESIAN\x10\x01\x12\'\n#SPATIAL_COORDINATE_SYSTEM_SPHERICAL\x10\x02\x32\xcd\x02\n\x11\x44\x61taAccessService\x12`\n\x15GetDatasetForInterval\x12).datasets.v1.GetDatasetForIntervalRequest\x1a\x1a.datasets.v1.DatapointPage\"\x00\x12R\n\x10GetDatapointByID\x12$.datasets.v1.GetDatapointByIdRequest\x1a\x16.datasets.v1.Datapoint\"\x00\x12>\n\tQueryByID\x12\x1d.datasets.v1.QueryByIDRequest\x1a\x10.datasets.v1.Any\"\x00\x12\x42\n\x05Query\x12\x19.datasets.v1.QueryRequest\x1a\x1c.datasets.v1.QueryResultPage\"\x00\x42\xb1\x01\n\x0f\x63om.datasets.v1B\x0f\x44\x61taAccessProtoP\x01Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\xa2\x02\x03\x44XX\xaa\x02\x0b\x44\x61tasets.V1\xca\x02\x0b\x44\x61tasets\\V1\xe2\x02\x17\x44\x61tasets\\V1\\GPBMetadata\xea\x02\x0c\x44\x61tasets::V1b\x06proto3')
|
|
30
|
-
|
|
31
|
-
_globals = globals()
|
|
32
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'datasets.v1.data_access_pb2', _globals)
|
|
34
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.datasets.v1B\017DataAccessProtoP\001Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\242\002\003DXX\252\002\013Datasets.V1\312\002\013Datasets\\V1\342\002\027Datasets\\V1\\GPBMetadata\352\002\014Datasets::V1'
|
|
37
|
-
_globals['_SPATIALFILTERMODE']._serialized_start=1497
|
|
38
|
-
_globals['_SPATIALFILTERMODE']._serialized_end=1623
|
|
39
|
-
_globals['_SPATIALCOORDINATESYSTEM']._serialized_start=1626
|
|
40
|
-
_globals['_SPATIALCOORDINATESYSTEM']._serialized_end=1776
|
|
41
|
-
_globals['_GETDATASETFORINTERVALREQUEST']._serialized_start=107
|
|
42
|
-
_globals['_GETDATASETFORINTERVALREQUEST']._serialized_end=440
|
|
43
|
-
_globals['_GETDATAPOINTBYIDREQUEST']._serialized_start=442
|
|
44
|
-
_globals['_GETDATAPOINTBYIDREQUEST']._serialized_end=549
|
|
45
|
-
_globals['_QUERYBYIDREQUEST']._serialized_start=552
|
|
46
|
-
_globals['_QUERYBYIDREQUEST']._serialized_end=688
|
|
47
|
-
_globals['_QUERYFILTERS']._serialized_start=691
|
|
48
|
-
_globals['_QUERYFILTERS']._serialized_end=938
|
|
49
|
-
_globals['_SPATIALFILTER']._serialized_start=941
|
|
50
|
-
_globals['_SPATIALFILTER']._serialized_end=1142
|
|
51
|
-
_globals['_QUERYREQUEST']._serialized_start=1145
|
|
52
|
-
_globals['_QUERYREQUEST']._serialized_end=1356
|
|
53
|
-
_globals['_QUERYRESULTPAGE']._serialized_start=1359
|
|
54
|
-
_globals['_QUERYRESULTPAGE']._serialized_end=1495
|
|
55
|
-
_globals['_DATAACCESSSERVICE']._serialized_start=1779
|
|
56
|
-
_globals['_DATAACCESSSERVICE']._serialized_end=2112
|
|
57
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: datasets/v1/data_ingestion.proto
|
|
5
|
-
# Protobuf Python Version: 5.29.3
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
29,
|
|
16
|
-
3,
|
|
17
|
-
'',
|
|
18
|
-
'datasets/v1/data_ingestion.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from tilebox.datasets.datasetsv1 import core_pb2 as datasets_dot_v1_dot_core__pb2
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n datasets/v1/data_ingestion.proto\x12\x0b\x64\x61tasets.v1\x1a\x16\x64\x61tasets/v1/core.proto\"\xaf\x01\n\x17IngestDatapointsRequest\x12\x34\n\rcollection_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x0c\x63ollectionId\x12\x37\n\ndatapoints\x18\x02 \x01(\x0b\x32\x17.datasets.v1.DatapointsR\ndatapoints\x12%\n\x0e\x61llow_existing\x18\x03 \x01(\x08R\rallowExisting\"\x84\x01\n\rIngestRequest\x12\x34\n\rcollection_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x0c\x63ollectionId\x12\x16\n\x06values\x18\x02 \x03(\x0cR\x06values\x12%\n\x0e\x61llow_existing\x18\x03 \x01(\x08R\rallowExisting\"\x8a\x01\n\x0eIngestResponse\x12\x1f\n\x0bnum_created\x18\x01 \x01(\x03R\nnumCreated\x12!\n\x0cnum_existing\x18\x02 \x01(\x03R\x0bnumExisting\x12\x34\n\rdatapoint_ids\x18\x03 \x03(\x0b\x32\x0f.datasets.v1.IDR\x0c\x64\x61tapointIds\"{\n\rDeleteRequest\x12\x34\n\rcollection_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x0c\x63ollectionId\x12\x34\n\rdatapoint_ids\x18\x02 \x03(\x0b\x32\x0f.datasets.v1.IDR\x0c\x64\x61tapointIds\"1\n\x0e\x44\x65leteResponse\x12\x1f\n\x0bnum_deleted\x18\x01 \x01(\x03R\nnumDeleted2\xa0\x01\n\x14\x44\x61taIngestionService\x12\x43\n\x06Ingest\x12\x1a.datasets.v1.IngestRequest\x1a\x1b.datasets.v1.IngestResponse\"\x00\x12\x43\n\x06\x44\x65lete\x12\x1a.datasets.v1.DeleteRequest\x1a\x1b.datasets.v1.DeleteResponse\"\x00\x42\xb4\x01\n\x0f\x63om.datasets.v1B\x12\x44\x61taIngestionProtoP\x01Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\xa2\x02\x03\x44XX\xaa\x02\x0b\x44\x61tasets.V1\xca\x02\x0b\x44\x61tasets\\V1\xe2\x02\x17\x44\x61tasets\\V1\\GPBMetadata\xea\x02\x0c\x44\x61tasets::V1b\x06proto3')
|
|
29
|
-
|
|
30
|
-
_globals = globals()
|
|
31
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'datasets.v1.data_ingestion_pb2', _globals)
|
|
33
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.datasets.v1B\022DataIngestionProtoP\001Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\242\002\003DXX\252\002\013Datasets.V1\312\002\013Datasets\\V1\342\002\027Datasets\\V1\\GPBMetadata\352\002\014Datasets::V1'
|
|
36
|
-
_globals['_INGESTDATAPOINTSREQUEST']._serialized_start=74
|
|
37
|
-
_globals['_INGESTDATAPOINTSREQUEST']._serialized_end=249
|
|
38
|
-
_globals['_INGESTREQUEST']._serialized_start=252
|
|
39
|
-
_globals['_INGESTREQUEST']._serialized_end=384
|
|
40
|
-
_globals['_INGESTRESPONSE']._serialized_start=387
|
|
41
|
-
_globals['_INGESTRESPONSE']._serialized_end=525
|
|
42
|
-
_globals['_DELETEREQUEST']._serialized_start=527
|
|
43
|
-
_globals['_DELETEREQUEST']._serialized_end=650
|
|
44
|
-
_globals['_DELETERESPONSE']._serialized_start=652
|
|
45
|
-
_globals['_DELETERESPONSE']._serialized_end=701
|
|
46
|
-
_globals['_DATAINGESTIONSERVICE']._serialized_start=704
|
|
47
|
-
_globals['_DATAINGESTIONSERVICE']._serialized_end=864
|
|
48
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: datasets/v1/dataset_type.proto
|
|
5
|
-
# Protobuf Python Version: 5.29.3
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
29,
|
|
16
|
-
3,
|
|
17
|
-
'',
|
|
18
|
-
'datasets/v1/dataset_type.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from tilebox.datasets.datasetsv1 import well_known_types_pb2 as datasets_dot_v1_dot_well__known__types__pb2
|
|
26
|
-
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
|
27
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1e\x64\x61tasets/v1/dataset_type.proto\x12\x0b\x64\x61tasets.v1\x1a\"datasets/v1/well_known_types.proto\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xaa\x01\n\x05\x46ield\x12\x45\n\ndescriptor\x18\x01 \x01(\x0b\x32%.google.protobuf.FieldDescriptorProtoR\ndescriptor\x12<\n\nannotation\x18\x02 \x01(\x0b\x32\x1c.datasets.v1.FieldAnnotationR\nannotation\x12\x1c\n\tqueryable\x18\x03 \x01(\x08R\tqueryable\"X\n\x0f\x46ieldAnnotation\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\x12#\n\rexample_value\x18\x02 \x01(\tR\x0c\x65xampleValue\"g\n\x0b\x44\x61tasetType\x12,\n\x04kind\x18\x01 \x01(\x0e\x32\x18.datasets.v1.DatasetKindR\x04kind\x12*\n\x06\x66ields\x18\x02 \x03(\x0b\x32\x12.datasets.v1.FieldR\x06\x66ields\"\xf4\x01\n\rAnnotatedType\x12I\n\x0e\x64\x65scriptor_set\x18\x01 \x01(\x0b\x32\".google.protobuf.FileDescriptorSetR\rdescriptorSet\x12\x19\n\x08type_url\x18\x02 \x01(\tR\x07typeUrl\x12I\n\x11\x66ield_annotations\x18\x04 \x03(\x0b\x32\x1c.datasets.v1.FieldAnnotationR\x10\x66ieldAnnotations\x12,\n\x04kind\x18\x05 \x01(\x0e\x32\x18.datasets.v1.DatasetKindR\x04kindJ\x04\x08\x03\x10\x04\"\xa9\x01\n\x11TemporalDatapoint\x12.\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04time\x12!\n\x02id\x18\x02 \x01(\x0b\x32\x11.datasets.v1.UUIDR\x02id\x12\x41\n\x0eingestion_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ringestionTime\"\xe2\x01\n\x17SpatioTemporalDatapoint\x12.\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x04time\x12!\n\x02id\x18\x02 \x01(\x0b\x32\x11.datasets.v1.UUIDR\x02id\x12\x41\n\x0eingestion_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ringestionTime\x12\x31\n\x08geometry\x18\x04 \x01(\x0b\x32\x15.datasets.v1.GeometryR\x08geometry*g\n\x0b\x44\x61tasetKind\x12\x1c\n\x18\x44\x41TASET_KIND_UNSPECIFIED\x10\x00\x12\x19\n\x15\x44\x41TASET_KIND_TEMPORAL\x10\x01\x12\x1f\n\x1b\x44\x41TASET_KIND_SPATIOTEMPORAL\x10\x02\x42\xb2\x01\n\x0f\x63om.datasets.v1B\x10\x44\x61tasetTypeProtoP\x01Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\xa2\x02\x03\x44XX\xaa\x02\x0b\x44\x61tasets.V1\xca\x02\x0b\x44\x61tasets\\V1\xe2\x02\x17\x44\x61tasets\\V1\\GPBMetadata\xea\x02\x0c\x44\x61tasets::V1b\x06proto3')
|
|
31
|
-
|
|
32
|
-
_globals = globals()
|
|
33
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'datasets.v1.dataset_type_pb2', _globals)
|
|
35
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.datasets.v1B\020DatasetTypeProtoP\001Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\242\002\003DXX\252\002\013Datasets.V1\312\002\013Datasets\\V1\342\002\027Datasets\\V1\\GPBMetadata\352\002\014Datasets::V1'
|
|
38
|
-
_globals['_DATASETKIND']._serialized_start=1166
|
|
39
|
-
_globals['_DATASETKIND']._serialized_end=1269
|
|
40
|
-
_globals['_FIELD']._serialized_start=151
|
|
41
|
-
_globals['_FIELD']._serialized_end=321
|
|
42
|
-
_globals['_FIELDANNOTATION']._serialized_start=323
|
|
43
|
-
_globals['_FIELDANNOTATION']._serialized_end=411
|
|
44
|
-
_globals['_DATASETTYPE']._serialized_start=413
|
|
45
|
-
_globals['_DATASETTYPE']._serialized_end=516
|
|
46
|
-
_globals['_ANNOTATEDTYPE']._serialized_start=519
|
|
47
|
-
_globals['_ANNOTATEDTYPE']._serialized_end=763
|
|
48
|
-
_globals['_TEMPORALDATAPOINT']._serialized_start=766
|
|
49
|
-
_globals['_TEMPORALDATAPOINT']._serialized_end=935
|
|
50
|
-
_globals['_SPATIOTEMPORALDATAPOINT']._serialized_start=938
|
|
51
|
-
_globals['_SPATIOTEMPORALDATAPOINT']._serialized_end=1164
|
|
52
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: datasets/v1/datasets.proto
|
|
5
|
-
# Protobuf Python Version: 5.29.3
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
29,
|
|
16
|
-
3,
|
|
17
|
-
'',
|
|
18
|
-
'datasets/v1/datasets.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from tilebox.datasets.datasetsv1 import core_pb2 as datasets_dot_v1_dot_core__pb2
|
|
26
|
-
from tilebox.datasets.datasetsv1 import dataset_type_pb2 as datasets_dot_v1_dot_dataset__type__pb2
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1a\x64\x61tasets/v1/datasets.proto\x12\x0b\x64\x61tasets.v1\x1a\x16\x64\x61tasets/v1/core.proto\x1a\x1e\x64\x61tasets/v1/dataset_type.proto\"\x8f\x01\n\x14\x43reateDatasetRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12,\n\x04type\x18\x02 \x01(\x0b\x32\x18.datasets.v1.DatasetTypeR\x04type\x12\x18\n\x07summary\x18\x03 \x01(\tR\x07summary\x12\x1b\n\tcode_name\x18\x04 \x01(\tR\x08\x63odeName\"H\n\x11GetDatasetRequest\x12\x12\n\x04slug\x18\x01 \x01(\tR\x04slug\x12\x1f\n\x02id\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDR\x02id\"\x93\x01\n\x14UpdateDatasetRequest\x12\x1f\n\x02id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12,\n\x04type\x18\x03 \x01(\x0b\x32\x18.datasets.v1.DatasetTypeR\x04type\x12\x18\n\x07summary\x18\x04 \x01(\tR\x07summary\"t\n\nClientInfo\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x65nvironment\x18\x02 \x01(\tR\x0b\x65nvironment\x12\x30\n\x08packages\x18\x03 \x03(\x0b\x32\x14.datasets.v1.PackageR\x08packages\"7\n\x07Package\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x18\n\x07version\x18\x02 \x01(\tR\x07version\"d\n\x1fUpdateDatasetDescriptionRequest\x12\x1f\n\x02id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\x02id\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\"O\n\x13ListDatasetsRequest\x12\x38\n\x0b\x63lient_info\x18\x01 \x01(\x0b\x32\x17.datasets.v1.ClientInfoR\nclientInfo\"\x9f\x02\n\x14ListDatasetsResponse\x12\x30\n\x08\x64\x61tasets\x18\x01 \x03(\x0b\x32\x14.datasets.v1.DatasetR\x08\x64\x61tasets\x12\x31\n\x06groups\x18\x02 \x03(\x0b\x32\x19.datasets.v1.DatasetGroupR\x06groups\x12%\n\x0eserver_message\x18\x03 \x01(\tR\rserverMessage\x12%\n\x0eowned_datasets\x18\x04 \x01(\x03R\rownedDatasets\x12\x39\n\x16maximum_owned_datasets\x18\x05 \x01(\x03H\x00R\x14maximumOwnedDatasets\x88\x01\x01\x42\x19\n\x17_maximum_owned_datasets2\xa7\x03\n\x0e\x44\x61tasetService\x12J\n\rCreateDataset\x12!.datasets.v1.CreateDatasetRequest\x1a\x14.datasets.v1.Dataset\"\x00\x12\x44\n\nGetDataset\x12\x1e.datasets.v1.GetDatasetRequest\x1a\x14.datasets.v1.Dataset\"\x00\x12J\n\rUpdateDataset\x12!.datasets.v1.UpdateDatasetRequest\x1a\x14.datasets.v1.Dataset\"\x00\x12`\n\x18UpdateDatasetDescription\x12,.datasets.v1.UpdateDatasetDescriptionRequest\x1a\x14.datasets.v1.Dataset\"\x00\x12U\n\x0cListDatasets\x12 .datasets.v1.ListDatasetsRequest\x1a!.datasets.v1.ListDatasetsResponse\"\x00\x42\xaf\x01\n\x0f\x63om.datasets.v1B\rDatasetsProtoP\x01Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\xa2\x02\x03\x44XX\xaa\x02\x0b\x44\x61tasets.V1\xca\x02\x0b\x44\x61tasets\\V1\xe2\x02\x17\x44\x61tasets\\V1\\GPBMetadata\xea\x02\x0c\x44\x61tasets::V1b\x06proto3')
|
|
30
|
-
|
|
31
|
-
_globals = globals()
|
|
32
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'datasets.v1.datasets_pb2', _globals)
|
|
34
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.datasets.v1B\rDatasetsProtoP\001Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\242\002\003DXX\252\002\013Datasets.V1\312\002\013Datasets\\V1\342\002\027Datasets\\V1\\GPBMetadata\352\002\014Datasets::V1'
|
|
37
|
-
_globals['_CREATEDATASETREQUEST']._serialized_start=100
|
|
38
|
-
_globals['_CREATEDATASETREQUEST']._serialized_end=243
|
|
39
|
-
_globals['_GETDATASETREQUEST']._serialized_start=245
|
|
40
|
-
_globals['_GETDATASETREQUEST']._serialized_end=317
|
|
41
|
-
_globals['_UPDATEDATASETREQUEST']._serialized_start=320
|
|
42
|
-
_globals['_UPDATEDATASETREQUEST']._serialized_end=467
|
|
43
|
-
_globals['_CLIENTINFO']._serialized_start=469
|
|
44
|
-
_globals['_CLIENTINFO']._serialized_end=585
|
|
45
|
-
_globals['_PACKAGE']._serialized_start=587
|
|
46
|
-
_globals['_PACKAGE']._serialized_end=642
|
|
47
|
-
_globals['_UPDATEDATASETDESCRIPTIONREQUEST']._serialized_start=644
|
|
48
|
-
_globals['_UPDATEDATASETDESCRIPTIONREQUEST']._serialized_end=744
|
|
49
|
-
_globals['_LISTDATASETSREQUEST']._serialized_start=746
|
|
50
|
-
_globals['_LISTDATASETSREQUEST']._serialized_end=825
|
|
51
|
-
_globals['_LISTDATASETSRESPONSE']._serialized_start=828
|
|
52
|
-
_globals['_LISTDATASETSRESPONSE']._serialized_end=1115
|
|
53
|
-
_globals['_DATASETSERVICE']._serialized_start=1118
|
|
54
|
-
_globals['_DATASETSERVICE']._serialized_end=1541
|
|
55
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
-
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
-
# source: datasets/v1/timeseries.proto
|
|
5
|
-
# Protobuf Python Version: 5.29.3
|
|
6
|
-
"""Generated protocol buffer code."""
|
|
7
|
-
from google.protobuf import descriptor as _descriptor
|
|
8
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
-
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
-
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
-
from google.protobuf.internal import builder as _builder
|
|
12
|
-
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
-
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
5,
|
|
15
|
-
29,
|
|
16
|
-
3,
|
|
17
|
-
'',
|
|
18
|
-
'datasets/v1/timeseries.proto'
|
|
19
|
-
)
|
|
20
|
-
# @@protoc_insertion_point(imports)
|
|
21
|
-
|
|
22
|
-
_sym_db = _symbol_database.Default()
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
from tilebox.datasets.datasetsv1 import core_pb2 as datasets_dot_v1_dot_core__pb2
|
|
26
|
-
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x64\x61tasets/v1/timeseries.proto\x12\x0b\x64\x61tasets.v1\x1a\x16\x64\x61tasets/v1/core.proto\x1a\x1egoogle/protobuf/duration.proto\"\x88\x03\n\x16TimeseriesDatasetChunk\x12.\n\ndataset_id\x18\x01 \x01(\x0b\x32\x0f.datasets.v1.IDR\tdatasetId\x12\x34\n\rcollection_id\x18\x02 \x01(\x0b\x32\x0f.datasets.v1.IDR\x0c\x63ollectionId\x12>\n\rtime_interval\x18\x03 \x01(\x0b\x32\x19.datasets.v1.TimeIntervalR\x0ctimeInterval\x12M\n\x12\x64\x61tapoint_interval\x18\x04 \x01(\x0b\x32\x1e.datasets.v1.DatapointIntervalR\x11\x64\x61tapointInterval\x12#\n\rbranch_factor\x18\x05 \x01(\x05R\x0c\x62ranchFactor\x12\x1d\n\nchunk_size\x18\x06 \x01(\x05R\tchunkSize\x12\x35\n\x17\x64\x61tapoints_per_365_days\x18\x07 \x01(\x03R\x14\x64\x61tapointsPer365Days\"\x85\x01\n\tTimeChunk\x12>\n\rtime_interval\x18\x01 \x01(\x0b\x32\x19.datasets.v1.TimeIntervalR\x0ctimeInterval\x12\x38\n\nchunk_size\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\tchunkSizeB\xb1\x01\n\x0f\x63om.datasets.v1B\x0fTimeseriesProtoP\x01Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\xa2\x02\x03\x44XX\xaa\x02\x0b\x44\x61tasets.V1\xca\x02\x0b\x44\x61tasets\\V1\xe2\x02\x17\x44\x61tasets\\V1\\GPBMetadata\xea\x02\x0c\x44\x61tasets::V1b\x06proto3')
|
|
30
|
-
|
|
31
|
-
_globals = globals()
|
|
32
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'datasets.v1.timeseries_pb2', _globals)
|
|
34
|
-
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
-
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
-
_globals['DESCRIPTOR']._serialized_options = b'\n\017com.datasets.v1B\017TimeseriesProtoP\001Z@github.com/tilebox/tilebox-go/protogen/go/datasets/v1;datasetsv1\242\002\003DXX\252\002\013Datasets.V1\312\002\013Datasets\\V1\342\002\027Datasets\\V1\\GPBMetadata\352\002\014Datasets::V1'
|
|
37
|
-
_globals['_TIMESERIESDATASETCHUNK']._serialized_start=102
|
|
38
|
-
_globals['_TIMESERIESDATASETCHUNK']._serialized_end=494
|
|
39
|
-
_globals['_TIMECHUNK']._serialized_start=497
|
|
40
|
-
_globals['_TIMECHUNK']._serialized_end=630
|
|
41
|
-
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
tilebox/datasets/__init__.py,sha256=4fI6ErCVb15KD_iPWIM6TUXTPgU8qrJVx3Cx7m7jeC8,824
|
|
2
|
-
tilebox/datasets/client.py,sha256=Uv_Pa3nTRKktbPTvxYDh1t_JwcjQMAoZjlqVJe4sZ6o,4081
|
|
3
|
-
tilebox/datasets/group.py,sha256=DoGl4w7Viy-l4kE9580dJOymP_B2pj3LRqvMNxvrYmU,1884
|
|
4
|
-
tilebox/datasets/message_pool.py,sha256=vndyPAR_X_rgGVvOTTBarkONTFpRSATB-3toO0oFUrw,1271
|
|
5
|
-
tilebox/datasets/progress.py,sha256=NC3YFnK4EqspCH0QPKsAHmkzoAl5KHedPWYvdS37Tp8,3516
|
|
6
|
-
tilebox/datasets/service.py,sha256=oEIznMBN75RNtFJFHtQ8I3hX5nnPRgD9oAlkwKT0MDQ,8895
|
|
7
|
-
tilebox/datasets/aio/__init__.py,sha256=0x_gddLgDsUCdl8MMZj4MPH1lp4HuOrExMHTjIFmM6s,405
|
|
8
|
-
tilebox/datasets/aio/client.py,sha256=NLA59PvFVRJtAhfYbRNYOvzJ9KnL6Uptji7pBYDNRcc,2126
|
|
9
|
-
tilebox/datasets/aio/dataset.py,sha256=9zwEdS9QHRcv1VDaDTvz2ARQUEEP0dxuQHj7XcOtyOg,22535
|
|
10
|
-
tilebox/datasets/aio/pagination.py,sha256=ziLecwntNWqWqko61UK8fHxhf-enTcSHn0S3gDLcw9o,6105
|
|
11
|
-
tilebox/datasets/aio/timeseries.py,sha256=iQqIyh9TPL_gJz18GCxmtFJEwObR9S2rPsUohFYM8wQ,301
|
|
12
|
-
tilebox/datasets/data/__init__.py,sha256=vgHSaWXMuC5NLlMwC_VhwKd4nvpOn1NIL4YzaD58goQ,401
|
|
13
|
-
tilebox/datasets/data/collection.py,sha256=u9O8vjLYLoe888sZq4yPs3NFlGem5QfdE-wZQW4OK2w,2670
|
|
14
|
-
tilebox/datasets/data/data_access.py,sha256=Z0PuUem9I2TOdAiHiaLrZ-pC1UiNhr9dES0PP3K85aE,5622
|
|
15
|
-
tilebox/datasets/data/datapoint.py,sha256=eM1fS8s5LjH6ENFxJckdl_-1v9KJAEGLFx5XWx8C1nk,6127
|
|
16
|
-
tilebox/datasets/data/datasets.py,sha256=mOp5MHE4oktUcUB9Q3n1emA_zv3LjXT6gc7m0rLzYNQ,4238
|
|
17
|
-
tilebox/datasets/data/pagination.py,sha256=X3mNNm3EF6m5dH3zwRkGvqqcnyFvEG5OrMVGX2Wm3wM,775
|
|
18
|
-
tilebox/datasets/data/time_interval.py,sha256=oTvaIXyXV9z0QTpBeOdFTdPxBMPaDpWqlT09Ovdpsrg,10014
|
|
19
|
-
tilebox/datasets/data/timeseries.py,sha256=qAhIOczp74E18sXQ2j5Mc3_NJd5zgosgSRm3lWQ3zlk,3632
|
|
20
|
-
tilebox/datasets/data/uuid.py,sha256=cmsGCBEj7AOTsCNN6JELaoI2CGQBVzxfL7JPs-x_JTw,1081
|
|
21
|
-
tilebox/datasets/datasetsv1/collections_pb2.py,sha256=InCBLsIDfkyP0OFr7e6Me-HfAGLiy6IdFFbXQ92rKZg,4024
|
|
22
|
-
tilebox/datasets/datasetsv1/collections_pb2.pyi,sha256=5EfzYW_7EmZzQncMO8OSdS3g62oSp-10hRhnWWSw4as,2266
|
|
23
|
-
tilebox/datasets/datasetsv1/collections_pb2_grpc.py,sha256=hOd8NlcFE6094e9F8FFbwitTpIqFETnsM23SDenv1bc,8970
|
|
24
|
-
tilebox/datasets/datasetsv1/core_pb2.py,sha256=o33EXCT38Gd_pEcMhDQEqtt8FnJI-E9BJPY7QdxBYqw,8257
|
|
25
|
-
tilebox/datasets/datasetsv1/core_pb2.pyi,sha256=znHcYvUL1zY4n1n7GJpMgwpB5YUz8ZAsN8R6E17EViU,9265
|
|
26
|
-
tilebox/datasets/datasetsv1/core_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
|
27
|
-
tilebox/datasets/datasetsv1/data_access_pb2.py,sha256=fOgy5ZQb9ojGUbFr6_NFDowYQfegXUidi9ljdJeIyKY,6182
|
|
28
|
-
tilebox/datasets/datasetsv1/data_access_pb2.pyi,sha256=maP2FKtta1nmQRyNLKvTPOlqA-LDEV-x8N6ZgMJQTak,5743
|
|
29
|
-
tilebox/datasets/datasetsv1/data_access_pb2_grpc.py,sha256=IQwPilRraePaYVKxm3p_KTxrg7E4zNaWh2plyDnOAoQ,8789
|
|
30
|
-
tilebox/datasets/datasetsv1/data_ingestion_pb2.py,sha256=qYVBNfj5vi2M161qxrUzhuMcffcBWHuPykiqSW610-s,3784
|
|
31
|
-
tilebox/datasets/datasetsv1/data_ingestion_pb2.pyi,sha256=8yxHL1Zw3ERmU5l2IjH04OCMhVRS21Ihto-pY5AuqHM,2689
|
|
32
|
-
tilebox/datasets/datasetsv1/data_ingestion_pb2_grpc.py,sha256=uVUKX93hRFUyxGASKqnYe466pJZHQODMJCIvNdlmiw4,4926
|
|
33
|
-
tilebox/datasets/datasetsv1/dataset_type_pb2.py,sha256=yBIV0NOGMLv220S1B3Au4UVNX9ttoZYG2OCgxnhnjV8,4663
|
|
34
|
-
tilebox/datasets/datasetsv1/dataset_type_pb2.pyi,sha256=IeC5tm37YHDleB4vcJQIn-_cce-orpi7C8Sv3tgFSxk,4323
|
|
35
|
-
tilebox/datasets/datasetsv1/dataset_type_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
|
36
|
-
tilebox/datasets/datasetsv1/datasets_pb2.py,sha256=t7zzm8CHpEcm8kXayI5M8HjayIT6NAYGKATG8g4fyMs,5249
|
|
37
|
-
tilebox/datasets/datasetsv1/datasets_pb2.pyi,sha256=blILSLnNjWBrbg3q5jhi5A7K2gxDt606BuqmG7qfj7E,4163
|
|
38
|
-
tilebox/datasets/datasetsv1/datasets_pb2_grpc.py,sha256=ENtCpHd1zV3ZePLHc3yTASk2n0HEYArzZgRMDKeJubY,10380
|
|
39
|
-
tilebox/datasets/datasetsv1/timeseries_pb2.py,sha256=kjolvRuK2AGPkxaTJtJN3dliLrvTp4mjav9YsMCG5ZY,3018
|
|
40
|
-
tilebox/datasets/datasetsv1/timeseries_pb2.pyi,sha256=tQDXnWT0XkTosQEJZTyE7vsGg40oRPmjXkJYWRfqAK4,2001
|
|
41
|
-
tilebox/datasets/datasetsv1/timeseries_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
|
42
|
-
tilebox/datasets/datasetsv1/well_known_types_pb2.py,sha256=ASO61MFb9vcx-sX-93EoFDULVqcld_24SKOcSYL8DEk,6215
|
|
43
|
-
tilebox/datasets/datasetsv1/well_known_types_pb2.pyi,sha256=RW-TrAbeFof2x-Qa5UPH0nCg-4KTuJ1RLU6SApnS60E,7216
|
|
44
|
-
tilebox/datasets/datasetsv1/well_known_types_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
|
45
|
-
tilebox/datasets/protobuf_conversion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
tilebox/datasets/protobuf_conversion/field_types.py,sha256=YAcYoEKiJ1W1l70Eh81rJEuVTOlyLRnQ_YDxdUkxX5k,11975
|
|
47
|
-
tilebox/datasets/protobuf_conversion/protobuf_xarray.py,sha256=HENZuGxrG8yi031VwhB32ARHy0ZQVUPrpUnnFrjCWS4,16393
|
|
48
|
-
tilebox/datasets/protobuf_conversion/to_protobuf.py,sha256=ekGusGHUzbYdSg01pij4JSQHq1vbOGfl0EX_bt1jOb0,7475
|
|
49
|
-
tilebox/datasets/sync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
50
|
-
tilebox/datasets/sync/client.py,sha256=d6d2ABi9Lo9oIgpnq_1O0v4JqJrppaP4hCT5TWWXHyE,2101
|
|
51
|
-
tilebox/datasets/sync/dataset.py,sha256=TbsmeUSRletHpY9BGXKkJHwChFBKSASswfTy4lsfJLA,22181
|
|
52
|
-
tilebox/datasets/sync/pagination.py,sha256=Wn_rHwKr4fW31y0fCQFLvcn6jumqkerT3UeWeVpOVzk,6019
|
|
53
|
-
tilebox/datasets/sync/timeseries.py,sha256=4nTP8_tmv6V7PXTUNzzlbzlxv0OXo_IqVLtSdJpUOW0,303
|
|
54
|
-
tilebox_datasets-0.38.0.dist-info/METADATA,sha256=59l6yzt55SQvoFZ0INUv7JgAd3r_S9z9NlNI2vGuhoo,4234
|
|
55
|
-
tilebox_datasets-0.38.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
56
|
-
tilebox_datasets-0.38.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|