Skip to content

Commit

Permalink
v0.1.407
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 641075275
  • Loading branch information
Google Earth Engine Authors authored and naschmitz committed Jun 12, 2024
1 parent b9159b3 commit 64a9d3e
Show file tree
Hide file tree
Showing 8 changed files with 263 additions and 223 deletions.
34 changes: 17 additions & 17 deletions javascript/build/ee_api_js.js

Large diffs are not rendered by default.

185 changes: 103 additions & 82 deletions javascript/build/ee_api_js_debug.js

Large diffs are not rendered by default.

229 changes: 125 additions & 104 deletions javascript/build/ee_api_js_npm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google/earthengine",
"version": "0.1.405",
"version": "0.1.407",
"description": "JavaScript client for Google Earth Engine API.",
"author": "Google LLC",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/apiclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const {trustedResourceUrl} = goog.require('safevalues');
/** @namespace */
const apiclient = {};

const API_CLIENT_VERSION = '0.1.405';
const API_CLIENT_VERSION = '0.1.407';

exports.VERSION = apiVersion.VERSION;
exports.API_CLIENT_VERSION = API_CLIENT_VERSION;
Expand Down
2 changes: 1 addition & 1 deletion python/ee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The EE Python library."""

__version__ = '0.1.405'
__version__ = '0.1.407'

# Using lowercase function naming to match the JavaScript names.
# pylint: disable=g-bad-name
Expand Down
30 changes: 14 additions & 16 deletions python/ee/tests/algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@
}]
}, {
"name": "algorithms/TemporalSegmentation.Ccdc",
"description": "Implements the Continuous Change Detection and Classification temporal breakpoint algorithm. This algorithm finds temporal breakpoints in an image collection by iteratively fitting harmonic functions to the data. Fit coefficients are produced for all input bands, but the bands used for breakpoint detection can be specified with the \u0027breakpointBands\u0027 argument.\n For more details, see Zhu, Z. and Woodcock, C.E., 2014. Continuous change detection and classification of land cover using all available Landsat data. Remote sensing of Environment, 144, pp.152-171.",
"description": "Implements the Continuous Change Detection and Classification temporal breakpoint algorithm. This algorithm finds temporal breakpoints in an image collection by iteratively fitting harmonic functions to the data. Fit coefficients are produced for all input bands, but the bands used for breakpoint detection can be specified with the \u0027breakpointBands\u0027 argument.\nFor more details, see Zhu, Z. and Woodcock, C.E., 2014. Continuous change detection and classification of land cover using all available Landsat data. Remote sensing of Environment, 144, pp.152-171.",
"returnType": "Image\u003cunknown bands\u003e",
"arguments": [{
"argumentName": "collection",
Expand Down Expand Up @@ -3689,7 +3689,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "Projection of the result and distance measurements, or WGS84 if unspecified.",
"description": "Projection of the result and distance measurements, or EPSG:4326 if unspecified.",
"optional": true,
"defaultValue": null
}]
Expand Down Expand Up @@ -4006,7 +4006,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "If specified, the result will be in this projection. Otherwise it will be in WGS84.",
"description": "If specified, the result will be in this projection. Otherwise it will be in EPSG:4326.",
"optional": true,
"defaultValue": null
}]
Expand All @@ -4027,7 +4027,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "If specified, the result will be in this projection. Otherwise it will be in WGS84.",
"description": "If specified, the result will be in this projection. Otherwise it will be in EPSG:4326.",
"optional": true,
"defaultValue": null
}]
Expand Down Expand Up @@ -4124,7 +4124,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "The target projection. Defaults to WGS84. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection.",
"description": "The target projection. Defaults to EPSG:4326. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection.",
"optional": true,
"defaultValue": {
"transform": [1.0, 0.0, 0.0, 0.0, 1.0, 0.0],
Expand Down Expand Up @@ -4490,7 +4490,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "If specified, the result will be in this projection. Otherwise it will be in WGS84.",
"description": "If specified, the result will be in this projection. Otherwise it will be in EPSG:4326.",
"optional": true,
"defaultValue": null
}]
Expand Down Expand Up @@ -4536,7 +4536,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "If specified, the result will be in this projection. Otherwise it will be in WGS84.",
"description": "If specified, the result will be in this projection. Otherwise it will be in EPSG:4326.",
"optional": true,
"defaultValue": null
}]
Expand Down Expand Up @@ -4632,7 +4632,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "Projection of the result and distance measurements, or WGS84 if unspecified.",
"description": "Projection of the result and distance measurements, or EPSG:4326 if unspecified.",
"optional": true,
"defaultValue": null
}]
Expand Down Expand Up @@ -4904,7 +4904,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "The target projection. Defaults to WGS84. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection.",
"description": "The target projection. Defaults to EPSG:4326. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection.",
"optional": true,
"defaultValue": {
"transform": [1.0, 0.0, 0.0, 0.0, 1.0, 0.0],
Expand All @@ -4929,7 +4929,7 @@
}, {
"argumentName": "proj",
"type": "Projection",
"description": "The target projection. Defaults to WGS84. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection.",
"description": "The target projection. Defaults to EPSG:4326. If this has a geographic CRS, the edges of the geometry will be interpreted as geodesics. Otherwise they will be interpreted as straight lines in the projection.",
"optional": true,
"defaultValue": {
"transform": [1.0, 0.0, 0.0, 0.0, 1.0, 0.0],
Expand Down Expand Up @@ -9704,7 +9704,7 @@
}, {
"argumentName": "geometryInNativeProjection",
"type": "Boolean",
"description": "Create geometries in the pixel projection, rather than WGS84.",
"description": "Create geometries in the pixel projection, rather than EPSG:4326.",
"optional": true,
"defaultValue": false
}]
Expand Down Expand Up @@ -9785,7 +9785,7 @@
}, {
"argumentName": "geometryInNativeProjection",
"type": "Boolean",
"description": "Create geometries in the pixel projection, rather than WGS84.",
"description": "Create geometries in the pixel projection, rather than EPSG:4326.",
"optional": true,
"defaultValue": false
}],
Expand Down Expand Up @@ -10506,7 +10506,7 @@
}]
}, {
"name": "algorithms/Image.clip",
"description": "Clips an image to a Geometry or Feature (use clipToCollection to clip an image to a FeatureCollection). The output bands correspond exactly the input bands, except data not covered by the geometry is masked. The output image retains the metadata of the input image.",
"description": "Clips an image to a Geometry or Feature (use clipToCollection to clip an image to a FeatureCollection). The output bands correspond exactly to the input bands, except data not covered by the geometry is masked. The output image retains the metadata of the input image.",
"returnType": "Image\u003cunknown bands\u003e",
"arguments": [{
"argumentName": "input",
Expand All @@ -10515,9 +10515,7 @@
}, {
"argumentName": "geometry",
"type": "Object",
"description": "The Geometry or Feature to clip to.",
"optional": true,
"defaultValue": null
"description": "The Geometry or Feature to clip to."
}]
}, {
"name": "algorithms/Image.clipToBoundsAndScale",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "earthengine-api"
version = "0.1.405"
version = "0.1.407"
description = "Earth Engine Python API"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 64a9d3e

Please sign in to comment.