earthengine-api 1.5.19__tar.gz → 1.5.20__tar.gz

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.

Potentially problematic release.


This version of earthengine-api might be problematic. Click here for more details.

Files changed (113) hide show
  1. {earthengine_api-1.5.19/earthengine_api.egg-info → earthengine_api-1.5.20}/PKG-INFO +1 -1
  2. {earthengine_api-1.5.19 → earthengine_api-1.5.20/earthengine_api.egg-info}/PKG-INFO +1 -1
  3. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/__init__.py +1 -1
  4. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/algorithms.json +29 -2
  5. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/pyproject.toml +1 -1
  6. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/LICENSE +0 -0
  7. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/MANIFEST.in +0 -0
  8. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/README.md +0 -0
  9. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/earthengine_api.egg-info/SOURCES.txt +0 -0
  10. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/earthengine_api.egg-info/dependency_links.txt +0 -0
  11. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/earthengine_api.egg-info/entry_points.txt +0 -0
  12. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/earthengine_api.egg-info/requires.txt +0 -0
  13. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/earthengine_api.egg-info/top_level.txt +0 -0
  14. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/_arg_types.py +0 -0
  15. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/_cloud_api_utils.py +0 -0
  16. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/_helpers.py +0 -0
  17. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/_utils.py +0 -0
  18. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/apifunction.py +0 -0
  19. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/apitestcase.py +0 -0
  20. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/batch.py +0 -0
  21. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/blob.py +0 -0
  22. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/classifier.py +0 -0
  23. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/cli/__init__.py +0 -0
  24. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/cli/commands.py +0 -0
  25. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/cli/eecli.py +0 -0
  26. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/cli/eecli_wrapper.py +0 -0
  27. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/cli/utils.py +0 -0
  28. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/clusterer.py +0 -0
  29. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/collection.py +0 -0
  30. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/computedobject.py +0 -0
  31. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/confusionmatrix.py +0 -0
  32. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/customfunction.py +0 -0
  33. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/data.py +0 -0
  34. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/daterange.py +0 -0
  35. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/deprecation.py +0 -0
  36. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/deserializer.py +0 -0
  37. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/dictionary.py +0 -0
  38. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/ee_array.py +0 -0
  39. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/ee_date.py +0 -0
  40. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/ee_exception.py +0 -0
  41. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/ee_list.py +0 -0
  42. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/ee_number.py +0 -0
  43. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/ee_string.py +0 -0
  44. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/ee_types.py +0 -0
  45. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/element.py +0 -0
  46. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/encodable.py +0 -0
  47. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/errormargin.py +0 -0
  48. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/feature.py +0 -0
  49. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/featurecollection.py +0 -0
  50. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/filter.py +0 -0
  51. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/function.py +0 -0
  52. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/geometry.py +0 -0
  53. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/image.py +0 -0
  54. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/image_converter.py +0 -0
  55. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/imagecollection.py +0 -0
  56. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/join.py +0 -0
  57. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/kernel.py +0 -0
  58. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/mapclient.py +0 -0
  59. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/model.py +0 -0
  60. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/oauth.py +0 -0
  61. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/pixeltype.py +0 -0
  62. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/projection.py +0 -0
  63. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/py.typed +0 -0
  64. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/reducer.py +0 -0
  65. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/serializer.py +0 -0
  66. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/table_converter.py +0 -0
  67. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/terrain.py +0 -0
  68. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/_cloud_api_utils_test.py +0 -0
  69. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/_helpers_test.py +0 -0
  70. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/_utils_test.py +0 -0
  71. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/apifunction_test.py +0 -0
  72. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/batch_test.py +0 -0
  73. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/blob_test.py +0 -0
  74. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/classifier_test.py +0 -0
  75. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/cloud_api_discovery_document.json +0 -0
  76. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/clusterer_test.py +0 -0
  77. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/collection_test.py +0 -0
  78. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/computedobject_test.py +0 -0
  79. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/confusionmatrix_test.py +0 -0
  80. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/data_test.py +0 -0
  81. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/daterange_test.py +0 -0
  82. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/deprecation_test.py +0 -0
  83. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/deserializer_test.py +0 -0
  84. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/dictionary_test.py +0 -0
  85. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/ee_array_test.py +0 -0
  86. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/ee_date_test.py +0 -0
  87. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/ee_list_test.py +0 -0
  88. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/ee_number_test.py +0 -0
  89. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/ee_string_test.py +0 -0
  90. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/ee_test.py +0 -0
  91. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/ee_types_test.py +0 -0
  92. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/element_test.py +0 -0
  93. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/errormargin_test.py +0 -0
  94. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/feature_test.py +0 -0
  95. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/featurecollection_test.py +0 -0
  96. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/filter_test.py +0 -0
  97. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/function_test.py +0 -0
  98. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/geometry_point_test.py +0 -0
  99. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/geometry_test.py +0 -0
  100. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/image_converter_test.py +0 -0
  101. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/image_test.py +0 -0
  102. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/imagecollection_test.py +0 -0
  103. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/join_test.py +0 -0
  104. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/kernel_test.py +0 -0
  105. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/model_test.py +0 -0
  106. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/oauth_test.py +0 -0
  107. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/pixeltype_test.py +0 -0
  108. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/projection_test.py +0 -0
  109. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/reducer_test.py +0 -0
  110. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/serializer_test.py +0 -0
  111. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/table_converter_test.py +0 -0
  112. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/ee/tests/terrain_test.py +0 -0
  113. {earthengine_api-1.5.19 → earthengine_api-1.5.20}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earthengine-api
3
- Version: 1.5.19
3
+ Version: 1.5.20
4
4
  Summary: Earth Engine Python API
5
5
  Author-email: Google LLC <noreply@google.com>
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earthengine-api
3
- Version: 1.5.19
3
+ Version: 1.5.20
4
4
  Summary: Earth Engine Python API
5
5
  Author-email: Google LLC <noreply@google.com>
6
6
  License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  """The EE Python library."""
2
2
 
3
- __version__ = '1.5.19'
3
+ __version__ = '1.5.20'
4
4
 
5
5
  # Using lowercase function naming to match the JavaScript names.
6
6
  # pylint: disable=g-bad-name
@@ -2265,7 +2265,7 @@
2265
2265
  }, {
2266
2266
  "argumentName": "geometryColumn",
2267
2267
  "type": "String",
2268
- "description": "The name of the column to use as the main feature geometry. If not specified, all features will have null geometry.",
2268
+ "description": "The name of the column to use as the main feature geometry. If not specified, the first column with GEOGRAPHY type will be used.",
2269
2269
  "optional": true,
2270
2270
  "defaultValue": null
2271
2271
  }]
@@ -2280,7 +2280,7 @@
2280
2280
  }, {
2281
2281
  "argumentName": "geometryColumn",
2282
2282
  "type": "String",
2283
- "description": "The name of the column to use as the main feature geometry. If not specified, all features will have null geometry.",
2283
+ "description": "The name of the column to use as the main feature geometry. If not specified, the first geometry column will be used.",
2284
2284
  "optional": true,
2285
2285
  "defaultValue": null
2286
2286
  }, {
@@ -11111,6 +11111,33 @@
11111
11111
  "optional": true,
11112
11112
  "defaultValue": null
11113
11113
  }]
11114
+ }, {
11115
+ "name": "algorithms/SerializableZarrV2ArrayImage",
11116
+ "description": "INTERNAL",
11117
+ "returnType": "Image\u003cunknown bands\u003e",
11118
+ "arguments": [{
11119
+ "argumentName": "uri",
11120
+ "type": "String"
11121
+ }, {
11122
+ "argumentName": "proj",
11123
+ "type": "Projection"
11124
+ }, {
11125
+ "argumentName": "starts",
11126
+ "type": "List\u003cInteger\u003e"
11127
+ }, {
11128
+ "argumentName": "ends",
11129
+ "type": "List\u003cInteger\u003e"
11130
+ }, {
11131
+ "argumentName": "arrayName",
11132
+ "type": "String"
11133
+ }, {
11134
+ "argumentName": "arrayAsSerializableDictionary",
11135
+ "type": "Dictionary\u003cObject\u003e"
11136
+ }, {
11137
+ "argumentName": "dimensionNames",
11138
+ "type": "List\u003cString\u003e"
11139
+ }],
11140
+ "hidden": true
11114
11141
  }, {
11115
11142
  "name": "algorithms/ImageCollection.cast",
11116
11143
  "description": "Casts some or all bands of each image in an ImageCollection to the specified types.",
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "earthengine-api"
3
- version = "1.5.19"
3
+ version = "1.5.20"
4
4
  description = "Earth Engine Python API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"