@google/earthengine 0.1.411 → 0.1.413
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.
- package/build/browser.js +277 -201
- package/build/ee_api_js.js +45 -45
- package/build/ee_api_js_debug.js +254 -178
- package/build/ee_api_js_npm.js +277 -201
- package/build/main.js +277 -201
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
- package/src/examples/UserInterface/MobileFriendlyUI.js +1 -1
- package/src/layers/earthenginetilesource.js +22 -7
- package/test/ee_test.js +1 -1
package/build/ee_api_js.js
CHANGED
|
@@ -10,8 +10,8 @@ n("Promise",function(a){function b(){this.ob=null}function c(f){return f instanc
|
|
|
10
10
|
})};var e=function(f){this.T=0;this.ia=void 0;this.tc=[];this.Jh=!1;var l=this.af();try{f(l.resolve,l.reject)}catch(m){l.reject(m)}};e.prototype.af=function(){function f(p){return function(v){m||(m=!0,p.call(l,v))}}var l=this,m=!1;return{resolve:f(this.ul),reject:f(this.Yf)}};e.prototype.ul=function(f){if(f===this)this.Yf(new TypeError("A Promise cannot resolve to itself"));else if(f instanceof e)this.wl(f);else{a:switch(typeof f){case "object":var l=f!=null;break a;case "function":l=!0;break a;default:l=
|
|
11
11
|
!1}l?this.tl(f):this.Ah(f)}};e.prototype.tl=function(f){var l=void 0;try{l=f.then}catch(m){this.Yf(m);return}typeof l=="function"?this.xl(l,f):this.Ah(f)};e.prototype.Yf=function(f){this.xi(2,f)};e.prototype.Ah=function(f){this.xi(1,f)};e.prototype.xi=function(f,l){if(this.T!=0)throw Error("Cannot settle("+f+", "+l+"): Promise already settled in state"+this.T);this.T=f;this.ia=l;this.T===2&&this.vl();this.Vk()};e.prototype.vl=function(){var f=this;d(function(){if(f.ll()){var l=k.console;typeof l!==
|
|
12
12
|
"undefined"&&l.error(f.ia)}},1)};e.prototype.ll=function(){if(this.Jh)return!1;var f=k.CustomEvent,l=k.Event,m=k.dispatchEvent;if(typeof m==="undefined")return!0;typeof f==="function"?f=new f("unhandledrejection",{cancelable:!0}):typeof l==="function"?f=new l("unhandledrejection",{cancelable:!0}):(f=k.document.createEvent("CustomEvent"),f.initCustomEvent("unhandledrejection",!1,!0,f));f.promise=this;f.reason=this.ia;return m(f)};e.prototype.Vk=function(){if(this.tc!=null){for(var f=0;f<this.tc.length;++f)g.Gg(this.tc[f]);
|
|
13
|
-
this.tc=null}};var g=new b;e.prototype.wl=function(f){var l=this.af();f.Ad(l.resolve,l.reject)};e.prototype.xl=function(f,l){var m=this.af();try{f.call(l,m.resolve,m.reject)}catch(p){m.reject(p)}};e.prototype.then=function(f,l){function m(C,I){return typeof C=="function"?function(ea){try{p(C(ea))}catch(
|
|
14
|
-
break;case 2:l(p.ia);break;default:throw Error("Unexpected state: "+p.T);}}var p=this;this.tc==null?g.Gg(m):this.tc.push(m);this.Jh=!0};e.resolve=c;e.reject=function(f){return new e(function(l,m){m(f)})};e.race=function(f){return new e(function(l,m){for(var p=q(f),v=p.next();!v.done;v=p.next())c(v.value).Ad(l,m)})};e.all=function(f){var l=q(f),m=l.next();return m.done?c([]):new e(function(p,v){function A(ea){return function(
|
|
13
|
+
this.tc=null}};var g=new b;e.prototype.wl=function(f){var l=this.af();f.Ad(l.resolve,l.reject)};e.prototype.xl=function(f,l){var m=this.af();try{f.call(l,m.resolve,m.reject)}catch(p){m.reject(p)}};e.prototype.then=function(f,l){function m(C,I){return typeof C=="function"?function(ea){try{p(C(ea))}catch(Z){v(Z)}}:I}var p,v,A=new e(function(C,I){p=C;v=I});this.Ad(m(f,p),m(l,v));return A};e.prototype.catch=function(f){return this.then(void 0,f)};e.prototype.Ad=function(f,l){function m(){switch(p.T){case 1:f(p.ia);
|
|
14
|
+
break;case 2:l(p.ia);break;default:throw Error("Unexpected state: "+p.T);}}var p=this;this.tc==null?g.Gg(m):this.tc.push(m);this.Jh=!0};e.resolve=c;e.reject=function(f){return new e(function(l,m){m(f)})};e.race=function(f){return new e(function(l,m){for(var p=q(f),v=p.next();!v.done;v=p.next())c(v.value).Ad(l,m)})};e.all=function(f){var l=q(f),m=l.next();return m.done?c([]):new e(function(p,v){function A(ea){return function(Z){C[ea]=Z;I--;I==0&&p(C)}}var C=[],I=0;do C.push(void 0),I++,c(m.value).Ad(A(C.length-
|
|
15
15
|
1),v),m=l.next();while(!m.done)})};return e});n("Symbol.dispose",function(a){return a?a:Symbol("Symbol.dispose")});var ta=function(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function(){if(!d&&c<a.length){var g=c++;return{value:b(g,a[g]),done:!1}}d=!0;return{done:!0,value:void 0}}};e[Symbol.iterator]=function(){return e};return e};n("Array.prototype.keys",function(a){return a?a:function(){return ta(this,function(b){return b})}});
|
|
16
16
|
n("WeakMap",function(a){function b(){}function c(m){var p=typeof m;return p==="object"&&m!==null||p==="function"}function d(m){if(!ka(m,g)){var p=new b;ba(m,g,{value:p})}}function e(m){var p=Object[m];p&&(Object[m]=function(v){if(v instanceof b)return v;Object.isExtensible(v)&&d(v);return p(v)})}if(function(){if(!a||!Object.seal)return!1;try{var m=Object.seal({}),p=Object.seal({}),v=new a([[m,2],[p,3]]);if(v.get(m)!=2||v.get(p)!=3)return!1;v.delete(m);v.set(p,4);return!v.has(m)&&v.get(p)==4}catch(A){return!1}}())return a;
|
|
17
17
|
var g="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var f=0,l=function(m){this.fa=(f+=Math.random()+1).toString();if(m){m=q(m);for(var p;!(p=m.next()).done;)p=p.value,this.set(p[0],p[1])}};l.prototype.set=function(m,p){if(!c(m))throw Error("Invalid WeakMap key");d(m);if(!ka(m,g))throw Error("WeakMap key fail: "+m);m[g][this.fa]=p;return this};l.prototype.get=function(m){return c(m)&&ka(m,g)?m[g][this.fa]:void 0};l.prototype.has=function(m){return c(m)&&ka(m,g)&&ka(m[g],
|
|
@@ -35,12 +35,12 @@ b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d
|
|
|
35
35
|
*/
|
|
36
36
|
var va=va||{},t=this||self,wa=function(a){var b=typeof a;return b!="object"?b:a?Array.isArray(a)?"array":b:"null"},xa=function(a){var b=wa(a);return b=="array"||b=="object"&&typeof a.length=="number"},ya=function(a){return u(a)&&typeof a.getFullYear=="function"},u=function(a){var b=typeof a;return b=="object"&&a!=null||b=="function"},Ba=function(a){return Object.prototype.hasOwnProperty.call(a,za)&&a[za]||(a[za]=++Aa)},za="closure_uid_"+(Math.random()*1E9>>>0),Aa=0,Ca=function(a,b,c){return a.call.apply(a.bind,
|
|
37
37
|
arguments)},Da=function(a,b,c){if(!a)throw Error();if(arguments.length>2){var d=Array.prototype.slice.call(arguments,2);return function(){var e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return a.apply(b,e)}}return function(){return a.apply(b,arguments)}},w=function(a,b,c){w=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?Ca:Da;return w.apply(null,arguments)},Ea=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var d=
|
|
38
|
-
c.slice();d.push.apply(d,arguments);return a.apply(this,d)}},x=function(a,b){a=a.split(".");var c=t;a[0]in c||typeof c.execScript=="undefined"||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||b===void 0?c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}:c[d]=b},y=function(a,b){function c(){}c.prototype=b.prototype;a.L=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.
|
|
39
|
-
f)}},Fa=function(a){return a};var Ga=function(){},Ha=new Ga;function Ia(a){return Object.assign({},{P:{},
|
|
38
|
+
c.slice();d.push.apply(d,arguments);return a.apply(this,d)}},x=function(a,b){a=a.split(".");var c=t;a[0]in c||typeof c.execScript=="undefined"||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||b===void 0?c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}:c[d]=b},y=function(a,b){function c(){}c.prototype=b.prototype;a.L=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.Kl=function(d,e,g){for(var f=Array(arguments.length-2),l=2;l<arguments.length;l++)f[l-2]=arguments[l];return b.prototype[e].apply(d,
|
|
39
|
+
f)}},Fa=function(a){return a};var Ga=function(){},Ha=new Ga;function Ia(a){return Object.assign({},{P:{},Ml:{},keys:[],Ma:{},o:{},H:{},qh:!1},a)}var z=function(){this.h={}},B=function(a,b){return a.h.hasOwnProperty(b)?a.h[b]:null},D=function(a,b){return a.h[b]!=null};function Ja(a,b){return B(b,a)}function Ka(a,b,c){b[a]=c}function La(){return{}}function Ma(a,b){var c=new a;return b==null?c:Na(b,Oa,Pa,Qa,a)}function Oa(a,b){return b[a]}function Pa(a,b,c){b.h[a]=c}
|
|
40
40
|
function Qa(a){if(a==null)throw Error("Cannot deserialize, target constructor was null.");return new a}
|
|
41
|
-
function Na(a,b,c,d,e){e=d(e);for(var g=Ra(a,e),f=g.P||{},l=g.o||{},m=g.Ma||{},p=q(g.keys||[]),v=p.next(),A={};!v.done;A={Ud:void 0},v=p.next()){v=v.value;var C=b(v,a);if(C!=null){var I=void 0;if(f.hasOwnProperty(v)){if(g.qh&&C.length===0)continue;I=Sa(C,b,c,d,!0,!0,f[v])}else if(l.hasOwnProperty(v))I=Sa(C,b,c,d,!1,!0,l[v]);else if(m.hasOwnProperty(v))A.Ud=m[v],I=A.Ud.pa?C.map(function(ea){return function(
|
|
41
|
+
function Na(a,b,c,d,e){e=d(e);for(var g=Ra(a,e),f=g.P||{},l=g.o||{},m=g.Ma||{},p=q(g.keys||[]),v=p.next(),A={};!v.done;A={Ud:void 0},v=p.next()){v=v.value;var C=b(v,a);if(C!=null){var I=void 0;if(f.hasOwnProperty(v)){if(g.qh&&C.length===0)continue;I=Sa(C,b,c,d,!0,!0,f[v])}else if(l.hasOwnProperty(v))I=Sa(C,b,c,d,!1,!0,l[v]);else if(m.hasOwnProperty(v))A.Ud=m[v],I=A.Ud.pa?C.map(function(ea){return function(Z){return Ta(Z,ea.Ud,b,c,d)}}(A)):Ta(C,A.Ud,b,c,d);else if(Array.isArray(C)){if(g.qh&&C.length===
|
|
42
42
|
0)continue;I=Sa(C,b,c,d,!0,!1)}else I=C instanceof Ga?null:C;c(v,e,I)}}return e}function Ta(a,b,c,d,e){for(var g={},f=q(Object.keys(a)),l=f.next();!l.done;l=f.next()){l=l.value;var m=a[l];m!=null&&(g[l]=Sa(m,c,d,e,b.ra,b.qa,b.ka))}return g}
|
|
43
|
-
function Sa(a,b,c,d,e,g,f){if(g&&f==null)throw Error("Cannot deserialize a reference object without a constructor.");return a==null?a:e&&g?a.map(function(l){return Na(l,b,c,d,f)}):e&&!g?a.map(function(l){return l}):!e&&g?Na(a,b,c,d,f):a instanceof Ga?null:typeof a==="object"?JSON.parse(JSON.stringify(a)):a}function Ra(a,b){if(b instanceof z)a=Ia(b.i());else if(a instanceof z)a=Ia(a.i());else throw Error("Cannot find ClassMetadata.");return a};var Ua=function(){};Ua.prototype.C=function(a,b){a=String(a);if(!b.test(a))throw Error("parameter ["+a+"] does not match pattern ["+b.toString()+"]");};function Va(a,b){if(a==null)return null;a=a.
|
|
43
|
+
function Sa(a,b,c,d,e,g,f){if(g&&f==null)throw Error("Cannot deserialize a reference object without a constructor.");return a==null?a:e&&g?a.map(function(l){return Na(l,b,c,d,f)}):e&&!g?a.map(function(l){return l}):!e&&g?Na(a,b,c,d,f):a instanceof Ga?null:typeof a==="object"?JSON.parse(JSON.stringify(a)):a}function Ra(a,b){if(b instanceof z)a=Ia(b.i());else if(a instanceof z)a=Ia(a.i());else throw Error("Cannot find ClassMetadata.");return a};var Ua=function(){};Ua.prototype.C=function(a,b){a=String(a);if(!b.test(a))throw Error("parameter ["+a+"] does not match pattern ["+b.toString()+"]");};function Va(a,b){if(a==null)return null;a=a.Nl(b);return a==null?null:a};function Wa(a,b,c){for(var d in a)b.call(c,a[d],d,a)}function Xa(a,b){var c={},d;for(d in a)b.call(void 0,a[d],d,a)&&(c[d]=a[d]);return c}function Ya(a,b,c){var d={},e;for(e in a)d[e]=b.call(c,a[e],e,a);return d}function Za(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1}function $a(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ab(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b}function bb(a,b){for(var c in a)if(a[c]==b)return!0;return!1}
|
|
44
44
|
function cb(a){var b=db,c;for(c in b)if(a.call(void 0,b[c],c,b))return c}function eb(a){for(var b in a)return!1;return!0}function fb(a,b){b in a&&delete a[b]}function gb(a){var b={},c;for(c in a)b[c]=a[c];return b}
|
|
45
45
|
function hb(a){if(!a||typeof a!=="object")return a;if(typeof a.clone==="function")return a.clone();if(typeof Map!=="undefined"&&a instanceof Map)return new Map(a);if(typeof Set!=="undefined"&&a instanceof Set)return new Set(a);if(a instanceof Date)return new Date(a.getTime());var b=Array.isArray(a)?[]:typeof ArrayBuffer!=="function"||typeof ArrayBuffer.isView!=="function"||!ArrayBuffer.isView(a)||a instanceof DataView?{}:new a.constructor(a.length),c;for(c in a)b[c]=hb(a[c]);return b}var ib="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");
|
|
46
46
|
function jb(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var g=0;g<ib.length;g++)c=ib[g],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};var kb=function(a,b){return a.indexOf(b)!=-1};function lb(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,lb);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));b!==void 0&&(this.cause=b)}y(lb,Error);lb.prototype.name="CustomError";var mb;function nb(a,b){a=a.split("%s");for(var c="",d=a.length-1,e=0;e<d;e++)c+=a[e]+(e<b.length?b[e]:"%s");lb.call(this,c+a[d])}y(nb,lb);nb.prototype.name="AssertionError";function ob(a,b,c,d){var e="Assertion failed";if(c){e+=": "+c;var g=d}else a&&(e+=": "+a,g=b);throw new nb(""+e,g||[]);}
|
|
@@ -72,7 +72,7 @@ function(a){a.N||(a.N=new Map,a.Y=0,a.ta&&Qc(a.ta,function(b,c){a.add(decodeURIC
|
|
|
72
72
|
h.isEmpty=function(){fd(this);return this.Y==0};h.Ob=function(a){fd(this);a=gd(this,a);return this.N.has(a)};h.Gc=function(a){var b=this.aa();return bc(b,a)};h.forEach=function(a,b){fd(this);this.N.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};h.sb=function(){fd(this);for(var a=Array.from(this.N.values()),b=Array.from(this.N.keys()),c=[],d=0;d<b.length;d++)for(var e=a[d],g=0;g<e.length;g++)c.push(b[d]);return c};
|
|
73
73
|
h.aa=function(a){fd(this);var b=[];if(typeof a==="string")this.Ob(a)&&(b=b.concat(this.N.get(gd(this,a))));else{a=Array.from(this.N.values());for(var c=0;c<a.length;c++)b=b.concat(a[c])}return b};h.set=function(a,b){fd(this);this.ta=null;a=gd(this,a);this.Ob(a)&&(this.Y=rb(this.Y)-this.N.get(a).length);this.N.set(a,[b]);this.Y=rb(this.Y)+1;return this};h.get=function(a,b){if(!a)return b;a=this.aa(a);return a.length>0?String(a[0]):b};
|
|
74
74
|
h.setValues=function(a,b){this.remove(a);b.length>0&&(this.ta=null,this.N.set(gd(this,a),ec(b)),this.Y=rb(this.Y)+b.length)};h.toString=function(){if(this.ta)return this.ta;if(!this.N)return"";for(var a=[],b=Array.from(this.N.keys()),c=0;c<b.length;c++){var d=b[c],e=encodeURIComponent(String(d));d=this.aa(d);for(var g=0;g<d.length;g++){var f=e;d[g]!==""&&(f+="="+encodeURIComponent(String(d[g])));a.push(f)}}return this.ta=a.join("&")};
|
|
75
|
-
h.clone=function(){var a=new Xc;a.ta=this.ta;this.N&&(a.N=new Map(this.N),a.Y=this.Y);return a};var gd=function(a,b){b=String(b);a.za&&(b=b.toLowerCase());return b};Xc.prototype.fg=function(a){a&&!this.za&&(fd(this),this.ta=null,this.N.forEach(function(b,c){var d=c.toLowerCase();c!=d&&(this.remove(c),this.setValues(d,b))},this));this.za=a};Xc.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Nc(arguments[b],function(c,d){this.add(d,c)},this)};function hd(a){if(a.u!=null){var b={},c;for(c in a.u)a.u[c]!==void 0&&(b[c]=a.u[c]);a.u=b}}function F(a,b){var c=id;b=b===void 0?{}:b;c=q(Object.entries(c));for(var d=c.next();!d.done;d=c.next()){var e=q(d.value);d=e.next().value;e=e.next().value;d in a&&(b[e]=a[d])}return b};var jd=function(a,b){this.M=a;this.Zk=b===void 0?null:b};r(jd,Ua);var kd=function(a,b,c){var d=Va(a.Zk,b);if(d==null)return c;d.
|
|
75
|
+
h.clone=function(){var a=new Xc;a.ta=this.ta;this.N&&(a.N=new Map(this.N),a.Y=this.Y);return a};var gd=function(a,b){b=String(b);a.za&&(b=b.toLowerCase());return b};Xc.prototype.fg=function(a){a&&!this.za&&(fd(this),this.ta=null,this.N.forEach(function(b,c){var d=c.toLowerCase();c!=d&&(this.remove(c),this.setValues(d,b))},this));this.za=a};Xc.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Nc(arguments[b],function(c,d){this.add(d,c)},this)};function hd(a){if(a.u!=null){var b={},c;for(c in a.u)a.u[c]!==void 0&&(b[c]=a.u[c]);a.u=b}}function F(a,b){var c=id;b=b===void 0?{}:b;c=q(Object.entries(c));for(var d=c.next();!d.done;d=c.next()){var e=q(d.value);d=e.next().value;e=e.next().value;d in a&&(b[e]=a[d])}return b};var jd=function(a,b){this.M=a;this.Zk=b===void 0?null:b};r(jd,Ua);var kd=function(a,b,c){var d=Va(a.Zk,b);if(d==null)return c;d.Ol();return c.then(function(e){d.Ql(e);return e},function(e){d.Pl(e);throw e;})},G=function(a,b){var c=b.G||void 0,d=a.M,e=d.send,g=b.body instanceof z?Na(b.body,Ja,Ka,La):b.body;return kd(a,b,e.call(d,{path:b.path,B:b.B,D:b.D,body:g,u:b.u,Ci:b.Ci&&b.Ci},c))};var ld=function(){};ld.prototype.send=function(a,b){hd(a);return(void 0).then(function(c){return b?Ma(b,c):c})};function md(a){a&&typeof a.dispose=="function"&&a.dispose()};var H=function(){this.Ra=this.Ra;this.Yd=this.Yd};H.prototype.Ra=!1;H.prototype.dispose=function(){this.Ra||(this.Ra=!0,this.J())};H.prototype[Symbol.dispose]=function(){this.dispose()};H.prototype.J=function(){if(this.Yd)for(;this.Yd.length;)this.Yd.shift()()};var nd=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.cd=!1};nd.prototype.stopPropagation=function(){this.cd=!0};nd.prototype.preventDefault=function(){this.defaultPrevented=!0};var od=function(){if(!t.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function(){};t.addEventListener("test",c,b);t.removeEventListener("test",c,b)}catch(d){}return a}();function pd(){var a=t.navigator;return a&&(a=a.userAgent)?a:""};var qd=function(a){qd[" "](a);return a};qd[" "]=function(){};var rd=kb(pd(),"Gecko")&&!(kb(pd().toLowerCase(),"webkit")&&!kb(pd(),"Edge"))&&!(kb(pd(),"Trident")||kb(pd(),"MSIE"))&&!kb(pd(),"Edge"),sd=kb(pd().toLowerCase(),"webkit")&&!kb(pd(),"Edge");var ud=function(a,b){nd.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.timeStamp=0;this.Ja=null;if(a){var c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;
|
|
76
76
|
this.currentTarget=b;if(b=a.relatedTarget){if(rd){a:{try{qd(b.nodeName);var e=!0;break a}catch(g){}e=!1}e||(b=null)}}else c=="mouseover"?b=a.fromElement:c=="mouseout"&&(b=a.toElement);this.relatedTarget=b;d?(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=sd||a.offsetX!==void 0?a.offsetX:a.layerX,this.offsetY=sd||a.offsetY!==void 0?a.offsetY:a.layerY,this.clientX=a.clientX!==void 0?
|
|
77
77
|
a.clientX:a.pageX,this.clientY=a.clientY!==void 0?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||(c=="keypress"?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType=typeof a.pointerType==="string"?a.pointerType:td[a.pointerType]||"";this.state=a.state;this.timeStamp=a.timeStamp;this.Ja=
|
|
78
78
|
a;a.defaultPrevented&&ud.L.preventDefault.call(this)}};y(ud,nd);var td=pc({2:"touch",3:"pen",4:"mouse"});ud.prototype.stopPropagation=function(){ud.L.stopPropagation.call(this);this.Ja.stopPropagation?this.Ja.stopPropagation():this.Ja.cancelBubble=!0};ud.prototype.preventDefault=function(){ud.L.preventDefault.call(this);var a=this.Ja;a.preventDefault?a.preventDefault():a.returnValue=!1};var vd="closure_listenable_"+(Math.random()*1E6|0),wd=function(a){return!(!a||!a[vd])};var xd=0;var yd=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.ib=e;this.key=++xd;this.fd=this.zd=!1},zd=function(a){a.fd=!0;a.listener=null;a.proxy=null;a.src=null;a.ib=null};var Ad=function(a){this.src=a;this.ha={};this.md=0};Ad.prototype.add=function(a,b,c,d,e){var g=a.toString();a=this.ha[g];a||(a=this.ha[g]=[],this.md++);var f=Bd(a,b,d,e);f>-1?(b=a[f],c||(b.zd=!1)):(b=new yd(b,this.src,g,!!d,e),b.zd=c,a.push(b));return b};Ad.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.ha))return!1;var e=this.ha[a];b=Bd(e,b,c,d);return b>-1?(zd(e[b]),dc(e,b),e.length==0&&(delete this.ha[a],this.md--),!0):!1};
|
|
@@ -413,8 +413,8 @@ function Xh(a,b){function c(){var l=sa.apply(0,arguments),m=this;return f.run(fu
|
|
|
413
413
|
var ji=new Ch(function(){return new ii},function(a){a.reset()}),ki=function(a,b,c){var d=ji.get();d.Xb=a;d.sc=b;d.context=c;return d};hi.prototype.then=function(a,b,c){a!=null&&tb(a,"opt_onFulfilled should be a function.");b!=null&&tb(b,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");return li(this,typeof a==="function"?a:null,typeof b==="function"?b:null,c)};hi.prototype.$goog_Thenable=!0;
|
|
414
414
|
hi.prototype.Bl=function(a,b){return li(this,null,a,b)};hi.prototype.catch=hi.prototype.Bl;hi.prototype.cancel=function(a){if(this.T==0){var b=new gi(a);ci(function(){mi(this,b)},this)}};
|
|
415
415
|
var mi=function(a,b){if(a.T==0)if(a.X){var c=a.X;if(c.fb){for(var d=0,e=null,g=null,f=c.fb;f&&(f.sd||(d++,f.Nb==a&&(e=f),!(e&&d>1)));f=f.next)e||(g=f);e&&(c.T==0&&d==1?mi(c,b):(g?(d=g,E(c.fb),E(d!=null),d.next==c.lc&&(c.lc=d),d.next=d.next.next):ni(c),oi(c,e,3,b)))}a.X=null}else fi(a,3,b)},qi=function(a,b){a.fb||a.T!=2&&a.T!=3||pi(a);E(b.Xb!=null);a.lc?a.lc.next=b:a.fb=b;a.lc=b},li=function(a,b,c,d){b&&(b=Xh(b,"goog.Promise.then"));c&&(c=Xh(c,"goog.Promise.then"));var e=ki(null,null,null);e.Nb=new hi(function(g,
|
|
416
|
-
f){e.Xb=b?function(l){try{var m=b.call(d,l);g(m)}catch(p){f(p)}}:g;e.sc=c?function(l){try{var m=c.call(d,l);m===void 0&&l instanceof gi?f(l):g(m)}catch(p){f(p)}}:f});e.Nb.X=a;qi(a,e);return e.Nb};hi.prototype.
|
|
417
|
-
var fi=function(a,b,c){if(a.T==0){a===c&&(b=3,c=new TypeError("Promise cannot resolve to itself"));a.T=1;a:{var d=c,e=a.
|
|
416
|
+
f){e.Xb=b?function(l){try{var m=b.call(d,l);g(m)}catch(p){f(p)}}:g;e.sc=c?function(l){try{var m=c.call(d,l);m===void 0&&l instanceof gi?f(l):g(m)}catch(p){f(p)}}:f});e.Nb.X=a;qi(a,e);return e.Nb};hi.prototype.Dl=function(a){E(this.T==1);this.T=0;fi(this,2,a)};hi.prototype.El=function(a){E(this.T==1);this.T=0;fi(this,3,a)};
|
|
417
|
+
var fi=function(a,b,c){if(a.T==0){a===c&&(b=3,c=new TypeError("Promise cannot resolve to itself"));a.T=1;a:{var d=c,e=a.Dl,g=a.El;if(d instanceof hi){e!=null&&tb(e,"opt_onFulfilled should be a function.");g!=null&&tb(g,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");qi(d,ki(e||Vd,g||null,a));var f=!0}else if(ei(d))d.then(e,g,a),f=!0;else{if(u(d))try{var l=d.then;if(typeof l==="function"){ri(d,l,e,g,a);f=!0;break a}}catch(m){g.call(a,m);
|
|
418
418
|
f=!0;break a}f=!1}}f||(a.ia=c,a.T=b,a.X=null,pi(a),b!=3||c instanceof gi||si(a,c))}},ri=function(a,b,c,d,e){var g=!1,f=function(m){g||(g=!0,c.call(e,m))},l=function(m){g||(g=!0,d.call(e,m))};try{b.call(a,f,l)}catch(m){l(m)}},pi=function(a){a.jf||(a.jf=!0,ci(a.Uk,a))},ni=function(a){var b=null;a.fb&&(b=a.fb,a.fb=b.next,b.next=null);a.fb||(a.lc=null);b!=null&&E(b.Xb!=null);return b};hi.prototype.Uk=function(){for(var a;a=ni(this);)oi(this,a,this.T,this.ia);this.jf=!1};
|
|
419
419
|
var oi=function(a,b,c,d){if(c==3&&b.sc&&!b.sd)for(;a&&a.Md;a=a.X)a.Md=!1;if(b.Nb)b.Nb.X=null,ti(b,c,d);else try{b.sd?b.Xb.call(b.context):ti(b,c,d)}catch(e){ui.call(null,e)}ji.put(b)},ti=function(a,b,c){b==2?a.Xb.call(a.context,c):a.sc&&a.sc.call(a.context,c)},si=function(a,b){a.Md=!0;ci(function(){a.Md&&ui.call(null,b)})},ui=Rh,gi=function(a){lb.call(this,a)};y(gi,lb);gi.prototype.name="cancel";var vi=function(a,b,c){if(typeof a==="function")c&&(a=w(a,c));else if(a&&typeof a.handleEvent=="function")a=w(a.handleEvent,a);else throw Error("Invalid listener argument");return Number(b)>2147483647?-1:t.setTimeout(a,b||0)};var wi=function(a,b,c){H.call(this);this.dl=c!=null?a.bind(c):a;this.al=b;this.td=null;this.xc=!1;this.Zc=0;this.ec=null};r(wi,H);h=wi.prototype;h.nf=function(a){this.td=arguments;this.ec||this.Zc?this.xc=!0:xi(this)};h.stop=function(){this.ec&&(t.clearTimeout(this.ec),this.ec=null,this.xc=!1,this.td=null)};h.pause=function(){this.Zc++};h.resume=function(){this.Zc--;this.Zc||!this.xc||this.ec||(this.xc=!1,xi(this))};h.J=function(){H.prototype.J.call(this);this.stop()};
|
|
420
420
|
var xi=function(a){a.ec=vi(function(){a.ec=null;a.xc&&!a.Zc&&(a.xc=!1,xi(a))},a.al);var b=a.td;a.td=null;a.dl.apply(null,b)};function yi(){};/*
|
|
@@ -428,7 +428,7 @@ var Ci=function(a,b,c){a.oc=!0;a.ia=c;a.Nc=!b;Di(a)},Fi=function(a){if(a.oc){if(
|
|
|
428
428
|
zi.prototype.then=function(a,b,c){var d,e,g=new hi(function(f,l){e=f;d=l});Ii(this,e,function(f){f instanceof Bi?g.cancel():d(f);return Ki},this);return g.then(a,b,c)};zi.prototype.$goog_Thenable=!0;
|
|
429
429
|
var Li=function(a){return Zb(a.ge,function(b){return typeof b[1]==="function"})},Ki={},Di=function(a){if(a.re&&a.oc&&Li(a)){var b=a.re,c=Mi[b];c&&(t.clearTimeout(c.fa),delete Mi[b]);a.re=0}a.X&&(a.X.Re--,delete a.X);b=a.ia;for(var d=c=!1;a.ge.length&&!a.Qe;){var e=a.ge.shift(),g=e[0],f=e[1];e=e[2];if(g=a.Nc?f:g)try{var l=g.call(e||a.mh,b);l===Ki&&(l=void 0);l!==void 0&&(a.Nc=a.Nc&&(l==b||l instanceof Error),a.ia=b=l);if(ei(b)||typeof t.Promise==="function"&&b instanceof t.Promise)d=!0,a.Qe=!0}catch(m){b=
|
|
430
430
|
m,a.Nc=!0,Li(a)||(c=!0)}}a.ia=b;d&&(l=w(a.Zg,a,!0),d=w(a.Zg,a,!1),b instanceof zi?(Ii(b,l,d),b.Og=!0):b.then(l,d));c&&(b=new Ni(b),Mi[b.fa]=b,a.re=b.fa)},Ei=function(){lb.call(this)};y(Ei,lb);Ei.prototype.message="Deferred has already fired";Ei.prototype.name="AlreadyCalledError";var Bi=function(){lb.call(this)};y(Bi,lb);Bi.prototype.message="Deferred was canceled";Bi.prototype.name="CanceledError";var Ni=function(a){this.fa=t.setTimeout(w(this.Cl,this),0);this.Gd=a};
|
|
431
|
-
Ni.prototype.Cl=function(){E(Mi[this.fa],"Cannot throw an error that is not scheduled.");delete Mi[this.fa];throw this.Gd;};var Mi={};var Hi=function(){var a=Dh(Oi),b={},c=b.document||document,d=yb(a).toString(),e=(new Oh(c)).createElement("SCRIPT"),g={vi:e,ne:void 0},f=new zi(Pi,g),l=null,m=b.timeout!=null?b.timeout:5E3;m>0&&(l=window.setTimeout(function(){Qi(e,!0);Ai(f,new Ri(1,"Timeout reached for loading script "+d))},m),g.ne=l);e.onload=e.onreadystatechange=function(){e.readyState&&e.readyState!="loaded"&&e.readyState!="complete"||(Qi(e,b.
|
|
431
|
+
Ni.prototype.Cl=function(){E(Mi[this.fa],"Cannot throw an error that is not scheduled.");delete Mi[this.fa];throw this.Gd;};var Mi={};var Hi=function(){var a=Dh(Oi),b={},c=b.document||document,d=yb(a).toString(),e=(new Oh(c)).createElement("SCRIPT"),g={vi:e,ne:void 0},f=new zi(Pi,g),l=null,m=b.timeout!=null?b.timeout:5E3;m>0&&(l=window.setTimeout(function(){Qi(e,!0);Ai(f,new Ri(1,"Timeout reached for loading script "+d))},m),g.ne=l);e.onload=e.onreadystatechange=function(){e.readyState&&e.readyState!="loaded"&&e.readyState!="complete"||(Qi(e,b.Ll||!1,l),f.callback(null))};e.onerror=function(){Qi(e,!0,l);Ai(f,new Ri(0,"Error while loading script "+
|
|
432
432
|
d))};g=b.attributes||{};jb(g,{type:"text/javascript",charset:"UTF-8"});Hh(e,g);Fh(e,a);Si(c).appendChild(e);return f},Si=function(a){var b;return(b=(a||document).getElementsByTagName("HEAD"))&&b.length!==0?b[0]:a.documentElement},Pi=function(){if(this&&this.vi){var a=this.vi;a&&a.tagName=="SCRIPT"&&Qi(a,!0,this.ne)}},Qi=function(a,b,c){c!=null&&t.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=function(){};b&&window.setTimeout(function(){Mh(a)},0)},Ri=function(a,
|
|
433
433
|
b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);lb.call(this,c);this.code=a};y(Ri,lb);var Ti=function(){this.de=void 0};Ti.prototype.va=function(a){var b=[];Ui(this,a,b);return b.join("")};
|
|
434
434
|
var Ui=function(a,b,c){if(b==null)c.push("null");else{if(typeof b=="object"){if(Array.isArray(b)){var d=b;b=d.length;c.push("[");for(var e="",g=0;g<b;g++)c.push(e),e=d[g],Ui(a,a.de?a.de.call(d,String(g),e):e,c),e=",";c.push("]");return}if(b instanceof String||b instanceof Number||b instanceof Boolean)b=b.valueOf();else{c.push("{");g="";for(d in b)Object.prototype.hasOwnProperty.call(b,d)&&(e=b[d],typeof e!="function"&&(c.push(g),Vi(d,c),c.push(":"),Ui(a,a.de?a.de.call(b,d,e):e,c),g=","));c.push("}");
|
|
@@ -454,12 +454,12 @@ Ma(p,f[m]))});return b?b(l):l};return this.callback?(vj(d,null,function(f,l){ret
|
|
|
454
454
|
wj.prototype.send=function(a,b){var c=[a.B+" "+a.path+" HTTP/1.1"];c.push("Content-Type: application/json; charset=utf-8");var d=yj();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
|
|
455
455
|
var zj=function(a,b,c){a=q(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(b.length<3)){var d=b[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1],e=Number(b[1].match(/^HTTP\S*\s(\d+)\s/)[1]);c(d,e,b.slice(2).join("\r\n\r\n"))}},tj=function(){var a=Aj.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},Cj=function(a,b,c){var d=[];a&&(d=d.concat(Bj));
|
|
456
456
|
b&&d.push("https://www.googleapis.com/auth/devstorage.read_write");a=d=d.concat(c);c=b=0;for(var e={};c<a.length;){var g=a[c++],f=u(g)?"o"+Ba(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Ij=function(a,b,c){Dj&&Ej&&Dj({client_id:String(Ej),scope:Fj.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{Gj(function(){try{Hj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Hj(a,
|
|
457
|
-
b,d)})},yj=function(){Jj&&Date.now()-Jj>=0&&Kj();return Lj},Kj=function(){Jj=Lj=null},pj=function(a,b,c,d){a!=null?Aj=a:Mj||(Aj="https://earthengine.googleapis.com/api");b!=null?Nj=b:Mj||(Nj="https://earthengine.googleapis.com");c!==void 0&&(Oj=c);oj=d!=null?d:oj||"earthengine-legacy";Mj=!0},vj=function(a,b,c,d,e,g,f){pj();var l=Pj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="0.1.
|
|
457
|
+
b,d)})},yj=function(){Jj&&Date.now()-Jj>=0&&Kj();return Lj},Kj=function(){Jj=Lj=null},pj=function(a,b,c,d){a!=null?Aj=a:Mj||(Aj="https://earthengine.googleapis.com/api");b!=null?Nj=b:Mj||(Nj="https://earthengine.googleapis.com");c!==void 0&&(Oj=c);oj=d!=null?d:oj||"earthengine-legacy";Mj=!0},vj=function(a,b,c,d,e,g,f){pj();var l=Pj,m="application/x-www-form-urlencoded";e&&(m="application/json",d&&d.startsWith("multipart")&&(m=d,d="POST"));d=d||"POST";m={"Content-Type":m};var p="0.1.412";p==="0.1.412"&&
|
|
458
458
|
(p="latest");m["x-goog-api-client"]="ee-js/"+p;p=yj();if(p!=null)m.Authorization=p;else if(c&&Dj&&Ej)return Ij(function(){Qj(l,function(){vj(a,b,c,d)})}),null;b=b?b.clone():new Xc;Rj!=null&&b.add("key",Rj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");oj&&oj!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=oj);b=Sj(b,a);Oj!=null&&(m["X-XSRF-Token"]=Oj);Tj!=null&&(m["X-Earth-Engine-App-ID-Token"]=Tj);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=kb(a,
|
|
459
459
|
"?")?"&":"?",a+=v);e=a.startsWith("/")?Aj+a:a;if(c)return Uj.push(Vj(e,c,d,p,m,g,f)),Wj.nf(),null;v=function(I,ea){this.setRequestHeader&&this.setRequestHeader(ea,I)};var A=0;for(g=g!=null?g:5;;){var C=new XMLHttpRequest;C.open(d,e,!1);Wa(m,v,C);C.send(p);if(C.status!=429||A>g)break;A++}return Xj(C.status,function(I){try{return C.getResponseHeader(I)}catch(ea){return null}},C.responseText,l,void 0,e,d,f)},Vj=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=Pj,v=g!=null?g:10;
|
|
460
|
-
m.callback=function(A){A=A.target;if(A.getStatus()==429&&l<v)return l++,setTimeout(function(){Uj.push(m);Wj.nf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var C=Xj,I=A.getStatus(),ea=w(A.getResponseHeader,A);try{var
|
|
461
|
-
function(
|
|
462
|
-
C=c.parsed:A=c;else if(d==="multipart/mixed"){C={};var I=[];zj(b,c,function(
|
|
460
|
+
m.callback=function(A){A=A.target;if(A.getStatus()==429&&l<v)return l++,setTimeout(function(){Uj.push(m);Wj.nf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var C=Xj,I=A.getStatus(),ea=w(A.getResponseHeader,A);try{var Z=A.s?A.s.responseText:""}catch(da){Hc(A.ba,"Can not get responseText: "+da.message),Z=""}return C(I,ea,Z,p,b,a,c,f)};return m},Qj=function(a,b){var c=Pj;try{Pj=a,b.call(void 0)}finally{Pj=c}},Xj=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
|
|
461
|
+
function(Z){try{var da=JSON.parse(Z);return!(u(da)&&"error"in da&&"message"in da.error)||l&&l(da)?{parsed:da}:da.error.message}catch(Jb){return"Invalid JSON: "+Z}},v=function(Z){if(Z===0)return"Failed to contact Earth Engine servers. Please check your connection, firewall, or browser extension settings.";if(Z<200||Z>=300)return"Server returned HTTP code: "+Z+" for "+f+" "+g},A,C;b=b("Content-Type")||"application/json";d=b.replace(/;.*/,"");if(d==="application/json"||d==="text/json")c=p(c),c.parsed?
|
|
462
|
+
C=c.parsed:A=c;else if(d==="multipart/mixed"){C={};var I=[];zj(b,c,function(Z,da,Jb){Jb=p(Jb);Jb.parsed&&(C[Z]=Jb.parsed);(da=(Jb.parsed?"":Jb)||v(da))&&I.push(Z+": "+da)});I.length&&(A=I.join("\n"))}else var ea="Response was unexpectedly not JSON, but "+d;A=A||v(a)||ea;if(e)return e(C,A),null;if(!A)return C;throw Error(A);},Gj=function(a){var b=function(){Dj||(Dj=function(c,d){t.google.accounts.oauth2.initTokenClient({client_id:c.client_id,callback:d,scope:c.scope}).requestAccessToken()});a()};u(t.default_gsi)?
|
|
463
463
|
b():Ji(b)},Hj=function(a,b,c){if(c.access_token){b=c.token_type+" "+c.access_token;if(c.expires_in||c.expires_in===0){c=c.expires_in*900;var d=setTimeout(Ij,c*.9);d.unref!==void 0&&d.unref();Jj=Date.now()+c}Lj=b;a&&a()}else b&&b(c.error||"Unknown error.")},uj=function(a){var b=new Xc;a=q(Object.entries(a));for(var c=a.next();!c.done;c=a.next()){var d=q(c.value);c=d.next().value;d=d.next().value;b.set(c,d)}return b},Uj=[],Wj=new wi(function(){var a=Uj.shift();if(a){var b=a.url,c=a.callback,d=a.method,
|
|
464
464
|
e=a.content;a=a.headers;var g=Yj,f=new cj;fj.push(f);c&&f.Wa("complete",c);f.Uc("ready",f.Pk);g&&(f.ld=Math.max(0,g));f.send(b,d,e,a)}Uj.length==0||Wj.nf()},350),Aj=null,Nj=null,Oj=null,Tj=null,Sj=Wd,Lj=null,Jj=null,Ej=null,Fj=[],Dj=null,Bj=["https://www.googleapis.com/auth/earthengine","https://www.googleapis.com/auth/cloud-platform"],Rj=null,Mj=!1,Yj=0,Pj=null;x("ee.api.ListAssetsResponse",Lg);x("ee.api.EarthEngineAsset",Hf);x("ee.api.Operation",Og);x("ee.api.ListFeaturesResponse",Mg);
|
|
465
465
|
x("ee.api.FeatureViewLocation",Kf);var Zj=function(){};Zj.prototype.Ch=function(){return null};var ak=function(){};x("ee.Encodable.SourceFrame",ak);
|
|
@@ -566,7 +566,7 @@ var Lm=function(a,b,c){var d=zk(b);b=Ia(d.i()).keys.filter(function(e){return e!
|
|
|
566
566
|
var Mm=function(a,b){var c=uk(a);b=new K(b);var d=b.assets(),e=d.j.C;d.j.C=function(g,f){f.source==="^projects\\/[^/]+\\/assets\\/.+$"&&(f=RegExp("^projects/[^/]+/assets/.*$"));return e(g,f)};c=d.get(c,{prettyPrint:!1});return b.handle(c.then(function(g){if(!(g instanceof Hf&&g.quota))throw Error(a+" is not a root folder.");g=g.quota;return{asset_count:{usage:Number(g.Ne||0),limit:Number(g.Lf||0)},asset_size:{usage:Number(g.sizeBytes||0),limit:Number(g.Vb||0)}}}))};x("ee.data.getAssetRootQuota",Mm);
|
|
567
567
|
var Nm=function(){this.default=this.tag=""};Nm.prototype.get=function(){return this.tag};Nm.prototype.set=function(a){this.tag=this.validate(a)};Nm.prototype.reset=function(){this.tag=this.default};
|
|
568
568
|
Nm.prototype.validate=function(a){if(a==null||a==="")return"";a=String(a);if(!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(a))throw Error('Invalid tag, "'+a+'". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');return a};var Il=function(){return Bl(Nm).get()};x("ee.data.getWorkloadTag",Il);var Om=function(a){Bl(Nm).set(a)};x("ee.data.setWorkloadTag",Om);
|
|
569
|
-
var Pm=function(a){var b=Bl(Nm);b.default=b.validate(a);Bl(Nm).set(a)};x("ee.data.setDefaultWorkloadTag",Pm);var Qm=function(a){a&&(a=Bl(Nm),a.default=a.validate(""));Bl(Nm).reset()};x("ee.data.resetWorkloadTag",Qm);var im={
|
|
569
|
+
var Pm=function(a){var b=Bl(Nm);b.default=b.validate(a);Bl(Nm).set(a)};x("ee.data.setDefaultWorkloadTag",Pm);var Qm=function(a){a&&(a=Bl(Nm),a.default=a.validate(""));Bl(Nm).reset()};x("ee.data.resetWorkloadTag",Qm);var im={Gl:"CANCEL",Jl:"UPDATE"};var O=function(a,b,c){if(!(this instanceof O))return Rm(O,arguments);if(c&&(a||b))throw Error('When "opt_varName" is specified, "func" and "args" must be null.');if(a&&!b)throw Error('When "func" is specified, "args" must not be null.');this.I=a;this.args=b;this.U=c||null;this.yl=null};y(O,Zj);x("ee.ComputedObject",O);O.prototype.Ch=function(){return this.yl};O.prototype.evaluate=function(a){if(!a||typeof a!=="function")throw Error("evaluate() requires a callback function.");Ol(this,a)};
|
|
570
570
|
O.prototype.evaluate=O.prototype.evaluate;O.prototype.V=function(a){return Ol(this,a)};O.prototype.getInfo=O.prototype.V;O.prototype.encode=function(a){if(this.I===null&&this.args===null)return{type:"ArgumentRef",value:this.U};var b={},c;for(c in this.args)this.args[c]!==void 0&&(b[c]=a(this.args[c]));b={type:"Invocation",arguments:b};a=a(this.I);b[typeof a==="string"?"functionName":"function"]=a;return b};
|
|
571
571
|
O.prototype.na=function(a){if(this.I===null&&this.args===null){a=this.U||a.Oi;if(!a)throw Error("A mapped function's arguments cannot be used in client-side operations");return new gf({Lb:a})}var b={},c;for(c in this.args)this.args[c]!==void 0&&(b[c]=ck(il(a,this.args[c])));return typeof this.I==="string"?fk(String(this.I),b):this.I.Ed(a,b)};O.prototype.va=function(a){return(a===void 0?0:a)?Xk(this):gl(this)};O.prototype.serialize=O.prototype.va;
|
|
572
572
|
O.prototype.toString=function(){return"ee."+this.name()+"("+Zk(this)+")"};x("ee.ComputedObject.prototype.toString",O.prototype.toString);O.prototype.name=function(){return"ComputedObject"};O.prototype.Eg=function(a,b){var c=Array.from(arguments);c[0]=this;a.apply(t,c);return this};O.prototype.aside=O.prototype.Eg;
|
|
@@ -626,20 +626,20 @@ so.prototype.encode=function(a){return Array.isArray(this.Tc)?Yb(this.Tc,functio
|
|
|
626
626
|
new P("Collection"),{features:a});else if(a&&typeof a==="object"&&a.type==="FeatureCollection")V.call(this,new P("Collection"),{features:a.features.map(function(d){return new W(d)})});else if(a instanceof O)V.call(this,a.I,a.args,a.U);else throw Error("Unrecognized argument type to convert to a FeatureCollection: "+a);};y(X,V);x("ee.FeatureCollection",X);var wo=!1,vo=function(){wo||(mn(X,"FeatureCollection","FeatureCollection"),wo=!0)};
|
|
627
627
|
X.prototype.S=function(a,b){var c=R(X.prototype.S,arguments),d=en("Collection.draw",{collection:this,color:(c.visParams||{}).color||"000000"});if(c.callback)d.S(void 0,c.callback);else return d.S()};X.prototype.getMapId=X.prototype.S;X.prototype.getMap=X.prototype.S;X.prototype.getMap=X.prototype.getMap;X.prototype.V=function(a){return X.L.V.call(this,a)};X.prototype.getInfo=X.prototype.V;
|
|
628
628
|
X.prototype.rb=function(a,b,c,d){var e=R(X.prototype.rb,arguments),g={table:this};e.format&&(g.format=e.format.toUpperCase());e.filename&&(g.filename=e.filename);e.selectors&&(g.selectors=e.selectors);if(e.callback)Wl(g,function(f,l){f?e.callback(Xl(f)):e.callback(null,l)});else return Xl(Wl(g))};X.prototype.getDownloadURL=X.prototype.rb;
|
|
629
|
-
X.prototype.select=function(a,b,c){if(Wm(a)){var d=Array.prototype.slice.call(arguments);return this.map(function(g){return g.select(d)})}var e=R(X.prototype.select,arguments);return this.map(function(g){return g.select(e)})};X.prototype.select=X.prototype.select;X.prototype.name=function(){return"FeatureCollection"};X.prototype.elementType=function(){return W};var
|
|
630
|
-
else if(a instanceof O)V.call(this,a.I,a.args,a.U);else throw Error("Unrecognized argument type to convert to an ImageCollection: "+a);};y(
|
|
631
|
-
|
|
629
|
+
X.prototype.select=function(a,b,c){if(Wm(a)){var d=Array.prototype.slice.call(arguments);return this.map(function(g){return g.select(d)})}var e=R(X.prototype.select,arguments);return this.map(function(g){return g.select(e)})};X.prototype.select=X.prototype.select;X.prototype.name=function(){return"FeatureCollection"};X.prototype.elementType=function(){return W};var Y=function(a){if(!(this instanceof Y))return Rm(Y,arguments);if(a instanceof Y)return a;if(arguments.length!=1)throw Error("The ImageCollection constructor takes exactly 1 argument ("+arguments.length+" given)");xo();a instanceof N&&(a=[a]);if(Wm(a))V.call(this,new P("ImageCollection.load"),{id:a});else if(Array.isArray(a))V.call(this,new P("ImageCollection.fromImages"),{images:Yb(a,function(b){return new N(b)})});else if(a instanceof so)V.call(this,new P("ImageCollection.fromImages"),{images:a});
|
|
630
|
+
else if(a instanceof O)V.call(this,a.I,a.args,a.U);else throw Error("Unrecognized argument type to convert to an ImageCollection: "+a);};y(Y,V);x("ee.ImageCollection",Y);var yo=!1,xo=function(){yo||(mn(Y,"ImageCollection","ImageCollection"),mn(Y,"reduce","ImageCollection"),yo=!0)};Y.prototype.tf=function(a,b){var c=R(Y.prototype.tf,arguments);return zo(this,c,["png","jpg","jpeg"],"filmstrip")};Y.prototype.getFilmstripThumbURL=Y.prototype.tf;
|
|
631
|
+
Y.prototype.wf=function(a,b){var c=R(Y.prototype.wf,arguments);return zo(this,c,["gif"],"video")};Y.prototype.getVideoThumbURL=Y.prototype.wf;
|
|
632
632
|
var zo=function(a,b,c,d){var e={};a=a.map(function(l){l=io(l,b.params);return jo(l,b.params,e)});var g={},f=lo(e,g);g.imageCollection=a.map(function(l){f.image=l;return en("Image.visualize",f)});b.params.dimensions!=null&&(g.dimensions=b.params.dimensions);if(g.format){if(!Zb(c,function(l){return l.toLowerCase()==g.format.toLowerCase()}))throw Error("Invalid format specified.");}else g.format=c[0];c=Pl;switch(d){case "video":c=Ql;break;case "filmstrip":c=Rl}if(b.callback)c(g,function(l,m){var p="";
|
|
633
|
-
if(m===void 0)try{p=Sl(l)}catch(v){m=String(v.message)}b.callback(p,m)});else return Sl(c(g))};
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
Ao.prototype.start=Ao.prototype.start;var Do=function(a,b,c,d,e,g,f,l,m,p,v,A){var C=R(Do,arguments);C=Eo(C,"ASSET","EXPORT_IMAGE");return Co(C)};x("module$contents$ee$batch_Export.image.toAsset",Do);var Fo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,
|
|
637
|
-
var Go=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,
|
|
633
|
+
if(m===void 0)try{p=Sl(l)}catch(v){m=String(v.message)}b.callback(p,m)});else return Sl(c(g))};Y.prototype.S=function(a,b){var c=R(Y.prototype.S,arguments),d=Q("ImageCollection.mosaic",this);if(c.callback)d.S(c.visParams,c.callback);else return d.S(c.visParams)};Y.prototype.getMapId=Y.prototype.S;Y.prototype.getMap=Y.prototype.S;Y.prototype.getMap=Y.prototype.getMap;Y.prototype.V=function(a){return Y.L.V.call(this,a)};Y.prototype.getInfo=Y.prototype.V;
|
|
634
|
+
Y.prototype.select=function(a,b){var c=arguments;return this.map(function(d){return d.select.apply(d,c)})};Y.prototype.select=Y.prototype.select;Y.prototype.Ff=function(a,b,c,d){var e=R(Y.prototype.Ff,arguments);return this.map(function(g){return Q("Image.linkCollection",g,e.imageCollection,e.linkedBands,e.linkedProperties,e.matchPropertyName)})};Y.prototype.linkCollection=Y.prototype.Ff;Y.prototype.first=function(){return new N(Q("Collection.first",this))};Y.prototype.first=Y.prototype.first;
|
|
635
|
+
Y.prototype.name=function(){return"ImageCollection"};Y.prototype.elementType=function(){return N};var Ao=function(a){this.Ye=a;this.id=null},Co=function(a){var b={element:Bo(a)};Object.assign(b,a);b=Xa(b,function(c){return c!=null});return new Ao(b)};Ao.prototype.start=function(a,b){var c=this;E(this.Ye,"Task config must be specified for tasks to be started.");this.id=this.id||Yl(1)[0];sb(this.id,"Failed to obtain task ID.");if(a)om(this.id,this.Ye,function(e,g){if(g)b(g);else{var f;c.id=(f=e.taskId)!=null?f:null;a()}});else{var d;this.id=(d=om(this.id,this.Ye).taskId)!=null?d:null}};
|
|
636
|
+
Ao.prototype.start=Ao.prototype.start;var Do=function(a,b,c,d,e,g,f,l,m,p,v,A){var C=R(Do,arguments);C=Eo(C,"ASSET","EXPORT_IMAGE");return Co(C)};x("module$contents$ee$batch_Export.image.toAsset",Do);var Fo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z){var da=R(Fo,arguments);da=Eo(da,"GOOGLE_CLOUD_STORAGE","EXPORT_IMAGE");return Co(da)};x("module$contents$ee$batch_Export.image.toCloudStorage",Fo);
|
|
637
|
+
var Go=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z){var da=R(Go,arguments);da=Eo(da,"DRIVE","EXPORT_IMAGE");return Co(da)};x("module$contents$ee$batch_Export.image.toDrive",Go);var Ho=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I){var ea=R(Ho,arguments);ea=Eo(ea,"GOOGLE_CLOUD_STORAGE","EXPORT_TILES");return Co(ea)};x("module$contents$ee$batch_Export.map.toCloudStorage",Ho);var Io=function(a,b,c,d,e,g,f,l){var m=R(Io,arguments);m=Eo(m,"GOOGLE_CLOUD_STORAGE","EXPORT_FEATURES");return Co(m)};
|
|
638
638
|
x("module$contents$ee$batch_Export.table.toCloudStorage",Io);var Jo=function(a,b,c,d,e,g,f,l){var m=R(Jo,arguments);m.type="EXPORT_FEATURES";m=Eo(m,"DRIVE","EXPORT_FEATURES");return Co(m)};x("module$contents$ee$batch_Export.table.toDrive",Jo);var Ko=function(a,b,c,d,e){var g=R(Ko,arguments);g=Eo(g,"ASSET","EXPORT_FEATURES");return Co(g)};x("module$contents$ee$batch_Export.table.toAsset",Ko);var Lo=function(a,b,c,d,e,g,f,l){var m=R(Lo,arguments);m=Eo(m,"FEATURE_VIEW","EXPORT_FEATURES");return Co(m)};
|
|
639
639
|
x("module$contents$ee$batch_Export.table.toFeatureView",Lo);var Mo=function(a,b,c,d,e,g,f,l){var m=R(Mo,arguments);m=Eo(m,"BIGQUERY","EXPORT_FEATURES");return Co(m)};x("module$contents$ee$batch_Export.table.toBigQuery",Mo);var No=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var I=R(No,arguments);I=Eo(I,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO");return Co(I)};x("module$contents$ee$batch_Export.video.toCloudStorage",No);
|
|
640
|
-
var Oo=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var I=R(Oo,arguments);I=Eo(I,"DRIVE","EXPORT_VIDEO");return Co(I)};x("module$contents$ee$batch_Export.video.toDrive",Oo);var Po=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,
|
|
640
|
+
var Oo=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var I=R(Oo,arguments);I=Eo(I,"DRIVE","EXPORT_VIDEO");return Co(I)};x("module$contents$ee$batch_Export.video.toDrive",Oo);var Po=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z,da,Jb,Oq,Pq,Qq){var rj=R(Po,arguments);rj=Eo(rj,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO_MAP");return Co(rj)};x("module$contents$ee$batch_Export.videoMap.toCloudStorage",Po);var Qo=function(a,b,c,d){var e=R(Qo,arguments);e=Eo(e,"ASSET","EXPORT_CLASSIFIER");return Co(e)};
|
|
641
641
|
x("module$contents$ee$batch_Export.classifier.toAsset",Qo);
|
|
642
|
-
var Bo=function(a){var b=function(d){return d in a},c=Ro.find(b);E(ac(Ro,b)===1,'Expected a single "image", "collection" or "classifier" key.');b=a[c];if(!(b instanceof N||b instanceof X||b instanceof
|
|
642
|
+
var Bo=function(a){var b=function(d){return d in a},c=Ro.find(b);E(ac(Ro,b)===1,'Expected a single "image", "collection" or "classifier" key.');b=a[c];if(!(b instanceof N||b instanceof X||b instanceof Y||b instanceof S||b instanceof O))throw Error("Unknown element type provided: "+typeof b+". Expected: ee.Image, ee.ImageCollection, ee.FeatureCollection, ee.Element or ee.ComputedObject.");delete a[c];return b},Eo=function(a,b,c){var d=d===void 0?!0:d;var e={type:c};Object.assign(e,a);switch(c){case "EXPORT_IMAGE":e.fileFormat==
|
|
643
643
|
null&&(e.fileFormat="GeoTIFF");a=e.fileFormat;a==null&&(a="GEO_TIFF");a=a.toUpperCase();switch(a){case "TIFF":case "TIF":case "GEO_TIFF":case "GEOTIFF":a="GEO_TIFF";break;case "TF_RECORD":case "TF_RECORD_IMAGE":case "TFRECORD":a="TF_RECORD_IMAGE";break;default:throw Error("Invalid file format "+a+". Supported formats are: 'GEOTIFF', 'TFRECORD'.");}e.fileFormat=a;e.formatOptions!=null&&(a=So(e,a),delete e.formatOptions,Object.assign(e,a));e=To(e,b);e.crsTransform!=null&&(e.crs_transform=e.crsTransform,
|
|
644
644
|
delete e.crsTransform);break;case "EXPORT_TILES":b=To(e,b);e=b.fileFormat;e==null&&(e="AUTO_JPEG_PNG");e=e.toUpperCase();switch(e){case "AUTO":case "AUTO_JPEG_PNG":case "AUTO_JPG_PNG":e="AUTO_JPEG_PNG";break;case "JPG":case "JPEG":e="JPEG";break;case "PNG":e="PNG";break;default:throw Error("Invalid file format "+e+". Supported formats are: 'AUTO', 'PNG', and 'JPEG'.");}b.fileFormat=e;e=b;break;case "EXPORT_FEATURES":Array.isArray(e.selectors)&&(e.selectors=e.selectors.join());a=e.fileFormat;a==null&&
|
|
645
645
|
(a="CSV");a=a.toUpperCase();switch(a){case "CSV":a="CSV";break;case "JSON":case "GEOJSON":case "GEO_JSON":a="GEO_JSON";break;case "KML":a="KML";break;case "KMZ":a="KMZ";break;case "SHP":a="SHP";break;case "TF_RECORD":case "TF_RECORD_TABLE":case "TFRECORD":a="TF_RECORD_TABLE";break;default:throw Error("Invalid file format "+a+". Supported formats are: 'CSV', 'GeoJSON', 'KML', 'KMZ', 'SHP', and 'TFRecord'.");}e.fileFormat=a;e=To(e,b);break;case "EXPORT_VIDEO":e=Uo(e);e=To(e,b);e.crsTransform!=null&&
|
|
@@ -663,13 +663,13 @@ e)};return new O(new c,b)}throw Error("Invalid function value");},pp=function(a)
|
|
|
663
663
|
var lp=function(a){var b=Ma(xf,a),c={},d=function(f,l){if(!(f in c)){if(!(f in b.values))throw Error("Cannot find "+l+" "+f);c[f]=e(b.values[f])}return c[f]},e=function(f){if(f.gb!==null)f=f.gb;else if(f.Fa!==null)f=f.Fa.values.map(e);else if(f.Ga!==null)f=Ya(f.Ga.values,e);else if(f.Lb!==null)f=dp(Object,f.Lb);else if(f.Ta!==null)f=g(f.Ta);else if(f.ya!==null){var l=f.ya;f=l.Ua?d(l.Ua,"function"):dn(l.functionName);l=Ya(l.arguments,e);f=op(f,l)}else f=f.pb!==null?np(new gf({pb:f.pb}),f.pb):f.Va!==
|
|
664
664
|
null?np(new gf({Va:f.Va}),f.Va):f.Oa!==null?d(f.Oa,"reference"):null;return f},g=function(f){var l=d(f.body,"function body");f={args:f.kc.map(function(m){return{name:m,type:"Object",optional:!1}}),name:"",returns:"Object"};return new cp(f,function(){return l})};return d(b.result,"result value")};x("ee.Deserializer.decodeCloudApi",lp);var qp=function(a){if(!(this instanceof qp))return Rm(qp,arguments);if(a instanceof qp)return a;rp();Xm(a)?(O.call(this,null,null),this.Ic=a):(a instanceof O&&a.I&&a.I.Z().returns=="Dictionary"?O.call(this,a.I,a.args,a.U):O.call(this,new P("Dictionary"),{input:a},null),this.Ic=null)};y(qp,O);x("ee.Dictionary",qp);var sp=!1,rp=function(){sp||(mn(qp,"Dictionary","Dictionary"),sp=!0)};qp.prototype.encode=function(a){return this.Ic!==null?a(this.Ic):qp.L.encode.call(this,a)};
|
|
665
665
|
qp.prototype.na=function(a){return this.Ic!==null?ck(il(a,this.Ic)):qp.L.na.call(this,a)};qp.prototype.name=function(){return"Dictionary"};var tp={};x("ee.Terrain",tp);tp.Bf=!1;tp.initialize=function(){tp.Bf||(mn(tp,"Terrain","Terrain"),tp.Bf=!0)};tp.reset=function(){nn(tp);tp.Bf=!1};var zp=function(a,b,c,d,e,g){if(up!="ready"||a||b){var f=c!=null;if(d)if(f)vp.push(d);else throw Error("Can't pass an error callback without a success callback.");if(up=="loading"&&f)wp.push(c);else if(up="loading",pj(a,b,e,g),f)wp.push(c),hn(xp,yp);else try{hn(),xp()}catch(l){throw yp(l),l;}}else c&&c()};x("ee.initialize",zp);
|
|
666
|
-
var Cp=function(){up="not_ready";Oj=Nj=Aj=null;Mj=!1;fn=null;gn={};nn(gp);ip=!1;nn(qp);sp=!1;nn(S);un=!1;nn(N);po=!1;nn(W);ho=!1;nn(V);fo=!1;nn(
|
|
666
|
+
var Cp=function(){up="not_ready";Oj=Nj=Aj=null;Mj=!1;fn=null;gn={};nn(gp);ip=!1;nn(qp);sp=!1;nn(S);un=!1;nn(N);po=!1;nn(W);ho=!1;nn(V);fo=!1;nn(Y);yo=!1;nn(X);wo=!1;nn(U);Qn=!1;nn(T);xn=!1;nn(so);uo=!1;nn(Xo);Zo=!1;nn($o);bp=!1;tp.reset();for(var a=t.ee,b=0;b<Ap.length;b++){var c=Ap[b];nn(a[c]);delete a[c]}Ap=[];Tm=a;a=Bp;for(var d in a)delete a[d]};x("ee.reset",Cp);var Dp={Hl:"not_ready",LOADING:"loading",Il:"ready"};x("ee.InitState",Dp);x("ee.InitState.NOT_READY","not_ready");
|
|
667
667
|
x("ee.InitState.LOADING","loading");x("ee.InitState.READY","ready");var up="not_ready",wp=[],vp=[];x("ee.TILE_SIZE",256);var Ap=[],Bp={};x("ee.Algorithms",Bp);var Ep=function(a,b){typeof a==="string"&&(a=new P(a));return Zm.prototype.call.apply(a,Array.prototype.slice.call(arguments,1))};x("ee.call",Ep);var Fp=function(a,b){typeof a==="string"&&(a=new P(a));return a.apply(b)};x("ee.apply",Fp);
|
|
668
668
|
var xp=function(){if(up=="loading"){try{hp();rp();tn();no();go();eo();xo();vo();Pn();vn();to();Yo();ap();tp.initialize();var a=jn(),b={},c={},d;for(d in a){var e=void 0;e=d.indexOf(".")!=-1?d.slice(0,d.indexOf(".")):d;b[e]=!0;var g=a[d].returns.replace(/<.*>/,"");c[g]=!0}var f=t.ee,l;for(l in b)l in c&&!(l in f)&&(f[l]=Gp(l),Ap.push(l),a[l]?(f[l].signature=a[l],f[l].signature.isConstructor=!0,gn[l]=!0):f[l].signature={});Tm=f;Hp()}catch(m){yp(m);return}up="ready";for(vp=[];wp.length>0;)wp.shift()()}},
|
|
669
669
|
yp=function(a){if(up=="loading")for(up="not_ready",wp=[];vp.length>0;)vp.shift()(a)},Hp=function(){var a=kn();ab(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=Bp;for(e.signature={};b.length>1;){var g=b[0];g in e||(e[g]={signature:{}});e=e[g];b=gc(b,1)}g=function(f){return cn(c,void 0,Array.prototype.slice.call(arguments,0))};g.signature=d;g.toString=w(c.toString,c);e[b[0]]=g}})},Gp=function(a){var b=function(c){var d=t.ee[a],e=Array.prototype.slice.call(arguments),
|
|
670
670
|
g=e.length==1;if(g&&e[0]instanceof d)return e[0];if(!(this instanceof d))return Rm(d,e);d=ln(a);var f=!(e[0]instanceof O),l=!1;d&&(g?f?l=!0:e[0].I&&e[0].I.Z().returns==d.Z().returns||(l=!0):l=!0);if(l)e=Ym(e,d.Z())?e[0]:an(d,e),O.call(this,d,bn(d,e));else{if(!g)throw Error("Too many arguments for ee."+a+"(): "+e);if(f)throw Error("Invalid argument for ee."+a+"(): "+e+". Must be a ComputedObject.");e=e[0];O.call(this,e.I,e.args,e.U)}};y(b,O);b.prototype.name=function(){return a};mn(b,a,a);return b};
|
|
671
671
|
$m=function(a,b){if(a===null)return null;if(a!==void 0){var c=t.ee;switch(b){case "Image":return new N(a);case "Feature":return a instanceof V?Q("Feature",Q("Collection.geometry",a)):new W(a);case "Element":if(a instanceof S)return a;if(a instanceof T)return new W(a);if(a instanceof O)return new S(a.I,a.args,a.U);throw Error("Cannot convert "+a+" to Element.");case "Geometry":return a instanceof X?Q("Collection.geometry",a):new T(a);case "FeatureCollection":case "Collection":return a instanceof V?
|
|
672
|
-
a:new X(a);case "ImageCollection":return new
|
|
672
|
+
a:new X(a);case "ImageCollection":return new Y(a);case "Filter":return new U(a);case "Algorithm":if(typeof a==="string")return new P(a);if(typeof a==="function"){b=a.length;c=[];for(var d=0;d<b;d++)c[d]="Object";return fp(a,c)}if(a instanceof Zj)return a;throw Error("Argument is not a function: "+a);case "String":return Wm(a)||a instanceof $o||a instanceof O?new $o(a):a;case "Dictionary":return Xm(a)?a:new qp(a);case "List":return new so(a);case "Number":case "Float":case "Long":case "Integer":case "Short":case "Byte":return new Xo(a);
|
|
673
673
|
default:if(b in c){d=ln(b);if(a instanceof c[b])return a;if(d)return new c[b](a);if(typeof a==="string"){if(a in c[b])return c[b][a].call();throw Error("Unknown algorithm: "+b+"."+a);}return new c[b](a)}return a}}};var Ip=function(a,b,c){oe.call(this,a,b,c);this.tileSize=new google.maps.Size(256,256);this.yh=new fe;this.xh=new fe};r(Ip,oe);Ip.prototype.getTile=function(a,b){var c=pe(this,a,b);b=[this.url,c].join("/")+"?token="+this.token;c=[c,this.xb,this.token].join("/");this.zb.push(c);this.xb+=1;var d=Jh("DIV");Jp(this,b,a,c,d);Kp(this);return d};
|
|
674
674
|
var Jp=function(a,b,c,d,e){var g=new XMLHttpRequest;g.open("GET",b,!0);g.responseType="arraybuffer";g.onreadystatechange=w(function(){if(g.readyState===XMLHttpRequest.DONE&&g.status===200){var f=g.response;if(f)f=new Float32Array(f),this.yh.set(c,f),this.xh.set(c,e),cc(this.zb,d),Kp(this);else throw this.tg.add(d),Error("Unable to request floating point array buffers.");}},a);g.send()},Kp=function(a){a.dispatchEvent(new qe(a.zb.length))};Ip.prototype.J=function(){this.xh=this.yh=null;oe.prototype.J.call(this)};
|
|
675
675
|
x("ee.FloatTileOverlay",Ip);var Lp=function(){this.ie=new Map};Lp.prototype.clear=function(){this.ie.clear()};var Mp=function(a,b){a.ie.has(b)||a.ie.set(b,{throttleCount:0,errorCount:0,tileLatencies:[]});return a.ie.get(b)};var Np=function(a){H.call(this);this.Sb=a;this.K={}};y(Np,H);var Op=[];Np.prototype.Wa=function(a,b,c,d){Array.isArray(b)||(b&&(Op[0]=b.toString()),b=Op);for(var e=0;e<b.length;e++){var g=Hd(a,b[e],c||this.handleEvent,d||!1,this.Sb||this);if(!g)break;this.K[g.key]=g}return this};Np.prototype.Uc=function(a,b,c,d){return Pp(this,a,b,c,d)};
|
|
@@ -698,27 +698,27 @@ var xq=function(a,b){return a.ub.remove(b)?(a.Le(b),!0):!1};h=wq.prototype;h.Le=
|
|
|
698
698
|
h.contains=function(a){return this.Sa.contains(a)||this.ub.contains(a)};h.R=function(){return this.Sa.R()+this.ub.R()};h.isEmpty=function(){return this.Sa.isEmpty()&&this.ub.isEmpty()};h.J=function(){wq.L.J.call(this);if(this.ub.R()>0)throw Error("[goog.structs.Pool] Objects not released");delete this.ub;for(var a=this.Sa;!a.isEmpty();)this.Cd(a.Hc());delete this.Sa};var yq=function(a,b){this.Lh=a;this.te=b};yq.prototype.getKey=function(){return this.Lh};yq.prototype.clone=function(){return new yq(this.Lh,this.te)};var zq=function(a){this.Aa=[];if(a)a:{if(a instanceof zq){var b=a.sb();a=a.aa();if(this.R()<=0){for(var c=this.Aa,d=0;d<b.length;d++)c.push(new yq(b[d],a[d]));break a}}else b=ab(a),a=$a(a);for(c=0;c<b.length;c++)Aq(this,b[c],a[c])}},Aq=function(a,b,c){var d=a.Aa;d.push(new yq(b,c));b=d.length-1;a=a.Aa;for(c=a[b];b>0;)if(d=b-1>>1,a[d].getKey()>c.getKey())a[b]=a[d],b=d;else break;a[b]=c};h=zq.prototype;
|
|
699
699
|
h.remove=function(){var a=this.Aa,b=a.length,c=a[0];if(!(b<=0)){if(b==1)a.length=0;else{a[0]=a.pop();a=0;b=this.Aa;for(var d=b.length,e=b[a];a<d>>1;){var g=a*2+1,f=a*2+2;g=f<d&&b[f].getKey()<b[g].getKey()?f:g;if(b[g].getKey()>e.getKey())break;b[a]=b[g];a=g}b[a]=e}return c.te}};h.aa=function(){for(var a=this.Aa,b=[],c=a.length,d=0;d<c;d++)b.push(a[d].te);return b};h.sb=function(){for(var a=this.Aa,b=[],c=a.length,d=0;d<c;d++)b.push(a[d].getKey());return b};
|
|
700
700
|
h.Gc=function(a){return this.Aa.some(function(b){return b.te==a})};h.Ob=function(a){return this.Aa.some(function(b){return b.getKey()==a})};h.clone=function(){return new zq(this)};h.R=function(){return this.Aa.length};h.isEmpty=function(){return this.Aa.length===0};h.clear=function(){this.Aa.length=0};var Bq=function(){zq.apply(this,arguments)};r(Bq,zq);Bq.prototype.enqueue=function(a,b){Aq(this,a,b)};Bq.prototype.Hc=function(){return this.remove()};var Cq=function(a,b){this.nh=void 0;this.fe=new Bq;wq.call(this,a,b)};y(Cq,wq);h=Cq.prototype;h.Mc=function(a,b){if(!a)return(a=Cq.L.Mc.call(this))&&this.delay&&(this.nh=t.setTimeout(w(this.Nd,this),this.delay)),a;this.fe.enqueue(b!==void 0?b:100,a);this.Nd()};h.Nd=function(){for(var a=this.fe;a.R()>0;){var b=this.Mc();if(b)a.Hc().apply(this,[b]);else break}};h.Le=function(a){Cq.L.Le.call(this,a);this.Nd()};h.rd=function(){Cq.L.rd.call(this);this.Nd()};
|
|
701
|
-
h.J=function(){Cq.L.J.call(this);t.clearTimeout(this.nh);this.fe.clear();this.fe=null};var Dq=function(a,b
|
|
702
|
-
Dq.prototype.
|
|
701
|
+
h.J=function(){Cq.L.J.call(this);t.clearTimeout(this.nh);this.fe.clear();this.fe=null};var Dq=function(a,b){H.call(this);this.Hf=a;this.ua=b||null};r(Dq,hq);Dq.prototype.Gf=function(a,b){var c=this,d=Hd(a,"status-changed",function(){switch(a.getStatus()){case "loaded":var e=a.zl["x-earth-engine-computation-profile"];this.ua&&e&&this.ua.Kk(a.la.id,e);break;case "failed":case "aborted":this.ua&&a.la.id!==""&&this.ua.rl(a.la.id),Pd(d)}},void 0,this);a.Ca=this.Ld(a.qb,a.zoom);Eq().Mc(function(e){c.xf(a,e)},b)};Dq.prototype.getUniqueId=function(){return this.Hf.mapid+"-"+this.Hf.token};
|
|
702
|
+
Dq.prototype.xf=function(a,b){var c=Eq();if(a.Ra||a.getStatus()=="aborted")xq(c,b);else{var d=Hd(a,"status-changed",function(){a.je in gq&&(Pd(d),xq(c,b))});fq(a)}};Dq.prototype.Ld=function(a,b){a=Ll(this.Hf,a.x,a.y,b);return this.ua&&this.ua.isEnabled()?a+"&profiling=1":a};var Eq=function(){Fq||(Fq=new Cq(0,4));return Fq};x("ee.layers.EarthEngineTileSource",Dq);var Fq=null;var Gq=function(a){H.call(this);this.Ji=a};r(Gq,hq);Gq.prototype.Gf=function(a){a.Ca=this.Ji.formatTileUrl(a.qb.x,a.qb.y,a.zoom);fq(a)};Gq.prototype.getUniqueId=function(){return this.Ji.token};x("ee.layers.FeatureViewTileSource",Gq);var Iq=function(){J.call(this);this.pe=new Hq(0,60);this.vc=new fe};r(Iq,J);Iq.prototype.send=function(a,b,c,d,e){if(this.vc.get(a))throw Error("[ee.MapTileManager] ID in use");b=new Jq(a,b,d,w(this.oi,this),e!==void 0?e:1);this.vc.set(a,b);a=w(this.xf,this,b);this.pe.Mc(a,c);return b};Iq.prototype.abort=function(a){if(a=this.vc.get(a))a.jc||(a.jc=!0,a.Ja=new nd("abort")),this.oi(a)};
|
|
703
703
|
Iq.prototype.xf=function(a,b){if(a.ga||a.jc)Kq(this,b);else if(a.Li=b,b.setActive(!0),b=new kq,a.ga=b,!a.retry())throw Error("Cannot dispatch first request!");};Iq.prototype.oi=function(a){this.vc.remove(a.getId());a.ga&&(Kq(this,a.Li),a.ga.dispose());a.yf&&a.yf(a.Ja,a.ki)};var Kq=function(a,b){b.setActive(!1);if(!xq(a.pe,b))throw Error("Object not released");};
|
|
704
|
-
Iq.prototype.J=function(){J.prototype.J.call(this);this.pe.dispose();this.pe=null;var a=this.vc;Wb(a.aa(),function(b){b.dispose()});a.clear();this.vc=null};x("ee.MapTileManager",Iq);var Jq=function(a,b,c,d,e){H.call(this);this.fa=a;this.
|
|
704
|
+
Iq.prototype.J=function(){J.prototype.J.call(this);this.pe.dispose();this.pe=null;var a=this.vc;Wb(a.aa(),function(b){b.dispose()});a.clear();this.vc=null};x("ee.MapTileManager",Iq);var Jq=function(a,b,c,d,e){H.call(this);this.fa=a;this.Fl=b;this.jl=e!==void 0?e:1;this.yf=c;this.ac=d};r(Jq,H);h=Jq.prototype;h.getId=function(){return this.fa};h.getUrl=function(){return this.Fl};
|
|
705
705
|
h.Xk=function(a){if(this.jc)this.ac&&this.ac(this);else switch(a.type){case "load":this.Ja=a;this.ac&&this.ac(this);break;case "error":case "abort":this.retry()||(this.Ja=a,this.ac&&this.ac(this))}};h.J=function(){H.prototype.J.call(this);delete this.yf;delete this.ac};h.retry=function(){if(this.Ig>this.jl)return!1;this.Ig++;nq(this.ga,this.fa);setTimeout(w(this.Al,this),0);return!0};
|
|
706
706
|
h.Al=function(){if(!this.jc){var a=w(function(d){this.jc||(mq(this.ga,this.fa,d),Gd(this.ga,Lq,w(this.Xk,this)),this.ga.start())},this),b=this.getUrl();if(dd(b).Ba.Ob("profiling")){var c=new cj;c.wc="blob";c.Wa("complete",w(function(){this.ki=c.getResponseHeader("X-Earth-Engine-Computation-Profile")||null;if(c.getStatus()>=200&&c.getStatus()<300)try{var d=Qb(Rb(mj(c)));var e=d!==Pb.toString()}catch(g){}a(e?d:b)},this));c.Uc("ready",w(c.dispose,c));c.send(b,"GET")}else a(b)}};h.Ig=0;h.jc=!1;h.ga=null;
|
|
707
707
|
h.Li=null;h.Ja=null;h.ki=null;var Lq=["load","abort","error"],Mq=function(){H.call(this);this.Ea=!1};r(Mq,H);Mq.prototype.setActive=function(a){this.Ea=a};Mq.prototype.isActive=function(){return this.Ea};var Hq=function(a,b){Cq.call(this,a,b)};r(Hq,Cq);Hq.prototype.Ze=function(){return new Mq};Hq.prototype.Cd=function(a){a.dispose()};Hq.prototype.Qf=function(a){return!a.Ra&&!a.isActive()};var Nq=function(a,b,c,d,e){oe.call(this,a,b,c,d,e);this.minZoom=d.minZoom||0;this.maxZoom=d.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=d.tileSize||new google.maps.Size(256,256);this.name=d.name;this.ug=new je;this.Rf=1;this.ua=e||null};r(Nq,oe);h=Nq.prototype;h.Me=function(a){return Hd(this,"tileevent",a)};h.Zf=function(a){Pd(a)};
|
|
708
708
|
h.getTile=function(a,b,c){if(b<this.minZoom||a.y<0||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=pe(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.xb,this.token].join("/");this.xb+=1;c=Jh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.zb.push(b);Bl(Iq).send(b,a,d,w(this.Wk,this,c,b));Kp(this);return c};h.Lc=function(){return this.zb.length};
|
|
709
709
|
h.releaseTile=function(a){Bl(Iq).abort(a.id);if(a.firstElementChild!==void 0)var b=a.firstElementChild;else for(b=a.firstChild;b&&b.nodeType!=1;)b=b.nextSibling;this.ug.remove(b);a.id!==""&&(this.tg.remove(a.id),this.ua&&this.ua.rl(a.id))};h.setOpacity=function(a){this.Rf=a;var b=this.ug.Da();$d(b,function(c){Vp(c,a)})};
|
|
710
|
-
h.Wk=function(a,b,c,d){c.type=="error"?(cc(this.zb,b),this.tg.add(b),this.dispatchEvent(c)):(cc(this.zb,b),c.target&&c.type=="load"&&(c=c.target,this.ug.add(c),this.Rf!=1&&Vp(c,this.Rf),a.appendChild(c)),Kp(this));this.ua&&d!==null&&this.ua.Kk(b,d)};x("ee.MapLayerOverlay",Nq);Nq.prototype.removeTileCallback=Nq.prototype.Zf;Nq.prototype.addTileCallback=Nq.prototype.Me;Nq.prototype.getTile=Nq.prototype.getTile;Nq.prototype.setOpacity=Nq.prototype.setOpacity;Nq.prototype.releaseTile=Nq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction.
|
|
711
|
-
c=[["name","
|
|
712
|
-
"
|
|
713
|
-
"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
714
|
-
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),"
|
|
715
|
-
|
|
716
|
-
"opt_callback"],["
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
["
|
|
720
|
-
"
|
|
721
|
-
"
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
710
|
+
h.Wk=function(a,b,c,d){c.type=="error"?(cc(this.zb,b),this.tg.add(b),this.dispatchEvent(c)):(cc(this.zb,b),c.target&&c.type=="load"&&(c=c.target,this.ug.add(c),this.Rf!=1&&Vp(c,this.Rf),a.appendChild(c)),Kp(this));this.ua&&d!==null&&this.ua.Kk(b,d)};x("ee.MapLayerOverlay",Nq);Nq.prototype.removeTileCallback=Nq.prototype.Zf;Nq.prototype.addTileCallback=Nq.prototype.Me;Nq.prototype.getTile=Nq.prototype.getTile;Nq.prototype.setOpacity=Nq.prototype.setOpacity;Nq.prototype.releaseTile=Nq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.video.toCloudStorage ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.table.toAsset ee.batch.Export.classifier.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.map ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.data.authenticate ee.data.setAssetProperties ee.data.getTileUrl ee.data.getTableDownloadId ee.data.copyAsset ee.data.makeTableDownloadUrl ee.data.listBuckets ee.data.getTaskListWithLimit ee.data.listOperations ee.data.startTableIngestion ee.data.cancelOperation ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.listImages ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.getAsset ee.data.getAssetRoots ee.data.authenticateViaPrivateKey ee.data.getOperation ee.data.createAssetHome ee.data.setWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.getInfo ee.data.getThumbId ee.data.createAsset ee.data.cancelTask ee.data.getVideoThumbId ee.data.setDefaultWorkloadTag ee.data.getFilmstripThumbId ee.data.resetWorkloadTag ee.data.getTaskStatus ee.data.getList ee.data.updateAsset ee.data.updateTask ee.data.makeThumbUrl ee.data.startIngestion ee.data.startProcessing ee.data.createFolder ee.data.authenticateViaOauth ee.data.setAssetAcl ee.data.listAssets ee.data.getMapId ee.data.renameAsset ee.data.getTaskList ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Deserializer.decode ee.Dictionary ee.apply ee.TILE_SIZE ee.initialize ee.call ee.reset ee.Algorithms ee.InitState ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.Filter.gte ee.Filter.lte ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.prototype.not ee.Filter.lt ee.Filter.gt ee.Filter.neq ee.Filter.inList ee.Filter.or ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.Rectangle ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry ee.Geometry.MultiPolygon ee.Image.rgb ee.Image.cat ee.Image.prototype.select ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.prototype.expression ee.Image ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.List ee.Number ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.String ee.Terrain".split(" "),
|
|
711
|
+
c=[["name","namedArgs"],["name"],["name","var_args"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
712
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],["classifier","opt_description","opt_assetId","opt_priority"],"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),
|
|
713
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
714
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),["max","opt_property","opt_ascending"],["property","opt_ascending"],["name","operator","value"],["geometry"],["algorithm","opt_first"],["start","opt_end"],["filter"],["algorithm","opt_dropNulls"],["legacy"],["func","var_args"],["callback"],["opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["assetId","properties","opt_callback"],["id","x",
|
|
715
|
+
"y","z"],["params","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["id"],["project","opt_callback"],["opt_limit","opt_callback"],["opt_limit","opt_callback"],["taskId","request","opt_callback"],["operationName","opt_callback"],["assetId","opt_callback"],["rootId","opt_callback"],["params","opt_callback"],["id"],["opt_success","opt_error"],["params","opt_callback"],["asset","params","opt_callback"],["parent","opt_params","opt_callback"],["assetId","opt_callback"],[],["id",
|
|
716
|
+
"opt_callback"],["opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["operationName","opt_callback"],["requestedId","opt_callback"],["tag"],["opt_count","opt_callback"],["obj","opt_callback"],["id","opt_callback"],["params","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["taskId","opt_callback"],["params","opt_callback"],["tag"],["params","opt_callback"],["opt_resetDefault"],["taskId","opt_callback"],["params","opt_callback"],
|
|
717
|
+
["assetId","asset","updateFields","opt_callback"],["taskId","action","opt_callback"],["id"],["taskId","request","opt_callback"],["taskId","params","opt_callback"],["path","opt_force","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["assetId","aclUpdate","opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["opt_callback"],["date","opt_tz"],["json"],["json"],
|
|
718
|
+
["json"],["json"],["opt_dict"],["func","namedArgs"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["func","var_args"],[],[],[],["var_args"],[],["geometry","opt_properties"],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],
|
|
719
|
+
["opt_visParams","opt_callback"],["name","value"],["name","value"],["opt_filter"],["name","value"],["start","opt_end"],["name","operator","value"],["geometry","opt_errorMargin"],["var_args"],[],["name","value"],["name","value"],["name","value"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["var_args"],["namedArgs"],["var_args"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["legacy"],
|
|
720
|
+
["coords","opt_proj","opt_geodesic","opt_maxError"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],["west","south","east","north"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["r","g","b"],["var_args"],["var_args"],["var_args"],["opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["params","opt_callback"],["expression",
|
|
721
|
+
"opt_map"],["opt_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["geometry"],["args"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["selectors","opt_names"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],[],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["string"],[]];[en,dn,Q,No,Fo,Lo,Oo,Jo,Ko,Qo,Go,Io,Do,
|
|
722
|
+
Ho,Po,Mo,V.prototype.limit,V.prototype.sort,V.prototype.mf,V.prototype.vh,V.prototype.Kh,V.prototype.lf,V.prototype.filter,V.prototype.map,O.prototype.va,O.prototype.Eg,O.prototype.evaluate,O.prototype.V,El,Lm,Ll,Wl,Gm,Xl,Am,bm,dm,um,em,Hm,Mm,Ul,Vl,Cl,Ml,Nl,zm,Im,Il,vm,Bm,Fl,fm,Cm,Om,Yl,Ol,vm,Pl,Dm,hm,Ql,Pm,Rl,Qm,am,xm,Jm,gm,Sl,sm,om,Em,Dl,Km,ym,Kl,Fm,cm,gp,lp,pp,kp,jp,qp,Fp,256,zp,Ep,Cp,Bp,Dp,S.prototype.set,ak,W,W.prototype.V,W.prototype.S,W.prototype.getMap,X.prototype.rb,X.prototype.S,X.prototype.V,
|
|
723
|
+
X.prototype.select,X,X.prototype.getMap,Vn,Xn,U,Sn,$n,co,bo,Yn,U.prototype.rc,Un,Wn,Tn,ao,Zn,Zm.prototype.apply,Zm.prototype.call,Cn,Jn,yn,T.prototype.va,In,T.prototype.oe,Hn,Bn,Dn,T.prototype.wg,Gn,T,Kn,qo,ro,N.prototype.select,N.prototype.pi,N.prototype.V,N.prototype.S,N.prototype.Kd,N.prototype.vf,N.prototype.l,N,N.prototype.getMap,N.prototype.rb,N.prototype.clip,Y,Y.prototype.wf,Y.prototype.tf,Y.prototype.S,Y.prototype.getMap,Y.prototype.V,Y.prototype.select,Y.prototype.Ff,Y.prototype.first,so,
|
|
724
|
+
Xo,Xk,bl,gl,Zk,Wk,hl,fl,$o,tp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
|