earthengine-api 1.5.12__tar.gz → 1.5.13__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.12/earthengine_api.egg-info → earthengine_api-1.5.13}/PKG-INFO +1 -1
  2. {earthengine_api-1.5.12 → earthengine_api-1.5.13/earthengine_api.egg-info}/PKG-INFO +1 -1
  3. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/__init__.py +1 -1
  4. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/algorithms.json +2 -2
  5. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/pyproject.toml +1 -1
  6. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/LICENSE +0 -0
  7. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/MANIFEST.in +0 -0
  8. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/README.md +0 -0
  9. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/earthengine_api.egg-info/SOURCES.txt +0 -0
  10. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/earthengine_api.egg-info/dependency_links.txt +0 -0
  11. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/earthengine_api.egg-info/entry_points.txt +0 -0
  12. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/earthengine_api.egg-info/requires.txt +0 -0
  13. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/earthengine_api.egg-info/top_level.txt +0 -0
  14. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/_arg_types.py +0 -0
  15. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/_cloud_api_utils.py +0 -0
  16. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/_helpers.py +0 -0
  17. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/_utils.py +0 -0
  18. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/apifunction.py +0 -0
  19. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/apitestcase.py +0 -0
  20. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/batch.py +0 -0
  21. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/blob.py +0 -0
  22. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/classifier.py +0 -0
  23. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/cli/__init__.py +0 -0
  24. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/cli/commands.py +0 -0
  25. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/cli/eecli.py +0 -0
  26. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/cli/eecli_wrapper.py +0 -0
  27. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/cli/utils.py +0 -0
  28. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/clusterer.py +0 -0
  29. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/collection.py +0 -0
  30. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/computedobject.py +0 -0
  31. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/confusionmatrix.py +0 -0
  32. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/customfunction.py +0 -0
  33. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/data.py +0 -0
  34. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/daterange.py +0 -0
  35. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/deprecation.py +0 -0
  36. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/deserializer.py +0 -0
  37. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/dictionary.py +0 -0
  38. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/ee_array.py +0 -0
  39. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/ee_date.py +0 -0
  40. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/ee_exception.py +0 -0
  41. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/ee_list.py +0 -0
  42. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/ee_number.py +0 -0
  43. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/ee_string.py +0 -0
  44. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/ee_types.py +0 -0
  45. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/element.py +0 -0
  46. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/encodable.py +0 -0
  47. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/errormargin.py +0 -0
  48. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/feature.py +0 -0
  49. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/featurecollection.py +0 -0
  50. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/filter.py +0 -0
  51. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/function.py +0 -0
  52. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/geometry.py +0 -0
  53. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/image.py +0 -0
  54. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/image_converter.py +0 -0
  55. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/imagecollection.py +0 -0
  56. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/join.py +0 -0
  57. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/kernel.py +0 -0
  58. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/mapclient.py +0 -0
  59. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/model.py +0 -0
  60. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/oauth.py +0 -0
  61. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/pixeltype.py +0 -0
  62. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/projection.py +0 -0
  63. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/py.typed +0 -0
  64. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/reducer.py +0 -0
  65. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/serializer.py +0 -0
  66. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/table_converter.py +0 -0
  67. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/terrain.py +0 -0
  68. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/_cloud_api_utils_test.py +0 -0
  69. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/_helpers_test.py +0 -0
  70. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/_utils_test.py +0 -0
  71. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/apifunction_test.py +0 -0
  72. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/batch_test.py +0 -0
  73. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/blob_test.py +0 -0
  74. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/classifier_test.py +0 -0
  75. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/cloud_api_discovery_document.json +0 -0
  76. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/clusterer_test.py +0 -0
  77. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/collection_test.py +0 -0
  78. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/computedobject_test.py +0 -0
  79. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/confusionmatrix_test.py +0 -0
  80. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/data_test.py +0 -0
  81. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/daterange_test.py +0 -0
  82. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/deprecation_test.py +0 -0
  83. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/deserializer_test.py +0 -0
  84. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/dictionary_test.py +0 -0
  85. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/ee_array_test.py +0 -0
  86. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/ee_date_test.py +0 -0
  87. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/ee_list_test.py +0 -0
  88. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/ee_number_test.py +0 -0
  89. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/ee_string_test.py +0 -0
  90. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/ee_test.py +0 -0
  91. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/ee_types_test.py +0 -0
  92. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/element_test.py +0 -0
  93. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/errormargin_test.py +0 -0
  94. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/feature_test.py +0 -0
  95. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/featurecollection_test.py +0 -0
  96. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/filter_test.py +0 -0
  97. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/function_test.py +0 -0
  98. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/geometry_point_test.py +0 -0
  99. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/geometry_test.py +0 -0
  100. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/image_converter_test.py +0 -0
  101. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/image_test.py +0 -0
  102. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/imagecollection_test.py +0 -0
  103. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/join_test.py +0 -0
  104. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/kernel_test.py +0 -0
  105. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/model_test.py +0 -0
  106. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/oauth_test.py +0 -0
  107. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/pixeltype_test.py +0 -0
  108. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/projection_test.py +0 -0
  109. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/reducer_test.py +0 -0
  110. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/serializer_test.py +0 -0
  111. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/table_converter_test.py +0 -0
  112. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/ee/tests/terrain_test.py +0 -0
  113. {earthengine_api-1.5.12 → earthengine_api-1.5.13}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: earthengine-api
3
- Version: 1.5.12
3
+ Version: 1.5.13
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.12
3
+ Version: 1.5.13
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.12'
3
+ __version__ = '1.5.13'
4
4
 
5
5
  # Using lowercase function naming to match the JavaScript names.
6
6
  # pylint: disable=g-bad-name
@@ -3934,7 +3934,7 @@
3934
3934
  }, {
3935
3935
  "argumentName": "spherical",
3936
3936
  "type": "Boolean",
3937
- "description": "When proj is not specified, if true the calculation will be done on the unit sphere. If false the calculation will be elliptical, taking earth flattening into account. Ignored if proj is specified. Default is false.",
3937
+ "description": "If true, the calculation will be done on the unit sphere. If false, the calculation will be elliptical, taking earth flattening into account. Ignored if proj is specified. Default is false.",
3938
3938
  "optional": true,
3939
3939
  "defaultValue": false
3940
3940
  }]
@@ -4891,7 +4891,7 @@
4891
4891
  }, {
4892
4892
  "argumentName": "spherical",
4893
4893
  "type": "Boolean",
4894
- "description": "When proj is not specified, if true the calculation will be done on the unit sphere. If false the calculation will be elliptical, taking earth flattening into account. Ignored if proj is specified. Default is false.",
4894
+ "description": "If true, the calculation will be done on the unit sphere. If false, the calculation will be elliptical, taking earth flattening into account. Ignored if proj is specified. Default is false.",
4895
4895
  "optional": true,
4896
4896
  "defaultValue": false
4897
4897
  }]
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "earthengine-api"
3
- version = "1.5.12"
3
+ version = "1.5.13"
4
4
  description = "Earth Engine Python API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"