@google/earthengine 0.1.392 → 0.1.394

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.
@@ -24,9 +24,9 @@ p.next,{done:!1,value:m(p)};p=null}return{done:!0,value:void 0}})},g=function(){
24
24
  var ua=function(a,b,c){if(null==a)throw new TypeError("The 'this' value for String.prototype."+c+" must not be null or undefined");if(b instanceof RegExp)throw new TypeError("First argument to String.prototype."+c+" must not be a regular expression");return a+""};da("String.prototype.repeat",function(a){return a?a:function(b){var c=ua(this,null,"repeat");if(0>b||1342177279<b)throw new RangeError("Invalid count value");b|=0;for(var d="";b;)if(b&1&&(d+=c),b>>>=1)c+=c;return d}});
25
25
  var va=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};da("Array.prototype.keys",function(a){return a?a:function(){return va(this,function(b){return b})}});
26
26
  da("Array.from",function(a){return a?a:function(b,c,d){c=null!=c?c:function(l){return l};var e=[],g="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];if("function"==typeof g){b=g.call(b);for(var f=0;!(g=b.next()).done;)e.push(c.call(d,g.value,f++))}else for(g=b.length,f=0;f<g;f++)e.push(c.call(d,b[f],f));return e}});da("Array.prototype.values",function(a){return a?a:function(){return va(this,function(b,c){return c})}});
27
- da("String.prototype.endsWith",function(a){return a?a:function(b,c){var d=ua(this,b,"endsWith");b+="";void 0===c&&(c=d.length);c=Math.max(0,Math.min(c|0,d.length));for(var e=b.length;0<e&&0<c;)if(d[--c]!=b[--e])return!1;return 0>=e}});da("String.prototype.startsWith",function(a){return a?a:function(b,c){var d=ua(this,b,"startsWith");b+="";var e=d.length,g=b.length;c=Math.max(0,Math.min(c|0,d.length));for(var f=0;f<g&&c<e;)if(d[c++]!=b[f++])return!1;return f>=g}});
28
- da("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in b)la(b,d)&&c.push([d,b[d]]);return c}});da("Object.is",function(a){return a?a:function(b,c){return b===c?0!==b||1/b===1/c:b!==b&&c!==c}});da("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(0>c&&(c=Math.max(c+e,0));c<e;c++){var g=d[c];if(g===b||Object.is(g,b))return!0}return!1}});
29
- da("String.prototype.includes",function(a){return a?a:function(b,c){return-1!==ua(this,b,"includes").indexOf(b,c||0)}});da("Array.prototype.entries",function(a){return a?a:function(){return va(this,function(b,c){return[b,c]})}});
27
+ da("String.prototype.endsWith",function(a){return a?a:function(b,c){var d=ua(this,b,"endsWith");b+="";void 0===c&&(c=d.length);c=Math.max(0,Math.min(c|0,d.length));for(var e=b.length;0<e&&0<c;)if(d[--c]!=b[--e])return!1;return 0>=e}});da("Array.prototype.entries",function(a){return a?a:function(){return va(this,function(b,c){return[b,c]})}});
28
+ da("String.prototype.startsWith",function(a){return a?a:function(b,c){var d=ua(this,b,"startsWith");b+="";var e=d.length,g=b.length;c=Math.max(0,Math.min(c|0,d.length));for(var f=0;f<g&&c<e;)if(d[c++]!=b[f++])return!1;return f>=g}});da("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in b)la(b,d)&&c.push([d,b[d]]);return c}});da("Object.is",function(a){return a?a:function(b,c){return b===c?0!==b||1/b===1/c:b!==b&&c!==c}});
29
+ da("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&&(d=String(d));var e=d.length;c=c||0;for(0>c&&(c=Math.max(c+e,0));c<e;c++){var g=d[c];if(g===b||Object.is(g,b))return!0}return!1}});da("String.prototype.includes",function(a){return a?a:function(b,c){return-1!==ua(this,b,"includes").indexOf(b,c||0)}});
30
30
  da("Set",function(a){if(function(){if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof Object.seal)return!1;try{var c=Object.seal({x:4}),d=new a(n([c]));if(!d.has(c)||1!=d.size||d.add(c)!=d||1!=d.size||d.add({x:4})!=d||2!=d.size)return!1;var e=d.entries(),g=e.next();if(g.done||g.value[0]!=c||g.value[1]!=c)return!1;g=e.next();return g.done||g.value[0]==c||4!=g.value[0].x||g.value[1]!=g.value[0]?!1:e.next().done}catch(f){return!1}}())return a;var b=function(c){this.A=new Map;if(c){c=
31
31
  n(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.A.size};b.prototype.add=function(c){c=0===c?0:c;this.A.set(c,c);this.size=this.A.size;return this};b.prototype.delete=function(c){c=this.A.delete(c);this.size=this.A.size;return c};b.prototype.clear=function(){this.A.clear();this.size=0};b.prototype.has=function(c){return this.A.has(c)};b.prototype.entries=function(){return this.A.entries()};b.prototype.values=function(){return this.A.values()};b.prototype.keys=b.prototype.values;
32
32
  b.prototype[Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(c,d){var e=this;this.A.forEach(function(g){return c.call(d,g,g,e)})};return b});da("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)la(b,d)&&c.push(b[d]);return c}});da("String.prototype.padStart",function(a){return a?a:function(b,c){var d=ua(this,null,"padStart");b-=d.length;c=void 0!==c?String(c):" ";return(0<b&&c?c.repeat(Math.ceil(b/c.length)).substring(0,b):"")+d}});/*
@@ -75,419 +75,419 @@ function $c(a){if(null==a)throw Error("Cannot deserialize, target constructor wa
75
75
  function Xc(a,b,c,d,e){e=d(e);for(var g=ad(a,e),f=g.P||{},l=g.s||{},m=g.Ma||{},p=n(g.keys||[]),v=p.next(),A={};!v.done;A={Vd:void 0},v=p.next()){v=v.value;var C=b(v,a);if(null!=C){var J=void 0;if(f.hasOwnProperty(v)){if(g.sh&&0===C.length)continue;J=bd(C,b,c,d,!0,!0,f[v])}else if(l.hasOwnProperty(v))J=bd(C,b,c,d,!1,!0,l[v]);else if(m.hasOwnProperty(v))A.Vd=m[v],J=A.Vd.pa?C.map(function(fa){return function(X){return cd(X,fa.Vd,b,c,d)}}(A)):cd(C,A.Vd,b,c,d);else if(Array.isArray(C)){if(g.sh&&0===C.length)continue;
76
76
  J=bd(C,b,c,d,!0,!1)}else J=C instanceof Qc?null:C;c(v,e,J)}}return e}function cd(a,b,c,d,e){for(var g={},f=n(Object.keys(a)),l=f.next();!l.done;l=f.next()){l=l.value;var m=a[l];null!=m&&(g[l]=bd(m,c,d,e,b.ra,b.qa,b.ka))}return g}
77
77
  function bd(a,b,c,d,e,g,f){if(g&&null==f)throw Error("Cannot deserialize a reference object without a constructor.");return null==a?a:e&&g?a.map(function(l){return Xc(l,b,c,d,f)}):e&&!g?a.map(function(l){return l}):!e&&g?Xc(a,b,c,d,f):a instanceof Qc?null:"object"===typeof a?JSON.parse(JSON.stringify(a)):a}function ad(a,b){if(b instanceof E)a=Sc(b.i());else if(a instanceof E)a=Sc(a.i());else throw Error("Cannot find ClassMetadata.");return a};var dd;var fd=function(a,b){if(b!==ed)throw Error("TrustedResourceUrl is not meant to be built directly");this.li=a};fd.prototype.toString=function(){return this.li+""};
78
- var gd=function(a){if(a instanceof fd&&a.constructor===fd)return a.li;Na("expected object of type TrustedResourceUrl, got '%s' of type %s",a,xa(a));return"type_error:TrustedResourceUrl"},ed={},hd=function(a){if(void 0===dd){var b=null;var c=r.trustedTypes;if(c&&c.createPolicy)try{b=c.createPolicy("goog#html",{createHTML:Ga,createScript:Ga,createScriptURL:Ga})}catch(d){r.console&&r.console.error(d.message)}dd=b}a=(b=dd)?b.createScriptURL(a):a;return new fd(a,ed)};var jd=function(a,b){if(b!==id)throw Error("SafeUrl is not meant to be built directly");this.ki=a};jd.prototype.toString=function(){return this.ki.toString()};var kd=function(a){if(a instanceof jd&&a.constructor===jd)return a.ki;Na("expected object of type SafeUrl, got '"+a+"' of type "+xa(a));return"type_error:SafeUrl"},id={},ld=new jd("about:invalid#zClosurez",id);new jd("about:blank",id);var md={},nd=function(){if(md!==md)throw Error("SafeStyle is not meant to be built directly");this.ql=""};nd.prototype.toString=function(){return this.ql.toString()};new nd;var od={},pd=function(){if(od!==od)throw Error("SafeStyleSheet is not meant to be built directly");this.pl=""};pd.prototype.toString=function(){return this.pl.toString()};new pd;var qd={},rd=function(){var a=r.trustedTypes&&r.trustedTypes.emptyHTML||"";if(qd!==qd)throw Error("SafeHtml is not meant to be built directly");this.ol=a};rd.prototype.toString=function(){return this.ol.toString()};new rd;var td=function(a,b){if(!t(a)||!t(a)||!t(a)||1!==a.nodeType||a.namespaceURI&&"http://www.w3.org/1999/xhtml"!==a.namespaceURI||a.tagName.toUpperCase()!=="SCRIPT".toString()){var c="SCRIPT".toString()+"; got: ";if(t(a))try{var d=a.constructor.displayName||a.constructor.name||Object.prototype.toString.call(a)}catch(e){d="<object could not be stringified>"}else d=void 0===a?"undefined":null===a?"null":typeof a;Na("Argument is not an HTML Element with tag name "+(c+d))}a:{c=(a.ownerDocument&&a.ownerDocument.defaultView||
79
- r).document;if(c.querySelector&&(c=c.querySelector("script[nonce]"))&&(c=c.nonce||c.getAttribute("nonce"))&&sd.test(c))break a;c=""}c&&a.setAttribute("nonce",c);a.src=gd(b)},sd=/^[\w+/_-]+[=]{0,2}$/;var ud=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&&1<c.length;)d+=c.shift()+e.shift();return d+c.join("%s")},vd=function(a){var b=1;a=a.split(":");for(var c=[];0<b&&a.length;)c.push(a.shift()),b--;a.length&&c.push(a.join(":"));return c};var wd=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),xd=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(0<=d){var g=a[c].substring(0,d);e=a[c].substring(d+1)}else g=a[c];b(g,e?decodeURIComponent(e.replace(/\+/g," ")):"")}}};var yd=function(a){this.ib=this.hc=this.wb="";this.vc=null;this.Sb=this.Zb="";this.za=this.cl=!1;if(a instanceof yd){this.za=a.za;zd(this,a.wb);var b=a.hc;Ad(this);this.hc=b;b=a.ib;Ad(this);this.ib=b;Bd(this,a.vc);this.setPath(a.getPath());Cd(this,a.Ba.clone());a=a.Sb;Ad(this);this.Sb=a}else a&&(b=String(a).match(wd))?(this.za=!1,zd(this,b[1]||"",!0),a=b[2]||"",Ad(this),this.hc=Dd(a),a=b[3]||"",Ad(this),this.ib=Dd(a,!0),Bd(this,b[4]),this.setPath(b[5]||"",!0),Cd(this,b[6]||"",!0),a=b[7]||"",Ad(this),
80
- this.Sb=Dd(a)):(this.za=!1,this.Ba=new Ed(null,this.za))};
81
- yd.prototype.toString=function(){var a=[],b=this.wb;b&&a.push(Fd(b,Gd,!0),":");var c=this.ib;if(c||"file"==b)a.push("//"),(b=this.hc)&&a.push(Fd(b,Gd,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.vc,null!=c&&a.push(":",String(c));if(c=this.getPath())this.ib&&"/"!=c.charAt(0)&&a.push("/"),a.push(Fd(c,"/"==c.charAt(0)?Hd:Id,!0));(c=this.Ba.toString())&&a.push("?",c);(c=this.Sb)&&a.push("#",Fd(c,Jd));return a.join("")};
82
- yd.prototype.resolve=function(a){var b=this.clone(),c=!!a.wb;c?zd(b,a.wb):c=!!a.hc;if(c){var d=a.hc;Ad(b);b.hc=d}else c=!!a.ib;c?(d=a.ib,Ad(b),b.ib=d):c=null!=a.vc;d=a.getPath();if(c)Bd(b,a.vc);else if(c=!!a.Zb){if("/"!=d.charAt(0))if(this.ib&&!this.Zb)d="/"+d;else{var e=b.getPath().lastIndexOf("/");-1!=e&&(d=b.getPath().slice(0,e+1)+d)}e=d;if(".."==e||"."==e)d="";else if(-1!=e.indexOf("./")||-1!=e.indexOf("/.")){d=0==e.lastIndexOf("/",0);e=e.split("/");for(var g=[],f=0;f<e.length;){var l=e[f++];
83
- "."==l?d&&f==e.length&&g.push(""):".."==l?((1<g.length||1==g.length&&""!=g[0])&&g.pop(),d&&f==e.length&&g.push("")):(g.push(l),d=!0)}d=g.join("/")}else d=e}c?b.setPath(d):c=""!==a.Ba.toString();c?Cd(b,a.Ba.clone()):c=!!a.Sb;c&&(a=a.Sb,Ad(b),b.Sb=a);return b};yd.prototype.clone=function(){return new yd(this)};
84
- var zd=function(a,b,c){Ad(a);a.wb=c?Dd(b,!0):b;a.wb&&(a.wb=a.wb.replace(/:$/,""))},Bd=function(a,b){Ad(a);if(b){b=Number(b);if(isNaN(b)||0>b)throw Error("Bad port number "+b);a.vc=b}else a.vc=null};yd.prototype.getPath=function(){return this.Zb};yd.prototype.setPath=function(a,b){Ad(this);this.Zb=b?Dd(a,!0):a;return this};var Cd=function(a,b,c){Ad(a);b instanceof Ed?(a.Ba=b,a.Ba.hg(a.za)):(c||(b=Fd(b,Kd)),a.Ba=new Ed(b,a.za))};yd.prototype.getQuery=function(){return this.Ba.toString()};
85
- yd.prototype.removeParameter=function(a){Ad(this);this.Ba.remove(a);return this};var Ad=function(a){if(a.cl)throw Error("Tried to modify a read-only Uri");};yd.prototype.hg=function(a){this.za=a;this.Ba&&this.Ba.hg(a)};
86
- var Ld=function(a){return a instanceof yd?a.clone():new yd(a)},Dd=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},Fd=function(a,b,c){return"string"===typeof a?(a=encodeURI(a).replace(b,Md),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null},Md=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)},Gd=/[#\/\?@]/g,Id=/[#\?:]/g,Hd=/[#\?]/g,Kd=/[#\?@]/g,Jd=/#/g,Ed=function(a,b){this.Y=this.N=null;this.ta=a||null;this.za=!!b},Nd=
87
- function(a){a.N||(a.N=new Map,a.Y=0,a.ta&&xd(a.ta,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};h=Ed.prototype;h.R=function(){Nd(this);return this.Y};h.add=function(a,b){Nd(this);this.ta=null;a=Od(this,a);var c=this.N.get(a);c||this.N.set(a,c=[]);c.push(b);this.Y=Oa(this.Y)+1;return this};h.remove=function(a){Nd(this);a=Od(this,a);return this.N.has(a)?(this.ta=null,this.Y=Oa(this.Y)-this.N.get(a).length,this.N.delete(a)):!1};h.clear=function(){this.N=this.ta=null;this.Y=0};
88
- h.isEmpty=function(){Nd(this);return 0==this.Y};h.Pb=function(a){Nd(this);a=Od(this,a);return this.N.has(a)};h.Ic=function(a){var b=this.aa();return $a(b,a)};h.forEach=function(a,b){Nd(this);this.N.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};h.tb=function(){Nd(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};
89
- h.aa=function(a){Nd(this);var b=[];if("string"===typeof a)this.Pb(a)&&(b=b.concat(this.N.get(Od(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){Nd(this);this.ta=null;a=Od(this,a);this.Pb(a)&&(this.Y=Oa(this.Y)-this.N.get(a).length);this.N.set(a,[b]);this.Y=Oa(this.Y)+1;return this};h.get=function(a,b){if(!a)return b;a=this.aa(a);return 0<a.length?String(a[0]):b};
90
- h.setValues=function(a,b){this.remove(a);0<b.length&&(this.ta=null,this.N.set(Od(this,a),cb(b)),this.Y=Oa(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("&")};
91
- h.clone=function(){var a=new Ed;a.ta=this.ta;this.N&&(a.N=new Map(this.N),a.Y=this.Y);return a};var Od=function(a,b){b=String(b);a.za&&(b=b.toLowerCase());return b};Ed.prototype.hg=function(a){a&&!this.za&&(Nd(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};Ed.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Gc(arguments[b],function(c,d){this.add(d,c)},this)};function Pd(a){if(null!=a.u){var b={},c;for(c in a.u)void 0!==a.u[c]&&(b[c]=a.u[c]);a.u=b}}function H(a,b){var c=Qd;b=void 0===b?{}:b;c=n(Object.entries(c));for(var d=c.next();!d.done;d=c.next()){var e=n(d.value);d=e.next().value;e=e.next().value;d in a&&(b[e]=a[d])}return b};var Rd=function(){};Rd.prototype.C=function(a,b){a=String(a);if(!b.test(a))throw Error("parameter ["+a+"] does not match pattern ["+b.toString()+"]");};function Sd(a,b){if(null==a)return null;a=a.Ol(b);return null==a?null:a};var Td=function(a,b){this.M=a;this.al=void 0===b?null:b};q(Td,Rd);var Ud=function(a,b,c){var d=Sd(a.al,b);if(null==d)return c;d.Pl();return c.then(function(e){d.Rl(e);return e},function(e){d.Ql(e);throw e;})},I=function(a,b){var c=b.G||void 0,d=a.M,e=d.send,g=b.body instanceof E?Xc(b.body,Tc,Uc,Vc):b.body;return Ud(a,b,e.call(d,{path:b.path,B:b.B,D:b.D,body:g,u:b.u,Ei:b.Ei&&b.Ei},c))};var Vd={Ac:"ADMIN_READ",Bc:"DATA_READ",Cc:"DATA_WRITE",bk:"LOG_TYPE_UNSPECIFIED",values:function(){return[Vd.bk,Vd.Ac,Vd.Cc,Vd.Bc]}},Wd={Ac:"ADMIN_READ",ye:"ADMIN_WRITE",Bc:"DATA_READ",Cc:"DATA_WRITE",Ge:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[Wd.Ge,Wd.Ac,Wd.ye,Wd.Bc,Wd.Cc]}},Xd={cj:"AUTO_APPEAL_ELIGIBLE",gj:"CAPABILITY_GROUP_UNSPECIFIED",ij:"CLOUD_ALPHA",Dj:"EXTERNAL",Uj:"INTERNAL",Xj:"LIMITED",jk:"PREAUTHORIZED",lk:"PREVIEW",Ec:"PUBLIC",nk:"RESTRICTED",values:function(){return[Xd.gj,
92
- Xd.Ec,Xd.Uj,Xd.Dj,Xd.Xj,Xd.jk,Xd.lk,Xd.ij,Xd.nk,Xd.cj]}},Yd={Vi:"ADMIN_ACTIVITY",tj:"DATA_ACCESS",Dk:"UNSPECIFIED_LOG_NAME",values:function(){return[Yd.Dk,Yd.Vi,Yd.tj]}},Zd={Ac:"ADMIN_READ",ye:"ADMIN_WRITE",Bc:"DATA_READ",Cc:"DATA_WRITE",Ge:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[Zd.Ge,Zd.Ac,Zd.ye,Zd.Bc,Zd.Cc]}},$d={wj:"DEFAULT_OBJECT_ACL",Ec:"PUBLIC",yk:"TILE_PERMISSIONS_UNSPECIFIED",values:function(){return[$d.yk,$d.Ec,$d.wj]}},ae={Yi:"APPROVER",aj:"ATTRIBUTION",bj:"AUTHORITY",nj:"CREDENTIALS_TYPE",
93
- oj:"CREDS_ASSERTION",Wj:"JUSTIFICATION_TYPE",Fe:"NO_ATTR",qk:"SECURITY_REALM",values:function(){return[ae.Fe,ae.bj,ae.aj,ae.qk,ae.Yi,ae.Wj,ae.nj,ae.oj]}},be={Bj:"DISCHARGED",Cj:"EQUALS",Oj:"IN",dk:"NOT_EQUALS",ek:"NOT_IN",gk:"NO_OP",values:function(){return[be.gk,be.Cj,be.dk,be.Oj,be.ek,be.Bj]}},ce={Vj:"IP",ck:"NAME",Fe:"NO_ATTR",mk:"REGION",rk:"SERVICE",values:function(){return[ce.Fe,ce.mk,ce.rk,ce.ck,ce.Vj]}},de={Zj:"LOG_FAIL_CLOSED",ak:"LOG_MODE_UNSPECIFIED",values:function(){return[de.ak,de.Zj]}},
94
- fe={hj:"CLASSIFIER",Fj:"FEATURE_VIEW",Hj:"FOLDER",Lj:"IMAGE",Mj:"IMAGE_COLLECTION",xk:"TABLE",Ke:"TYPE_UNSPECIFIED",values:function(){return[fe.Ke,fe.Lj,fe.Mj,fe.xk,fe.Hj,fe.hj,fe.Fj]}},ge={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[ge.Db,ge.Eb,ge.Hb,ge.Bb,ge.Gb,ge.Cb,ge.Ib,ge.Fb,ge.Jb,ge.Kb]}},he={Ek:"V1",Fk:"V2",Gk:"VERSION_UNSPECIFIED",
95
- values:function(){return[he.Gk,he.Ek,he.Fk]}},ie={dj:"BOOLEAN",vj:"DATE_TIME",Dc:"DOUBLE",Tj:"INTEGER",vk:"STRING",Ke:"TYPE_UNSPECIFIED",values:function(){return[ie.Ke,ie.Tj,ie.dj,ie.Dc,ie.vk,ie.vj]}},je={Gj:"FEATURE_VIEW_ASSET_PERMISSIONS_UNSPECIFIED",Ec:"PUBLIC",values:function(){return[je.Gj,je.Ec]}},ke={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",
96
- values:function(){return[ke.Db,ke.Eb,ke.Hb,ke.Bb,ke.Gb,ke.Cb,ke.Ib,ke.Fb,ke.Jb,ke.Kb]}},le={Kj:"HORIZONTAL",hk:"ORIENTATION_UNSPECIFIED",Hk:"VERTICAL",values:function(){return[le.hk,le.Kj,le.Hk]}},me={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[me.eb,me.ab,me.fb,me.MIN,me.MAX,me.cb,me.bb]}},ne={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[ne.eb,
97
- ne.ab,ne.fb,ne.MIN,ne.MAX,ne.cb,ne.bb]}},oe={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[oe.eb,oe.ab,oe.fb,oe.MIN,oe.MAX,oe.cb,oe.bb]}},pe={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[pe.Db,pe.Eb,pe.Hb,pe.Bb,pe.Gb,pe.Cb,pe.Ib,pe.Fb,pe.Jb,pe.Kb]}},
98
- qe={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[qe.eb,qe.ab,qe.fb,qe.MIN,qe.MAX,qe.cb,qe.bb]}},re={Nj:"IMPORT_MODE_UNSPECIFIED",Pj:"INGEST",Ik:"VIRTUAL",values:function(){return[re.Nj,re.Pj,re.Ik]}},se={ej:"CANCELLED",fj:"CANCELLING",Ej:"FAILED",ik:"PENDING",pk:"RUNNING",uk:"STATE_UNSPECIFIED",wk:"SUCCEEDED",values:function(){return[se.uk,se.ik,se.pk,se.fj,se.wk,se.ej,se.Ej]}},te={sk:"SEVERE",tk:"SEVERITY_UNSPECIFIED",
99
- Jk:"WARNING",values:function(){return[te.tk,te.Jk,te.sk]}},ue={Dc:"DOUBLE",FLOAT:"FLOAT",INT:"INT",kk:"PRECISION_UNSPECIFIED",values:function(){return[ue.kk,ue.INT,ue.FLOAT,ue.Dc]}},ve={Zi:"ASCENDING",zj:"DESCENDING",Aj:"DIRECTION_UNSPECIFIED",values:function(){return[ve.Aj,ve.Zi,ve.zj]}},we={Wi:"ALLOW",Xi:"ALLOW_WITH_LOG",xj:"DENY",yj:"DENY_WITH_LOG",Yj:"LOG",fk:"NO_ACTION",values:function(){return[we.fk,we.Wi,we.Xi,we.xj,we.yj,we.Yj]}},xe={ze:"CSV",Ae:"GEO_JSON",Ce:"KML",De:"KMZ",He:"SHP",Ie:"TABLE_FILE_FORMAT_UNSPECIFIED",
100
- Je:"TF_RECORD_TABLE",values:function(){return[xe.Ie,xe.ze,xe.Ae,xe.Ce,xe.De,xe.He,xe.Je]}},ye={ze:"CSV",Ae:"GEO_JSON",Ce:"KML",De:"KMZ",He:"SHP",Ie:"TABLE_FILE_FORMAT_UNSPECIFIED",Je:"TF_RECORD_TABLE",values:function(){return[ye.Ie,ye.ze,ye.Ae,ye.Ce,ye.De,ye.He,ye.Je]}},ze={jj:"COLUMN_DATA_TYPE_LONG",kj:"COLUMN_DATA_TYPE_NUMERIC",lj:"COLUMN_DATA_TYPE_STRING",mj:"COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[ze.mj,ze.lj,ze.kj,ze.jj]}},Ae={pj:"CSV_COLUMN_DATA_TYPE_LONG",qj:"CSV_COLUMN_DATA_TYPE_NUMERIC",
101
- rj:"CSV_COLUMN_DATA_TYPE_STRING",sj:"CSV_COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[Ae.sj,Ae.rj,Ae.qj,Ae.pj]}},Be={Ij:"GLOBALLY_CONSISTENT",Jj:"HIGHER_DENSITY",Ck:"UNKNOWN_THINNING_STRATEGY",values:function(){return[Be.Ck,Be.Ij,Be.Jj]}},Ce={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[Ce.Db,Ce.Eb,Ce.Hb,Ce.Bb,Ce.Gb,
102
- Ce.Cb,Ce.Ib,Ce.Fb,Ce.Jb,Ce.Kb]}},De={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[De.eb,De.ab,De.fb,De.MIN,De.MAX,De.cb,De.bb]}},Ee={uj:"DATA_TYPE_UNSPECIFIED",Dc:"DOUBLE",FLOAT:"FLOAT",Qj:"INT16",Rj:"INT32",Sj:"INT8",zk:"UINT16",Ak:"UINT32",Bk:"UINT8",values:function(){return[Ee.uj,Ee.Sj,Ee.Bk,Ee.Qj,Ee.zk,Ee.Rj,Ee.Ak,Ee.FLOAT,Ee.Dc]}},Fe={Be:"GIF",Ee:"MP4",Le:"VIDEO_FILE_FORMAT_UNSPECIFIED",Me:"VP9",values:function(){return[Fe.Le,
103
- Fe.Ee,Fe.Be,Fe.Me]}},Ge={Be:"GIF",Ee:"MP4",Le:"VIDEO_FILE_FORMAT_UNSPECIFIED",Me:"VP9",values:function(){return[Ge.Le,Ge.Ee,Ge.Be,Ge.Me]}},He=function(a){a=void 0===a?{}:a;this.h={};this.h.scaleX=null==a.dg?null:a.dg;this.h.shearX=null==a.ig?null:a.ig;this.h.translateX=null==a.zg?null:a.zg;this.h.shearY=null==a.jg?null:a.jg;this.h.scaleY=null==a.eg?null:a.eg;this.h.translateY=null==a.Ag?null:a.Ag};q(He,E);He.prototype.i=function(){return{keys:"scaleX scaleY shearX shearY translateX translateY".split(" ")}};
104
- k.Object.defineProperties(He.prototype,{dg:{configurable:!0,enumerable:!0,get:function(){return G(this,"scaleX")?F(this,"scaleX"):null},set:function(a){this.h.scaleX=a}},eg:{configurable:!0,enumerable:!0,get:function(){return G(this,"scaleY")?F(this,"scaleY"):null},set:function(a){this.h.scaleY=a}},ig:{configurable:!0,enumerable:!0,get:function(){return G(this,"shearX")?F(this,"shearX"):null},set:function(a){this.h.shearX=a}},jg:{configurable:!0,enumerable:!0,get:function(){return G(this,"shearY")?
78
+ var gd=function(a){if(a instanceof fd&&a.constructor===fd)return a.li;Na("expected object of type TrustedResourceUrl, got '%s' of type %s",a,xa(a));return"type_error:TrustedResourceUrl"},ed={},hd=function(a){if(void 0===dd){var b=null;var c=r.trustedTypes;if(c&&c.createPolicy)try{b=c.createPolicy("goog#html",{createHTML:Ga,createScript:Ga,createScriptURL:Ga})}catch(d){r.console&&r.console.error(d.message)}dd=b}a=(b=dd)?b.createScriptURL(a):a;return new fd(a,ed)};var jd=function(a,b){if(b!==id)throw Error("SafeUrl is not meant to be built directly");this.ki=a};jd.prototype.toString=function(){return this.ki.toString()};var kd=function(a){if(a instanceof jd&&a.constructor===jd)return a.ki;Na("expected object of type SafeUrl, got '"+a+"' of type "+xa(a));return"type_error:SafeUrl"},id={},ld=function(a){return new jd(a,id)};ld("about:invalid#zClosurez");ld("about:blank");var md={},nd=function(){if(md!==md)throw Error("SafeStyle is not meant to be built directly");this.ql=""};nd.prototype.toString=function(){return this.ql.toString()};new nd;var od={},pd=function(){if(od!==od)throw Error("SafeStyleSheet is not meant to be built directly");this.pl=""};pd.prototype.toString=function(){return this.pl.toString()};new pd;var qd={},rd=function(){var a=r.trustedTypes&&r.trustedTypes.emptyHTML||"";if(qd!==qd)throw Error("SafeHtml is not meant to be built directly");this.ol=a};rd.prototype.toString=function(){return this.ol.toString()};new rd;/*
79
+
80
+ SPDX-License-Identifier: Apache-2.0
81
+ */
82
+ var sd=ia([""]),td=ja(["\x00"],["\\0"]),ud=ja(["\n"],["\\n"]),vd=ja(["\x00"],["\\u0000"]),wd=ia([""]),xd=ja(["\x00"],["\\0"]),yd=ja(["\n"],["\\n"]),zd=ja(["\x00"],["\\u0000"]);function Ad(a){return Object.isFrozen(a)&&Object.isFrozen(a.raw)}function Bd(a){return-1===a.toString().indexOf("`")}var Cd=Bd(function(a){return a(sd)})||Bd(function(a){return a(td)})||Bd(function(a){return a(ud)})||Bd(function(a){return a(vd)}),Dd=Ad(wd)&&Ad(xd)&&Ad(yd)&&Ad(zd);ld("about:blank");var Ed=ld("about:invalid#zClosurez");function Fd(a){if("undefined"!==typeof MediaSource&&a instanceof MediaSource)return ld(URL.createObjectURL(a));var b=a.type.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);if(2!==(null==b?void 0:b.length)||!(/^image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon|heic|heif|avif|x-ms-bmp)$/i.test(b[1])||/^video\/(?:mpeg|mp4|ogg|webm|x-matroska|quicktime|x-ms-wmv)$/i.test(b[1])||/^audio\/(?:3gpp2|3gpp|aac|amr|L16|midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-matroska|x-wav|wav|webm)$/i.test(b[1])||/^font\/\w+/i.test(b[1])))throw Error("unsafe blob MIME type: "+
83
+ a.type);return ld(URL.createObjectURL(a))}var Gd=[],Hd=function(a){console.warn("A URL with content '"+a+"' was sanitized away.")};-1===Gd.indexOf(Hd)&&Gd.push(Hd);var Id=function(a,b){this.name=a;this.value=b};Id.prototype.toString=function(){return this.name};var Jd=new Id("OFF",Infinity),Kd=new Id("SEVERE",1E3),Ld=new Id("CONFIG",700),Md=new Id("FINE",500),Nd=function(){this.Bd=0;this.clear()},Od;Nd.prototype.clear=function(){this.yd=Array(this.Bd);this.kh=-1;this.Kh=!1};var Pd=function(a,b,c){this.reset(a||Jd,b,c,void 0,void 0)};Pd.prototype.reset=function(){};
84
+ var Qd=function(a,b){this.level=null;this.Zk=[];this.parent=(void 0===b?null:b)||null;this.children=[];this.gl={wf:function(){return a}}},Rd=function(a){if(a.level)return a.level;if(a.parent)return Rd(a.parent);Na("Root logger has no level set.");return Jd},Sd=function(a,b){for(;a;)a.Zk.forEach(function(c){c(b)}),a=a.parent},Td=function(){this.entries={};var a=new Qd("");a.level=Ld;this.entries[""]=a},Ud,Vd=function(a,b){var c=a.entries[b];if(c)return c;c=Vd(a,b.slice(0,Math.max(b.lastIndexOf("."),
85
+ 0)));var d=new Qd(b,c);a.entries[b]=d;c.children.push(d);return d},Wd=function(){Ud||(Ud=new Td);return Ud},Xd=function(a,b,c){var d;if(d=a)if(d=a&&b){d=b.value;var e=a?Rd(Vd(Wd(),a.wf())):Jd;d=d>=e.value}if(d){b=b||Jd;d=Vd(Wd(),a.wf());"function"===typeof c&&(c=c());Od||(Od=new Nd);e=Od;a=a.wf();if(0<e.Bd){var g=(e.kh+1)%e.Bd;e.kh=g;e.Kh?(e=e.yd[g],e.reset(b,c,a),a=e):(e.Kh=g==e.Bd-1,a=e.yd[g]=new Pd(b,c,a))}else a=new Pd(b,c,a);Sd(d,a)}},Yd=function(a,b){a&&Xd(a,Kd,b)},Zd=function(a,b){a&&Xd(a,
86
+ Md,b)};var $d=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&&1<c.length;)d+=c.shift()+e.shift();return d+c.join("%s")},ae=function(a){var b=1;a=a.split(":");for(var c=[];0<b&&a.length;)c.push(a.shift()),b--;a.length&&c.push(a.join(":"));return c};var be=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),ce=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(0<=d){var g=a[c].substring(0,d);e=a[c].substring(d+1)}else g=a[c];b(g,e?decodeURIComponent(e.replace(/\+/g," ")):"")}}};var de=function(a){this.ib=this.hc=this.wb="";this.vc=null;this.Sb=this.Zb="";this.za=this.cl=!1;if(a instanceof de){this.za=a.za;fe(this,a.wb);var b=a.hc;ge(this);this.hc=b;b=a.ib;ge(this);this.ib=b;he(this,a.vc);this.setPath(a.getPath());ie(this,a.Ba.clone());a=a.Sb;ge(this);this.Sb=a}else a&&(b=String(a).match(be))?(this.za=!1,fe(this,b[1]||"",!0),a=b[2]||"",ge(this),this.hc=je(a),a=b[3]||"",ge(this),this.ib=je(a,!0),he(this,b[4]),this.setPath(b[5]||"",!0),ie(this,b[6]||"",!0),a=b[7]||"",ge(this),
87
+ this.Sb=je(a)):(this.za=!1,this.Ba=new ke(null,this.za))};
88
+ de.prototype.toString=function(){var a=[],b=this.wb;b&&a.push(le(b,me,!0),":");var c=this.ib;if(c||"file"==b)a.push("//"),(b=this.hc)&&a.push(le(b,me,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.vc,null!=c&&a.push(":",String(c));if(c=this.getPath())this.ib&&"/"!=c.charAt(0)&&a.push("/"),a.push(le(c,"/"==c.charAt(0)?ne:oe,!0));(c=this.Ba.toString())&&a.push("?",c);(c=this.Sb)&&a.push("#",le(c,pe));return a.join("")};
89
+ de.prototype.resolve=function(a){var b=this.clone(),c=!!a.wb;c?fe(b,a.wb):c=!!a.hc;if(c){var d=a.hc;ge(b);b.hc=d}else c=!!a.ib;c?(d=a.ib,ge(b),b.ib=d):c=null!=a.vc;d=a.getPath();if(c)he(b,a.vc);else if(c=!!a.Zb){if("/"!=d.charAt(0))if(this.ib&&!this.Zb)d="/"+d;else{var e=b.getPath().lastIndexOf("/");-1!=e&&(d=b.getPath().slice(0,e+1)+d)}e=d;if(".."==e||"."==e)d="";else if(-1!=e.indexOf("./")||-1!=e.indexOf("/.")){d=0==e.lastIndexOf("/",0);e=e.split("/");for(var g=[],f=0;f<e.length;){var l=e[f++];
90
+ "."==l?d&&f==e.length&&g.push(""):".."==l?((1<g.length||1==g.length&&""!=g[0])&&g.pop(),d&&f==e.length&&g.push("")):(g.push(l),d=!0)}d=g.join("/")}else d=e}c?b.setPath(d):c=""!==a.Ba.toString();c?ie(b,a.Ba.clone()):c=!!a.Sb;c&&(a=a.Sb,ge(b),b.Sb=a);return b};de.prototype.clone=function(){return new de(this)};
91
+ var fe=function(a,b,c){ge(a);a.wb=c?je(b,!0):b;a.wb&&(a.wb=a.wb.replace(/:$/,""))},he=function(a,b){ge(a);if(b){b=Number(b);if(isNaN(b)||0>b)throw Error("Bad port number "+b);a.vc=b}else a.vc=null};de.prototype.getPath=function(){return this.Zb};de.prototype.setPath=function(a,b){ge(this);this.Zb=b?je(a,!0):a;return this};var ie=function(a,b,c){ge(a);b instanceof ke?(a.Ba=b,a.Ba.hg(a.za)):(c||(b=le(b,qe)),a.Ba=new ke(b,a.za))};de.prototype.getQuery=function(){return this.Ba.toString()};
92
+ de.prototype.removeParameter=function(a){ge(this);this.Ba.remove(a);return this};var ge=function(a){if(a.cl)throw Error("Tried to modify a read-only Uri");};de.prototype.hg=function(a){this.za=a;this.Ba&&this.Ba.hg(a)};
93
+ var re=function(a){return a instanceof de?a.clone():new de(a)},je=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},le=function(a,b,c){return"string"===typeof a?(a=encodeURI(a).replace(b,se),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null},se=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)},me=/[#\/\?@]/g,oe=/[#\?:]/g,ne=/[#\?]/g,qe=/[#\?@]/g,pe=/#/g,ke=function(a,b){this.Y=this.N=null;this.ta=a||null;this.za=!!b},te=
94
+ function(a){a.N||(a.N=new Map,a.Y=0,a.ta&&ce(a.ta,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};h=ke.prototype;h.R=function(){te(this);return this.Y};h.add=function(a,b){te(this);this.ta=null;a=ue(this,a);var c=this.N.get(a);c||this.N.set(a,c=[]);c.push(b);this.Y=Oa(this.Y)+1;return this};h.remove=function(a){te(this);a=ue(this,a);return this.N.has(a)?(this.ta=null,this.Y=Oa(this.Y)-this.N.get(a).length,this.N.delete(a)):!1};h.clear=function(){this.N=this.ta=null;this.Y=0};
95
+ h.isEmpty=function(){te(this);return 0==this.Y};h.Pb=function(a){te(this);a=ue(this,a);return this.N.has(a)};h.Ic=function(a){var b=this.aa();return $a(b,a)};h.forEach=function(a,b){te(this);this.N.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};h.tb=function(){te(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};
96
+ h.aa=function(a){te(this);var b=[];if("string"===typeof a)this.Pb(a)&&(b=b.concat(this.N.get(ue(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){te(this);this.ta=null;a=ue(this,a);this.Pb(a)&&(this.Y=Oa(this.Y)-this.N.get(a).length);this.N.set(a,[b]);this.Y=Oa(this.Y)+1;return this};h.get=function(a,b){if(!a)return b;a=this.aa(a);return 0<a.length?String(a[0]):b};
97
+ h.setValues=function(a,b){this.remove(a);0<b.length&&(this.ta=null,this.N.set(ue(this,a),cb(b)),this.Y=Oa(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("&")};
98
+ h.clone=function(){var a=new ke;a.ta=this.ta;this.N&&(a.N=new Map(this.N),a.Y=this.Y);return a};var ue=function(a,b){b=String(b);a.za&&(b=b.toLowerCase());return b};ke.prototype.hg=function(a){a&&!this.za&&(te(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};ke.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Gc(arguments[b],function(c,d){this.add(d,c)},this)};function ve(a){if(null!=a.u){var b={},c;for(c in a.u)void 0!==a.u[c]&&(b[c]=a.u[c]);a.u=b}}function H(a,b){var c=we;b=void 0===b?{}:b;c=n(Object.entries(c));for(var d=c.next();!d.done;d=c.next()){var e=n(d.value);d=e.next().value;e=e.next().value;d in a&&(b[e]=a[d])}return b};var xe=function(){};xe.prototype.C=function(a,b){a=String(a);if(!b.test(a))throw Error("parameter ["+a+"] does not match pattern ["+b.toString()+"]");};function ye(a,b){if(null==a)return null;a=a.Ol(b);return null==a?null:a};var ze=function(a,b){this.M=a;this.al=void 0===b?null:b};q(ze,xe);var Ae=function(a,b,c){var d=ye(a.al,b);if(null==d)return c;d.Pl();return c.then(function(e){d.Rl(e);return e},function(e){d.Ql(e);throw e;})},I=function(a,b){var c=b.G||void 0,d=a.M,e=d.send,g=b.body instanceof E?Xc(b.body,Tc,Uc,Vc):b.body;return Ae(a,b,e.call(d,{path:b.path,B:b.B,D:b.D,body:g,u:b.u,Ei:b.Ei&&b.Ei},c))};var Be={Ac:"ADMIN_READ",Bc:"DATA_READ",Cc:"DATA_WRITE",bk:"LOG_TYPE_UNSPECIFIED",values:function(){return[Be.bk,Be.Ac,Be.Cc,Be.Bc]}},Ce={Ac:"ADMIN_READ",ye:"ADMIN_WRITE",Bc:"DATA_READ",Cc:"DATA_WRITE",Ge:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[Ce.Ge,Ce.Ac,Ce.ye,Ce.Bc,Ce.Cc]}},De={cj:"AUTO_APPEAL_ELIGIBLE",gj:"CAPABILITY_GROUP_UNSPECIFIED",ij:"CLOUD_ALPHA",Dj:"EXTERNAL",Uj:"INTERNAL",Xj:"LIMITED",jk:"PREAUTHORIZED",lk:"PREVIEW",Ec:"PUBLIC",nk:"RESTRICTED",values:function(){return[De.gj,
99
+ De.Ec,De.Uj,De.Dj,De.Xj,De.jk,De.lk,De.ij,De.nk,De.cj]}},Ee={Vi:"ADMIN_ACTIVITY",tj:"DATA_ACCESS",Dk:"UNSPECIFIED_LOG_NAME",values:function(){return[Ee.Dk,Ee.Vi,Ee.tj]}},Fe={Ac:"ADMIN_READ",ye:"ADMIN_WRITE",Bc:"DATA_READ",Cc:"DATA_WRITE",Ge:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[Fe.Ge,Fe.Ac,Fe.ye,Fe.Bc,Fe.Cc]}},Ge={wj:"DEFAULT_OBJECT_ACL",Ec:"PUBLIC",yk:"TILE_PERMISSIONS_UNSPECIFIED",values:function(){return[Ge.yk,Ge.Ec,Ge.wj]}},He={Yi:"APPROVER",aj:"ATTRIBUTION",bj:"AUTHORITY",nj:"CREDENTIALS_TYPE",
100
+ oj:"CREDS_ASSERTION",Wj:"JUSTIFICATION_TYPE",Fe:"NO_ATTR",qk:"SECURITY_REALM",values:function(){return[He.Fe,He.bj,He.aj,He.qk,He.Yi,He.Wj,He.nj,He.oj]}},Ie={Bj:"DISCHARGED",Cj:"EQUALS",Oj:"IN",dk:"NOT_EQUALS",ek:"NOT_IN",gk:"NO_OP",values:function(){return[Ie.gk,Ie.Cj,Ie.dk,Ie.Oj,Ie.ek,Ie.Bj]}},Je={Vj:"IP",ck:"NAME",Fe:"NO_ATTR",mk:"REGION",rk:"SERVICE",values:function(){return[Je.Fe,Je.mk,Je.rk,Je.ck,Je.Vj]}},Ke={Zj:"LOG_FAIL_CLOSED",ak:"LOG_MODE_UNSPECIFIED",values:function(){return[Ke.ak,Ke.Zj]}},
101
+ Le={hj:"CLASSIFIER",Fj:"FEATURE_VIEW",Hj:"FOLDER",Lj:"IMAGE",Mj:"IMAGE_COLLECTION",xk:"TABLE",Ke:"TYPE_UNSPECIFIED",values:function(){return[Le.Ke,Le.Lj,Le.Mj,Le.xk,Le.Hj,Le.hj,Le.Fj]}},Me={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[Me.Db,Me.Eb,Me.Hb,Me.Bb,Me.Gb,Me.Cb,Me.Ib,Me.Fb,Me.Jb,Me.Kb]}},Ne={Ek:"V1",Fk:"V2",Gk:"VERSION_UNSPECIFIED",
102
+ values:function(){return[Ne.Gk,Ne.Ek,Ne.Fk]}},Oe={dj:"BOOLEAN",vj:"DATE_TIME",Dc:"DOUBLE",Tj:"INTEGER",vk:"STRING",Ke:"TYPE_UNSPECIFIED",values:function(){return[Oe.Ke,Oe.Tj,Oe.dj,Oe.Dc,Oe.vk,Oe.vj]}},Pe={Gj:"FEATURE_VIEW_ASSET_PERMISSIONS_UNSPECIFIED",Ec:"PUBLIC",values:function(){return[Pe.Gj,Pe.Ec]}},Qe={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",
103
+ values:function(){return[Qe.Db,Qe.Eb,Qe.Hb,Qe.Bb,Qe.Gb,Qe.Cb,Qe.Ib,Qe.Fb,Qe.Jb,Qe.Kb]}},Re={Kj:"HORIZONTAL",hk:"ORIENTATION_UNSPECIFIED",Hk:"VERTICAL",values:function(){return[Re.hk,Re.Kj,Re.Hk]}},Se={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[Se.eb,Se.ab,Se.fb,Se.MIN,Se.MAX,Se.cb,Se.bb]}},Te={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[Te.eb,
104
+ Te.ab,Te.fb,Te.MIN,Te.MAX,Te.cb,Te.bb]}},Ue={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[Ue.eb,Ue.ab,Ue.fb,Ue.MIN,Ue.MAX,Ue.cb,Ue.bb]}},Ve={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[Ve.Db,Ve.Eb,Ve.Hb,Ve.Bb,Ve.Gb,Ve.Cb,Ve.Ib,Ve.Fb,Ve.Jb,Ve.Kb]}},
105
+ We={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[We.eb,We.ab,We.fb,We.MIN,We.MAX,We.cb,We.bb]}},Xe={Nj:"IMPORT_MODE_UNSPECIFIED",Pj:"INGEST",Ik:"VIRTUAL",values:function(){return[Xe.Nj,Xe.Pj,Xe.Ik]}},Ye={ej:"CANCELLED",fj:"CANCELLING",Ej:"FAILED",ik:"PENDING",pk:"RUNNING",uk:"STATE_UNSPECIFIED",wk:"SUCCEEDED",values:function(){return[Ye.uk,Ye.ik,Ye.pk,Ye.fj,Ye.wk,Ye.ej,Ye.Ej]}},Ze={sk:"SEVERE",tk:"SEVERITY_UNSPECIFIED",
106
+ Jk:"WARNING",values:function(){return[Ze.tk,Ze.Jk,Ze.sk]}},$e={Dc:"DOUBLE",FLOAT:"FLOAT",INT:"INT",kk:"PRECISION_UNSPECIFIED",values:function(){return[$e.kk,$e.INT,$e.FLOAT,$e.Dc]}},af={Zi:"ASCENDING",zj:"DESCENDING",Aj:"DIRECTION_UNSPECIFIED",values:function(){return[af.Aj,af.Zi,af.zj]}},bf={Wi:"ALLOW",Xi:"ALLOW_WITH_LOG",xj:"DENY",yj:"DENY_WITH_LOG",Yj:"LOG",fk:"NO_ACTION",values:function(){return[bf.fk,bf.Wi,bf.Xi,bf.xj,bf.yj,bf.Yj]}},cf={ze:"CSV",Ae:"GEO_JSON",Ce:"KML",De:"KMZ",He:"SHP",Ie:"TABLE_FILE_FORMAT_UNSPECIFIED",
107
+ Je:"TF_RECORD_TABLE",values:function(){return[cf.Ie,cf.ze,cf.Ae,cf.Ce,cf.De,cf.He,cf.Je]}},df={ze:"CSV",Ae:"GEO_JSON",Ce:"KML",De:"KMZ",He:"SHP",Ie:"TABLE_FILE_FORMAT_UNSPECIFIED",Je:"TF_RECORD_TABLE",values:function(){return[df.Ie,df.ze,df.Ae,df.Ce,df.De,df.He,df.Je]}},ef={jj:"COLUMN_DATA_TYPE_LONG",kj:"COLUMN_DATA_TYPE_NUMERIC",lj:"COLUMN_DATA_TYPE_STRING",mj:"COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[ef.mj,ef.lj,ef.kj,ef.jj]}},ff={pj:"CSV_COLUMN_DATA_TYPE_LONG",qj:"CSV_COLUMN_DATA_TYPE_NUMERIC",
108
+ rj:"CSV_COLUMN_DATA_TYPE_STRING",sj:"CSV_COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[ff.sj,ff.rj,ff.qj,ff.pj]}},gf={Ij:"GLOBALLY_CONSISTENT",Jj:"HIGHER_DENSITY",Ck:"UNKNOWN_THINNING_STRATEGY",values:function(){return[gf.Ck,gf.Ij,gf.Jj]}},hf={Bb:"AUTO_JPEG_PNG",Cb:"GEO_TIFF",Db:"IMAGE_FILE_FORMAT_UNSPECIFIED",Eb:"JPEG",Fb:"MULTI_BAND_IMAGE_TILE",Gb:"NPY",Hb:"PNG",Ib:"TF_RECORD_IMAGE",Jb:"ZIPPED_GEO_TIFF",Kb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[hf.Db,hf.Eb,hf.Hb,hf.Bb,hf.Gb,
109
+ hf.Cb,hf.Ib,hf.Fb,hf.Jb,hf.Kb]}},jf={MAX:"MAX",ab:"MEAN",bb:"MEDIAN",MIN:"MIN",cb:"MODE",eb:"PYRAMIDING_POLICY_UNSPECIFIED",fb:"SAMPLE",values:function(){return[jf.eb,jf.ab,jf.fb,jf.MIN,jf.MAX,jf.cb,jf.bb]}},kf={uj:"DATA_TYPE_UNSPECIFIED",Dc:"DOUBLE",FLOAT:"FLOAT",Qj:"INT16",Rj:"INT32",Sj:"INT8",zk:"UINT16",Ak:"UINT32",Bk:"UINT8",values:function(){return[kf.uj,kf.Sj,kf.Bk,kf.Qj,kf.zk,kf.Rj,kf.Ak,kf.FLOAT,kf.Dc]}},lf={Be:"GIF",Ee:"MP4",Le:"VIDEO_FILE_FORMAT_UNSPECIFIED",Me:"VP9",values:function(){return[lf.Le,
110
+ lf.Ee,lf.Be,lf.Me]}},mf={Be:"GIF",Ee:"MP4",Le:"VIDEO_FILE_FORMAT_UNSPECIFIED",Me:"VP9",values:function(){return[mf.Le,mf.Ee,mf.Be,mf.Me]}},nf=function(a){a=void 0===a?{}:a;this.h={};this.h.scaleX=null==a.dg?null:a.dg;this.h.shearX=null==a.ig?null:a.ig;this.h.translateX=null==a.zg?null:a.zg;this.h.shearY=null==a.jg?null:a.jg;this.h.scaleY=null==a.eg?null:a.eg;this.h.translateY=null==a.Ag?null:a.Ag};q(nf,E);nf.prototype.i=function(){return{keys:"scaleX scaleY shearX shearY translateX translateY".split(" ")}};
111
+ k.Object.defineProperties(nf.prototype,{dg:{configurable:!0,enumerable:!0,get:function(){return G(this,"scaleX")?F(this,"scaleX"):null},set:function(a){this.h.scaleX=a}},eg:{configurable:!0,enumerable:!0,get:function(){return G(this,"scaleY")?F(this,"scaleY"):null},set:function(a){this.h.scaleY=a}},ig:{configurable:!0,enumerable:!0,get:function(){return G(this,"shearX")?F(this,"shearX"):null},set:function(a){this.h.shearX=a}},jg:{configurable:!0,enumerable:!0,get:function(){return G(this,"shearY")?
105
112
  F(this,"shearY"):null},set:function(a){this.h.shearY=a}},zg:{configurable:!0,enumerable:!0,get:function(){return G(this,"translateX")?F(this,"translateX"):null},set:function(a){this.h.translateX=a}},Ag:{configurable:!0,enumerable:!0,get:function(){return G(this,"translateY")?F(this,"translateY"):null},set:function(a){this.h.translateY=a}}});
106
- var Ie=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.description=null==a.description?null:a.description;this.h.returnType=null==a.cg?null:a.cg;this.h.arguments=null==a.arguments?null:a.arguments;this.h.deprecated=null==a.deprecated?null:a.deprecated;this.h.deprecationReason=null==a.ff?null:a.ff;this.h.hidden=null==a.hidden?null:a.hidden;this.h.preview=null==a.preview?null:a.preview;this.h.sourceCodeUri=null==a.sourceCodeUri?null:a.sourceCodeUri};q(Ie,E);
107
- Ie.prototype.i=function(){return{P:{arguments:Je},keys:"arguments deprecated deprecationReason description hidden name preview returnType sourceCodeUri".split(" ")}};
108
- k.Object.defineProperties(Ie.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return G(this,"arguments")?F(this,"arguments"):null},set:function(a){this.h.arguments=a}},deprecated:{configurable:!0,enumerable:!0,get:function(){return G(this,"deprecated")?F(this,"deprecated"):null},set:function(a){this.h.deprecated=a}},ff:{configurable:!0,enumerable:!0,get:function(){return G(this,"deprecationReason")?F(this,"deprecationReason"):null},set:function(a){this.h.deprecationReason=a}},description:{configurable:!0,
113
+ var of=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.description=null==a.description?null:a.description;this.h.returnType=null==a.cg?null:a.cg;this.h.arguments=null==a.arguments?null:a.arguments;this.h.deprecated=null==a.deprecated?null:a.deprecated;this.h.deprecationReason=null==a.ff?null:a.ff;this.h.hidden=null==a.hidden?null:a.hidden;this.h.preview=null==a.preview?null:a.preview;this.h.sourceCodeUri=null==a.sourceCodeUri?null:a.sourceCodeUri};q(of,E);
114
+ of.prototype.i=function(){return{P:{arguments:pf},keys:"arguments deprecated deprecationReason description hidden name preview returnType sourceCodeUri".split(" ")}};
115
+ k.Object.defineProperties(of.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return G(this,"arguments")?F(this,"arguments"):null},set:function(a){this.h.arguments=a}},deprecated:{configurable:!0,enumerable:!0,get:function(){return G(this,"deprecated")?F(this,"deprecated"):null},set:function(a){this.h.deprecated=a}},ff:{configurable:!0,enumerable:!0,get:function(){return G(this,"deprecationReason")?F(this,"deprecationReason"):null},set:function(a){this.h.deprecationReason=a}},description:{configurable:!0,
109
116
  enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},hidden:{configurable:!0,enumerable:!0,get:function(){return G(this,"hidden")?F(this,"hidden"):null},set:function(a){this.h.hidden=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},preview:{configurable:!0,enumerable:!0,get:function(){return G(this,"preview")?F(this,"preview"):null},set:function(a){this.h.preview=
110
117
  a}},cg:{configurable:!0,enumerable:!0,get:function(){return G(this,"returnType")?F(this,"returnType"):null},set:function(a){this.h.returnType=a}},sourceCodeUri:{configurable:!0,enumerable:!0,get:function(){return G(this,"sourceCodeUri")?F(this,"sourceCodeUri"):null},set:function(a){this.h.sourceCodeUri=a}}});
111
- var Je=function(a){a=void 0===a?{}:a;this.h={};this.h.argumentName=null==a.ud?null:a.ud;this.h.type=null==a.type?null:a.type;this.h.description=null==a.description?null:a.description;this.h.optional=null==a.optional?null:a.optional;this.h.defaultValue=null==a.defaultValue?null:a.defaultValue};q(Je,E);Je.prototype.i=function(){return{keys:["argumentName","defaultValue","description","optional","type"]}};
112
- k.Object.defineProperties(Je.prototype,{ud:{configurable:!0,enumerable:!0,get:function(){return G(this,"argumentName")?F(this,"argumentName"):null},set:function(a){this.h.argumentName=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return G(this,"defaultValue")?F(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},optional:{configurable:!0,
113
- enumerable:!0,get:function(){return G(this,"optional")?F(this,"optional"):null},set:function(a){this.h.optional=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});var Ke=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values};q(Ke,E);Ke.prototype.i=function(){return{P:{values:Le},keys:["values"]}};
114
- k.Object.defineProperties(Ke.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var Me=function(a){a=void 0===a?{}:a;this.h={};this.h.service=null==a.yi?null:a.yi;this.h.auditLogConfigs=null==a.Mg?null:a.Mg};q(Me,E);Me.prototype.i=function(){return{P:{auditLogConfigs:Ne},keys:["auditLogConfigs","service"]}};
115
- k.Object.defineProperties(Me.prototype,{Mg:{configurable:!0,enumerable:!0,get:function(){return G(this,"auditLogConfigs")?F(this,"auditLogConfigs"):null},set:function(a){this.h.auditLogConfigs=a}},yi:{configurable:!0,enumerable:!0,get:function(){return G(this,"service")?F(this,"service"):null},set:function(a){this.h.service=a}}});
116
- var Ne=function(a){a=void 0===a?{}:a;this.h={};this.h.logType=null==a.Sh?null:a.Sh;this.h.exemptedMembers=null==a.th?null:a.th;this.h.ignoreChildExemptions=null==a.Hh?null:a.Hh};q(Ne,E);Ne.prototype.i=function(){return{H:{logType:Vd},keys:["exemptedMembers","ignoreChildExemptions","logType"]}};
117
- k.Object.defineProperties(Ne.prototype,{th:{configurable:!0,enumerable:!0,get:function(){return G(this,"exemptedMembers")?F(this,"exemptedMembers"):null},set:function(a){this.h.exemptedMembers=a}},Hh:{configurable:!0,enumerable:!0,get:function(){return G(this,"ignoreChildExemptions")?F(this,"ignoreChildExemptions"):null},set:function(a){this.h.ignoreChildExemptions=a}},Sh:{configurable:!0,enumerable:!0,get:function(){return G(this,"logType")?F(this,"logType"):null},set:function(a){this.h.logType=
118
- a}}});var Oe=function(a){a=void 0===a?{}:a;this.h={};this.h.permissionType=null==a.ad?null:a.ad};q(Oe,E);Oe.prototype.i=function(){return{H:{permissionType:Wd},keys:["permissionType"]}};k.Object.defineProperties(Oe.prototype,{ad:{configurable:!0,enumerable:!0,get:function(){return G(this,"permissionType")?F(this,"permissionType"):null},set:function(a){this.h.permissionType=a}}});
119
- var Pe=function(a){a=void 0===a?{}:a;this.h={};this.h.table=null==a.table?null:a.table;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.append=null==a.append?null:a.append};q(Pe,E);Pe.prototype.i=function(){return{keys:["append","overwrite","table"]}};
120
- k.Object.defineProperties(Pe.prototype,{append:{configurable:!0,enumerable:!0,get:function(){return G(this,"append")?F(this,"append"):null},set:function(a){this.h.append=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},table:{configurable:!0,enumerable:!0,get:function(){return G(this,"table")?F(this,"table"):null},set:function(a){this.h.table=a}}});
121
- var Qe=function(a){a=void 0===a?{}:a;this.h={};this.h.bigqueryDestination=null==a.Re?null:a.Re};q(Qe,E);Qe.prototype.i=function(){return{keys:["bigqueryDestination"],s:{bigqueryDestination:Pe}}};k.Object.defineProperties(Qe.prototype,{Re:{configurable:!0,enumerable:!0,get:function(){return G(this,"bigqueryDestination")?F(this,"bigqueryDestination"):null},set:function(a){this.h.bigqueryDestination=a}}});
122
- var Re=function(a){a=void 0===a?{}:a;this.h={};this.h.role=null==a.role?null:a.role;this.h.members=null==a.Xb?null:a.Xb;this.h.condition=null==a.ah?null:a.ah;this.h.bindingId=null==a.Pg?null:a.Pg};q(Re,E);Re.prototype.i=function(){return{keys:["bindingId","condition","members","role"],s:{condition:Se}}};
123
- k.Object.defineProperties(Re.prototype,{Pg:{configurable:!0,enumerable:!0,get:function(){return G(this,"bindingId")?F(this,"bindingId"):null},set:function(a){this.h.bindingId=a}},ah:{configurable:!0,enumerable:!0,get:function(){return G(this,"condition")?F(this,"condition"):null},set:function(a){this.h.condition=a}},Xb:{configurable:!0,enumerable:!0,get:function(){return G(this,"members")?F(this,"members"):null},set:function(a){this.h.members=a}},role:{configurable:!0,enumerable:!0,get:function(){return G(this,
124
- "role")?F(this,"role"):null},set:function(a){this.h.role=a}}});var Te=function(){this.h={}};q(Te,E);Te.prototype.i=function(){return{keys:[]}};var Ue=function(a){a=void 0===a?{}:a;this.h={};this.h.capabilities=null==a.Vg?null:a.Vg};q(Ue,E);Ue.prototype.i=function(){return{H:{capabilities:Xd},keys:["capabilities"]}};
125
- k.Object.defineProperties(Ue.prototype,{Vg:{configurable:!0,enumerable:!0,get:function(){return G(this,"capabilities")?F(this,"capabilities"):null},set:function(a){this.h.capabilities=a}}});var Ve=function(a){a=void 0===a?{}:a;this.h={};this.h.earthEngineDestination=null==a.Ha?null:a.Ha};q(Ve,E);Ve.prototype.i=function(){return{keys:["earthEngineDestination"],s:{earthEngineDestination:We}}};
126
- k.Object.defineProperties(Ve.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return G(this,"earthEngineDestination")?F(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var Xe=function(a){a=void 0===a?{}:a;this.h={};this.h.logName=null==a.Rh?null:a.Rh;this.h.authorizationLoggingOptions=null==a.Ng?null:a.Ng;this.h.permissionType=null==a.ad?null:a.ad};q(Xe,E);
127
- Xe.prototype.i=function(){return{H:{logName:Yd,permissionType:Zd},keys:["authorizationLoggingOptions","logName","permissionType"],s:{authorizationLoggingOptions:Oe}}};
128
- k.Object.defineProperties(Xe.prototype,{Ng:{configurable:!0,enumerable:!0,get:function(){return G(this,"authorizationLoggingOptions")?F(this,"authorizationLoggingOptions"):null},set:function(a){this.h.authorizationLoggingOptions=a}},Rh:{configurable:!0,enumerable:!0,get:function(){return G(this,"logName")?F(this,"logName"):null},set:function(a){this.h.logName=a}},ad:{configurable:!0,enumerable:!0,get:function(){return G(this,"permissionType")?F(this,"permissionType"):null},set:function(a){this.h.permissionType=
129
- a}}});var Ye=function(a){a=void 0===a?{}:a;this.h={};this.h.bucket=null==a.Ue?null:a.Ue;this.h.filenamePrefix=null==a.xa?null:a.xa;this.h.permissions=null==a.permissions?null:a.permissions;this.h.bucketCorsUris=null==a.Ve?null:a.Ve};q(Ye,E);Ye.prototype.i=function(){return{H:{permissions:$d},keys:["bucket","bucketCorsUris","filenamePrefix","permissions"]}};
130
- k.Object.defineProperties(Ye.prototype,{Ue:{configurable:!0,enumerable:!0,get:function(){return G(this,"bucket")?F(this,"bucket"):null},set:function(a){this.h.bucket=a}},Ve:{configurable:!0,enumerable:!0,get:function(){return G(this,"bucketCorsUris")?F(this,"bucketCorsUris"):null},set:function(a){this.h.bucketCorsUris=a}},xa:{configurable:!0,enumerable:!0,get:function(){return G(this,"filenamePrefix")?F(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},permissions:{configurable:!0,
131
- enumerable:!0,get:function(){return G(this,"permissions")?F(this,"permissions"):null},set:function(a){this.h.permissions=a}}});k.Object.defineProperties(Ye,{Permissions:{configurable:!0,enumerable:!0,get:function(){return $d}}});var Ze=function(a){a=void 0===a?{}:a;this.h={};this.h.uris=null==a.uris?null:a.uris};q(Ze,E);Ze.prototype.i=function(){return{keys:["uris"]}};
132
- k.Object.defineProperties(Ze.prototype,{uris:{configurable:!0,enumerable:!0,get:function(){return G(this,"uris")?F(this,"uris"):null},set:function(a){this.h.uris=a}}});var $e=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag};q($e,E);$e.prototype.i=function(){return{keys:["expression","workloadTag"],s:{expression:af}}};
133
- k.Object.defineProperties($e.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var bf=function(a){a=void 0===a?{}:a;this.h={};this.h.result=null==a.result?null:a.result};q(bf,E);bf.prototype.i=function(){return{keys:["result"]}};
134
- k.Object.defineProperties(bf.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return G(this,"result")?F(this,"result"):null},set:function(a){this.h.result=a}}});var cf=function(a){a=void 0===a?{}:a;this.h={};this.h.iam=null==a.Fh?null:a.Fh;this.h.sys=null==a.Ii?null:a.Ii;this.h.svc=null==a.Hi?null:a.Hi;this.h.op=null==a.gi?null:a.gi;this.h.values=null==a.values?null:a.values};q(cf,E);cf.prototype.i=function(){return{H:{iam:ae,op:be,sys:ce},keys:["iam","op","svc","sys","values"]}};
135
- k.Object.defineProperties(cf.prototype,{Fh:{configurable:!0,enumerable:!0,get:function(){return G(this,"iam")?F(this,"iam"):null},set:function(a){this.h.iam=a}},gi:{configurable:!0,enumerable:!0,get:function(){return G(this,"op")?F(this,"op"):null},set:function(a){this.h.op=a}},Hi:{configurable:!0,enumerable:!0,get:function(){return G(this,"svc")?F(this,"svc"):null},set:function(a){this.h.svc=a}},Ii:{configurable:!0,enumerable:!0,get:function(){return G(this,"sys")?F(this,"sys"):null},set:function(a){this.h.sys=
136
- a}},values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var df=function(a){a=void 0===a?{}:a;this.h={};this.h.destinationName=null==a.Qb?null:a.Qb;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.bandIds=null==a.da?null:a.da};q(df,E);df.prototype.i=function(){return{keys:["bandIds","destinationName","overwrite"]}};
137
- k.Object.defineProperties(df.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},Qb:{configurable:!0,enumerable:!0,get:function(){return G(this,"destinationName")?F(this,"destinationName"):null},set:function(a){this.h.destinationName=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
138
- var ef=function(a){a=void 0===a?{}:a;this.h={};this.h.metric=null==a.Uh?null:a.Uh;this.h.field=null==a.vh?null:a.vh;this.h.customFields=null==a.lh?null:a.lh};q(ef,E);ef.prototype.i=function(){return{P:{customFields:ff},keys:["customFields","field","metric"]}};
139
- k.Object.defineProperties(ef.prototype,{lh:{configurable:!0,enumerable:!0,get:function(){return G(this,"customFields")?F(this,"customFields"):null},set:function(a){this.h.customFields=a}},vh:{configurable:!0,enumerable:!0,get:function(){return G(this,"field")?F(this,"field"):null},set:function(a){this.h.field=a}},Uh:{configurable:!0,enumerable:!0,get:function(){return G(this,"metric")?F(this,"metric"):null},set:function(a){this.h.metric=a}}});
140
- var ff=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.value=null==a.value?null:a.value};q(ff,E);ff.prototype.i=function(){return{keys:["name","value"]}};k.Object.defineProperties(ff.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},value:{configurable:!0,enumerable:!0,get:function(){return G(this,"value")?F(this,"value"):null},set:function(a){this.h.value=a}}});
141
- var gf=function(a){a=void 0===a?{}:a;this.h={};this.h.logMode=null==a.Qh?null:a.Qh};q(gf,E);gf.prototype.i=function(){return{H:{logMode:de},keys:["logMode"]}};k.Object.defineProperties(gf.prototype,{Qh:{configurable:!0,enumerable:!0,get:function(){return G(this,"logMode")?F(this,"logMode"):null},set:function(a){this.h.logMode=a}}});var hf=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values};q(hf,E);
142
- hf.prototype.i=function(){return{keys:["values"],Ma:{values:{ka:Le,pa:!1,qa:!0,ra:!1}}}};k.Object.defineProperties(hf.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var jf=function(a){a=void 0===a?{}:a;this.h={};this.h.min=null==a.min?null:a.min;this.h.max=null==a.max?null:a.max};q(jf,E);jf.prototype.i=function(){return{keys:["max","min"]}};
143
- k.Object.defineProperties(jf.prototype,{max:{configurable:!0,enumerable:!0,get:function(){return G(this,"max")?F(this,"max"):null},set:function(a){this.h.max=a}},min:{configurable:!0,enumerable:!0,get:function(){return G(this,"min")?F(this,"min"):null},set:function(a){this.h.min=a}}});var kf=function(a){a=void 0===a?{}:a;this.h={};this.h.folder=null==a.tf?null:a.tf;this.h.filenamePrefix=null==a.xa?null:a.xa};q(kf,E);kf.prototype.i=function(){return{keys:["filenamePrefix","folder"]}};
144
- k.Object.defineProperties(kf.prototype,{xa:{configurable:!0,enumerable:!0,get:function(){return G(this,"filenamePrefix")?F(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},tf:{configurable:!0,enumerable:!0,get:function(){return G(this,"folder")?F(this,"folder"):null},set:function(a){this.h.folder=a}}});
145
- var lf=function(a){a=void 0===a?{}:a;this.h={};this.h.tilestoreLocation=null==a.tilestoreLocation?null:a.tilestoreLocation;this.h.cloudStorageLocation=null==a.cloudStorageLocation?null:a.cloudStorageLocation;this.h.featureViewAssetLocation=null==a.Hd?null:a.Hd;this.h.tableLocation=null==a.Ji?null:a.Ji;this.h.type=null==a.type?null:a.type;this.h.name=null==a.name?null:a.name;this.h.id=null==a.id?null:a.id;this.h.updateTime=null==a.updateTime?null:a.updateTime;this.h.properties=null==a.properties?null:
146
- a.properties;this.h.startTime=null==a.startTime?null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.geometry=null==a.geometry?null:a.geometry;this.h.bands=null==a.bands?null:a.bands;this.h.sizeBytes=null==a.sizeBytes?null:a.sizeBytes;this.h.featureCount=null==a.featureCount?null:a.featureCount;this.h.quota=null==a.quota?null:a.quota;this.h.expression=null==a.l?null:a.l;this.h.tilesets=null==a.tilesets?null:a.tilesets};q(lf,E);
147
- lf.prototype.i=function(){return{P:{bands:mf,tilesets:nf},H:{type:fe},keys:"bands cloudStorageLocation endTime expression featureCount featureViewAssetLocation geometry id name properties quota sizeBytes startTime tableLocation tilesets tilestoreLocation type updateTime".split(" "),Ma:{geometry:{ka:null,pa:!1,qa:!1,ra:!1},properties:{ka:null,pa:!1,qa:!1,ra:!1}},s:{cloudStorageLocation:Ze,expression:af,featureViewAssetLocation:of,quota:pf,tableLocation:qf,tilestoreLocation:rf}}};
148
- k.Object.defineProperties(lf.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return G(this,"bands")?F(this,"bands"):null},set:function(a){this.h.bands=a}},cloudStorageLocation:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageLocation")?F(this,"cloudStorageLocation"):null},set:function(a){this.h.cloudStorageLocation=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"endTime")?F(this,"endTime"):null},set:function(a){this.h.endTime=a}},l:{configurable:!0,
118
+ var pf=function(a){a=void 0===a?{}:a;this.h={};this.h.argumentName=null==a.ud?null:a.ud;this.h.type=null==a.type?null:a.type;this.h.description=null==a.description?null:a.description;this.h.optional=null==a.optional?null:a.optional;this.h.defaultValue=null==a.defaultValue?null:a.defaultValue};q(pf,E);pf.prototype.i=function(){return{keys:["argumentName","defaultValue","description","optional","type"]}};
119
+ k.Object.defineProperties(pf.prototype,{ud:{configurable:!0,enumerable:!0,get:function(){return G(this,"argumentName")?F(this,"argumentName"):null},set:function(a){this.h.argumentName=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return G(this,"defaultValue")?F(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},optional:{configurable:!0,
120
+ enumerable:!0,get:function(){return G(this,"optional")?F(this,"optional"):null},set:function(a){this.h.optional=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});var qf=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values};q(qf,E);qf.prototype.i=function(){return{P:{values:rf},keys:["values"]}};
121
+ k.Object.defineProperties(qf.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var sf=function(a){a=void 0===a?{}:a;this.h={};this.h.service=null==a.yi?null:a.yi;this.h.auditLogConfigs=null==a.Mg?null:a.Mg};q(sf,E);sf.prototype.i=function(){return{P:{auditLogConfigs:tf},keys:["auditLogConfigs","service"]}};
122
+ k.Object.defineProperties(sf.prototype,{Mg:{configurable:!0,enumerable:!0,get:function(){return G(this,"auditLogConfigs")?F(this,"auditLogConfigs"):null},set:function(a){this.h.auditLogConfigs=a}},yi:{configurable:!0,enumerable:!0,get:function(){return G(this,"service")?F(this,"service"):null},set:function(a){this.h.service=a}}});
123
+ var tf=function(a){a=void 0===a?{}:a;this.h={};this.h.logType=null==a.Sh?null:a.Sh;this.h.exemptedMembers=null==a.th?null:a.th;this.h.ignoreChildExemptions=null==a.Hh?null:a.Hh};q(tf,E);tf.prototype.i=function(){return{H:{logType:Be},keys:["exemptedMembers","ignoreChildExemptions","logType"]}};
124
+ k.Object.defineProperties(tf.prototype,{th:{configurable:!0,enumerable:!0,get:function(){return G(this,"exemptedMembers")?F(this,"exemptedMembers"):null},set:function(a){this.h.exemptedMembers=a}},Hh:{configurable:!0,enumerable:!0,get:function(){return G(this,"ignoreChildExemptions")?F(this,"ignoreChildExemptions"):null},set:function(a){this.h.ignoreChildExemptions=a}},Sh:{configurable:!0,enumerable:!0,get:function(){return G(this,"logType")?F(this,"logType"):null},set:function(a){this.h.logType=
125
+ a}}});var uf=function(a){a=void 0===a?{}:a;this.h={};this.h.permissionType=null==a.ad?null:a.ad};q(uf,E);uf.prototype.i=function(){return{H:{permissionType:Ce},keys:["permissionType"]}};k.Object.defineProperties(uf.prototype,{ad:{configurable:!0,enumerable:!0,get:function(){return G(this,"permissionType")?F(this,"permissionType"):null},set:function(a){this.h.permissionType=a}}});
126
+ var vf=function(a){a=void 0===a?{}:a;this.h={};this.h.table=null==a.table?null:a.table;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.append=null==a.append?null:a.append};q(vf,E);vf.prototype.i=function(){return{keys:["append","overwrite","table"]}};
127
+ k.Object.defineProperties(vf.prototype,{append:{configurable:!0,enumerable:!0,get:function(){return G(this,"append")?F(this,"append"):null},set:function(a){this.h.append=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},table:{configurable:!0,enumerable:!0,get:function(){return G(this,"table")?F(this,"table"):null},set:function(a){this.h.table=a}}});
128
+ var wf=function(a){a=void 0===a?{}:a;this.h={};this.h.bigqueryDestination=null==a.Re?null:a.Re};q(wf,E);wf.prototype.i=function(){return{keys:["bigqueryDestination"],s:{bigqueryDestination:vf}}};k.Object.defineProperties(wf.prototype,{Re:{configurable:!0,enumerable:!0,get:function(){return G(this,"bigqueryDestination")?F(this,"bigqueryDestination"):null},set:function(a){this.h.bigqueryDestination=a}}});
129
+ var xf=function(a){a=void 0===a?{}:a;this.h={};this.h.role=null==a.role?null:a.role;this.h.members=null==a.Xb?null:a.Xb;this.h.condition=null==a.ah?null:a.ah;this.h.bindingId=null==a.Pg?null:a.Pg};q(xf,E);xf.prototype.i=function(){return{keys:["bindingId","condition","members","role"],s:{condition:yf}}};
130
+ k.Object.defineProperties(xf.prototype,{Pg:{configurable:!0,enumerable:!0,get:function(){return G(this,"bindingId")?F(this,"bindingId"):null},set:function(a){this.h.bindingId=a}},ah:{configurable:!0,enumerable:!0,get:function(){return G(this,"condition")?F(this,"condition"):null},set:function(a){this.h.condition=a}},Xb:{configurable:!0,enumerable:!0,get:function(){return G(this,"members")?F(this,"members"):null},set:function(a){this.h.members=a}},role:{configurable:!0,enumerable:!0,get:function(){return G(this,
131
+ "role")?F(this,"role"):null},set:function(a){this.h.role=a}}});var zf=function(){this.h={}};q(zf,E);zf.prototype.i=function(){return{keys:[]}};var Af=function(a){a=void 0===a?{}:a;this.h={};this.h.capabilities=null==a.Vg?null:a.Vg};q(Af,E);Af.prototype.i=function(){return{H:{capabilities:De},keys:["capabilities"]}};
132
+ k.Object.defineProperties(Af.prototype,{Vg:{configurable:!0,enumerable:!0,get:function(){return G(this,"capabilities")?F(this,"capabilities"):null},set:function(a){this.h.capabilities=a}}});var Bf=function(a){a=void 0===a?{}:a;this.h={};this.h.earthEngineDestination=null==a.Ha?null:a.Ha};q(Bf,E);Bf.prototype.i=function(){return{keys:["earthEngineDestination"],s:{earthEngineDestination:Cf}}};
133
+ k.Object.defineProperties(Bf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return G(this,"earthEngineDestination")?F(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var Df=function(a){a=void 0===a?{}:a;this.h={};this.h.logName=null==a.Rh?null:a.Rh;this.h.authorizationLoggingOptions=null==a.Ng?null:a.Ng;this.h.permissionType=null==a.ad?null:a.ad};q(Df,E);
134
+ Df.prototype.i=function(){return{H:{logName:Ee,permissionType:Fe},keys:["authorizationLoggingOptions","logName","permissionType"],s:{authorizationLoggingOptions:uf}}};
135
+ k.Object.defineProperties(Df.prototype,{Ng:{configurable:!0,enumerable:!0,get:function(){return G(this,"authorizationLoggingOptions")?F(this,"authorizationLoggingOptions"):null},set:function(a){this.h.authorizationLoggingOptions=a}},Rh:{configurable:!0,enumerable:!0,get:function(){return G(this,"logName")?F(this,"logName"):null},set:function(a){this.h.logName=a}},ad:{configurable:!0,enumerable:!0,get:function(){return G(this,"permissionType")?F(this,"permissionType"):null},set:function(a){this.h.permissionType=
136
+ a}}});var Ef=function(a){a=void 0===a?{}:a;this.h={};this.h.bucket=null==a.Ue?null:a.Ue;this.h.filenamePrefix=null==a.xa?null:a.xa;this.h.permissions=null==a.permissions?null:a.permissions;this.h.bucketCorsUris=null==a.Ve?null:a.Ve};q(Ef,E);Ef.prototype.i=function(){return{H:{permissions:Ge},keys:["bucket","bucketCorsUris","filenamePrefix","permissions"]}};
137
+ k.Object.defineProperties(Ef.prototype,{Ue:{configurable:!0,enumerable:!0,get:function(){return G(this,"bucket")?F(this,"bucket"):null},set:function(a){this.h.bucket=a}},Ve:{configurable:!0,enumerable:!0,get:function(){return G(this,"bucketCorsUris")?F(this,"bucketCorsUris"):null},set:function(a){this.h.bucketCorsUris=a}},xa:{configurable:!0,enumerable:!0,get:function(){return G(this,"filenamePrefix")?F(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},permissions:{configurable:!0,
138
+ enumerable:!0,get:function(){return G(this,"permissions")?F(this,"permissions"):null},set:function(a){this.h.permissions=a}}});k.Object.defineProperties(Ef,{Permissions:{configurable:!0,enumerable:!0,get:function(){return Ge}}});var Ff=function(a){a=void 0===a?{}:a;this.h={};this.h.uris=null==a.uris?null:a.uris};q(Ff,E);Ff.prototype.i=function(){return{keys:["uris"]}};
139
+ k.Object.defineProperties(Ff.prototype,{uris:{configurable:!0,enumerable:!0,get:function(){return G(this,"uris")?F(this,"uris"):null},set:function(a){this.h.uris=a}}});var Gf=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag};q(Gf,E);Gf.prototype.i=function(){return{keys:["expression","workloadTag"],s:{expression:Hf}}};
140
+ k.Object.defineProperties(Gf.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var If=function(a){a=void 0===a?{}:a;this.h={};this.h.result=null==a.result?null:a.result};q(If,E);If.prototype.i=function(){return{keys:["result"]}};
141
+ k.Object.defineProperties(If.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return G(this,"result")?F(this,"result"):null},set:function(a){this.h.result=a}}});var Jf=function(a){a=void 0===a?{}:a;this.h={};this.h.iam=null==a.Fh?null:a.Fh;this.h.sys=null==a.Ii?null:a.Ii;this.h.svc=null==a.Hi?null:a.Hi;this.h.op=null==a.gi?null:a.gi;this.h.values=null==a.values?null:a.values};q(Jf,E);Jf.prototype.i=function(){return{H:{iam:He,op:Ie,sys:Je},keys:["iam","op","svc","sys","values"]}};
142
+ k.Object.defineProperties(Jf.prototype,{Fh:{configurable:!0,enumerable:!0,get:function(){return G(this,"iam")?F(this,"iam"):null},set:function(a){this.h.iam=a}},gi:{configurable:!0,enumerable:!0,get:function(){return G(this,"op")?F(this,"op"):null},set:function(a){this.h.op=a}},Hi:{configurable:!0,enumerable:!0,get:function(){return G(this,"svc")?F(this,"svc"):null},set:function(a){this.h.svc=a}},Ii:{configurable:!0,enumerable:!0,get:function(){return G(this,"sys")?F(this,"sys"):null},set:function(a){this.h.sys=
143
+ a}},values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var Kf=function(a){a=void 0===a?{}:a;this.h={};this.h.destinationName=null==a.Qb?null:a.Qb;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.bandIds=null==a.da?null:a.da};q(Kf,E);Kf.prototype.i=function(){return{keys:["bandIds","destinationName","overwrite"]}};
144
+ k.Object.defineProperties(Kf.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},Qb:{configurable:!0,enumerable:!0,get:function(){return G(this,"destinationName")?F(this,"destinationName"):null},set:function(a){this.h.destinationName=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
145
+ var Lf=function(a){a=void 0===a?{}:a;this.h={};this.h.metric=null==a.Uh?null:a.Uh;this.h.field=null==a.vh?null:a.vh;this.h.customFields=null==a.lh?null:a.lh};q(Lf,E);Lf.prototype.i=function(){return{P:{customFields:Mf},keys:["customFields","field","metric"]}};
146
+ k.Object.defineProperties(Lf.prototype,{lh:{configurable:!0,enumerable:!0,get:function(){return G(this,"customFields")?F(this,"customFields"):null},set:function(a){this.h.customFields=a}},vh:{configurable:!0,enumerable:!0,get:function(){return G(this,"field")?F(this,"field"):null},set:function(a){this.h.field=a}},Uh:{configurable:!0,enumerable:!0,get:function(){return G(this,"metric")?F(this,"metric"):null},set:function(a){this.h.metric=a}}});
147
+ var Mf=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.value=null==a.value?null:a.value};q(Mf,E);Mf.prototype.i=function(){return{keys:["name","value"]}};k.Object.defineProperties(Mf.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},value:{configurable:!0,enumerable:!0,get:function(){return G(this,"value")?F(this,"value"):null},set:function(a){this.h.value=a}}});
148
+ var Nf=function(a){a=void 0===a?{}:a;this.h={};this.h.logMode=null==a.Qh?null:a.Qh};q(Nf,E);Nf.prototype.i=function(){return{H:{logMode:Ke},keys:["logMode"]}};k.Object.defineProperties(Nf.prototype,{Qh:{configurable:!0,enumerable:!0,get:function(){return G(this,"logMode")?F(this,"logMode"):null},set:function(a){this.h.logMode=a}}});var Of=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values};q(Of,E);
149
+ Of.prototype.i=function(){return{keys:["values"],Ma:{values:{ka:rf,pa:!1,qa:!0,ra:!1}}}};k.Object.defineProperties(Of.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var Pf=function(a){a=void 0===a?{}:a;this.h={};this.h.min=null==a.min?null:a.min;this.h.max=null==a.max?null:a.max};q(Pf,E);Pf.prototype.i=function(){return{keys:["max","min"]}};
150
+ k.Object.defineProperties(Pf.prototype,{max:{configurable:!0,enumerable:!0,get:function(){return G(this,"max")?F(this,"max"):null},set:function(a){this.h.max=a}},min:{configurable:!0,enumerable:!0,get:function(){return G(this,"min")?F(this,"min"):null},set:function(a){this.h.min=a}}});var Qf=function(a){a=void 0===a?{}:a;this.h={};this.h.folder=null==a.tf?null:a.tf;this.h.filenamePrefix=null==a.xa?null:a.xa};q(Qf,E);Qf.prototype.i=function(){return{keys:["filenamePrefix","folder"]}};
151
+ k.Object.defineProperties(Qf.prototype,{xa:{configurable:!0,enumerable:!0,get:function(){return G(this,"filenamePrefix")?F(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},tf:{configurable:!0,enumerable:!0,get:function(){return G(this,"folder")?F(this,"folder"):null},set:function(a){this.h.folder=a}}});
152
+ var Rf=function(a){a=void 0===a?{}:a;this.h={};this.h.tilestoreLocation=null==a.tilestoreLocation?null:a.tilestoreLocation;this.h.cloudStorageLocation=null==a.cloudStorageLocation?null:a.cloudStorageLocation;this.h.featureViewAssetLocation=null==a.Hd?null:a.Hd;this.h.tableLocation=null==a.Ji?null:a.Ji;this.h.type=null==a.type?null:a.type;this.h.name=null==a.name?null:a.name;this.h.id=null==a.id?null:a.id;this.h.updateTime=null==a.updateTime?null:a.updateTime;this.h.properties=null==a.properties?null:
153
+ a.properties;this.h.startTime=null==a.startTime?null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.geometry=null==a.geometry?null:a.geometry;this.h.bands=null==a.bands?null:a.bands;this.h.sizeBytes=null==a.sizeBytes?null:a.sizeBytes;this.h.featureCount=null==a.featureCount?null:a.featureCount;this.h.quota=null==a.quota?null:a.quota;this.h.expression=null==a.l?null:a.l;this.h.tilesets=null==a.tilesets?null:a.tilesets};q(Rf,E);
154
+ Rf.prototype.i=function(){return{P:{bands:Sf,tilesets:Tf},H:{type:Le},keys:"bands cloudStorageLocation endTime expression featureCount featureViewAssetLocation geometry id name properties quota sizeBytes startTime tableLocation tilesets tilestoreLocation type updateTime".split(" "),Ma:{geometry:{ka:null,pa:!1,qa:!1,ra:!1},properties:{ka:null,pa:!1,qa:!1,ra:!1}},s:{cloudStorageLocation:Ff,expression:Hf,featureViewAssetLocation:Uf,quota:Vf,tableLocation:Wf,tilestoreLocation:Xf}}};
155
+ k.Object.defineProperties(Rf.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return G(this,"bands")?F(this,"bands"):null},set:function(a){this.h.bands=a}},cloudStorageLocation:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageLocation")?F(this,"cloudStorageLocation"):null},set:function(a){this.h.cloudStorageLocation=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"endTime")?F(this,"endTime"):null},set:function(a){this.h.endTime=a}},l:{configurable:!0,
149
156
  enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},featureCount:{configurable:!0,enumerable:!0,get:function(){return G(this,"featureCount")?F(this,"featureCount"):null},set:function(a){this.h.featureCount=a}},Hd:{configurable:!0,enumerable:!0,get:function(){return G(this,"featureViewAssetLocation")?F(this,"featureViewAssetLocation"):null},set:function(a){this.h.featureViewAssetLocation=a}},geometry:{configurable:!0,enumerable:!0,
150
157
  get:function(){return G(this,"geometry")?F(this,"geometry"):null},set:function(a){this.h.geometry=a}},id:{configurable:!0,enumerable:!0,get:function(){return G(this,"id")?F(this,"id"):null},set:function(a){this.h.id=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},properties:{configurable:!0,enumerable:!0,get:function(){return G(this,"properties")?F(this,"properties"):null},set:function(a){this.h.properties=a}},quota:{configurable:!0,
151
158
  enumerable:!0,get:function(){return G(this,"quota")?F(this,"quota"):null},set:function(a){this.h.quota=a}},sizeBytes:{configurable:!0,enumerable:!0,get:function(){return G(this,"sizeBytes")?F(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"startTime")?F(this,"startTime"):null},set:function(a){this.h.startTime=a}},Ji:{configurable:!0,enumerable:!0,get:function(){return G(this,"tableLocation")?F(this,"tableLocation"):
152
159
  null},set:function(a){this.h.tableLocation=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesets")?F(this,"tilesets"):null},set:function(a){this.h.tilesets=a}},tilestoreLocation:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilestoreLocation")?F(this,"tilestoreLocation"):null},set:function(a){this.h.tilestoreLocation=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}},updateTime:{configurable:!0,
153
- enumerable:!0,get:function(){return G(this,"updateTime")?F(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var We=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.overwrite=null==a.overwrite?null:a.overwrite};q(We,E);We.prototype.i=function(){return{keys:["name","overwrite"]}};
154
- k.Object.defineProperties(We.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
155
- var sf=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.fileFormat=null==a.F?null:a.F;this.h.bandIds=null==a.da?null:a.da;this.h.visualizationOptions=null==a.ic?null:a.ic};q(sf,E);sf.prototype.i=function(){return{H:{fileFormat:ge},keys:["bandIds","expression","fileFormat","name","visualizationOptions"],s:{expression:af,visualizationOptions:tf}}};
156
- k.Object.defineProperties(sf.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
157
- "name")?F(this,"name"):null},set:function(a){this.h.name=a}},ic:{configurable:!0,enumerable:!0,get:function(){return G(this,"visualizationOptions")?F(this,"visualizationOptions"):null},set:function(a){this.h.visualizationOptions=a}}});var uf=function(){this.h={}};q(uf,E);uf.prototype.i=function(){return{keys:[]}};
158
- var vf=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.requestId=null==a.requestId?null:a.requestId;this.h.assetExportOptions=null==a.sa?null:a.sa;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};q(vf,E);
159
- vf.prototype.i=function(){return{keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "),s:{assetExportOptions:Ve,expression:af}}};
160
- k.Object.defineProperties(vf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetExportOptions")?F(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},
160
+ enumerable:!0,get:function(){return G(this,"updateTime")?F(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var Cf=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.overwrite=null==a.overwrite?null:a.overwrite};q(Cf,E);Cf.prototype.i=function(){return{keys:["name","overwrite"]}};
161
+ k.Object.defineProperties(Cf.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
162
+ var Yf=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.fileFormat=null==a.F?null:a.F;this.h.bandIds=null==a.da?null:a.da;this.h.visualizationOptions=null==a.ic?null:a.ic};q(Yf,E);Yf.prototype.i=function(){return{H:{fileFormat:Me},keys:["bandIds","expression","fileFormat","name","visualizationOptions"],s:{expression:Hf,visualizationOptions:Zf}}};
163
+ k.Object.defineProperties(Yf.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
164
+ "name")?F(this,"name"):null},set:function(a){this.h.name=a}},ic:{configurable:!0,enumerable:!0,get:function(){return G(this,"visualizationOptions")?F(this,"visualizationOptions"):null},set:function(a){this.h.visualizationOptions=a}}});var $f=function(){this.h={}};q($f,E);$f.prototype.i=function(){return{keys:[]}};
165
+ var ag=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.requestId=null==a.requestId?null:a.requestId;this.h.assetExportOptions=null==a.sa?null:a.sa;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};q(ag,E);
166
+ ag.prototype.i=function(){return{keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "),s:{assetExportOptions:Bf,expression:Hf}}};
167
+ k.Object.defineProperties(ag.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetExportOptions")?F(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},
161
168
  O:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxWorkers")?F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,enumerable:!0,get:function(){return G(this,"priority")?F(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,
162
169
  "workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});
163
- var wf=function(a){a=void 0===a?{}:a;this.h={};this.h.fileExportOptions=null==a.oa?null:a.oa;this.h.assetExportOptions=null==a.sa?null:a.sa;this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.maxPixels=null==a.Qf?null:a.Qf;this.h.grid=null==a.grid?null:a.grid;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};
164
- q(wf,E);wf.prototype.i=function(){return{keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "),s:{assetExportOptions:xf,expression:af,fileExportOptions:yf,grid:zf}}};
165
- k.Object.defineProperties(wf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetExportOptions")?F(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},
170
+ var bg=function(a){a=void 0===a?{}:a;this.h={};this.h.fileExportOptions=null==a.oa?null:a.oa;this.h.assetExportOptions=null==a.sa?null:a.sa;this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.maxPixels=null==a.Qf?null:a.Qf;this.h.grid=null==a.grid?null:a.grid;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};
171
+ q(bg,E);bg.prototype.i=function(){return{keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "),s:{assetExportOptions:cg,expression:Hf,fileExportOptions:dg,grid:eg}}};
172
+ k.Object.defineProperties(bg.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetExportOptions")?F(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},
166
173
  oa:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileExportOptions")?F(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},Qf:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxPixels")?F(this,"maxPixels"):null},set:function(a){this.h.maxPixels=a}},O:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxWorkers")?
167
174
  F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,enumerable:!0,get:function(){return G(this,"priority")?F(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=
168
- a}}});var Af=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.tileOptions=null==a.ec?null:a.ec;this.h.tileExportOptions=null==a.dc?null:a.dc;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};q(Af,E);
169
- Af.prototype.i=function(){return{keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "),s:{expression:af,tileExportOptions:yf,tileOptions:Bf}}};
170
- k.Object.defineProperties(Af.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxWorkers")?F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
175
+ a}}});var fg=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.tileOptions=null==a.ec?null:a.ec;this.h.tileExportOptions=null==a.dc?null:a.dc;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};q(fg,E);
176
+ fg.prototype.i=function(){return{keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "),s:{expression:Hf,tileExportOptions:dg,tileOptions:gg}}};
177
+ k.Object.defineProperties(fg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxWorkers")?F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
171
178
  enumerable:!0,get:function(){return G(this,"priority")?F(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},dc:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileExportOptions")?F(this,"tileExportOptions"):null},set:function(a){this.h.tileExportOptions=a}},ec:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileOptions")?
172
179
  F(this,"tileOptions"):null},set:function(a){this.h.tileOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});
173
- var Cf=function(a){a=void 0===a?{}:a;this.h={};this.h.fileExportOptions=null==a.oa?null:a.oa;this.h.assetExportOptions=null==a.sa?null:a.sa;this.h.featureViewExportOptions=null==a.Id?null:a.Id;this.h.bigqueryExportOptions=null==a.wd?null:a.wd;this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.selectors=null==a.selectors?null:a.selectors;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxErrorMeters=null==a.Vb?null:a.Vb;this.h.maxWorkers=
174
- null==a.O?null:a.O;this.h.maxVertices=null==a.maxVertices?null:a.maxVertices;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.policy=null==a.kb?null:a.kb;this.h.priority=null==a.priority?null:a.priority};q(Cf,E);
175
- Cf.prototype.i=function(){return{keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "),s:{assetExportOptions:Df,bigqueryExportOptions:Qe,expression:af,featureViewExportOptions:Ef,fileExportOptions:Ff,policy:Gf}}};
176
- k.Object.defineProperties(Cf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetExportOptions")?F(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},wd:{configurable:!0,enumerable:!0,get:function(){return G(this,"bigqueryExportOptions")?F(this,"bigqueryExportOptions"):null},set:function(a){this.h.bigqueryExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=
180
+ var hg=function(a){a=void 0===a?{}:a;this.h={};this.h.fileExportOptions=null==a.oa?null:a.oa;this.h.assetExportOptions=null==a.sa?null:a.sa;this.h.featureViewExportOptions=null==a.Id?null:a.Id;this.h.bigqueryExportOptions=null==a.wd?null:a.wd;this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.selectors=null==a.selectors?null:a.selectors;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxErrorMeters=null==a.Vb?null:a.Vb;this.h.maxWorkers=
181
+ null==a.O?null:a.O;this.h.maxVertices=null==a.maxVertices?null:a.maxVertices;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.policy=null==a.kb?null:a.kb;this.h.priority=null==a.priority?null:a.priority};q(hg,E);
182
+ hg.prototype.i=function(){return{keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "),s:{assetExportOptions:ig,bigqueryExportOptions:wf,expression:Hf,featureViewExportOptions:jg,fileExportOptions:kg,policy:lg}}};
183
+ k.Object.defineProperties(hg.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetExportOptions")?F(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},wd:{configurable:!0,enumerable:!0,get:function(){return G(this,"bigqueryExportOptions")?F(this,"bigqueryExportOptions"):null},set:function(a){this.h.bigqueryExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=
177
184
  a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},Id:{configurable:!0,enumerable:!0,get:function(){return G(this,"featureViewExportOptions")?F(this,"featureViewExportOptions"):null},set:function(a){this.h.featureViewExportOptions=a}},oa:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileExportOptions")?F(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},Vb:{configurable:!0,
178
185
  enumerable:!0,get:function(){return G(this,"maxErrorMeters")?F(this,"maxErrorMeters"):null},set:function(a){this.h.maxErrorMeters=a}},maxVertices:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxVertices")?F(this,"maxVertices"):null},set:function(a){this.h.maxVertices=a}},O:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxWorkers")?F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},kb:{configurable:!0,enumerable:!0,get:function(){return G(this,"policy")?
179
186
  F(this,"policy"):null},set:function(a){this.h.policy=a}},priority:{configurable:!0,enumerable:!0,get:function(){return G(this,"priority")?F(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},selectors:{configurable:!0,enumerable:!0,get:function(){return G(this,"selectors")?F(this,"selectors"):null},set:function(a){this.h.selectors=a}},workloadTag:{configurable:!0,
180
187
  enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});
181
- var Hf=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.videoOptions=null==a.Pa?null:a.Pa;this.h.tileOptions=null==a.ec?null:a.ec;this.h.tileExportOptions=null==a.dc?null:a.dc;this.h.requestId=null==a.requestId?null:a.requestId;this.h.version=null==a.version?null:a.version;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};
182
- q(Hf,E);Hf.prototype.i=function(){return{H:{version:he},keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "),s:{expression:af,tileExportOptions:If,tileOptions:Bf,videoOptions:Jf}}};
183
- k.Object.defineProperties(Hf.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxWorkers")?F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
188
+ var mg=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.videoOptions=null==a.Pa?null:a.Pa;this.h.tileOptions=null==a.ec?null:a.ec;this.h.tileExportOptions=null==a.dc?null:a.dc;this.h.requestId=null==a.requestId?null:a.requestId;this.h.version=null==a.version?null:a.version;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};
189
+ q(mg,E);mg.prototype.i=function(){return{H:{version:Ne},keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "),s:{expression:Hf,tileExportOptions:ng,tileOptions:gg,videoOptions:og}}};
190
+ k.Object.defineProperties(mg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxWorkers")?F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
184
191
  enumerable:!0,get:function(){return G(this,"priority")?F(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},dc:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileExportOptions")?F(this,"tileExportOptions"):null},set:function(a){this.h.tileExportOptions=a}},ec:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileOptions")?
185
192
  F(this,"tileOptions"):null},set:function(a){this.h.tileOptions=a}},version:{configurable:!0,enumerable:!0,get:function(){return G(this,"version")?F(this,"version"):null},set:function(a){this.h.version=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return G(this,"videoOptions")?F(this,"videoOptions"):null},set:function(a){this.h.videoOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=
186
- a}}});var Kf=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.videoOptions=null==a.Pa?null:a.Pa;this.h.fileExportOptions=null==a.oa?null:a.oa;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};q(Kf,E);
187
- Kf.prototype.i=function(){return{keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "),s:{expression:af,fileExportOptions:If,videoOptions:Jf}}};
188
- k.Object.defineProperties(Kf.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},oa:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileExportOptions")?F(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},O:{configurable:!0,
193
+ a}}});var pg=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.description=null==a.description?null:a.description;this.h.videoOptions=null==a.Pa?null:a.Pa;this.h.fileExportOptions=null==a.oa?null:a.oa;this.h.requestId=null==a.requestId?null:a.requestId;this.h.maxWorkers=null==a.O?null:a.O;this.h.workloadTag=null==a.workloadTag?null:a.workloadTag;this.h.priority=null==a.priority?null:a.priority};q(pg,E);
194
+ pg.prototype.i=function(){return{keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "),s:{expression:Hf,fileExportOptions:ng,videoOptions:og}}};
195
+ k.Object.defineProperties(pg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},oa:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileExportOptions")?F(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},O:{configurable:!0,
189
196
  enumerable:!0,get:function(){return G(this,"maxWorkers")?F(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,enumerable:!0,get:function(){return G(this,"priority")?F(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return G(this,"videoOptions")?F(this,"videoOptions"):
190
- null},set:function(a){this.h.videoOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var Se=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.title=null==a.title?null:a.title;this.h.description=null==a.description?null:a.description;this.h.location=null==a.location?null:a.location};q(Se,E);
191
- Se.prototype.i=function(){return{keys:["description","expression","location","title"]}};
192
- k.Object.defineProperties(Se.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},location:{configurable:!0,enumerable:!0,get:function(){return G(this,"location")?F(this,"location"):null},set:function(a){this.h.location=a}},title:{configurable:!0,enumerable:!0,
193
- get:function(){return G(this,"title")?F(this,"title"):null},set:function(a){this.h.title=a}}});var af=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values;this.h.result=null==a.result?null:a.result};q(af,E);af.prototype.i=function(){return{keys:["result","values"],Ma:{values:{ka:Le,pa:!1,qa:!0,ra:!1}}}};
194
- k.Object.defineProperties(af.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return G(this,"result")?F(this,"result"):null},set:function(a){this.h.result=a}},values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var Lf=function(a){a=void 0===a?{}:a;this.h={};this.h.type=null==a.type?null:a.type;this.h.geometry=null==a.geometry?null:a.geometry;this.h.properties=null==a.properties?null:a.properties};
195
- q(Lf,E);Lf.prototype.i=function(){return{keys:["geometry","properties","type"]}};
196
- k.Object.defineProperties(Lf.prototype,{geometry:{configurable:!0,enumerable:!0,get:function(){return G(this,"geometry")?F(this,"geometry"):null},set:function(a){this.h.geometry=a}},properties:{configurable:!0,enumerable:!0,get:function(){return G(this,"properties")?F(this,"properties"):null},set:function(a){this.h.properties=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});
197
- var Mf=function(a){a=void 0===a?{}:a;this.h={};this.h.asset=null==a.Nb?null:a.Nb;this.h.mapName=null==a.mapName?null:a.mapName;this.h.name=null==a.name?null:a.name;this.h.visualizationExpression=null==a.Cg?null:a.Cg};q(Mf,E);Mf.prototype.i=function(){return{keys:["asset","mapName","name","visualizationExpression"],s:{visualizationExpression:af}}};
198
- k.Object.defineProperties(Mf.prototype,{Nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"asset")?F(this,"asset"):null},set:function(a){this.h.asset=a}},mapName:{configurable:!0,enumerable:!0,get:function(){return G(this,"mapName")?F(this,"mapName"):null},set:function(a){this.h.mapName=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},Cg:{configurable:!0,enumerable:!0,get:function(){return G(this,"visualizationExpression")?
199
- F(this,"visualizationExpression"):null},set:function(a){this.h.visualizationExpression=a}}});var Ef=function(a){a=void 0===a?{}:a;this.h={};this.h.featureViewDestination=null==a.mf?null:a.mf;this.h.ingestionTimeParameters=null==a.rc?null:a.rc};q(Ef,E);Ef.prototype.i=function(){return{keys:["featureViewDestination","ingestionTimeParameters"],s:{featureViewDestination:Nf,ingestionTimeParameters:Of}}};
200
- k.Object.defineProperties(Ef.prototype,{mf:{configurable:!0,enumerable:!0,get:function(){return G(this,"featureViewDestination")?F(this,"featureViewDestination"):null},set:function(a){this.h.featureViewDestination=a}},rc:{configurable:!0,enumerable:!0,get:function(){return G(this,"ingestionTimeParameters")?F(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
201
- var Pf=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.type=null==a.type?null:a.type};q(Pf,E);Pf.prototype.i=function(){return{H:{type:ie},keys:["name","type"]}};k.Object.defineProperties(Pf.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});
202
- var Nf=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.assetVersion=null==a.Hg?null:a.Hg;this.h.permissions=null==a.permissions?null:a.permissions};q(Nf,E);Nf.prototype.i=function(){return{H:{permissions:je},keys:["assetVersion","name","permissions"]}};
203
- k.Object.defineProperties(Nf.prototype,{Hg:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetVersion")?F(this,"assetVersion"):null},set:function(a){this.h.assetVersion=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},permissions:{configurable:!0,enumerable:!0,get:function(){return G(this,"permissions")?F(this,"permissions"):null},set:function(a){this.h.permissions=a}}});
204
- k.Object.defineProperties(Nf,{Permissions:{configurable:!0,enumerable:!0,get:function(){return je}}});var Of=function(a){a=void 0===a?{}:a;this.h={};this.h.thinningOptions=null==a.rg?null:a.rg;this.h.rankingOptions=null==a.Yf?null:a.Yf;this.h.prerenderingOptions=null==a.ji?null:a.ji};q(Of,E);Of.prototype.i=function(){return{keys:["prerenderingOptions","rankingOptions","thinningOptions"],s:{prerenderingOptions:Qf,rankingOptions:Rf,thinningOptions:Sf}}};
205
- k.Object.defineProperties(Of.prototype,{ji:{configurable:!0,enumerable:!0,get:function(){return G(this,"prerenderingOptions")?F(this,"prerenderingOptions"):null},set:function(a){this.h.prerenderingOptions=a}},Yf:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankingOptions")?F(this,"rankingOptions"):null},set:function(a){this.h.rankingOptions=a}},rg:{configurable:!0,enumerable:!0,get:function(){return G(this,"thinningOptions")?F(this,"thinningOptions"):null},set:function(a){this.h.thinningOptions=
206
- a}}});var of=function(a){a=void 0===a?{}:a;this.h={};this.h.location=null==a.location?null:a.location;this.h.assetOptions=null==a.assetOptions?null:a.assetOptions};q(of,E);of.prototype.i=function(){return{keys:["assetOptions","location"],s:{assetOptions:Tf}}};
207
- k.Object.defineProperties(of.prototype,{assetOptions:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetOptions")?F(this,"assetOptions"):null},set:function(a){this.h.assetOptions=a}},location:{configurable:!0,enumerable:!0,get:function(){return G(this,"location")?F(this,"location"):null},set:function(a){this.h.location=a}}});var Tf=function(a){a=void 0===a?{}:a;this.h={};this.h.featureViewAttributes=null==a.uh?null:a.uh;this.h.ingestionTimeParameters=null==a.rc?null:a.rc};q(Tf,E);
208
- Tf.prototype.i=function(){return{P:{featureViewAttributes:Pf},keys:["featureViewAttributes","ingestionTimeParameters"],s:{ingestionTimeParameters:Of}}};
209
- k.Object.defineProperties(Tf.prototype,{uh:{configurable:!0,enumerable:!0,get:function(){return G(this,"featureViewAttributes")?F(this,"featureViewAttributes"):null},set:function(a){this.h.featureViewAttributes=a}},rc:{configurable:!0,enumerable:!0,get:function(){return G(this,"ingestionTimeParameters")?F(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
210
- var Uf=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.orientation=null==a.orientation?null:a.orientation;this.h.fileFormat=null==a.F?null:a.F;this.h.grid=null==a.grid?null:a.grid};q(Uf,E);Uf.prototype.i=function(){return{H:{fileFormat:ke,orientation:le},keys:["expression","fileFormat","grid","name","orientation"],s:{expression:af,grid:zf}}};
211
- k.Object.defineProperties(Uf.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
212
- "name")?F(this,"name"):null},set:function(a){this.h.name=a}},orientation:{configurable:!0,enumerable:!0,get:function(){return G(this,"orientation")?F(this,"orientation"):null},set:function(a){this.h.orientation=a}}});var pf=function(a){a=void 0===a?{}:a;this.h={};this.h.sizeBytes=null==a.sizeBytes?null:a.sizeBytes;this.h.maxSizeBytes=null==a.Wb?null:a.Wb;this.h.assetCount=null==a.Pe?null:a.Pe;this.h.maxAssets=null==a.Nf?null:a.Nf};q(pf,E);
213
- pf.prototype.i=function(){return{keys:["assetCount","maxAssets","maxSizeBytes","sizeBytes"]}};
214
- k.Object.defineProperties(pf.prototype,{Pe:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetCount")?F(this,"assetCount"):null},set:function(a){this.h.assetCount=a}},Nf:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxAssets")?F(this,"maxAssets"):null},set:function(a){this.h.maxAssets=a}},Wb:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxSizeBytes")?F(this,"maxSizeBytes"):null},set:function(a){this.h.maxSizeBytes=a}},sizeBytes:{configurable:!0,enumerable:!0,
215
- get:function(){return G(this,"sizeBytes")?F(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});var Vf=function(a){a=void 0===a?{}:a;this.h={};this.h.argumentNames=null==a.lc?null:a.lc;this.h.body=null==a.body?null:a.body};q(Vf,E);Vf.prototype.i=function(){return{keys:["argumentNames","body"]}};
216
- k.Object.defineProperties(Vf.prototype,{lc:{configurable:!0,enumerable:!0,get:function(){return G(this,"argumentNames")?F(this,"argumentNames"):null},set:function(a){this.h.argumentNames=a}},body:{configurable:!0,enumerable:!0,get:function(){return G(this,"body")?F(this,"body"):null},set:function(a){this.h.body=a}}});
217
- var Wf=function(a){a=void 0===a?{}:a;this.h={};this.h.functionName=null==a.functionName?null:a.functionName;this.h.functionReference=null==a.Va?null:a.Va;this.h.arguments=null==a.arguments?null:a.arguments};q(Wf,E);Wf.prototype.i=function(){return{keys:["arguments","functionName","functionReference"],Ma:{arguments:{ka:Le,pa:!1,qa:!0,ra:!1}}}};
218
- k.Object.defineProperties(Wf.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return G(this,"arguments")?F(this,"arguments"):null},set:function(a){this.h.arguments=a}},functionName:{configurable:!0,enumerable:!0,get:function(){return G(this,"functionName")?F(this,"functionName"):null},set:function(a){this.h.functionName=a}},Va:{configurable:!0,enumerable:!0,get:function(){return G(this,"functionReference")?F(this,"functionReference"):null},set:function(a){this.h.functionReference=
219
- a}}});var Xf=function(a){a=void 0===a?{}:a;this.h={};this.h.cloudOptimized=null==a.We?null:a.We;this.h.tileDimensions=null==a.cc?null:a.cc;this.h.skipEmptyFiles=null==a.mg?null:a.mg;this.h.tileSize=null==a.tileSize?null:a.tileSize;this.h.noData=null==a.Rf?null:a.Rf};q(Xf,E);Xf.prototype.i=function(){return{keys:["cloudOptimized","noData","skipEmptyFiles","tileDimensions","tileSize"],s:{noData:Yf,tileDimensions:Zf}}};
220
- k.Object.defineProperties(Xf.prototype,{We:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudOptimized")?F(this,"cloudOptimized"):null},set:function(a){this.h.cloudOptimized=a}},Rf:{configurable:!0,enumerable:!0,get:function(){return G(this,"noData")?F(this,"noData"):null},set:function(a){this.h.noData=a}},mg:{configurable:!0,enumerable:!0,get:function(){return G(this,"skipEmptyFiles")?F(this,"skipEmptyFiles"):null},set:function(a){this.h.skipEmptyFiles=a}},cc:{configurable:!0,enumerable:!0,
221
- get:function(){return G(this,"tileDimensions")?F(this,"tileDimensions"):null},set:function(a){this.h.tileDimensions=a}},tileSize:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileSize")?F(this,"tileSize"):null},set:function(a){this.h.tileSize=a}}});var $f=function(a){a=void 0===a?{}:a;this.h={};this.h.options=null==a.options?null:a.options};q($f,E);$f.prototype.i=function(){return{keys:["options"],s:{options:ag}}};
222
- k.Object.defineProperties($f.prototype,{options:{configurable:!0,enumerable:!0,get:function(){return G(this,"options")?F(this,"options"):null},set:function(a){this.h.options=a}}});var ag=function(a){a=void 0===a?{}:a;this.h={};this.h.requestedPolicyVersion=null==a.ti?null:a.ti};q(ag,E);ag.prototype.i=function(){return{keys:["requestedPolicyVersion"]}};
223
- k.Object.defineProperties(ag.prototype,{ti:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestedPolicyVersion")?F(this,"requestedPolicyVersion"):null},set:function(a){this.h.requestedPolicyVersion=a}}});var Zf=function(a){a=void 0===a?{}:a;this.h={};this.h.width=null==a.width?null:a.width;this.h.height=null==a.height?null:a.height};q(Zf,E);Zf.prototype.i=function(){return{keys:["height","width"]}};
224
- k.Object.defineProperties(Zf.prototype,{height:{configurable:!0,enumerable:!0,get:function(){return G(this,"height")?F(this,"height"):null},set:function(a){this.h.height=a}},width:{configurable:!0,enumerable:!0,get:function(){return G(this,"width")?F(this,"width"):null},set:function(a){this.h.width=a}}});var bg=function(a){a=void 0===a?{}:a;this.h={};this.h.x=null==a.x?null:a.x;this.h.y=null==a.y?null:a.y};q(bg,E);bg.prototype.i=function(){return{keys:["x","y"]}};
225
- k.Object.defineProperties(bg.prototype,{x:{configurable:!0,enumerable:!0,get:function(){return G(this,"x")?F(this,"x"):null},set:function(a){this.h.x=a}},y:{configurable:!0,enumerable:!0,get:function(){return G(this,"y")?F(this,"y"):null},set:function(a){this.h.y=a}}});
226
- var xf=function(a){a=void 0===a?{}:a;this.h={};this.h.earthEngineDestination=null==a.Ha?null:a.Ha;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy;this.h.pyramidingPolicyOverrides=null==a.Vf?null:a.Vf;this.h.tileSize=null==a.tileSize?null:a.tileSize};q(xf,E);
227
- xf.prototype.i=function(){return{H:{pyramidingPolicy:me,pyramidingPolicyOverrides:ne},keys:["earthEngineDestination","pyramidingPolicy","pyramidingPolicyOverrides","tileSize"],Ma:{pyramidingPolicyOverrides:{ka:null,pa:!1,qa:!1,ra:!1}},s:{earthEngineDestination:We}}};
228
- k.Object.defineProperties(xf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return G(this,"earthEngineDestination")?F(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicy")?F(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},Vf:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicyOverrides")?F(this,"pyramidingPolicyOverrides"):
197
+ null},set:function(a){this.h.videoOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return G(this,"workloadTag")?F(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var yf=function(a){a=void 0===a?{}:a;this.h={};this.h.expression=null==a.l?null:a.l;this.h.title=null==a.title?null:a.title;this.h.description=null==a.description?null:a.description;this.h.location=null==a.location?null:a.location};q(yf,E);
198
+ yf.prototype.i=function(){return{keys:["description","expression","location","title"]}};
199
+ k.Object.defineProperties(yf.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},location:{configurable:!0,enumerable:!0,get:function(){return G(this,"location")?F(this,"location"):null},set:function(a){this.h.location=a}},title:{configurable:!0,enumerable:!0,
200
+ get:function(){return G(this,"title")?F(this,"title"):null},set:function(a){this.h.title=a}}});var Hf=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values;this.h.result=null==a.result?null:a.result};q(Hf,E);Hf.prototype.i=function(){return{keys:["result","values"],Ma:{values:{ka:rf,pa:!1,qa:!0,ra:!1}}}};
201
+ k.Object.defineProperties(Hf.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return G(this,"result")?F(this,"result"):null},set:function(a){this.h.result=a}},values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var qg=function(a){a=void 0===a?{}:a;this.h={};this.h.type=null==a.type?null:a.type;this.h.geometry=null==a.geometry?null:a.geometry;this.h.properties=null==a.properties?null:a.properties};
202
+ q(qg,E);qg.prototype.i=function(){return{keys:["geometry","properties","type"]}};
203
+ k.Object.defineProperties(qg.prototype,{geometry:{configurable:!0,enumerable:!0,get:function(){return G(this,"geometry")?F(this,"geometry"):null},set:function(a){this.h.geometry=a}},properties:{configurable:!0,enumerable:!0,get:function(){return G(this,"properties")?F(this,"properties"):null},set:function(a){this.h.properties=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});
204
+ var rg=function(a){a=void 0===a?{}:a;this.h={};this.h.asset=null==a.Nb?null:a.Nb;this.h.mapName=null==a.mapName?null:a.mapName;this.h.name=null==a.name?null:a.name;this.h.visualizationExpression=null==a.Cg?null:a.Cg};q(rg,E);rg.prototype.i=function(){return{keys:["asset","mapName","name","visualizationExpression"],s:{visualizationExpression:Hf}}};
205
+ k.Object.defineProperties(rg.prototype,{Nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"asset")?F(this,"asset"):null},set:function(a){this.h.asset=a}},mapName:{configurable:!0,enumerable:!0,get:function(){return G(this,"mapName")?F(this,"mapName"):null},set:function(a){this.h.mapName=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},Cg:{configurable:!0,enumerable:!0,get:function(){return G(this,"visualizationExpression")?
206
+ F(this,"visualizationExpression"):null},set:function(a){this.h.visualizationExpression=a}}});var jg=function(a){a=void 0===a?{}:a;this.h={};this.h.featureViewDestination=null==a.mf?null:a.mf;this.h.ingestionTimeParameters=null==a.rc?null:a.rc};q(jg,E);jg.prototype.i=function(){return{keys:["featureViewDestination","ingestionTimeParameters"],s:{featureViewDestination:sg,ingestionTimeParameters:tg}}};
207
+ k.Object.defineProperties(jg.prototype,{mf:{configurable:!0,enumerable:!0,get:function(){return G(this,"featureViewDestination")?F(this,"featureViewDestination"):null},set:function(a){this.h.featureViewDestination=a}},rc:{configurable:!0,enumerable:!0,get:function(){return G(this,"ingestionTimeParameters")?F(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
208
+ var ug=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.type=null==a.type?null:a.type};q(ug,E);ug.prototype.i=function(){return{H:{type:Oe},keys:["name","type"]}};k.Object.defineProperties(ug.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});
209
+ var sg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.assetVersion=null==a.Hg?null:a.Hg;this.h.permissions=null==a.permissions?null:a.permissions};q(sg,E);sg.prototype.i=function(){return{H:{permissions:Pe},keys:["assetVersion","name","permissions"]}};
210
+ k.Object.defineProperties(sg.prototype,{Hg:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetVersion")?F(this,"assetVersion"):null},set:function(a){this.h.assetVersion=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},permissions:{configurable:!0,enumerable:!0,get:function(){return G(this,"permissions")?F(this,"permissions"):null},set:function(a){this.h.permissions=a}}});
211
+ k.Object.defineProperties(sg,{Permissions:{configurable:!0,enumerable:!0,get:function(){return Pe}}});var tg=function(a){a=void 0===a?{}:a;this.h={};this.h.thinningOptions=null==a.rg?null:a.rg;this.h.rankingOptions=null==a.Yf?null:a.Yf;this.h.prerenderingOptions=null==a.ji?null:a.ji};q(tg,E);tg.prototype.i=function(){return{keys:["prerenderingOptions","rankingOptions","thinningOptions"],s:{prerenderingOptions:vg,rankingOptions:wg,thinningOptions:xg}}};
212
+ k.Object.defineProperties(tg.prototype,{ji:{configurable:!0,enumerable:!0,get:function(){return G(this,"prerenderingOptions")?F(this,"prerenderingOptions"):null},set:function(a){this.h.prerenderingOptions=a}},Yf:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankingOptions")?F(this,"rankingOptions"):null},set:function(a){this.h.rankingOptions=a}},rg:{configurable:!0,enumerable:!0,get:function(){return G(this,"thinningOptions")?F(this,"thinningOptions"):null},set:function(a){this.h.thinningOptions=
213
+ a}}});var Uf=function(a){a=void 0===a?{}:a;this.h={};this.h.location=null==a.location?null:a.location;this.h.assetOptions=null==a.assetOptions?null:a.assetOptions};q(Uf,E);Uf.prototype.i=function(){return{keys:["assetOptions","location"],s:{assetOptions:yg}}};
214
+ k.Object.defineProperties(Uf.prototype,{assetOptions:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetOptions")?F(this,"assetOptions"):null},set:function(a){this.h.assetOptions=a}},location:{configurable:!0,enumerable:!0,get:function(){return G(this,"location")?F(this,"location"):null},set:function(a){this.h.location=a}}});var yg=function(a){a=void 0===a?{}:a;this.h={};this.h.featureViewAttributes=null==a.uh?null:a.uh;this.h.ingestionTimeParameters=null==a.rc?null:a.rc};q(yg,E);
215
+ yg.prototype.i=function(){return{P:{featureViewAttributes:ug},keys:["featureViewAttributes","ingestionTimeParameters"],s:{ingestionTimeParameters:tg}}};
216
+ k.Object.defineProperties(yg.prototype,{uh:{configurable:!0,enumerable:!0,get:function(){return G(this,"featureViewAttributes")?F(this,"featureViewAttributes"):null},set:function(a){this.h.featureViewAttributes=a}},rc:{configurable:!0,enumerable:!0,get:function(){return G(this,"ingestionTimeParameters")?F(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
217
+ var zg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.orientation=null==a.orientation?null:a.orientation;this.h.fileFormat=null==a.F?null:a.F;this.h.grid=null==a.grid?null:a.grid};q(zg,E);zg.prototype.i=function(){return{H:{fileFormat:Qe,orientation:Re},keys:["expression","fileFormat","grid","name","orientation"],s:{expression:Hf,grid:eg}}};
218
+ k.Object.defineProperties(zg.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
219
+ "name")?F(this,"name"):null},set:function(a){this.h.name=a}},orientation:{configurable:!0,enumerable:!0,get:function(){return G(this,"orientation")?F(this,"orientation"):null},set:function(a){this.h.orientation=a}}});var Vf=function(a){a=void 0===a?{}:a;this.h={};this.h.sizeBytes=null==a.sizeBytes?null:a.sizeBytes;this.h.maxSizeBytes=null==a.Wb?null:a.Wb;this.h.assetCount=null==a.Pe?null:a.Pe;this.h.maxAssets=null==a.Nf?null:a.Nf};q(Vf,E);
220
+ Vf.prototype.i=function(){return{keys:["assetCount","maxAssets","maxSizeBytes","sizeBytes"]}};
221
+ k.Object.defineProperties(Vf.prototype,{Pe:{configurable:!0,enumerable:!0,get:function(){return G(this,"assetCount")?F(this,"assetCount"):null},set:function(a){this.h.assetCount=a}},Nf:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxAssets")?F(this,"maxAssets"):null},set:function(a){this.h.maxAssets=a}},Wb:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxSizeBytes")?F(this,"maxSizeBytes"):null},set:function(a){this.h.maxSizeBytes=a}},sizeBytes:{configurable:!0,enumerable:!0,
222
+ get:function(){return G(this,"sizeBytes")?F(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});var Ag=function(a){a=void 0===a?{}:a;this.h={};this.h.argumentNames=null==a.lc?null:a.lc;this.h.body=null==a.body?null:a.body};q(Ag,E);Ag.prototype.i=function(){return{keys:["argumentNames","body"]}};
223
+ k.Object.defineProperties(Ag.prototype,{lc:{configurable:!0,enumerable:!0,get:function(){return G(this,"argumentNames")?F(this,"argumentNames"):null},set:function(a){this.h.argumentNames=a}},body:{configurable:!0,enumerable:!0,get:function(){return G(this,"body")?F(this,"body"):null},set:function(a){this.h.body=a}}});
224
+ var Bg=function(a){a=void 0===a?{}:a;this.h={};this.h.functionName=null==a.functionName?null:a.functionName;this.h.functionReference=null==a.Va?null:a.Va;this.h.arguments=null==a.arguments?null:a.arguments};q(Bg,E);Bg.prototype.i=function(){return{keys:["arguments","functionName","functionReference"],Ma:{arguments:{ka:rf,pa:!1,qa:!0,ra:!1}}}};
225
+ k.Object.defineProperties(Bg.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return G(this,"arguments")?F(this,"arguments"):null},set:function(a){this.h.arguments=a}},functionName:{configurable:!0,enumerable:!0,get:function(){return G(this,"functionName")?F(this,"functionName"):null},set:function(a){this.h.functionName=a}},Va:{configurable:!0,enumerable:!0,get:function(){return G(this,"functionReference")?F(this,"functionReference"):null},set:function(a){this.h.functionReference=
226
+ a}}});var Cg=function(a){a=void 0===a?{}:a;this.h={};this.h.cloudOptimized=null==a.We?null:a.We;this.h.tileDimensions=null==a.cc?null:a.cc;this.h.skipEmptyFiles=null==a.mg?null:a.mg;this.h.tileSize=null==a.tileSize?null:a.tileSize;this.h.noData=null==a.Rf?null:a.Rf};q(Cg,E);Cg.prototype.i=function(){return{keys:["cloudOptimized","noData","skipEmptyFiles","tileDimensions","tileSize"],s:{noData:Dg,tileDimensions:Eg}}};
227
+ k.Object.defineProperties(Cg.prototype,{We:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudOptimized")?F(this,"cloudOptimized"):null},set:function(a){this.h.cloudOptimized=a}},Rf:{configurable:!0,enumerable:!0,get:function(){return G(this,"noData")?F(this,"noData"):null},set:function(a){this.h.noData=a}},mg:{configurable:!0,enumerable:!0,get:function(){return G(this,"skipEmptyFiles")?F(this,"skipEmptyFiles"):null},set:function(a){this.h.skipEmptyFiles=a}},cc:{configurable:!0,enumerable:!0,
228
+ get:function(){return G(this,"tileDimensions")?F(this,"tileDimensions"):null},set:function(a){this.h.tileDimensions=a}},tileSize:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileSize")?F(this,"tileSize"):null},set:function(a){this.h.tileSize=a}}});var Fg=function(a){a=void 0===a?{}:a;this.h={};this.h.options=null==a.options?null:a.options};q(Fg,E);Fg.prototype.i=function(){return{keys:["options"],s:{options:Gg}}};
229
+ k.Object.defineProperties(Fg.prototype,{options:{configurable:!0,enumerable:!0,get:function(){return G(this,"options")?F(this,"options"):null},set:function(a){this.h.options=a}}});var Gg=function(a){a=void 0===a?{}:a;this.h={};this.h.requestedPolicyVersion=null==a.ti?null:a.ti};q(Gg,E);Gg.prototype.i=function(){return{keys:["requestedPolicyVersion"]}};
230
+ k.Object.defineProperties(Gg.prototype,{ti:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestedPolicyVersion")?F(this,"requestedPolicyVersion"):null},set:function(a){this.h.requestedPolicyVersion=a}}});var Eg=function(a){a=void 0===a?{}:a;this.h={};this.h.width=null==a.width?null:a.width;this.h.height=null==a.height?null:a.height};q(Eg,E);Eg.prototype.i=function(){return{keys:["height","width"]}};
231
+ k.Object.defineProperties(Eg.prototype,{height:{configurable:!0,enumerable:!0,get:function(){return G(this,"height")?F(this,"height"):null},set:function(a){this.h.height=a}},width:{configurable:!0,enumerable:!0,get:function(){return G(this,"width")?F(this,"width"):null},set:function(a){this.h.width=a}}});var Hg=function(a){a=void 0===a?{}:a;this.h={};this.h.x=null==a.x?null:a.x;this.h.y=null==a.y?null:a.y};q(Hg,E);Hg.prototype.i=function(){return{keys:["x","y"]}};
232
+ k.Object.defineProperties(Hg.prototype,{x:{configurable:!0,enumerable:!0,get:function(){return G(this,"x")?F(this,"x"):null},set:function(a){this.h.x=a}},y:{configurable:!0,enumerable:!0,get:function(){return G(this,"y")?F(this,"y"):null},set:function(a){this.h.y=a}}});
233
+ var cg=function(a){a=void 0===a?{}:a;this.h={};this.h.earthEngineDestination=null==a.Ha?null:a.Ha;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy;this.h.pyramidingPolicyOverrides=null==a.Vf?null:a.Vf;this.h.tileSize=null==a.tileSize?null:a.tileSize};q(cg,E);
234
+ cg.prototype.i=function(){return{H:{pyramidingPolicy:Se,pyramidingPolicyOverrides:Te},keys:["earthEngineDestination","pyramidingPolicy","pyramidingPolicyOverrides","tileSize"],Ma:{pyramidingPolicyOverrides:{ka:null,pa:!1,qa:!1,ra:!1}},s:{earthEngineDestination:Cf}}};
235
+ k.Object.defineProperties(cg.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return G(this,"earthEngineDestination")?F(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicy")?F(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},Vf:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicyOverrides")?F(this,"pyramidingPolicyOverrides"):
229
236
  null},set:function(a){this.h.pyramidingPolicyOverrides=a}},tileSize:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileSize")?F(this,"tileSize"):null},set:function(a){this.h.tileSize=a}}});
230
- var mf=function(a){a=void 0===a?{}:a;this.h={};this.h.id=null==a.id?null:a.id;this.h.dataType=null==a.dataType?null:a.dataType;this.h.grid=null==a.grid?null:a.grid;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy;this.h.tilesets=null==a.tilesets?null:a.tilesets;this.h.missingData=null==a.missingData?null:a.missingData;this.h.tilesetId=null==a.nb?null:a.nb;this.h.tilesetBandIndex=null==a.kd?null:a.kd};q(mf,E);
231
- mf.prototype.i=function(){return{P:{tilesets:cg},H:{pyramidingPolicy:oe},keys:"dataType grid id missingData pyramidingPolicy tilesetBandIndex tilesetId tilesets".split(" "),s:{dataType:dg,grid:zf,missingData:eg}}};
232
- k.Object.defineProperties(mf.prototype,{dataType:{configurable:!0,enumerable:!0,get:function(){return G(this,"dataType")?F(this,"dataType"):null},set:function(a){this.h.dataType=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},id:{configurable:!0,enumerable:!0,get:function(){return G(this,"id")?F(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return G(this,"missingData")?
237
+ var Sf=function(a){a=void 0===a?{}:a;this.h={};this.h.id=null==a.id?null:a.id;this.h.dataType=null==a.dataType?null:a.dataType;this.h.grid=null==a.grid?null:a.grid;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy;this.h.tilesets=null==a.tilesets?null:a.tilesets;this.h.missingData=null==a.missingData?null:a.missingData;this.h.tilesetId=null==a.nb?null:a.nb;this.h.tilesetBandIndex=null==a.kd?null:a.kd};q(Sf,E);
238
+ Sf.prototype.i=function(){return{P:{tilesets:Ig},H:{pyramidingPolicy:Ue},keys:"dataType grid id missingData pyramidingPolicy tilesetBandIndex tilesetId tilesets".split(" "),s:{dataType:Jg,grid:eg,missingData:Kg}}};
239
+ k.Object.defineProperties(Sf.prototype,{dataType:{configurable:!0,enumerable:!0,get:function(){return G(this,"dataType")?F(this,"dataType"):null},set:function(a){this.h.dataType=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},id:{configurable:!0,enumerable:!0,get:function(){return G(this,"id")?F(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return G(this,"missingData")?
233
240
  F(this,"missingData"):null},set:function(a){this.h.missingData=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicy")?F(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},kd:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesetBandIndex")?F(this,"tilesetBandIndex"):null},set:function(a){this.h.tilesetBandIndex=a}},nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesetId")?F(this,"tilesetId"):null},
234
- set:function(a){this.h.tilesetId=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesets")?F(this,"tilesets"):null},set:function(a){this.h.tilesets=a}}});var yf=function(a){a=void 0===a?{}:a;this.h={};this.h.driveDestination=null==a.ma?null:a.ma;this.h.cloudStorageDestination=null==a.ja?null:a.ja;this.h.geoTiffOptions=null==a.Jd?null:a.Jd;this.h.tfRecordOptions=null==a.me?null:a.me;this.h.fileFormat=null==a.F?null:a.F};q(yf,E);
235
- yf.prototype.i=function(){return{H:{fileFormat:pe},keys:["cloudStorageDestination","driveDestination","fileFormat","geoTiffOptions","tfRecordOptions"],s:{cloudStorageDestination:Ye,driveDestination:kf,geoTiffOptions:Xf,tfRecordOptions:fg}}};
236
- k.Object.defineProperties(yf.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageDestination")?F(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return G(this,"driveDestination")?F(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
241
+ set:function(a){this.h.tilesetId=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesets")?F(this,"tilesets"):null},set:function(a){this.h.tilesets=a}}});var dg=function(a){a=void 0===a?{}:a;this.h={};this.h.driveDestination=null==a.ma?null:a.ma;this.h.cloudStorageDestination=null==a.ja?null:a.ja;this.h.geoTiffOptions=null==a.Jd?null:a.Jd;this.h.tfRecordOptions=null==a.me?null:a.me;this.h.fileFormat=null==a.F?null:a.F};q(dg,E);
242
+ dg.prototype.i=function(){return{H:{fileFormat:Ve},keys:["cloudStorageDestination","driveDestination","fileFormat","geoTiffOptions","tfRecordOptions"],s:{cloudStorageDestination:Ef,driveDestination:Qf,geoTiffOptions:Cg,tfRecordOptions:Lg}}};
243
+ k.Object.defineProperties(dg.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageDestination")?F(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return G(this,"driveDestination")?F(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
237
244
  a}},Jd:{configurable:!0,enumerable:!0,get:function(){return G(this,"geoTiffOptions")?F(this,"geoTiffOptions"):null},set:function(a){this.h.geoTiffOptions=a}},me:{configurable:!0,enumerable:!0,get:function(){return G(this,"tfRecordOptions")?F(this,"tfRecordOptions"):null},set:function(a){this.h.tfRecordOptions=a}}});
238
- var gg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.properties=null==a.properties?null:a.properties;this.h.uriPrefix=null==a.nd?null:a.nd;this.h.tilesets=null==a.tilesets?null:a.tilesets;this.h.bands=null==a.bands?null:a.bands;this.h.maskBands=null==a.Mf?null:a.Mf;this.h.footprint=null==a.Bh?null:a.Bh;this.h.missingData=null==a.missingData?null:a.missingData;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy;this.h.startTime=null==a.startTime?
239
- null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.minTileAreaRatio=null==a.Xh?null:a.Xh;this.h.skipMetadataRead=null==a.Bi?null:a.Bi};q(gg,E);gg.prototype.i=function(){return{P:{bands:hg,maskBands:ig,tilesets:nf},H:{pyramidingPolicy:qe},keys:"bands endTime footprint maskBands minTileAreaRatio missingData name properties pyramidingPolicy skipMetadataRead startTime tilesets uriPrefix".split(" "),Ma:{properties:{ka:null,pa:!1,qa:!1,ra:!1}},s:{footprint:jg,missingData:eg}}};
240
- k.Object.defineProperties(gg.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return G(this,"bands")?F(this,"bands"):null},set:function(a){this.h.bands=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"endTime")?F(this,"endTime"):null},set:function(a){this.h.endTime=a}},Bh:{configurable:!0,enumerable:!0,get:function(){return G(this,"footprint")?F(this,"footprint"):null},set:function(a){this.h.footprint=a}},Mf:{configurable:!0,enumerable:!0,get:function(){return G(this,
245
+ var Mg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.properties=null==a.properties?null:a.properties;this.h.uriPrefix=null==a.nd?null:a.nd;this.h.tilesets=null==a.tilesets?null:a.tilesets;this.h.bands=null==a.bands?null:a.bands;this.h.maskBands=null==a.Mf?null:a.Mf;this.h.footprint=null==a.Bh?null:a.Bh;this.h.missingData=null==a.missingData?null:a.missingData;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy;this.h.startTime=null==a.startTime?
246
+ null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.minTileAreaRatio=null==a.Xh?null:a.Xh;this.h.skipMetadataRead=null==a.Bi?null:a.Bi};q(Mg,E);Mg.prototype.i=function(){return{P:{bands:Ng,maskBands:Og,tilesets:Tf},H:{pyramidingPolicy:We},keys:"bands endTime footprint maskBands minTileAreaRatio missingData name properties pyramidingPolicy skipMetadataRead startTime tilesets uriPrefix".split(" "),Ma:{properties:{ka:null,pa:!1,qa:!1,ra:!1}},s:{footprint:Pg,missingData:Kg}}};
247
+ k.Object.defineProperties(Mg.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return G(this,"bands")?F(this,"bands"):null},set:function(a){this.h.bands=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"endTime")?F(this,"endTime"):null},set:function(a){this.h.endTime=a}},Bh:{configurable:!0,enumerable:!0,get:function(){return G(this,"footprint")?F(this,"footprint"):null},set:function(a){this.h.footprint=a}},Mf:{configurable:!0,enumerable:!0,get:function(){return G(this,
241
248
  "maskBands")?F(this,"maskBands"):null},set:function(a){this.h.maskBands=a}},Xh:{configurable:!0,enumerable:!0,get:function(){return G(this,"minTileAreaRatio")?F(this,"minTileAreaRatio"):null},set:function(a){this.h.minTileAreaRatio=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return G(this,"missingData")?F(this,"missingData"):null},set:function(a){this.h.missingData=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=
242
249
  a}},properties:{configurable:!0,enumerable:!0,get:function(){return G(this,"properties")?F(this,"properties"):null},set:function(a){this.h.properties=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicy")?F(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},Bi:{configurable:!0,enumerable:!0,get:function(){return G(this,"skipMetadataRead")?F(this,"skipMetadataRead"):null},set:function(a){this.h.skipMetadataRead=a}},startTime:{configurable:!0,
243
250
  enumerable:!0,get:function(){return G(this,"startTime")?F(this,"startTime"):null},set:function(a){this.h.startTime=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesets")?F(this,"tilesets"):null},set:function(a){this.h.tilesets=a}},nd:{configurable:!0,enumerable:!0,get:function(){return G(this,"uriPrefix")?F(this,"uriPrefix"):null},set:function(a){this.h.uriPrefix=a}}});
244
- var kg=function(a){a=void 0===a?{}:a;this.h={};this.h.uris=null==a.uris?null:a.uris;this.h.affineTransform=null==a.Lb?null:a.Lb;this.h.dimensions=null==a.dimensions?null:a.dimensions};q(kg,E);kg.prototype.i=function(){return{keys:["affineTransform","dimensions","uris"],s:{affineTransform:He,dimensions:Zf}}};
245
- k.Object.defineProperties(kg.prototype,{Lb:{configurable:!0,enumerable:!0,get:function(){return G(this,"affineTransform")?F(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},dimensions:{configurable:!0,enumerable:!0,get:function(){return G(this,"dimensions")?F(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},uris:{configurable:!0,enumerable:!0,get:function(){return G(this,"uris")?F(this,"uris"):null},set:function(a){this.h.uris=a}}});
246
- var lg=function(a){a=void 0===a?{}:a;this.h={};this.h.imageManifest=null==a.Bf?null:a.Bf;this.h.description=null==a.description?null:a.description;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.requestId=null==a.requestId?null:a.requestId;this.h.mode=null==a.mode?null:a.mode};q(lg,E);lg.prototype.i=function(){return{H:{mode:re},keys:["description","imageManifest","mode","overwrite","requestId"],s:{imageManifest:gg}}};
247
- k.Object.defineProperties(lg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},Bf:{configurable:!0,enumerable:!0,get:function(){return G(this,"imageManifest")?F(this,"imageManifest"):null},set:function(a){this.h.imageManifest=a}},mode:{configurable:!0,enumerable:!0,get:function(){return G(this,"mode")?F(this,"mode"):null},set:function(a){this.h.mode=a}},overwrite:{configurable:!0,enumerable:!0,
248
- get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}}});var mg=function(a){a=void 0===a?{}:a;this.h={};this.h.tableManifest=null==a.qg?null:a.qg;this.h.description=null==a.description?null:a.description;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.requestId=null==a.requestId?null:a.requestId};
249
- q(mg,E);mg.prototype.i=function(){return{keys:["description","overwrite","requestId","tableManifest"],s:{tableManifest:ng}}};
250
- k.Object.defineProperties(mg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},qg:{configurable:!0,
251
- enumerable:!0,get:function(){return G(this,"tableManifest")?F(this,"tableManifest"):null},set:function(a){this.h.tableManifest=a}}});var og=function(a){a=void 0===a?{}:a;this.h={};this.h.algorithms=null==a.Fc?null:a.Fc};q(og,E);og.prototype.i=function(){return{P:{algorithms:Ie},keys:["algorithms"]}};k.Object.defineProperties(og.prototype,{Fc:{configurable:!0,enumerable:!0,get:function(){return G(this,"algorithms")?F(this,"algorithms"):null},set:function(a){this.h.algorithms=a}}});
252
- var pg=function(a){a=void 0===a?{}:a;this.h={};this.h.assets=null==a.assets?null:a.assets;this.h.nextPageToken=null==a.nextPageToken?null:a.nextPageToken};q(pg,E);pg.prototype.i=function(){return{P:{assets:lf},keys:["assets","nextPageToken"]}};
253
- k.Object.defineProperties(pg.prototype,{assets:{configurable:!0,enumerable:!0,get:function(){return G(this,"assets")?F(this,"assets"):null},set:function(a){this.h.assets=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return G(this,"nextPageToken")?F(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}}});
254
- var qg=function(a){a=void 0===a?{}:a;this.h={};this.h.type=null==a.type?null:a.type;this.h.features=null==a.features?null:a.features;this.h.nextPageToken=null==a.nextPageToken?null:a.nextPageToken};q(qg,E);qg.prototype.i=function(){return{P:{features:Lf},keys:["features","nextPageToken","type"]}};
255
- k.Object.defineProperties(qg.prototype,{features:{configurable:!0,enumerable:!0,get:function(){return G(this,"features")?F(this,"features"):null},set:function(a){this.h.features=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return G(this,"nextPageToken")?F(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});
256
- var rg=function(a){a=void 0===a?{}:a;this.h={};this.h.operations=null==a.Na?null:a.Na;this.h.nextPageToken=null==a.nextPageToken?null:a.nextPageToken};q(rg,E);rg.prototype.i=function(){return{P:{operations:sg},keys:["nextPageToken","operations"]}};
257
- k.Object.defineProperties(rg.prototype,{nextPageToken:{configurable:!0,enumerable:!0,get:function(){return G(this,"nextPageToken")?F(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},Na:{configurable:!0,enumerable:!0,get:function(){return G(this,"operations")?F(this,"operations"):null},set:function(a){this.h.operations=a}}});
258
- var tg=function(a){a=void 0===a?{}:a;this.h={};this.h.counter=null==a.counter?null:a.counter;this.h.dataAccess=null==a.mh?null:a.mh;this.h.cloudAudit=null==a.Xg?null:a.Xg};q(tg,E);tg.prototype.i=function(){return{keys:["cloudAudit","counter","dataAccess"],s:{cloudAudit:Xe,counter:ef,dataAccess:gf}}};
259
- k.Object.defineProperties(tg.prototype,{Xg:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudAudit")?F(this,"cloudAudit"):null},set:function(a){this.h.cloudAudit=a}},counter:{configurable:!0,enumerable:!0,get:function(){return G(this,"counter")?F(this,"counter"):null},set:function(a){this.h.counter=a}},mh:{configurable:!0,enumerable:!0,get:function(){return G(this,"dataAccess")?F(this,"dataAccess"):null},set:function(a){this.h.dataAccess=a}}});
260
- var eg=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values};q(eg,E);eg.prototype.i=function(){return{keys:["values"]}};k.Object.defineProperties(eg.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var ug=function(a){a=void 0===a?{}:a;this.h={};this.h.destinationName=null==a.Qb?null:a.Qb};q(ug,E);ug.prototype.i=function(){return{keys:["destinationName"]}};
261
- k.Object.defineProperties(ug.prototype,{Qb:{configurable:!0,enumerable:!0,get:function(){return G(this,"destinationName")?F(this,"destinationName"):null},set:function(a){this.h.destinationName=a}}});var Yf=function(a){a=void 0===a?{}:a;this.h={};this.h.floatValue=null==a.rf?null:a.rf;this.h.integerValue=null==a.Wa?null:a.Wa};q(Yf,E);Yf.prototype.i=function(){return{keys:["floatValue","integerValue"]}};
262
- k.Object.defineProperties(Yf.prototype,{rf:{configurable:!0,enumerable:!0,get:function(){return G(this,"floatValue")?F(this,"floatValue"):null},set:function(a){this.h.floatValue=a}},Wa:{configurable:!0,enumerable:!0,get:function(){return G(this,"integerValue")?F(this,"integerValue"):null},set:function(a){this.h.integerValue=a}}});
263
- var sg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.metadata=null==a.metadata?null:a.metadata;this.h.done=null==a.done?null:a.done;this.h.error=null==a.error?null:a.error;this.h.response=null==a.response?null:a.response};q(sg,E);sg.prototype.i=function(){return{keys:["done","error","metadata","name","response"],Ma:{metadata:{ka:null,pa:!1,qa:!1,ra:!1},response:{ka:null,pa:!1,qa:!1,ra:!1}},s:{error:vg}}};
264
- k.Object.defineProperties(sg.prototype,{done:{configurable:!0,enumerable:!0,get:function(){return G(this,"done")?F(this,"done"):null},set:function(a){this.h.done=a}},error:{configurable:!0,enumerable:!0,get:function(){return G(this,"error")?F(this,"error"):null},set:function(a){this.h.error=a}},metadata:{configurable:!0,enumerable:!0,get:function(){return G(this,"metadata")?F(this,"metadata"):null},set:function(a){this.h.metadata=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
251
+ var Qg=function(a){a=void 0===a?{}:a;this.h={};this.h.uris=null==a.uris?null:a.uris;this.h.affineTransform=null==a.Lb?null:a.Lb;this.h.dimensions=null==a.dimensions?null:a.dimensions};q(Qg,E);Qg.prototype.i=function(){return{keys:["affineTransform","dimensions","uris"],s:{affineTransform:nf,dimensions:Eg}}};
252
+ k.Object.defineProperties(Qg.prototype,{Lb:{configurable:!0,enumerable:!0,get:function(){return G(this,"affineTransform")?F(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},dimensions:{configurable:!0,enumerable:!0,get:function(){return G(this,"dimensions")?F(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},uris:{configurable:!0,enumerable:!0,get:function(){return G(this,"uris")?F(this,"uris"):null},set:function(a){this.h.uris=a}}});
253
+ var Rg=function(a){a=void 0===a?{}:a;this.h={};this.h.imageManifest=null==a.Bf?null:a.Bf;this.h.description=null==a.description?null:a.description;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.requestId=null==a.requestId?null:a.requestId;this.h.mode=null==a.mode?null:a.mode};q(Rg,E);Rg.prototype.i=function(){return{H:{mode:Xe},keys:["description","imageManifest","mode","overwrite","requestId"],s:{imageManifest:Mg}}};
254
+ k.Object.defineProperties(Rg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},Bf:{configurable:!0,enumerable:!0,get:function(){return G(this,"imageManifest")?F(this,"imageManifest"):null},set:function(a){this.h.imageManifest=a}},mode:{configurable:!0,enumerable:!0,get:function(){return G(this,"mode")?F(this,"mode"):null},set:function(a){this.h.mode=a}},overwrite:{configurable:!0,enumerable:!0,
255
+ get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}}});var Sg=function(a){a=void 0===a?{}:a;this.h={};this.h.tableManifest=null==a.qg?null:a.qg;this.h.description=null==a.description?null:a.description;this.h.overwrite=null==a.overwrite?null:a.overwrite;this.h.requestId=null==a.requestId?null:a.requestId};
256
+ q(Sg,E);Sg.prototype.i=function(){return{keys:["description","overwrite","requestId","tableManifest"],s:{tableManifest:Tg}}};
257
+ k.Object.defineProperties(Sg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return G(this,"overwrite")?F(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return G(this,"requestId")?F(this,"requestId"):null},set:function(a){this.h.requestId=a}},qg:{configurable:!0,
258
+ enumerable:!0,get:function(){return G(this,"tableManifest")?F(this,"tableManifest"):null},set:function(a){this.h.tableManifest=a}}});var Ug=function(a){a=void 0===a?{}:a;this.h={};this.h.algorithms=null==a.Fc?null:a.Fc};q(Ug,E);Ug.prototype.i=function(){return{P:{algorithms:of},keys:["algorithms"]}};k.Object.defineProperties(Ug.prototype,{Fc:{configurable:!0,enumerable:!0,get:function(){return G(this,"algorithms")?F(this,"algorithms"):null},set:function(a){this.h.algorithms=a}}});
259
+ var Vg=function(a){a=void 0===a?{}:a;this.h={};this.h.assets=null==a.assets?null:a.assets;this.h.nextPageToken=null==a.nextPageToken?null:a.nextPageToken};q(Vg,E);Vg.prototype.i=function(){return{P:{assets:Rf},keys:["assets","nextPageToken"]}};
260
+ k.Object.defineProperties(Vg.prototype,{assets:{configurable:!0,enumerable:!0,get:function(){return G(this,"assets")?F(this,"assets"):null},set:function(a){this.h.assets=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return G(this,"nextPageToken")?F(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}}});
261
+ var Wg=function(a){a=void 0===a?{}:a;this.h={};this.h.type=null==a.type?null:a.type;this.h.features=null==a.features?null:a.features;this.h.nextPageToken=null==a.nextPageToken?null:a.nextPageToken};q(Wg,E);Wg.prototype.i=function(){return{P:{features:qg},keys:["features","nextPageToken","type"]}};
262
+ k.Object.defineProperties(Wg.prototype,{features:{configurable:!0,enumerable:!0,get:function(){return G(this,"features")?F(this,"features"):null},set:function(a){this.h.features=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return G(this,"nextPageToken")?F(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=a}}});
263
+ var Xg=function(a){a=void 0===a?{}:a;this.h={};this.h.operations=null==a.Na?null:a.Na;this.h.nextPageToken=null==a.nextPageToken?null:a.nextPageToken};q(Xg,E);Xg.prototype.i=function(){return{P:{operations:Yg},keys:["nextPageToken","operations"]}};
264
+ k.Object.defineProperties(Xg.prototype,{nextPageToken:{configurable:!0,enumerable:!0,get:function(){return G(this,"nextPageToken")?F(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},Na:{configurable:!0,enumerable:!0,get:function(){return G(this,"operations")?F(this,"operations"):null},set:function(a){this.h.operations=a}}});
265
+ var Zg=function(a){a=void 0===a?{}:a;this.h={};this.h.counter=null==a.counter?null:a.counter;this.h.dataAccess=null==a.mh?null:a.mh;this.h.cloudAudit=null==a.Xg?null:a.Xg};q(Zg,E);Zg.prototype.i=function(){return{keys:["cloudAudit","counter","dataAccess"],s:{cloudAudit:Df,counter:Lf,dataAccess:Nf}}};
266
+ k.Object.defineProperties(Zg.prototype,{Xg:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudAudit")?F(this,"cloudAudit"):null},set:function(a){this.h.cloudAudit=a}},counter:{configurable:!0,enumerable:!0,get:function(){return G(this,"counter")?F(this,"counter"):null},set:function(a){this.h.counter=a}},mh:{configurable:!0,enumerable:!0,get:function(){return G(this,"dataAccess")?F(this,"dataAccess"):null},set:function(a){this.h.dataAccess=a}}});
267
+ var Kg=function(a){a=void 0===a?{}:a;this.h={};this.h.values=null==a.values?null:a.values};q(Kg,E);Kg.prototype.i=function(){return{keys:["values"]}};k.Object.defineProperties(Kg.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return G(this,"values")?F(this,"values"):null},set:function(a){this.h.values=a}}});var $g=function(a){a=void 0===a?{}:a;this.h={};this.h.destinationName=null==a.Qb?null:a.Qb};q($g,E);$g.prototype.i=function(){return{keys:["destinationName"]}};
268
+ k.Object.defineProperties($g.prototype,{Qb:{configurable:!0,enumerable:!0,get:function(){return G(this,"destinationName")?F(this,"destinationName"):null},set:function(a){this.h.destinationName=a}}});var Dg=function(a){a=void 0===a?{}:a;this.h={};this.h.floatValue=null==a.rf?null:a.rf;this.h.integerValue=null==a.Wa?null:a.Wa};q(Dg,E);Dg.prototype.i=function(){return{keys:["floatValue","integerValue"]}};
269
+ k.Object.defineProperties(Dg.prototype,{rf:{configurable:!0,enumerable:!0,get:function(){return G(this,"floatValue")?F(this,"floatValue"):null},set:function(a){this.h.floatValue=a}},Wa:{configurable:!0,enumerable:!0,get:function(){return G(this,"integerValue")?F(this,"integerValue"):null},set:function(a){this.h.integerValue=a}}});
270
+ var Yg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.metadata=null==a.metadata?null:a.metadata;this.h.done=null==a.done?null:a.done;this.h.error=null==a.error?null:a.error;this.h.response=null==a.response?null:a.response};q(Yg,E);Yg.prototype.i=function(){return{keys:["done","error","metadata","name","response"],Ma:{metadata:{ka:null,pa:!1,qa:!1,ra:!1},response:{ka:null,pa:!1,qa:!1,ra:!1}},s:{error:ah}}};
271
+ k.Object.defineProperties(Yg.prototype,{done:{configurable:!0,enumerable:!0,get:function(){return G(this,"done")?F(this,"done"):null},set:function(a){this.h.done=a}},error:{configurable:!0,enumerable:!0,get:function(){return G(this,"error")?F(this,"error"):null},set:function(a){this.h.error=a}},metadata:{configurable:!0,enumerable:!0,get:function(){return G(this,"metadata")?F(this,"metadata"):null},set:function(a){this.h.metadata=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
265
272
  "name")?F(this,"name"):null},set:function(a){this.h.name=a}},response:{configurable:!0,enumerable:!0,get:function(){return G(this,"response")?F(this,"response"):null},set:function(a){this.h.response=a}}});
266
- var wg=function(a){a=void 0===a?{}:a;this.h={};this.h.state=null==a.state?null:a.state;this.h.description=null==a.description?null:a.description;this.h.type=null==a.type?null:a.type;this.h.priority=null==a.priority?null:a.priority;this.h.createTime=null==a.df?null:a.df;this.h.updateTime=null==a.updateTime?null:a.updateTime;this.h.startTime=null==a.startTime?null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.progress=null==a.progress?null:a.progress;this.h.stages=null==a.Di?null:
267
- a.Di;this.h.attempt=null==a.attempt?null:a.attempt;this.h.scriptUri=null==a.fg?null:a.fg;this.h.destinationUris=null==a.gf?null:a.gf;this.h.notifications=null==a.bi?null:a.bi;this.h.batchEecuUsageSeconds=null==a.vd?null:a.vd};q(wg,E);wg.prototype.i=function(){return{P:{notifications:xg,stages:yg},H:{state:se},keys:"attempt batchEecuUsageSeconds createTime description destinationUris endTime notifications priority progress scriptUri stages startTime state type updateTime".split(" ")}};
268
- k.Object.defineProperties(wg.prototype,{attempt:{configurable:!0,enumerable:!0,get:function(){return G(this,"attempt")?F(this,"attempt"):null},set:function(a){this.h.attempt=a}},vd:{configurable:!0,enumerable:!0,get:function(){return G(this,"batchEecuUsageSeconds")?F(this,"batchEecuUsageSeconds"):null},set:function(a){this.h.batchEecuUsageSeconds=a}},df:{configurable:!0,enumerable:!0,get:function(){return G(this,"createTime")?F(this,"createTime"):null},set:function(a){this.h.createTime=a}},description:{configurable:!0,
273
+ var bh=function(a){a=void 0===a?{}:a;this.h={};this.h.state=null==a.state?null:a.state;this.h.description=null==a.description?null:a.description;this.h.type=null==a.type?null:a.type;this.h.priority=null==a.priority?null:a.priority;this.h.createTime=null==a.df?null:a.df;this.h.updateTime=null==a.updateTime?null:a.updateTime;this.h.startTime=null==a.startTime?null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.progress=null==a.progress?null:a.progress;this.h.stages=null==a.Di?null:
274
+ a.Di;this.h.attempt=null==a.attempt?null:a.attempt;this.h.scriptUri=null==a.fg?null:a.fg;this.h.destinationUris=null==a.gf?null:a.gf;this.h.notifications=null==a.bi?null:a.bi;this.h.batchEecuUsageSeconds=null==a.vd?null:a.vd};q(bh,E);bh.prototype.i=function(){return{P:{notifications:ch,stages:dh},H:{state:Ye},keys:"attempt batchEecuUsageSeconds createTime description destinationUris endTime notifications priority progress scriptUri stages startTime state type updateTime".split(" ")}};
275
+ k.Object.defineProperties(bh.prototype,{attempt:{configurable:!0,enumerable:!0,get:function(){return G(this,"attempt")?F(this,"attempt"):null},set:function(a){this.h.attempt=a}},vd:{configurable:!0,enumerable:!0,get:function(){return G(this,"batchEecuUsageSeconds")?F(this,"batchEecuUsageSeconds"):null},set:function(a){this.h.batchEecuUsageSeconds=a}},df:{configurable:!0,enumerable:!0,get:function(){return G(this,"createTime")?F(this,"createTime"):null},set:function(a){this.h.createTime=a}},description:{configurable:!0,
269
276
  enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},gf:{configurable:!0,enumerable:!0,get:function(){return G(this,"destinationUris")?F(this,"destinationUris"):null},set:function(a){this.h.destinationUris=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"endTime")?F(this,"endTime"):null},set:function(a){this.h.endTime=a}},bi:{configurable:!0,enumerable:!0,get:function(){return G(this,"notifications")?F(this,
270
277
  "notifications"):null},set:function(a){this.h.notifications=a}},priority:{configurable:!0,enumerable:!0,get:function(){return G(this,"priority")?F(this,"priority"):null},set:function(a){this.h.priority=a}},progress:{configurable:!0,enumerable:!0,get:function(){return G(this,"progress")?F(this,"progress"):null},set:function(a){this.h.progress=a}},fg:{configurable:!0,enumerable:!0,get:function(){return G(this,"scriptUri")?F(this,"scriptUri"):null},set:function(a){this.h.scriptUri=a}},Di:{configurable:!0,
271
278
  enumerable:!0,get:function(){return G(this,"stages")?F(this,"stages"):null},set:function(a){this.h.stages=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"startTime")?F(this,"startTime"):null},set:function(a){this.h.startTime=a}},state:{configurable:!0,enumerable:!0,get:function(){return G(this,"state")?F(this,"state"):null},set:function(a){this.h.state=a}},type:{configurable:!0,enumerable:!0,get:function(){return G(this,"type")?F(this,"type"):null},set:function(a){this.h.type=
272
- a}},updateTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"updateTime")?F(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var xg=function(a){a=void 0===a?{}:a;this.h={};this.h.severity=null==a.severity?null:a.severity;this.h.topic=null==a.Oi?null:a.Oi;this.h.detail=null==a.detail?null:a.detail};q(xg,E);xg.prototype.i=function(){return{H:{severity:te},keys:["detail","severity","topic"]}};
273
- k.Object.defineProperties(xg.prototype,{detail:{configurable:!0,enumerable:!0,get:function(){return G(this,"detail")?F(this,"detail"):null},set:function(a){this.h.detail=a}},severity:{configurable:!0,enumerable:!0,get:function(){return G(this,"severity")?F(this,"severity"):null},set:function(a){this.h.severity=a}},Oi:{configurable:!0,enumerable:!0,get:function(){return G(this,"topic")?F(this,"topic"):null},set:function(a){this.h.topic=a}}});
274
- var yg=function(a){a=void 0===a?{}:a;this.h={};this.h.displayName=null==a.displayName?null:a.displayName;this.h.completeWorkUnits=null==a.Zg?null:a.Zg;this.h.totalWorkUnits=null==a.Pi?null:a.Pi;this.h.description=null==a.description?null:a.description};q(yg,E);yg.prototype.i=function(){return{keys:["completeWorkUnits","description","displayName","totalWorkUnits"]}};
275
- k.Object.defineProperties(yg.prototype,{Zg:{configurable:!0,enumerable:!0,get:function(){return G(this,"completeWorkUnits")?F(this,"completeWorkUnits"):null},set:function(a){this.h.completeWorkUnits=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},displayName:{configurable:!0,enumerable:!0,get:function(){return G(this,"displayName")?F(this,"displayName"):null},set:function(a){this.h.displayName=
276
- a}},Pi:{configurable:!0,enumerable:!0,get:function(){return G(this,"totalWorkUnits")?F(this,"totalWorkUnits"):null},set:function(a){this.h.totalWorkUnits=a}}});var dg=function(a){a=void 0===a?{}:a;this.h={};this.h.precision=null==a.precision?null:a.precision;this.h.range=null==a.dd?null:a.dd;this.h.dimensionsCount=null==a.qh?null:a.qh};q(dg,E);dg.prototype.i=function(){return{H:{precision:ue},keys:["dimensionsCount","precision","range"],s:{range:jf}}};
277
- k.Object.defineProperties(dg.prototype,{qh:{configurable:!0,enumerable:!0,get:function(){return G(this,"dimensionsCount")?F(this,"dimensionsCount"):null},set:function(a){this.h.dimensionsCount=a}},precision:{configurable:!0,enumerable:!0,get:function(){return G(this,"precision")?F(this,"precision"):null},set:function(a){this.h.precision=a}},dd:{configurable:!0,enumerable:!0,get:function(){return G(this,"range")?F(this,"range"):null},set:function(a){this.h.range=a}}});
278
- var jg=function(a){a=void 0===a?{}:a;this.h={};this.h.points=null==a.points?null:a.points;this.h.bandId=null==a.Og?null:a.Og};q(jg,E);jg.prototype.i=function(){return{P:{points:bg},keys:["bandId","points"]}};
279
- k.Object.defineProperties(jg.prototype,{Og:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandId")?F(this,"bandId"):null},set:function(a){this.h.bandId=a}},points:{configurable:!0,enumerable:!0,get:function(){return G(this,"points")?F(this,"points"):null},set:function(a){this.h.points=a}}});
280
- var zf=function(a){a=void 0===a?{}:a;this.h={};this.h.crsCode=null==a.ef?null:a.ef;this.h.crsWkt=null==a.gh?null:a.gh;this.h.dimensions=null==a.dimensions?null:a.dimensions;this.h.affineTransform=null==a.Lb?null:a.Lb};q(zf,E);zf.prototype.i=function(){return{keys:["affineTransform","crsCode","crsWkt","dimensions"],s:{affineTransform:He,dimensions:Zf}}};
281
- k.Object.defineProperties(zf.prototype,{Lb:{configurable:!0,enumerable:!0,get:function(){return G(this,"affineTransform")?F(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},ef:{configurable:!0,enumerable:!0,get:function(){return G(this,"crsCode")?F(this,"crsCode"):null},set:function(a){this.h.crsCode=a}},gh:{configurable:!0,enumerable:!0,get:function(){return G(this,"crsWkt")?F(this,"crsWkt"):null},set:function(a){this.h.crsWkt=a}},dimensions:{configurable:!0,enumerable:!0,
282
- get:function(){return G(this,"dimensions")?F(this,"dimensions"):null},set:function(a){this.h.dimensions=a}}});var Gf=function(a){a=void 0===a?{}:a;this.h={};this.h.version=null==a.version?null:a.version;this.h.bindings=null==a.xd?null:a.xd;this.h.auditConfigs=null==a.Lg?null:a.Lg;this.h.rules=null==a.rules?null:a.rules;this.h.etag=null==a.kf?null:a.kf};q(Gf,E);Gf.prototype.i=function(){return{P:{auditConfigs:Me,bindings:Re,rules:zg},keys:["auditConfigs","bindings","etag","rules","version"]}};
283
- k.Object.defineProperties(Gf.prototype,{Lg:{configurable:!0,enumerable:!0,get:function(){return G(this,"auditConfigs")?F(this,"auditConfigs"):null},set:function(a){this.h.auditConfigs=a}},xd:{configurable:!0,enumerable:!0,get:function(){return G(this,"bindings")?F(this,"bindings"):null},set:function(a){this.h.bindings=a}},kf:{configurable:!0,enumerable:!0,get:function(){return G(this,"etag")?F(this,"etag"):null},set:function(a){this.h.etag=a}},rules:{configurable:!0,enumerable:!0,get:function(){return G(this,
284
- "rules")?F(this,"rules"):null},set:function(a){this.h.rules=a}},version:{configurable:!0,enumerable:!0,get:function(){return G(this,"version")?F(this,"version"):null},set:function(a){this.h.version=a}}});var Qf=function(a){a=void 0===a?{}:a;this.h={};this.h.prerenderTiles=null==a.ii?null:a.ii;this.h.tileLimiting=null==a.Ki?null:a.Ki};q(Qf,E);Qf.prototype.i=function(){return{keys:["prerenderTiles","tileLimiting"],s:{tileLimiting:Ag}}};
285
- k.Object.defineProperties(Qf.prototype,{ii:{configurable:!0,enumerable:!0,get:function(){return G(this,"prerenderTiles")?F(this,"prerenderTiles"):null},set:function(a){this.h.prerenderTiles=a}},Ki:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileLimiting")?F(this,"tileLimiting"):null},set:function(a){this.h.tileLimiting=a}}});var Bg=function(a){a=void 0===a?{}:a;this.h={};this.h.attributeName=null==a.attributeName?null:a.attributeName};q(Bg,E);Bg.prototype.i=function(){return{keys:["attributeName"]}};
286
- k.Object.defineProperties(Bg.prototype,{attributeName:{configurable:!0,enumerable:!0,get:function(){return G(this,"attributeName")?F(this,"attributeName"):null},set:function(a){this.h.attributeName=a}}});var Cg=function(){this.h={}};q(Cg,E);Cg.prototype.i=function(){return{keys:[]}};var Dg=function(){this.h={}};q(Dg,E);Dg.prototype.i=function(){return{keys:[]}};var Eg=function(){this.h={}};q(Eg,E);Eg.prototype.i=function(){return{keys:[]}};
287
- var Fg=function(a){a=void 0===a?{}:a;this.h={};this.h.rankByAttributeRule=null==a.ae?null:a.ae;this.h.rankByMinVisibleLodRule=null==a.oi?null:a.oi;this.h.rankByGeometryTypeRule=null==a.be?null:a.be;this.h.rankByMinZoomLevelRule=null==a.ce?null:a.ce;this.h.direction=null==a.direction?null:a.direction};q(Fg,E);
288
- Fg.prototype.i=function(){return{H:{direction:ve},keys:["direction","rankByAttributeRule","rankByGeometryTypeRule","rankByMinVisibleLodRule","rankByMinZoomLevelRule"],s:{rankByAttributeRule:Bg,rankByGeometryTypeRule:Cg,rankByMinVisibleLodRule:Dg,rankByMinZoomLevelRule:Eg}}};
289
- k.Object.defineProperties(Fg.prototype,{direction:{configurable:!0,enumerable:!0,get:function(){return G(this,"direction")?F(this,"direction"):null},set:function(a){this.h.direction=a}},ae:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByAttributeRule")?F(this,"rankByAttributeRule"):null},set:function(a){this.h.rankByAttributeRule=a}},be:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByGeometryTypeRule")?F(this,"rankByGeometryTypeRule"):null},set:function(a){this.h.rankByGeometryTypeRule=
279
+ a}},updateTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"updateTime")?F(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var ch=function(a){a=void 0===a?{}:a;this.h={};this.h.severity=null==a.severity?null:a.severity;this.h.topic=null==a.Oi?null:a.Oi;this.h.detail=null==a.detail?null:a.detail};q(ch,E);ch.prototype.i=function(){return{H:{severity:Ze},keys:["detail","severity","topic"]}};
280
+ k.Object.defineProperties(ch.prototype,{detail:{configurable:!0,enumerable:!0,get:function(){return G(this,"detail")?F(this,"detail"):null},set:function(a){this.h.detail=a}},severity:{configurable:!0,enumerable:!0,get:function(){return G(this,"severity")?F(this,"severity"):null},set:function(a){this.h.severity=a}},Oi:{configurable:!0,enumerable:!0,get:function(){return G(this,"topic")?F(this,"topic"):null},set:function(a){this.h.topic=a}}});
281
+ var dh=function(a){a=void 0===a?{}:a;this.h={};this.h.displayName=null==a.displayName?null:a.displayName;this.h.completeWorkUnits=null==a.Zg?null:a.Zg;this.h.totalWorkUnits=null==a.Pi?null:a.Pi;this.h.description=null==a.description?null:a.description};q(dh,E);dh.prototype.i=function(){return{keys:["completeWorkUnits","description","displayName","totalWorkUnits"]}};
282
+ k.Object.defineProperties(dh.prototype,{Zg:{configurable:!0,enumerable:!0,get:function(){return G(this,"completeWorkUnits")?F(this,"completeWorkUnits"):null},set:function(a){this.h.completeWorkUnits=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},displayName:{configurable:!0,enumerable:!0,get:function(){return G(this,"displayName")?F(this,"displayName"):null},set:function(a){this.h.displayName=
283
+ a}},Pi:{configurable:!0,enumerable:!0,get:function(){return G(this,"totalWorkUnits")?F(this,"totalWorkUnits"):null},set:function(a){this.h.totalWorkUnits=a}}});var Jg=function(a){a=void 0===a?{}:a;this.h={};this.h.precision=null==a.precision?null:a.precision;this.h.range=null==a.dd?null:a.dd;this.h.dimensionsCount=null==a.qh?null:a.qh};q(Jg,E);Jg.prototype.i=function(){return{H:{precision:$e},keys:["dimensionsCount","precision","range"],s:{range:Pf}}};
284
+ k.Object.defineProperties(Jg.prototype,{qh:{configurable:!0,enumerable:!0,get:function(){return G(this,"dimensionsCount")?F(this,"dimensionsCount"):null},set:function(a){this.h.dimensionsCount=a}},precision:{configurable:!0,enumerable:!0,get:function(){return G(this,"precision")?F(this,"precision"):null},set:function(a){this.h.precision=a}},dd:{configurable:!0,enumerable:!0,get:function(){return G(this,"range")?F(this,"range"):null},set:function(a){this.h.range=a}}});
285
+ var Pg=function(a){a=void 0===a?{}:a;this.h={};this.h.points=null==a.points?null:a.points;this.h.bandId=null==a.Og?null:a.Og};q(Pg,E);Pg.prototype.i=function(){return{P:{points:Hg},keys:["bandId","points"]}};
286
+ k.Object.defineProperties(Pg.prototype,{Og:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandId")?F(this,"bandId"):null},set:function(a){this.h.bandId=a}},points:{configurable:!0,enumerable:!0,get:function(){return G(this,"points")?F(this,"points"):null},set:function(a){this.h.points=a}}});
287
+ var eg=function(a){a=void 0===a?{}:a;this.h={};this.h.crsCode=null==a.ef?null:a.ef;this.h.crsWkt=null==a.gh?null:a.gh;this.h.dimensions=null==a.dimensions?null:a.dimensions;this.h.affineTransform=null==a.Lb?null:a.Lb};q(eg,E);eg.prototype.i=function(){return{keys:["affineTransform","crsCode","crsWkt","dimensions"],s:{affineTransform:nf,dimensions:Eg}}};
288
+ k.Object.defineProperties(eg.prototype,{Lb:{configurable:!0,enumerable:!0,get:function(){return G(this,"affineTransform")?F(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},ef:{configurable:!0,enumerable:!0,get:function(){return G(this,"crsCode")?F(this,"crsCode"):null},set:function(a){this.h.crsCode=a}},gh:{configurable:!0,enumerable:!0,get:function(){return G(this,"crsWkt")?F(this,"crsWkt"):null},set:function(a){this.h.crsWkt=a}},dimensions:{configurable:!0,enumerable:!0,
289
+ get:function(){return G(this,"dimensions")?F(this,"dimensions"):null},set:function(a){this.h.dimensions=a}}});var lg=function(a){a=void 0===a?{}:a;this.h={};this.h.version=null==a.version?null:a.version;this.h.bindings=null==a.xd?null:a.xd;this.h.auditConfigs=null==a.Lg?null:a.Lg;this.h.rules=null==a.rules?null:a.rules;this.h.etag=null==a.kf?null:a.kf};q(lg,E);lg.prototype.i=function(){return{P:{auditConfigs:sf,bindings:xf,rules:eh},keys:["auditConfigs","bindings","etag","rules","version"]}};
290
+ k.Object.defineProperties(lg.prototype,{Lg:{configurable:!0,enumerable:!0,get:function(){return G(this,"auditConfigs")?F(this,"auditConfigs"):null},set:function(a){this.h.auditConfigs=a}},xd:{configurable:!0,enumerable:!0,get:function(){return G(this,"bindings")?F(this,"bindings"):null},set:function(a){this.h.bindings=a}},kf:{configurable:!0,enumerable:!0,get:function(){return G(this,"etag")?F(this,"etag"):null},set:function(a){this.h.etag=a}},rules:{configurable:!0,enumerable:!0,get:function(){return G(this,
291
+ "rules")?F(this,"rules"):null},set:function(a){this.h.rules=a}},version:{configurable:!0,enumerable:!0,get:function(){return G(this,"version")?F(this,"version"):null},set:function(a){this.h.version=a}}});var vg=function(a){a=void 0===a?{}:a;this.h={};this.h.prerenderTiles=null==a.ii?null:a.ii;this.h.tileLimiting=null==a.Ki?null:a.Ki};q(vg,E);vg.prototype.i=function(){return{keys:["prerenderTiles","tileLimiting"],s:{tileLimiting:fh}}};
292
+ k.Object.defineProperties(vg.prototype,{ii:{configurable:!0,enumerable:!0,get:function(){return G(this,"prerenderTiles")?F(this,"prerenderTiles"):null},set:function(a){this.h.prerenderTiles=a}},Ki:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileLimiting")?F(this,"tileLimiting"):null},set:function(a){this.h.tileLimiting=a}}});var gh=function(a){a=void 0===a?{}:a;this.h={};this.h.attributeName=null==a.attributeName?null:a.attributeName};q(gh,E);gh.prototype.i=function(){return{keys:["attributeName"]}};
293
+ k.Object.defineProperties(gh.prototype,{attributeName:{configurable:!0,enumerable:!0,get:function(){return G(this,"attributeName")?F(this,"attributeName"):null},set:function(a){this.h.attributeName=a}}});var hh=function(){this.h={}};q(hh,E);hh.prototype.i=function(){return{keys:[]}};var ih=function(){this.h={}};q(ih,E);ih.prototype.i=function(){return{keys:[]}};var jh=function(){this.h={}};q(jh,E);jh.prototype.i=function(){return{keys:[]}};
294
+ var kh=function(a){a=void 0===a?{}:a;this.h={};this.h.rankByAttributeRule=null==a.ae?null:a.ae;this.h.rankByMinVisibleLodRule=null==a.oi?null:a.oi;this.h.rankByGeometryTypeRule=null==a.be?null:a.be;this.h.rankByMinZoomLevelRule=null==a.ce?null:a.ce;this.h.direction=null==a.direction?null:a.direction};q(kh,E);
295
+ kh.prototype.i=function(){return{H:{direction:af},keys:["direction","rankByAttributeRule","rankByGeometryTypeRule","rankByMinVisibleLodRule","rankByMinZoomLevelRule"],s:{rankByAttributeRule:gh,rankByGeometryTypeRule:hh,rankByMinVisibleLodRule:ih,rankByMinZoomLevelRule:jh}}};
296
+ k.Object.defineProperties(kh.prototype,{direction:{configurable:!0,enumerable:!0,get:function(){return G(this,"direction")?F(this,"direction"):null},set:function(a){this.h.direction=a}},ae:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByAttributeRule")?F(this,"rankByAttributeRule"):null},set:function(a){this.h.rankByAttributeRule=a}},be:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByGeometryTypeRule")?F(this,"rankByGeometryTypeRule"):null},set:function(a){this.h.rankByGeometryTypeRule=
290
297
  a}},oi:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByMinVisibleLodRule")?F(this,"rankByMinVisibleLodRule"):null},set:function(a){this.h.rankByMinVisibleLodRule=a}},ce:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByMinZoomLevelRule")?F(this,"rankByMinZoomLevelRule"):null},set:function(a){this.h.rankByMinZoomLevelRule=a}}});
291
- var Rf=function(a){a=void 0===a?{}:a;this.h={};this.h.zOrderRankingRule=null==a.Eg?null:a.Eg;this.h.thinningRankingRule=null==a.sg?null:a.sg};q(Rf,E);Rf.prototype.i=function(){return{keys:["thinningRankingRule","zOrderRankingRule"],s:{thinningRankingRule:Gg,zOrderRankingRule:Gg}}};
292
- k.Object.defineProperties(Rf.prototype,{sg:{configurable:!0,enumerable:!0,get:function(){return G(this,"thinningRankingRule")?F(this,"thinningRankingRule"):null},set:function(a){this.h.thinningRankingRule=a}},Eg:{configurable:!0,enumerable:!0,get:function(){return G(this,"zOrderRankingRule")?F(this,"zOrderRankingRule"):null},set:function(a){this.h.zOrderRankingRule=a}}});
293
- var Gg=function(a){a=void 0===a?{}:a;this.h={};this.h.rankByOneThingRule=null==a.Xf?null:a.Xf;this.h.pseudoRandomTiebreaking=null==a.ni?null:a.ni};q(Gg,E);Gg.prototype.i=function(){return{P:{rankByOneThingRule:Fg},keys:["pseudoRandomTiebreaking","rankByOneThingRule"]}};
294
- k.Object.defineProperties(Gg.prototype,{ni:{configurable:!0,enumerable:!0,get:function(){return G(this,"pseudoRandomTiebreaking")?F(this,"pseudoRandomTiebreaking"):null},set:function(a){this.h.pseudoRandomTiebreaking=a}},Xf:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByOneThingRule")?F(this,"rankByOneThingRule"):null},set:function(a){this.h.rankByOneThingRule=a}}});
295
- var zg=function(a){a=void 0===a?{}:a;this.h={};this.h.description=null==a.description?null:a.description;this.h.permissions=null==a.permissions?null:a.permissions;this.h.action=null==a.action?null:a.action;this.h["in"]=null==a.Jh?null:a.Jh;this.h.notIn=null==a.ai?null:a.ai;this.h.conditions=null==a.conditions?null:a.conditions;this.h.logConfig=null==a.Ph?null:a.Ph};q(zg,E);zg.prototype.i=function(){return{P:{conditions:cf,logConfig:tg},H:{action:we},keys:"action conditions description in logConfig notIn permissions".split(" ")}};
296
- k.Object.defineProperties(zg.prototype,{action:{configurable:!0,enumerable:!0,get:function(){return G(this,"action")?F(this,"action"):null},set:function(a){this.h.action=a}},conditions:{configurable:!0,enumerable:!0,get:function(){return G(this,"conditions")?F(this,"conditions"):null},set:function(a){this.h.conditions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},Jh:{configurable:!0,enumerable:!0,
298
+ var wg=function(a){a=void 0===a?{}:a;this.h={};this.h.zOrderRankingRule=null==a.Eg?null:a.Eg;this.h.thinningRankingRule=null==a.sg?null:a.sg};q(wg,E);wg.prototype.i=function(){return{keys:["thinningRankingRule","zOrderRankingRule"],s:{thinningRankingRule:lh,zOrderRankingRule:lh}}};
299
+ k.Object.defineProperties(wg.prototype,{sg:{configurable:!0,enumerable:!0,get:function(){return G(this,"thinningRankingRule")?F(this,"thinningRankingRule"):null},set:function(a){this.h.thinningRankingRule=a}},Eg:{configurable:!0,enumerable:!0,get:function(){return G(this,"zOrderRankingRule")?F(this,"zOrderRankingRule"):null},set:function(a){this.h.zOrderRankingRule=a}}});
300
+ var lh=function(a){a=void 0===a?{}:a;this.h={};this.h.rankByOneThingRule=null==a.Xf?null:a.Xf;this.h.pseudoRandomTiebreaking=null==a.ni?null:a.ni};q(lh,E);lh.prototype.i=function(){return{P:{rankByOneThingRule:kh},keys:["pseudoRandomTiebreaking","rankByOneThingRule"]}};
301
+ k.Object.defineProperties(lh.prototype,{ni:{configurable:!0,enumerable:!0,get:function(){return G(this,"pseudoRandomTiebreaking")?F(this,"pseudoRandomTiebreaking"):null},set:function(a){this.h.pseudoRandomTiebreaking=a}},Xf:{configurable:!0,enumerable:!0,get:function(){return G(this,"rankByOneThingRule")?F(this,"rankByOneThingRule"):null},set:function(a){this.h.rankByOneThingRule=a}}});
302
+ var eh=function(a){a=void 0===a?{}:a;this.h={};this.h.description=null==a.description?null:a.description;this.h.permissions=null==a.permissions?null:a.permissions;this.h.action=null==a.action?null:a.action;this.h["in"]=null==a.Jh?null:a.Jh;this.h.notIn=null==a.ai?null:a.ai;this.h.conditions=null==a.conditions?null:a.conditions;this.h.logConfig=null==a.Ph?null:a.Ph};q(eh,E);eh.prototype.i=function(){return{P:{conditions:Jf,logConfig:Zg},H:{action:bf},keys:"action conditions description in logConfig notIn permissions".split(" ")}};
303
+ k.Object.defineProperties(eh.prototype,{action:{configurable:!0,enumerable:!0,get:function(){return G(this,"action")?F(this,"action"):null},set:function(a){this.h.action=a}},conditions:{configurable:!0,enumerable:!0,get:function(){return G(this,"conditions")?F(this,"conditions"):null},set:function(a){this.h.conditions=a}},description:{configurable:!0,enumerable:!0,get:function(){return G(this,"description")?F(this,"description"):null},set:function(a){this.h.description=a}},Jh:{configurable:!0,enumerable:!0,
297
304
  get:function(){return G(this,"in")?F(this,"in"):null},set:function(a){this.h["in"]=a}},Ph:{configurable:!0,enumerable:!0,get:function(){return G(this,"logConfig")?F(this,"logConfig"):null},set:function(a){this.h.logConfig=a}},ai:{configurable:!0,enumerable:!0,get:function(){return G(this,"notIn")?F(this,"notIn"):null},set:function(a){this.h.notIn=a}},permissions:{configurable:!0,enumerable:!0,get:function(){return G(this,"permissions")?F(this,"permissions"):null},set:function(a){this.h.permissions=
298
- a}}});var Hg=function(a){a=void 0===a?{}:a;this.h={};this.h.policy=null==a.kb?null:a.kb;this.h.updateMask=null==a.updateMask?null:a.updateMask};q(Hg,E);Hg.prototype.i=function(){return{keys:["policy","updateMask"],s:{policy:Gf}}};
299
- k.Object.defineProperties(Hg.prototype,{kb:{configurable:!0,enumerable:!0,get:function(){return G(this,"policy")?F(this,"policy"):null},set:function(a){this.h.policy=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return G(this,"updateMask")?F(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});var vg=function(a){a=void 0===a?{}:a;this.h={};this.h.code=null==a.code?null:a.code;this.h.message=null==a.message?null:a.message;this.h.details=null==a.details?null:a.details};
300
- q(vg,E);vg.prototype.i=function(){return{keys:["code","details","message"],Ma:{details:{ka:null,pa:!0,qa:!1,ra:!1}}}};
301
- k.Object.defineProperties(vg.prototype,{code:{configurable:!0,enumerable:!0,get:function(){return G(this,"code")?F(this,"code"):null},set:function(a){this.h.code=a}},details:{configurable:!0,enumerable:!0,get:function(){return G(this,"details")?F(this,"details"):null},set:function(a){this.h.details=a}},message:{configurable:!0,enumerable:!0,get:function(){return G(this,"message")?F(this,"message"):null},set:function(a){this.h.message=a}}});
302
- var Ig=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.fileFormat=null==a.F?null:a.F;this.h.selectors=null==a.selectors?null:a.selectors;this.h.filename=null==a.filename?null:a.filename};q(Ig,E);Ig.prototype.i=function(){return{H:{fileFormat:ye},keys:["expression","fileFormat","filename","name","selectors"],s:{expression:af}}};
303
- k.Object.defineProperties(Ig.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},filename:{configurable:!0,enumerable:!0,get:function(){return G(this,"filename")?F(this,"filename"):null},set:function(a){this.h.filename=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
304
- "name")?F(this,"name"):null},set:function(a){this.h.name=a}},selectors:{configurable:!0,enumerable:!0,get:function(){return G(this,"selectors")?F(this,"selectors"):null},set:function(a){this.h.selectors=a}}});var Df=function(a){a=void 0===a?{}:a;this.h={};this.h.earthEngineDestination=null==a.Ha?null:a.Ha};q(Df,E);Df.prototype.i=function(){return{keys:["earthEngineDestination"],s:{earthEngineDestination:We}}};
305
- k.Object.defineProperties(Df.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return G(this,"earthEngineDestination")?F(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var Ff=function(a){a=void 0===a?{}:a;this.h={};this.h.driveDestination=null==a.ma?null:a.ma;this.h.cloudStorageDestination=null==a.ja?null:a.ja;this.h.fileFormat=null==a.F?null:a.F};q(Ff,E);
306
- Ff.prototype.i=function(){return{H:{fileFormat:xe},keys:["cloudStorageDestination","driveDestination","fileFormat"],s:{cloudStorageDestination:Ye,driveDestination:kf}}};
307
- k.Object.defineProperties(Ff.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageDestination")?F(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return G(this,"driveDestination")?F(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
308
- a}}});var qf=function(a){a=void 0===a?{}:a;this.h={};this.h.paths=null==a.paths?null:a.paths;this.h.sizeBytes=null==a.sizeBytes?null:a.sizeBytes;this.h.shardCount=null==a.Ai?null:a.Ai;this.h.primaryGeometryColumn=null==a.bd?null:a.bd};q(qf,E);qf.prototype.i=function(){return{keys:["paths","primaryGeometryColumn","shardCount","sizeBytes"]}};
309
- k.Object.defineProperties(qf.prototype,{paths:{configurable:!0,enumerable:!0,get:function(){return G(this,"paths")?F(this,"paths"):null},set:function(a){this.h.paths=a}},bd:{configurable:!0,enumerable:!0,get:function(){return G(this,"primaryGeometryColumn")?F(this,"primaryGeometryColumn"):null},set:function(a){this.h.primaryGeometryColumn=a}},Ai:{configurable:!0,enumerable:!0,get:function(){return G(this,"shardCount")?F(this,"shardCount"):null},set:function(a){this.h.shardCount=a}},sizeBytes:{configurable:!0,
305
+ a}}});var mh=function(a){a=void 0===a?{}:a;this.h={};this.h.policy=null==a.kb?null:a.kb;this.h.updateMask=null==a.updateMask?null:a.updateMask};q(mh,E);mh.prototype.i=function(){return{keys:["policy","updateMask"],s:{policy:lg}}};
306
+ k.Object.defineProperties(mh.prototype,{kb:{configurable:!0,enumerable:!0,get:function(){return G(this,"policy")?F(this,"policy"):null},set:function(a){this.h.policy=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return G(this,"updateMask")?F(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});var ah=function(a){a=void 0===a?{}:a;this.h={};this.h.code=null==a.code?null:a.code;this.h.message=null==a.message?null:a.message;this.h.details=null==a.details?null:a.details};
307
+ q(ah,E);ah.prototype.i=function(){return{keys:["code","details","message"],Ma:{details:{ka:null,pa:!0,qa:!1,ra:!1}}}};
308
+ k.Object.defineProperties(ah.prototype,{code:{configurable:!0,enumerable:!0,get:function(){return G(this,"code")?F(this,"code"):null},set:function(a){this.h.code=a}},details:{configurable:!0,enumerable:!0,get:function(){return G(this,"details")?F(this,"details"):null},set:function(a){this.h.details=a}},message:{configurable:!0,enumerable:!0,get:function(){return G(this,"message")?F(this,"message"):null},set:function(a){this.h.message=a}}});
309
+ var nh=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.fileFormat=null==a.F?null:a.F;this.h.selectors=null==a.selectors?null:a.selectors;this.h.filename=null==a.filename?null:a.filename};q(nh,E);nh.prototype.i=function(){return{H:{fileFormat:df},keys:["expression","fileFormat","filename","name","selectors"],s:{expression:Hf}}};
310
+ k.Object.defineProperties(nh.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},filename:{configurable:!0,enumerable:!0,get:function(){return G(this,"filename")?F(this,"filename"):null},set:function(a){this.h.filename=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
311
+ "name")?F(this,"name"):null},set:function(a){this.h.name=a}},selectors:{configurable:!0,enumerable:!0,get:function(){return G(this,"selectors")?F(this,"selectors"):null},set:function(a){this.h.selectors=a}}});var ig=function(a){a=void 0===a?{}:a;this.h={};this.h.earthEngineDestination=null==a.Ha?null:a.Ha};q(ig,E);ig.prototype.i=function(){return{keys:["earthEngineDestination"],s:{earthEngineDestination:Cf}}};
312
+ k.Object.defineProperties(ig.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return G(this,"earthEngineDestination")?F(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var kg=function(a){a=void 0===a?{}:a;this.h={};this.h.driveDestination=null==a.ma?null:a.ma;this.h.cloudStorageDestination=null==a.ja?null:a.ja;this.h.fileFormat=null==a.F?null:a.F};q(kg,E);
313
+ kg.prototype.i=function(){return{H:{fileFormat:cf},keys:["cloudStorageDestination","driveDestination","fileFormat"],s:{cloudStorageDestination:Ef,driveDestination:Qf}}};
314
+ k.Object.defineProperties(kg.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageDestination")?F(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return G(this,"driveDestination")?F(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
315
+ a}}});var Wf=function(a){a=void 0===a?{}:a;this.h={};this.h.paths=null==a.paths?null:a.paths;this.h.sizeBytes=null==a.sizeBytes?null:a.sizeBytes;this.h.shardCount=null==a.Ai?null:a.Ai;this.h.primaryGeometryColumn=null==a.bd?null:a.bd};q(Wf,E);Wf.prototype.i=function(){return{keys:["paths","primaryGeometryColumn","shardCount","sizeBytes"]}};
316
+ k.Object.defineProperties(Wf.prototype,{paths:{configurable:!0,enumerable:!0,get:function(){return G(this,"paths")?F(this,"paths"):null},set:function(a){this.h.paths=a}},bd:{configurable:!0,enumerable:!0,get:function(){return G(this,"primaryGeometryColumn")?F(this,"primaryGeometryColumn"):null},set:function(a){this.h.primaryGeometryColumn=a}},Ai:{configurable:!0,enumerable:!0,get:function(){return G(this,"shardCount")?F(this,"shardCount"):null},set:function(a){this.h.shardCount=a}},sizeBytes:{configurable:!0,
310
317
  enumerable:!0,get:function(){return G(this,"sizeBytes")?F(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});
311
- var ng=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.properties=null==a.properties?null:a.properties;this.h.uriPrefix=null==a.nd?null:a.nd;this.h.sources=null==a.sources?null:a.sources;this.h.startTime=null==a.startTime?null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.csvColumnDataTypeOverrides=null==a.hh?null:a.hh;this.h.policy=null==a.kb?null:a.kb;this.h.columnDataTypeOverrides=null==a.Yg?null:a.Yg};q(ng,E);
312
- ng.prototype.i=function(){return{P:{sources:Jg},H:{columnDataTypeOverrides:ze,csvColumnDataTypeOverrides:Ae},keys:"columnDataTypeOverrides csvColumnDataTypeOverrides endTime name policy properties sources startTime uriPrefix".split(" "),Ma:{columnDataTypeOverrides:{ka:null,pa:!1,qa:!1,ra:!1},csvColumnDataTypeOverrides:{ka:null,pa:!1,qa:!1,ra:!1},properties:{ka:null,pa:!1,qa:!1,ra:!1}},s:{policy:Gf}}};
313
- k.Object.defineProperties(ng.prototype,{Yg:{configurable:!0,enumerable:!0,get:function(){return G(this,"columnDataTypeOverrides")?F(this,"columnDataTypeOverrides"):null},set:function(a){this.h.columnDataTypeOverrides=a}},hh:{configurable:!0,enumerable:!0,get:function(){return G(this,"csvColumnDataTypeOverrides")?F(this,"csvColumnDataTypeOverrides"):null},set:function(a){this.h.csvColumnDataTypeOverrides=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"endTime")?F(this,"endTime"):
318
+ var Tg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.properties=null==a.properties?null:a.properties;this.h.uriPrefix=null==a.nd?null:a.nd;this.h.sources=null==a.sources?null:a.sources;this.h.startTime=null==a.startTime?null:a.startTime;this.h.endTime=null==a.endTime?null:a.endTime;this.h.csvColumnDataTypeOverrides=null==a.hh?null:a.hh;this.h.policy=null==a.kb?null:a.kb;this.h.columnDataTypeOverrides=null==a.Yg?null:a.Yg};q(Tg,E);
319
+ Tg.prototype.i=function(){return{P:{sources:oh},H:{columnDataTypeOverrides:ef,csvColumnDataTypeOverrides:ff},keys:"columnDataTypeOverrides csvColumnDataTypeOverrides endTime name policy properties sources startTime uriPrefix".split(" "),Ma:{columnDataTypeOverrides:{ka:null,pa:!1,qa:!1,ra:!1},csvColumnDataTypeOverrides:{ka:null,pa:!1,qa:!1,ra:!1},properties:{ka:null,pa:!1,qa:!1,ra:!1}},s:{policy:lg}}};
320
+ k.Object.defineProperties(Tg.prototype,{Yg:{configurable:!0,enumerable:!0,get:function(){return G(this,"columnDataTypeOverrides")?F(this,"columnDataTypeOverrides"):null},set:function(a){this.h.columnDataTypeOverrides=a}},hh:{configurable:!0,enumerable:!0,get:function(){return G(this,"csvColumnDataTypeOverrides")?F(this,"csvColumnDataTypeOverrides"):null},set:function(a){this.h.csvColumnDataTypeOverrides=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"endTime")?F(this,"endTime"):
314
321
  null},set:function(a){this.h.endTime=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},kb:{configurable:!0,enumerable:!0,get:function(){return G(this,"policy")?F(this,"policy"):null},set:function(a){this.h.policy=a}},properties:{configurable:!0,enumerable:!0,get:function(){return G(this,"properties")?F(this,"properties"):null},set:function(a){this.h.properties=a}},sources:{configurable:!0,enumerable:!0,get:function(){return G(this,
315
322
  "sources")?F(this,"sources"):null},set:function(a){this.h.sources=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return G(this,"startTime")?F(this,"startTime"):null},set:function(a){this.h.startTime=a}},nd:{configurable:!0,enumerable:!0,get:function(){return G(this,"uriPrefix")?F(this,"uriPrefix"):null},set:function(a){this.h.uriPrefix=a}}});
316
- var Jg=function(a){a=void 0===a?{}:a;this.h={};this.h.uris=null==a.uris?null:a.uris;this.h.charset=null==a.charset?null:a.charset;this.h.maxErrorMeters=null==a.Vb?null:a.Vb;this.h.maxVertices=null==a.maxVertices?null:a.maxVertices;this.h.crs=null==a.crs?null:a.crs;this.h.geodesic=null==a.geodesic?null:a.geodesic;this.h.primaryGeometryColumn=null==a.bd?null:a.bd;this.h.xColumn=null==a.Si?null:a.Si;this.h.yColumn=null==a.Ti?null:a.Ti;this.h.dateFormat=null==a.nh?null:a.nh;this.h.csvDelimiter=null==
317
- a.ih?null:a.ih;this.h.csvQualifier=null==a.jh?null:a.jh};q(Jg,E);Jg.prototype.i=function(){return{keys:"charset crs csvDelimiter csvQualifier dateFormat geodesic maxErrorMeters maxVertices primaryGeometryColumn uris xColumn yColumn".split(" ")}};
318
- k.Object.defineProperties(Jg.prototype,{charset:{configurable:!0,enumerable:!0,get:function(){return G(this,"charset")?F(this,"charset"):null},set:function(a){this.h.charset=a}},crs:{configurable:!0,enumerable:!0,get:function(){return G(this,"crs")?F(this,"crs"):null},set:function(a){this.h.crs=a}},ih:{configurable:!0,enumerable:!0,get:function(){return G(this,"csvDelimiter")?F(this,"csvDelimiter"):null},set:function(a){this.h.csvDelimiter=a}},jh:{configurable:!0,enumerable:!0,get:function(){return G(this,
323
+ var oh=function(a){a=void 0===a?{}:a;this.h={};this.h.uris=null==a.uris?null:a.uris;this.h.charset=null==a.charset?null:a.charset;this.h.maxErrorMeters=null==a.Vb?null:a.Vb;this.h.maxVertices=null==a.maxVertices?null:a.maxVertices;this.h.crs=null==a.crs?null:a.crs;this.h.geodesic=null==a.geodesic?null:a.geodesic;this.h.primaryGeometryColumn=null==a.bd?null:a.bd;this.h.xColumn=null==a.Si?null:a.Si;this.h.yColumn=null==a.Ti?null:a.Ti;this.h.dateFormat=null==a.nh?null:a.nh;this.h.csvDelimiter=null==
324
+ a.ih?null:a.ih;this.h.csvQualifier=null==a.jh?null:a.jh};q(oh,E);oh.prototype.i=function(){return{keys:"charset crs csvDelimiter csvQualifier dateFormat geodesic maxErrorMeters maxVertices primaryGeometryColumn uris xColumn yColumn".split(" ")}};
325
+ k.Object.defineProperties(oh.prototype,{charset:{configurable:!0,enumerable:!0,get:function(){return G(this,"charset")?F(this,"charset"):null},set:function(a){this.h.charset=a}},crs:{configurable:!0,enumerable:!0,get:function(){return G(this,"crs")?F(this,"crs"):null},set:function(a){this.h.crs=a}},ih:{configurable:!0,enumerable:!0,get:function(){return G(this,"csvDelimiter")?F(this,"csvDelimiter"):null},set:function(a){this.h.csvDelimiter=a}},jh:{configurable:!0,enumerable:!0,get:function(){return G(this,
319
326
  "csvQualifier")?F(this,"csvQualifier"):null},set:function(a){this.h.csvQualifier=a}},nh:{configurable:!0,enumerable:!0,get:function(){return G(this,"dateFormat")?F(this,"dateFormat"):null},set:function(a){this.h.dateFormat=a}},geodesic:{configurable:!0,enumerable:!0,get:function(){return G(this,"geodesic")?F(this,"geodesic"):null},set:function(a){this.h.geodesic=a}},Vb:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxErrorMeters")?F(this,"maxErrorMeters"):null},set:function(a){this.h.maxErrorMeters=
320
327
  a}},maxVertices:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxVertices")?F(this,"maxVertices"):null},set:function(a){this.h.maxVertices=a}},bd:{configurable:!0,enumerable:!0,get:function(){return G(this,"primaryGeometryColumn")?F(this,"primaryGeometryColumn"):null},set:function(a){this.h.primaryGeometryColumn=a}},uris:{configurable:!0,enumerable:!0,get:function(){return G(this,"uris")?F(this,"uris"):null},set:function(a){this.h.uris=a}},Si:{configurable:!0,enumerable:!0,get:function(){return G(this,
321
328
  "xColumn")?F(this,"xColumn"):null},set:function(a){this.h.xColumn=a}},Ti:{configurable:!0,enumerable:!0,get:function(){return G(this,"yColumn")?F(this,"yColumn"):null},set:function(a){this.h.yColumn=a}}});
322
- var fg=function(a){a=void 0===a?{}:a;this.h={};this.h.tileDimensions=null==a.cc?null:a.cc;this.h.marginDimensions=null==a.Lf?null:a.Lf;this.h.compress=null==a.Ze?null:a.Ze;this.h.maxSizeBytes=null==a.Wb?null:a.Wb;this.h.defaultValue=null==a.defaultValue?null:a.defaultValue;this.h.tensorDepths=null==a.le?null:a.le;this.h.sequenceData=null==a.gg?null:a.gg;this.h.collapseBands=null==a.Xe?null:a.Xe;this.h.maxMaskedRatio=null==a.Pf?null:a.Pf};q(fg,E);
323
- fg.prototype.i=function(){return{keys:"collapseBands compress defaultValue marginDimensions maxMaskedRatio maxSizeBytes sequenceData tensorDepths tileDimensions".split(" "),Ma:{tensorDepths:{ka:null,pa:!1,qa:!1,ra:!1}},s:{marginDimensions:Zf,tileDimensions:Zf}}};
324
- k.Object.defineProperties(fg.prototype,{Xe:{configurable:!0,enumerable:!0,get:function(){return G(this,"collapseBands")?F(this,"collapseBands"):null},set:function(a){this.h.collapseBands=a}},Ze:{configurable:!0,enumerable:!0,get:function(){return G(this,"compress")?F(this,"compress"):null},set:function(a){this.h.compress=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return G(this,"defaultValue")?F(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},Lf:{configurable:!0,
329
+ var Lg=function(a){a=void 0===a?{}:a;this.h={};this.h.tileDimensions=null==a.cc?null:a.cc;this.h.marginDimensions=null==a.Lf?null:a.Lf;this.h.compress=null==a.Ze?null:a.Ze;this.h.maxSizeBytes=null==a.Wb?null:a.Wb;this.h.defaultValue=null==a.defaultValue?null:a.defaultValue;this.h.tensorDepths=null==a.le?null:a.le;this.h.sequenceData=null==a.gg?null:a.gg;this.h.collapseBands=null==a.Xe?null:a.Xe;this.h.maxMaskedRatio=null==a.Pf?null:a.Pf};q(Lg,E);
330
+ Lg.prototype.i=function(){return{keys:"collapseBands compress defaultValue marginDimensions maxMaskedRatio maxSizeBytes sequenceData tensorDepths tileDimensions".split(" "),Ma:{tensorDepths:{ka:null,pa:!1,qa:!1,ra:!1}},s:{marginDimensions:Eg,tileDimensions:Eg}}};
331
+ k.Object.defineProperties(Lg.prototype,{Xe:{configurable:!0,enumerable:!0,get:function(){return G(this,"collapseBands")?F(this,"collapseBands"):null},set:function(a){this.h.collapseBands=a}},Ze:{configurable:!0,enumerable:!0,get:function(){return G(this,"compress")?F(this,"compress"):null},set:function(a){this.h.compress=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return G(this,"defaultValue")?F(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},Lf:{configurable:!0,
325
332
  enumerable:!0,get:function(){return G(this,"marginDimensions")?F(this,"marginDimensions"):null},set:function(a){this.h.marginDimensions=a}},Pf:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxMaskedRatio")?F(this,"maxMaskedRatio"):null},set:function(a){this.h.maxMaskedRatio=a}},Wb:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxSizeBytes")?F(this,"maxSizeBytes"):null},set:function(a){this.h.maxSizeBytes=a}},gg:{configurable:!0,enumerable:!0,get:function(){return G(this,
326
333
  "sequenceData")?F(this,"sequenceData"):null},set:function(a){this.h.sequenceData=a}},le:{configurable:!0,enumerable:!0,get:function(){return G(this,"tensorDepths")?F(this,"tensorDepths"):null},set:function(a){this.h.tensorDepths=a}},cc:{configurable:!0,enumerable:!0,get:function(){return G(this,"tileDimensions")?F(this,"tileDimensions"):null},set:function(a){this.h.tileDimensions=a}}});
327
- var Sf=function(a){a=void 0===a?{}:a;this.h={};this.h.maxFeaturesPerTile=null==a.Of?null:a.Of;this.h.thinningStrategy=null==a.tg?null:a.tg};q(Sf,E);Sf.prototype.i=function(){return{H:{thinningStrategy:Be},keys:["maxFeaturesPerTile","thinningStrategy"]}};
328
- k.Object.defineProperties(Sf.prototype,{Of:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxFeaturesPerTile")?F(this,"maxFeaturesPerTile"):null},set:function(a){this.h.maxFeaturesPerTile=a}},tg:{configurable:!0,enumerable:!0,get:function(){return G(this,"thinningStrategy")?F(this,"thinningStrategy"):null},set:function(a){this.h.thinningStrategy=a}}});
329
- var Kg=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.fileFormat=null==a.F?null:a.F;this.h.bandIds=null==a.da?null:a.da;this.h.visualizationOptions=null==a.ic?null:a.ic;this.h.grid=null==a.grid?null:a.grid;this.h.filenamePrefix=null==a.xa?null:a.xa};q(Kg,E);
330
- Kg.prototype.i=function(){return{H:{fileFormat:Ce},keys:"bandIds expression fileFormat filenamePrefix grid name visualizationOptions".split(" "),s:{expression:af,grid:zf,visualizationOptions:tf}}};
331
- k.Object.defineProperties(Kg.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},xa:{configurable:!0,enumerable:!0,get:function(){return G(this,
334
+ var xg=function(a){a=void 0===a?{}:a;this.h={};this.h.maxFeaturesPerTile=null==a.Of?null:a.Of;this.h.thinningStrategy=null==a.tg?null:a.tg};q(xg,E);xg.prototype.i=function(){return{H:{thinningStrategy:gf},keys:["maxFeaturesPerTile","thinningStrategy"]}};
335
+ k.Object.defineProperties(xg.prototype,{Of:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxFeaturesPerTile")?F(this,"maxFeaturesPerTile"):null},set:function(a){this.h.maxFeaturesPerTile=a}},tg:{configurable:!0,enumerable:!0,get:function(){return G(this,"thinningStrategy")?F(this,"thinningStrategy"):null},set:function(a){this.h.thinningStrategy=a}}});
336
+ var ph=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.fileFormat=null==a.F?null:a.F;this.h.bandIds=null==a.da?null:a.da;this.h.visualizationOptions=null==a.ic?null:a.ic;this.h.grid=null==a.grid?null:a.grid;this.h.filenamePrefix=null==a.xa?null:a.xa};q(ph,E);
337
+ ph.prototype.i=function(){return{H:{fileFormat:hf},keys:"bandIds expression fileFormat filenamePrefix grid name visualizationOptions".split(" "),s:{expression:Hf,grid:eg,visualizationOptions:Zf}}};
338
+ k.Object.defineProperties(ph.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},xa:{configurable:!0,enumerable:!0,get:function(){return G(this,
332
339
  "filenamePrefix")?F(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,"name")?F(this,"name"):null},set:function(a){this.h.name=a}},ic:{configurable:!0,enumerable:!0,get:function(){return G(this,"visualizationOptions")?F(this,"visualizationOptions"):null},set:function(a){this.h.visualizationOptions=
333
- a}}});var Ag=function(a){a=void 0===a?{}:a;this.h={};this.h.maxPrerenderZoom=null==a.Th?null:a.Th;this.h.minVerticesPerTile=null==a.Yh?null:a.Yh;this.h.neighborDepth=null==a.Zh?null:a.Zh;this.h.minFeaturesPerTile=null==a.Wh?null:a.Wh};q(Ag,E);Ag.prototype.i=function(){return{keys:["maxPrerenderZoom","minFeaturesPerTile","minVerticesPerTile","neighborDepth"]}};
334
- k.Object.defineProperties(Ag.prototype,{Th:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxPrerenderZoom")?F(this,"maxPrerenderZoom"):null},set:function(a){this.h.maxPrerenderZoom=a}},Wh:{configurable:!0,enumerable:!0,get:function(){return G(this,"minFeaturesPerTile")?F(this,"minFeaturesPerTile"):null},set:function(a){this.h.minFeaturesPerTile=a}},Yh:{configurable:!0,enumerable:!0,get:function(){return G(this,"minVerticesPerTile")?F(this,"minVerticesPerTile"):null},set:function(a){this.h.minVerticesPerTile=
340
+ a}}});var fh=function(a){a=void 0===a?{}:a;this.h={};this.h.maxPrerenderZoom=null==a.Th?null:a.Th;this.h.minVerticesPerTile=null==a.Yh?null:a.Yh;this.h.neighborDepth=null==a.Zh?null:a.Zh;this.h.minFeaturesPerTile=null==a.Wh?null:a.Wh};q(fh,E);fh.prototype.i=function(){return{keys:["maxPrerenderZoom","minFeaturesPerTile","minVerticesPerTile","neighborDepth"]}};
341
+ k.Object.defineProperties(fh.prototype,{Th:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxPrerenderZoom")?F(this,"maxPrerenderZoom"):null},set:function(a){this.h.maxPrerenderZoom=a}},Wh:{configurable:!0,enumerable:!0,get:function(){return G(this,"minFeaturesPerTile")?F(this,"minFeaturesPerTile"):null},set:function(a){this.h.minFeaturesPerTile=a}},Yh:{configurable:!0,enumerable:!0,get:function(){return G(this,"minVerticesPerTile")?F(this,"minVerticesPerTile"):null},set:function(a){this.h.minVerticesPerTile=
335
342
  a}},Zh:{configurable:!0,enumerable:!0,get:function(){return G(this,"neighborDepth")?F(this,"neighborDepth"):null},set:function(a){this.h.neighborDepth=a}}});
336
- var Bf=function(a){a=void 0===a?{}:a;this.h={};this.h.endZoom=null==a.hf?null:a.hf;this.h.scale=null==a.scale?null:a.scale;this.h.startZoom=null==a.og?null:a.og;this.h.skipEmpty=null==a.lg?null:a.lg;this.h.mapsApiKey=null==a.Kf?null:a.Kf;this.h.dimensions=null==a.dimensions?null:a.dimensions;this.h.stride=null==a.stride?null:a.stride;this.h.zoomSubset=null==a.Fg?null:a.Fg};q(Bf,E);
337
- Bf.prototype.i=function(){return{keys:"dimensions endZoom mapsApiKey scale skipEmpty startZoom stride zoomSubset".split(" "),s:{dimensions:Zf,zoomSubset:Lg}}};
338
- k.Object.defineProperties(Bf.prototype,{dimensions:{configurable:!0,enumerable:!0,get:function(){return G(this,"dimensions")?F(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},hf:{configurable:!0,enumerable:!0,get:function(){return G(this,"endZoom")?F(this,"endZoom"):null},set:function(a){this.h.endZoom=a}},Kf:{configurable:!0,enumerable:!0,get:function(){return G(this,"mapsApiKey")?F(this,"mapsApiKey"):null},set:function(a){this.h.mapsApiKey=a}},scale:{configurable:!0,enumerable:!0,
343
+ var gg=function(a){a=void 0===a?{}:a;this.h={};this.h.endZoom=null==a.hf?null:a.hf;this.h.scale=null==a.scale?null:a.scale;this.h.startZoom=null==a.og?null:a.og;this.h.skipEmpty=null==a.lg?null:a.lg;this.h.mapsApiKey=null==a.Kf?null:a.Kf;this.h.dimensions=null==a.dimensions?null:a.dimensions;this.h.stride=null==a.stride?null:a.stride;this.h.zoomSubset=null==a.Fg?null:a.Fg};q(gg,E);
344
+ gg.prototype.i=function(){return{keys:"dimensions endZoom mapsApiKey scale skipEmpty startZoom stride zoomSubset".split(" "),s:{dimensions:Eg,zoomSubset:qh}}};
345
+ k.Object.defineProperties(gg.prototype,{dimensions:{configurable:!0,enumerable:!0,get:function(){return G(this,"dimensions")?F(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},hf:{configurable:!0,enumerable:!0,get:function(){return G(this,"endZoom")?F(this,"endZoom"):null},set:function(a){this.h.endZoom=a}},Kf:{configurable:!0,enumerable:!0,get:function(){return G(this,"mapsApiKey")?F(this,"mapsApiKey"):null},set:function(a){this.h.mapsApiKey=a}},scale:{configurable:!0,enumerable:!0,
339
346
  get:function(){return G(this,"scale")?F(this,"scale"):null},set:function(a){this.h.scale=a}},lg:{configurable:!0,enumerable:!0,get:function(){return G(this,"skipEmpty")?F(this,"skipEmpty"):null},set:function(a){this.h.skipEmpty=a}},og:{configurable:!0,enumerable:!0,get:function(){return G(this,"startZoom")?F(this,"startZoom"):null},set:function(a){this.h.startZoom=a}},stride:{configurable:!0,enumerable:!0,get:function(){return G(this,"stride")?F(this,"stride"):null},set:function(a){this.h.stride=
340
- a}},Fg:{configurable:!0,enumerable:!0,get:function(){return G(this,"zoomSubset")?F(this,"zoomSubset"):null},set:function(a){this.h.zoomSubset=a}}});var nf=function(a){a=void 0===a?{}:a;this.h={};this.h.id=null==a.id?null:a.id;this.h.sources=null==a.sources?null:a.sources;this.h.dataType=null==a.dataType?null:a.dataType;this.h.crs=null==a.crs?null:a.crs;this.h.subdatasetPrefix=null==a.Fi?null:a.Fi;this.h.subdatasetSuffix=null==a.Gi?null:a.Gi};q(nf,E);
341
- nf.prototype.i=function(){return{P:{sources:kg},H:{dataType:Ee},keys:"crs dataType id sources subdatasetPrefix subdatasetSuffix".split(" ")}};
342
- k.Object.defineProperties(nf.prototype,{crs:{configurable:!0,enumerable:!0,get:function(){return G(this,"crs")?F(this,"crs"):null},set:function(a){this.h.crs=a}},dataType:{configurable:!0,enumerable:!0,get:function(){return G(this,"dataType")?F(this,"dataType"):null},set:function(a){this.h.dataType=a}},id:{configurable:!0,enumerable:!0,get:function(){return G(this,"id")?F(this,"id"):null},set:function(a){this.h.id=a}},sources:{configurable:!0,enumerable:!0,get:function(){return G(this,"sources")?
347
+ a}},Fg:{configurable:!0,enumerable:!0,get:function(){return G(this,"zoomSubset")?F(this,"zoomSubset"):null},set:function(a){this.h.zoomSubset=a}}});var Tf=function(a){a=void 0===a?{}:a;this.h={};this.h.id=null==a.id?null:a.id;this.h.sources=null==a.sources?null:a.sources;this.h.dataType=null==a.dataType?null:a.dataType;this.h.crs=null==a.crs?null:a.crs;this.h.subdatasetPrefix=null==a.Fi?null:a.Fi;this.h.subdatasetSuffix=null==a.Gi?null:a.Gi};q(Tf,E);
348
+ Tf.prototype.i=function(){return{P:{sources:Qg},H:{dataType:kf},keys:"crs dataType id sources subdatasetPrefix subdatasetSuffix".split(" ")}};
349
+ k.Object.defineProperties(Tf.prototype,{crs:{configurable:!0,enumerable:!0,get:function(){return G(this,"crs")?F(this,"crs"):null},set:function(a){this.h.crs=a}},dataType:{configurable:!0,enumerable:!0,get:function(){return G(this,"dataType")?F(this,"dataType"):null},set:function(a){this.h.dataType=a}},id:{configurable:!0,enumerable:!0,get:function(){return G(this,"id")?F(this,"id"):null},set:function(a){this.h.id=a}},sources:{configurable:!0,enumerable:!0,get:function(){return G(this,"sources")?
343
350
  F(this,"sources"):null},set:function(a){this.h.sources=a}},Fi:{configurable:!0,enumerable:!0,get:function(){return G(this,"subdatasetPrefix")?F(this,"subdatasetPrefix"):null},set:function(a){this.h.subdatasetPrefix=a}},Gi:{configurable:!0,enumerable:!0,get:function(){return G(this,"subdatasetSuffix")?F(this,"subdatasetSuffix"):null},set:function(a){this.h.subdatasetSuffix=a}}});
344
- var hg=function(a){a=void 0===a?{}:a;this.h={};this.h.id=null==a.id?null:a.id;this.h.tilesetId=null==a.nb?null:a.nb;this.h.tilesetBandIndex=null==a.kd?null:a.kd;this.h.missingData=null==a.missingData?null:a.missingData;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy};q(hg,E);hg.prototype.i=function(){return{H:{pyramidingPolicy:De},keys:["id","missingData","pyramidingPolicy","tilesetBandIndex","tilesetId"],s:{missingData:eg}}};
345
- k.Object.defineProperties(hg.prototype,{id:{configurable:!0,enumerable:!0,get:function(){return G(this,"id")?F(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return G(this,"missingData")?F(this,"missingData"):null},set:function(a){this.h.missingData=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicy")?F(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},kd:{configurable:!0,
346
- enumerable:!0,get:function(){return G(this,"tilesetBandIndex")?F(this,"tilesetBandIndex"):null},set:function(a){this.h.tilesetBandIndex=a}},nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesetId")?F(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var ig=function(a){a=void 0===a?{}:a;this.h={};this.h.tilesetId=null==a.nb?null:a.nb;this.h.bandIds=null==a.da?null:a.da};q(ig,E);ig.prototype.i=function(){return{keys:["bandIds","tilesetId"]}};
347
- k.Object.defineProperties(ig.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesetId")?F(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var rf=function(a){a=void 0===a?{}:a;this.h={};this.h.sources=null==a.sources?null:a.sources;this.h.pathPrefix=null==a.pathPrefix?null:a.pathPrefix};q(rf,E);
348
- rf.prototype.i=function(){return{P:{sources:Mg},keys:["pathPrefix","sources"]}};k.Object.defineProperties(rf.prototype,{pathPrefix:{configurable:!0,enumerable:!0,get:function(){return G(this,"pathPrefix")?F(this,"pathPrefix"):null},set:function(a){this.h.pathPrefix=a}},sources:{configurable:!0,enumerable:!0,get:function(){return G(this,"sources")?F(this,"sources"):null},set:function(a){this.h.sources=a}}});
349
- var Mg=function(a){a=void 0===a?{}:a;this.h={};this.h.pathSuffix=null==a.pathSuffix?null:a.pathSuffix;this.h.headerSizeBytes=null==a.headerSizeBytes?null:a.headerSizeBytes};q(Mg,E);Mg.prototype.i=function(){return{keys:["headerSizeBytes","pathSuffix"]}};
350
- k.Object.defineProperties(Mg.prototype,{headerSizeBytes:{configurable:!0,enumerable:!0,get:function(){return G(this,"headerSizeBytes")?F(this,"headerSizeBytes"):null},set:function(a){this.h.headerSizeBytes=a}},pathSuffix:{configurable:!0,enumerable:!0,get:function(){return G(this,"pathSuffix")?F(this,"pathSuffix"):null},set:function(a){this.h.pathSuffix=a}}});
351
- var cg=function(a){a=void 0===a?{}:a;this.h={};this.h.fileIndexes=null==a.wh?null:a.wh;this.h.firstTileIndex=null==a.yh?null:a.yh;this.h.tilesPerFile=null==a.Mi?null:a.Mi};q(cg,E);cg.prototype.i=function(){return{keys:["fileIndexes","firstTileIndex","tilesPerFile"]}};
352
- k.Object.defineProperties(cg.prototype,{wh:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileIndexes")?F(this,"fileIndexes"):null},set:function(a){this.h.fileIndexes=a}},yh:{configurable:!0,enumerable:!0,get:function(){return G(this,"firstTileIndex")?F(this,"firstTileIndex"):null},set:function(a){this.h.firstTileIndex=a}},Mi:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesPerFile")?F(this,"tilesPerFile"):null},set:function(a){this.h.tilesPerFile=a}}});
353
- var Ng=function(a){a=void 0===a?{}:a;this.h={};this.h.asset=null==a.Nb?null:a.Nb;this.h.updateMask=null==a.updateMask?null:a.updateMask};q(Ng,E);Ng.prototype.i=function(){return{keys:["asset","updateMask"],s:{asset:lf}}};
354
- k.Object.defineProperties(Ng.prototype,{Nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"asset")?F(this,"asset"):null},set:function(a){this.h.asset=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return G(this,"updateMask")?F(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});
355
- var Le=function(a){a=void 0===a?{}:a;this.h={};this.h.constantValue=null==a.hb?null:a.hb;this.h.integerValue=null==a.Wa?null:a.Wa;this.h.bytesValue=null==a.qb?null:a.qb;this.h.arrayValue=null==a.Fa?null:a.Fa;this.h.dictionaryValue=null==a.Ga?null:a.Ga;this.h.functionDefinitionValue=null==a.Ua?null:a.Ua;this.h.functionInvocationValue=null==a.ya?null:a.ya;this.h.argumentReference=null==a.Mb?null:a.Mb;this.h.valueReference=null==a.Oa?null:a.Oa};q(Le,E);
356
- Le.prototype.i=function(){return{keys:"argumentReference arrayValue bytesValue constantValue dictionaryValue functionDefinitionValue functionInvocationValue integerValue valueReference".split(" "),s:{arrayValue:Ke,dictionaryValue:hf,functionDefinitionValue:Vf,functionInvocationValue:Wf}}};
357
- k.Object.defineProperties(Le.prototype,{Mb:{configurable:!0,enumerable:!0,get:function(){return G(this,"argumentReference")?F(this,"argumentReference"):null},set:function(a){this.h.argumentReference=a}},Fa:{configurable:!0,enumerable:!0,get:function(){return G(this,"arrayValue")?F(this,"arrayValue"):null},set:function(a){this.h.arrayValue=a}},qb:{configurable:!0,enumerable:!0,get:function(){return G(this,"bytesValue")?F(this,"bytesValue"):null},set:function(a){this.h.bytesValue=a}},hb:{configurable:!0,
351
+ var Ng=function(a){a=void 0===a?{}:a;this.h={};this.h.id=null==a.id?null:a.id;this.h.tilesetId=null==a.nb?null:a.nb;this.h.tilesetBandIndex=null==a.kd?null:a.kd;this.h.missingData=null==a.missingData?null:a.missingData;this.h.pyramidingPolicy=null==a.pyramidingPolicy?null:a.pyramidingPolicy};q(Ng,E);Ng.prototype.i=function(){return{H:{pyramidingPolicy:jf},keys:["id","missingData","pyramidingPolicy","tilesetBandIndex","tilesetId"],s:{missingData:Kg}}};
352
+ k.Object.defineProperties(Ng.prototype,{id:{configurable:!0,enumerable:!0,get:function(){return G(this,"id")?F(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return G(this,"missingData")?F(this,"missingData"):null},set:function(a){this.h.missingData=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return G(this,"pyramidingPolicy")?F(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},kd:{configurable:!0,
353
+ enumerable:!0,get:function(){return G(this,"tilesetBandIndex")?F(this,"tilesetBandIndex"):null},set:function(a){this.h.tilesetBandIndex=a}},nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesetId")?F(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var Og=function(a){a=void 0===a?{}:a;this.h={};this.h.tilesetId=null==a.nb?null:a.nb;this.h.bandIds=null==a.da?null:a.da};q(Og,E);Og.prototype.i=function(){return{keys:["bandIds","tilesetId"]}};
354
+ k.Object.defineProperties(Og.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return G(this,"bandIds")?F(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesetId")?F(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var Xf=function(a){a=void 0===a?{}:a;this.h={};this.h.sources=null==a.sources?null:a.sources;this.h.pathPrefix=null==a.pathPrefix?null:a.pathPrefix};q(Xf,E);
355
+ Xf.prototype.i=function(){return{P:{sources:rh},keys:["pathPrefix","sources"]}};k.Object.defineProperties(Xf.prototype,{pathPrefix:{configurable:!0,enumerable:!0,get:function(){return G(this,"pathPrefix")?F(this,"pathPrefix"):null},set:function(a){this.h.pathPrefix=a}},sources:{configurable:!0,enumerable:!0,get:function(){return G(this,"sources")?F(this,"sources"):null},set:function(a){this.h.sources=a}}});
356
+ var rh=function(a){a=void 0===a?{}:a;this.h={};this.h.pathSuffix=null==a.pathSuffix?null:a.pathSuffix;this.h.headerSizeBytes=null==a.headerSizeBytes?null:a.headerSizeBytes};q(rh,E);rh.prototype.i=function(){return{keys:["headerSizeBytes","pathSuffix"]}};
357
+ k.Object.defineProperties(rh.prototype,{headerSizeBytes:{configurable:!0,enumerable:!0,get:function(){return G(this,"headerSizeBytes")?F(this,"headerSizeBytes"):null},set:function(a){this.h.headerSizeBytes=a}},pathSuffix:{configurable:!0,enumerable:!0,get:function(){return G(this,"pathSuffix")?F(this,"pathSuffix"):null},set:function(a){this.h.pathSuffix=a}}});
358
+ var Ig=function(a){a=void 0===a?{}:a;this.h={};this.h.fileIndexes=null==a.wh?null:a.wh;this.h.firstTileIndex=null==a.yh?null:a.yh;this.h.tilesPerFile=null==a.Mi?null:a.Mi};q(Ig,E);Ig.prototype.i=function(){return{keys:["fileIndexes","firstTileIndex","tilesPerFile"]}};
359
+ k.Object.defineProperties(Ig.prototype,{wh:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileIndexes")?F(this,"fileIndexes"):null},set:function(a){this.h.fileIndexes=a}},yh:{configurable:!0,enumerable:!0,get:function(){return G(this,"firstTileIndex")?F(this,"firstTileIndex"):null},set:function(a){this.h.firstTileIndex=a}},Mi:{configurable:!0,enumerable:!0,get:function(){return G(this,"tilesPerFile")?F(this,"tilesPerFile"):null},set:function(a){this.h.tilesPerFile=a}}});
360
+ var sh=function(a){a=void 0===a?{}:a;this.h={};this.h.asset=null==a.Nb?null:a.Nb;this.h.updateMask=null==a.updateMask?null:a.updateMask};q(sh,E);sh.prototype.i=function(){return{keys:["asset","updateMask"],s:{asset:Rf}}};
361
+ k.Object.defineProperties(sh.prototype,{Nb:{configurable:!0,enumerable:!0,get:function(){return G(this,"asset")?F(this,"asset"):null},set:function(a){this.h.asset=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return G(this,"updateMask")?F(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});
362
+ var rf=function(a){a=void 0===a?{}:a;this.h={};this.h.constantValue=null==a.hb?null:a.hb;this.h.integerValue=null==a.Wa?null:a.Wa;this.h.bytesValue=null==a.qb?null:a.qb;this.h.arrayValue=null==a.Fa?null:a.Fa;this.h.dictionaryValue=null==a.Ga?null:a.Ga;this.h.functionDefinitionValue=null==a.Ua?null:a.Ua;this.h.functionInvocationValue=null==a.ya?null:a.ya;this.h.argumentReference=null==a.Mb?null:a.Mb;this.h.valueReference=null==a.Oa?null:a.Oa};q(rf,E);
363
+ rf.prototype.i=function(){return{keys:"argumentReference arrayValue bytesValue constantValue dictionaryValue functionDefinitionValue functionInvocationValue integerValue valueReference".split(" "),s:{arrayValue:qf,dictionaryValue:Of,functionDefinitionValue:Ag,functionInvocationValue:Bg}}};
364
+ k.Object.defineProperties(rf.prototype,{Mb:{configurable:!0,enumerable:!0,get:function(){return G(this,"argumentReference")?F(this,"argumentReference"):null},set:function(a){this.h.argumentReference=a}},Fa:{configurable:!0,enumerable:!0,get:function(){return G(this,"arrayValue")?F(this,"arrayValue"):null},set:function(a){this.h.arrayValue=a}},qb:{configurable:!0,enumerable:!0,get:function(){return G(this,"bytesValue")?F(this,"bytesValue"):null},set:function(a){this.h.bytesValue=a}},hb:{configurable:!0,
358
365
  enumerable:!0,get:function(){return G(this,"constantValue")?F(this,"constantValue"):null},set:function(a){this.h.constantValue=a}},Ga:{configurable:!0,enumerable:!0,get:function(){return G(this,"dictionaryValue")?F(this,"dictionaryValue"):null},set:function(a){this.h.dictionaryValue=a}},Ua:{configurable:!0,enumerable:!0,get:function(){return G(this,"functionDefinitionValue")?F(this,"functionDefinitionValue"):null},set:function(a){this.h.functionDefinitionValue=a}},ya:{configurable:!0,enumerable:!0,
359
366
  get:function(){return G(this,"functionInvocationValue")?F(this,"functionInvocationValue"):null},set:function(a){this.h.functionInvocationValue=a}},Wa:{configurable:!0,enumerable:!0,get:function(){return G(this,"integerValue")?F(this,"integerValue"):null},set:function(a){this.h.integerValue=a}},Oa:{configurable:!0,enumerable:!0,get:function(){return G(this,"valueReference")?F(this,"valueReference"):null},set:function(a){this.h.valueReference=a}}});
360
- var If=function(a){a=void 0===a?{}:a;this.h={};this.h.driveDestination=null==a.ma?null:a.ma;this.h.cloudStorageDestination=null==a.ja?null:a.ja;this.h.fileFormat=null==a.F?null:a.F};q(If,E);If.prototype.i=function(){return{H:{fileFormat:Fe},keys:["cloudStorageDestination","driveDestination","fileFormat"],s:{cloudStorageDestination:Ye,driveDestination:kf}}};
361
- k.Object.defineProperties(If.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageDestination")?F(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return G(this,"driveDestination")?F(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
362
- a}}});var Jf=function(a){a=void 0===a?{}:a;this.h={};this.h.framesPerSecond=null==a.framesPerSecond?null:a.framesPerSecond;this.h.maxFrames=null==a.maxFrames?null:a.maxFrames;this.h.maxPixelsPerFrame=null==a.maxPixelsPerFrame?null:a.maxPixelsPerFrame};q(Jf,E);Jf.prototype.i=function(){return{keys:["framesPerSecond","maxFrames","maxPixelsPerFrame"]}};
363
- k.Object.defineProperties(Jf.prototype,{framesPerSecond:{configurable:!0,enumerable:!0,get:function(){return G(this,"framesPerSecond")?F(this,"framesPerSecond"):null},set:function(a){this.h.framesPerSecond=a}},maxFrames:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxFrames")?F(this,"maxFrames"):null},set:function(a){this.h.maxFrames=a}},maxPixelsPerFrame:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxPixelsPerFrame")?F(this,"maxPixelsPerFrame"):null},set:function(a){this.h.maxPixelsPerFrame=
364
- a}}});var Og=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.videoOptions=null==a.Pa?null:a.Pa;this.h.fileFormat=null==a.F?null:a.F;this.h.grid=null==a.grid?null:a.grid};q(Og,E);Og.prototype.i=function(){return{H:{fileFormat:Ge},keys:["expression","fileFormat","grid","name","videoOptions"],s:{expression:af,grid:zf,videoOptions:Jf}}};
365
- k.Object.defineProperties(Og.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
366
- "name")?F(this,"name"):null},set:function(a){this.h.name=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return G(this,"videoOptions")?F(this,"videoOptions"):null},set:function(a){this.h.videoOptions=a}}});var tf=function(a){a=void 0===a?{}:a;this.h={};this.h.ranges=null==a.Wf?null:a.Wf;this.h.paletteColors=null==a.Yc?null:a.Yc;this.h.gamma=null==a.gamma?null:a.gamma;this.h.opacity=null==a.opacity?null:a.opacity};q(tf,E);
367
- tf.prototype.i=function(){return{P:{ranges:jf},keys:["gamma","opacity","paletteColors","ranges"]}};
368
- k.Object.defineProperties(tf.prototype,{gamma:{configurable:!0,enumerable:!0,get:function(){return G(this,"gamma")?F(this,"gamma"):null},set:function(a){this.h.gamma=a}},opacity:{configurable:!0,enumerable:!0,get:function(){return G(this,"opacity")?F(this,"opacity"):null},set:function(a){this.h.opacity=a}},Yc:{configurable:!0,enumerable:!0,get:function(){return G(this,"paletteColors")?F(this,"paletteColors"):null},set:function(a){this.h.paletteColors=a}},Wf:{configurable:!0,enumerable:!0,get:function(){return G(this,
369
- "ranges")?F(this,"ranges"):null},set:function(a){this.h.ranges=a}}});var Lg=function(a){a=void 0===a?{}:a;this.h={};this.h.start=null==a.start?null:a.start;this.h.end=null==a.end?null:a.end};q(Lg,E);Lg.prototype.i=function(){return{keys:["end","start"]}};
370
- k.Object.defineProperties(Lg.prototype,{end:{configurable:!0,enumerable:!0,get:function(){return G(this,"end")?F(this,"end"):null},set:function(a){this.h.end=a}},start:{configurable:!0,enumerable:!0,get:function(){return G(this,"start")?F(this,"start"):null},set:function(a){this.h.start=a}}});
371
- var Qd={$Xgafv:"$.xgafv",access_token:"access_token",alt:"alt",assetId:"assetId",callback:"callback",fields:"fields",filter:"filter",key:"key",oauth_token:"oauth_token",overwrite:"overwrite",pageSize:"pageSize",pageToken:"pageToken",parent:"parent",prettyPrint:"prettyPrint",quotaUser:"quotaUser",region:"region",updateMask:"updateMask",uploadType:"uploadType",upload_protocol:"upload_protocol",view:"view",workloadTag:"workloadTag"},Pg=function(a){this.m="v1";this.j=new Td(a,null)};
372
- Pg.prototype.list=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.algorithms.list",path:"/"+this.m+"/"+a+"/algorithms",u:H(b,c),G:og})};var Qg=function(a){this.m="v1";this.j=new Td(a,null)};
373
- Qg.prototype.getCapabilities=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.getCapabilities",path:"/"+this.m+"/"+a+"/capabilities",u:H(b,c),G:Ue})};Qg.prototype.Ud=function(a,b){b=void 0===b?{}:b;var c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:H(b,c),G:pg})};
374
- var Rg=function(a){this.m="v1";this.j=new Td(a,null)};h=Rg.prototype;h.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.create",path:"/"+this.m+"/"+a+"/assets",u:H(c,d),G:lf})};
375
- h.delete=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:null,B:"DELETE",D:"earthengine.projects.assets.delete",path:"/"+this.m+"/"+a,u:H(b,c),G:uf})};h.get=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.get",path:"/"+this.m+"/"+a,u:H(b,c),G:lf})};
376
- h.link=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.link",path:"/"+this.m+"/"+a+":link",u:H(c,d),G:lf})};h.Ud=function(a,b){b=void 0===b?{}:b;var c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:H(b,c),G:pg})};
377
- h.move=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.move",path:"/"+this.m+"/"+a+":move",u:H(c,d),G:lf})};var Sg=function(a){this.m="v1";this.j=new Td(a,null)};
378
- Sg.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.classifier.export",path:"/"+this.m+"/"+a+"/classifier:export",u:H(c,d),G:sg})};var Tg=function(a){this.m="v1";this.j=new Td(a,null)};
379
- Tg.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.featureView.create",path:"/"+this.m+"/"+a+"/featureView",u:H(c,d),G:Mf})};var Ug=function(a){this.m="v1";this.j=new Td(a,null)};
380
- Ug.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.filmstripThumbnails.create",path:"/"+this.m+"/"+a+"/filmstripThumbnails",u:H(c,d),G:Uf})};var Vg=function(a){this.m="v1";this.j=new Td(a,null)};
381
- Vg.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.image.export",path:"/"+this.m+"/"+a+"/image:export",u:H(c,d),G:sg})};Vg.prototype.import=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.image.import",path:"/"+this.m+"/"+a+"/image:import",u:H(c,d),G:sg})};
382
- var Wg=function(a){this.m="v1";this.j=new Td(a,null)};Wg.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.map.export",path:"/"+this.m+"/"+a+"/map:export",u:H(c,d),G:sg})};var Xg=function(a){this.m="v1";this.j=new Td(a,null)};
383
- Xg.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.maps.create",path:"/"+this.m+"/"+a+"/maps",u:H(c,d),G:sf})};var Yg=function(a){this.m="v1";this.j=new Td(a,null)};h=Yg.prototype;
384
- h.cancel=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.cancel",path:"/"+this.m+"/"+a+":cancel",u:H(c,d),G:uf})};h.delete=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:null,B:"DELETE",D:"earthengine.projects.operations.delete",path:"/"+this.m+"/"+a,u:H(b,c),G:uf})};
385
- h.get=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.get",path:"/"+this.m+"/"+a,u:H(b,c),G:sg})};h.list=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.list",path:"/"+this.m+"/"+a+"/operations",u:H(b,c),G:rg})};
386
- h.wait=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.wait",path:"/"+this.m+"/"+a+":wait",u:H(c,d),G:sg})};var Zg=function(a){this.m="v1";this.j=new Td(a,null)};
387
- Zg.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.table.export",path:"/"+this.m+"/"+a+"/table:export",u:H(c,d),G:sg})};Zg.prototype.import=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.table.import",path:"/"+this.m+"/"+a+"/table:import",u:H(c,d),G:sg})};
388
- var $g=function(a){this.m="v1";this.j=new Td(a,null)};$g.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.tables.create",path:"/"+this.m+"/"+a+"/tables",u:H(c,d),G:Ig})};var ah=function(a){this.m="v1";this.j=new Td(a,null)};
389
- ah.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.thumbnails.create",path:"/"+this.m+"/"+a+"/thumbnails",u:H(c,d),G:Kg})};
390
- var bh=function(a){this.m="v1";this.j=new Td(a,null)},ch=function(a,b,c){var d=void 0===d?{}:d;var e=void 0===e?{}:e;a.j.C(b,RegExp("^projects/[^/]+$"));return I(a.j,{body:c,B:"POST",D:"earthengine.projects.value.compute",path:"/"+a.m+"/"+b+"/value:compute",u:H(d,e),G:bf})},dh=function(a){this.m="v1";this.j=new Td(a,null)};
391
- dh.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.video.export",path:"/"+this.m+"/"+a+"/video:export",u:H(c,d),G:sg})};var eh=function(a){this.m="v1";this.j=new Td(a,null)};
392
- eh.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.videoMap.export",path:"/"+this.m+"/"+a+"/videoMap:export",u:H(c,d),G:sg})};var fh=function(a){this.m="v1";this.j=new Td(a,null)};
393
- fh.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.videoThumbnails.create",path:"/"+this.m+"/"+a+"/videoThumbnails",u:H(c,d),G:Og})};var gh=function(){};gh.prototype.send=function(a,b){Pd(a);return(void 0).then(function(c){return b?Wc(b,c):c})};var hh=function(a,b){this.dl=100;this.Sk=a;this.tl=b;this.Yd=0;this.Pd=null};hh.prototype.get=function(){if(0<this.Yd){this.Yd--;var a=this.Pd;this.Pd=a.next;a.next=null}else a=this.Sk();return a};hh.prototype.put=function(a){this.tl(a);this.Yd<this.dl&&(this.Yd++,a.next=this.Pd,this.Pd=a)};var jh=function(a,b){Fb(b,function(c,d){"style"==d?a.style.cssText=c:"class"==d?a.className=c:"for"==d?a.htmlFor=c:ih.hasOwnProperty(d)?a.setAttribute(ih[d],c):0==d.lastIndexOf("aria-",0)||0==d.lastIndexOf("data-",0)?a.setAttribute(d,c):a[d]=c})},ih={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"},lh=function(a,
394
- b,c){return kh(document,arguments)},kh=function(a,b){var c=b[1],d=mh(a,String(b[0]));c&&("string"===typeof c?d.className=c:Array.isArray(c)?d.className=c.join(" "):jh(d,c));2<b.length&&nh(a,d,b,2);return d},nh=function(a,b,c,d){function e(l){l&&b.appendChild("string"===typeof l?a.createTextNode(l):l)}for(;d<c.length;d++){var g=c[d];if(!ya(g)||t(g)&&0<g.nodeType)e(g);else{a:{if(g&&"number"==typeof g.length){if(t(g)){var f="function"==typeof g.item||"string"==typeof g.item;break a}if("function"===typeof g){f=
395
- "function"==typeof g.item;break a}}f=!1}Ua(f?cb(g):g,e)}}},mh=function(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)},oh=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null},ph=function(a){B(a,"Node cannot be null or undefined.");return 9==a.nodeType?a:a.ownerDocument||a.document},qh=function(a){this.Dd=a||r.document||document};h=qh.prototype;h.getElementsByTagName=function(a,b){return(b||this.Dd).getElementsByTagName(String(a))};
396
- h.Rk=function(a,b,c){return kh(this.Dd,arguments)};h.createElement=function(a){return mh(this.Dd,a)};h.createTextNode=function(a){return this.Dd.createTextNode(String(a))};h.appendChild=function(a,b){B(null!=a&&null!=b,"goog.dom.appendChild expects non-null arguments");a.appendChild(b)};h.append=function(a,b){nh(ph(a),a,arguments,1)};h.canHaveChildren=function(a){if(1!=a.nodeType)return!1;switch(a.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return!1}return!0};
397
- h.removeNode=oh;h.contains=function(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var rh,sh=function(){var a=r.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!sb("Presto")&&(a=function(){var e=mh(document,"IFRAME");e.style.display="none";document.documentElement.appendChild(e);var g=e.contentWindow;e=g.document;e.open();e.close();var f="callImmediate"+Math.random(),l="file:"==g.location.protocol?"*":g.location.protocol+"//"+g.location.host;e=u(function(m){if(("*"==l||m.origin==l)&&m.data==f)this.port1.onmessage()},
398
- this);g.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){g.postMessage(f,l)}}});if("undefined"!==typeof a&&!tb()){var b=new a,c={},d=c;b.port1.onmessage=function(){if(void 0!==c.next){c=c.next;var e=c.Wg;c.Wg=null;e()}};return function(e){d.next={Wg:e};d=d.next;b.port2.postMessage(0)}}return function(e){r.setTimeout(e,0)}};function th(a){r.setTimeout(function(){throw a;},0)};var uh=function(){this.ve=this.jc=null};uh.prototype.add=function(a,b){var c=vh.get();c.set(a,b);this.ve?this.ve.next=c:(B(!this.jc),this.jc=c);this.ve=c};uh.prototype.remove=function(){var a=null;this.jc&&(a=this.jc,this.jc=this.jc.next,this.jc||(this.ve=null),a.next=null);return a};var vh=new hh(function(){return new wh},function(a){return a.reset()}),wh=function(){this.next=this.scope=this.sf=null};wh.prototype.set=function(a,b){this.sf=a;this.scope=b;this.next=null};
399
- wh.prototype.reset=function(){this.next=this.scope=this.sf=null};var xh=r.console&&r.console.createTask?r.console.createTask.bind(r.console):void 0,yh=xh?Symbol("consoleTask"):void 0;
400
- function zh(a,b){function c(){var l=ta.apply(0,arguments),m=this;return f.run(function(){return a.call.apply(a,[m].concat(ka(l)))})}b=void 0===b?"anonymous":b;if(yh&&a[yh])return a;var d=a,e,g=null==(e=Ah)?void 0:e();a=function(){var l=ta.apply(0,arguments),m,p=null==(m=Ah)?void 0:m();if(g!==p)throw Error(b+" was scheduled in '"+g+"' but called in '"+p+"'.\nMake sure your test awaits all async calls.\n\nTIP: To help investigate, debug the test in Chrome and look at the async portion\nof the call stack to see what originally scheduled the callback. Then, make the\ntest wait for the relevant asynchronous work to finish.");return d.call.apply(d,
401
- [this].concat(ka(l)))};if(!xh)return a;var f=xh(a.name||b);c[Ma(yh)]=f;return c}var Ah;var Bh,Ch=!1,Dh=new uh,Fh=function(a,b){Bh||Eh();Ch||(Bh(),Ch=!0);a=zh(a,"goog.async.run");Dh.add(a,b)},Eh=function(){if(r.Promise&&r.Promise.resolve){var a=r.Promise.resolve(void 0);Bh=function(){a.then(Gh)}}else Bh=function(){var b=Gh;"function"!==typeof r.setImmediate||r.Window&&r.Window.prototype&&(jb&&qb&&0<qb.brands.length||!sb("Edge"))&&r.Window.prototype.setImmediate==r.setImmediate?(rh||(rh=sh()),rh(b)):r.setImmediate(b)}},Gh=function(){for(var a;a=Dh.remove();){try{a.sf.call(a.scope)}catch(b){th(b)}vh.put(a)}Ch=
402
- !1};var Hh=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var Kh=function(a){this.T=0;this.ia=void 0;this.mc=this.gb=this.X=null;this.Md=this.lf=!1;if(a!=pc)try{var b=this;a.call(void 0,function(c){Ih(b,2,c)},function(c){if(!(c instanceof Jh))try{if(c instanceof Error)throw c;throw Error("Promise rejected.");}catch(d){}Ih(b,3,c)})}catch(c){Ih(this,3,c)}},Lh=function(){this.next=this.context=this.tc=this.Yb=this.Ob=null;this.sd=!1};Lh.prototype.reset=function(){this.context=this.tc=this.Yb=this.Ob=null;this.sd=!1};
403
- var Mh=new hh(function(){return new Lh},function(a){a.reset()}),Nh=function(a,b,c){var d=Mh.get();d.Yb=a;d.tc=b;d.context=c;return d};Kh.prototype.then=function(a,b,c){null!=a&&Qa(a,"opt_onFulfilled should be a function.");null!=b&&Qa(b,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");return Oh(this,"function"===typeof a?a:null,"function"===typeof b?b:null,c)};Kh.prototype.$goog_Thenable=!0;
404
- Kh.prototype.Cl=function(a,b){return Oh(this,null,a,b)};Kh.prototype.catch=Kh.prototype.Cl;Kh.prototype.cancel=function(a){if(0==this.T){var b=new Jh(a);Fh(function(){Ph(this,b)},this)}};
405
- var Ph=function(a,b){if(0==a.T)if(a.X){var c=a.X;if(c.gb){for(var d=0,e=null,g=null,f=c.gb;f&&(f.sd||(d++,f.Ob==a&&(e=f),!(e&&1<d)));f=f.next)e||(g=f);e&&(0==c.T&&1==d?Ph(c,b):(g?(d=g,B(c.gb),B(null!=d),d.next==c.mc&&(c.mc=d),d.next=d.next.next):Qh(c),Rh(c,e,3,b)))}a.X=null}else Ih(a,3,b)},Th=function(a,b){a.gb||2!=a.T&&3!=a.T||Sh(a);B(null!=b.Yb);a.mc?a.mc.next=b:a.gb=b;a.mc=b},Oh=function(a,b,c,d){b&&(b=zh(b,"goog.Promise.then"));c&&(c=zh(c,"goog.Promise.then"));var e=Nh(null,null,null);e.Ob=new Kh(function(g,
406
- f){e.Yb=b?function(l){try{var m=b.call(d,l);g(m)}catch(p){f(p)}}:g;e.tc=c?function(l){try{var m=c.call(d,l);void 0===m&&l instanceof Jh?f(l):g(m)}catch(p){f(p)}}:f});e.Ob.X=a;Th(a,e);return e.Ob};Kh.prototype.El=function(a){B(1==this.T);this.T=0;Ih(this,2,a)};Kh.prototype.Fl=function(a){B(1==this.T);this.T=0;Ih(this,3,a)};
407
- var Ih=function(a,b,c){if(0==a.T){a===c&&(b=3,c=new TypeError("Promise cannot resolve to itself"));a.T=1;a:{var d=c,e=a.El,g=a.Fl;if(d instanceof Kh){null!=e&&Qa(e,"opt_onFulfilled should be a function.");null!=g&&Qa(g,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");Th(d,Nh(e||pc,g||null,a));var f=!0}else if(Hh(d))d.then(e,g,a),f=!0;else{if(t(d))try{var l=d.then;if("function"===typeof l){Uh(d,l,e,g,a);f=!0;break a}}catch(m){g.call(a,m);
408
- f=!0;break a}f=!1}}f||(a.ia=c,a.T=b,a.X=null,Sh(a),3!=b||c instanceof Jh||Vh(a,c))}},Uh=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)}},Sh=function(a){a.lf||(a.lf=!0,Fh(a.Vk,a))},Qh=function(a){var b=null;a.gb&&(b=a.gb,a.gb=b.next,b.next=null);a.gb||(a.mc=null);null!=b&&B(null!=b.Yb);return b};Kh.prototype.Vk=function(){for(var a;a=Qh(this);)Rh(this,a,this.T,this.ia);this.lf=!1};
409
- var Rh=function(a,b,c,d){if(3==c&&b.tc&&!b.sd)for(;a&&a.Md;a=a.X)a.Md=!1;if(b.Ob)b.Ob.X=null,Wh(b,c,d);else try{b.sd?b.Yb.call(b.context):Wh(b,c,d)}catch(e){Xh.call(null,e)}Mh.put(b)},Wh=function(a,b,c){2==b?a.Yb.call(a.context,c):a.tc&&a.tc.call(a.context,c)},Vh=function(a,b){a.Md=!0;Fh(function(){a.Md&&Xh.call(null,b)})},Xh=th,Jh=function(a){Ia.call(this,a)};x(Jh,Ia);Jh.prototype.name="cancel";var Yh=function(a,b,c){if("function"===typeof a)c&&(a=u(a,c));else if(a&&"function"==typeof a.handleEvent)a=u(a.handleEvent,a);else throw Error("Invalid listener argument");return 2147483647<Number(b)?-1:r.setTimeout(a,b||0)};var Zh=function(a,b,c){y.call(this);this.el=null!=c?a.bind(c):a;this.bl=b;this.td=null;this.yc=!1;this.Zc=0;this.fc=null};q(Zh,y);h=Zh.prototype;h.qf=function(a){this.td=arguments;this.fc||this.Zc?this.yc=!0:$h(this)};h.stop=function(){this.fc&&(r.clearTimeout(this.fc),this.fc=null,this.yc=!1,this.td=null)};h.pause=function(){this.Zc++};h.resume=function(){this.Zc--;this.Zc||!this.yc||this.fc||(this.yc=!1,$h(this))};h.J=function(){y.prototype.J.call(this);this.stop()};
410
- var $h=function(a){a.fc=Yh(function(){a.fc=null;a.yc&&!a.Zc&&(a.yc=!1,$h(a))},a.bl);var b=a.td;a.td=null;a.el.apply(null,b)};function ai(){};/*
367
+ var ng=function(a){a=void 0===a?{}:a;this.h={};this.h.driveDestination=null==a.ma?null:a.ma;this.h.cloudStorageDestination=null==a.ja?null:a.ja;this.h.fileFormat=null==a.F?null:a.F};q(ng,E);ng.prototype.i=function(){return{H:{fileFormat:lf},keys:["cloudStorageDestination","driveDestination","fileFormat"],s:{cloudStorageDestination:Ef,driveDestination:Qf}}};
368
+ k.Object.defineProperties(ng.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return G(this,"cloudStorageDestination")?F(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return G(this,"driveDestination")?F(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
369
+ a}}});var og=function(a){a=void 0===a?{}:a;this.h={};this.h.framesPerSecond=null==a.framesPerSecond?null:a.framesPerSecond;this.h.maxFrames=null==a.maxFrames?null:a.maxFrames;this.h.maxPixelsPerFrame=null==a.maxPixelsPerFrame?null:a.maxPixelsPerFrame};q(og,E);og.prototype.i=function(){return{keys:["framesPerSecond","maxFrames","maxPixelsPerFrame"]}};
370
+ k.Object.defineProperties(og.prototype,{framesPerSecond:{configurable:!0,enumerable:!0,get:function(){return G(this,"framesPerSecond")?F(this,"framesPerSecond"):null},set:function(a){this.h.framesPerSecond=a}},maxFrames:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxFrames")?F(this,"maxFrames"):null},set:function(a){this.h.maxFrames=a}},maxPixelsPerFrame:{configurable:!0,enumerable:!0,get:function(){return G(this,"maxPixelsPerFrame")?F(this,"maxPixelsPerFrame"):null},set:function(a){this.h.maxPixelsPerFrame=
371
+ a}}});var th=function(a){a=void 0===a?{}:a;this.h={};this.h.name=null==a.name?null:a.name;this.h.expression=null==a.l?null:a.l;this.h.videoOptions=null==a.Pa?null:a.Pa;this.h.fileFormat=null==a.F?null:a.F;this.h.grid=null==a.grid?null:a.grid};q(th,E);th.prototype.i=function(){return{H:{fileFormat:mf},keys:["expression","fileFormat","grid","name","videoOptions"],s:{expression:Hf,grid:eg,videoOptions:og}}};
372
+ k.Object.defineProperties(th.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return G(this,"expression")?F(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return G(this,"fileFormat")?F(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return G(this,"grid")?F(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return G(this,
373
+ "name")?F(this,"name"):null},set:function(a){this.h.name=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return G(this,"videoOptions")?F(this,"videoOptions"):null},set:function(a){this.h.videoOptions=a}}});var Zf=function(a){a=void 0===a?{}:a;this.h={};this.h.ranges=null==a.Wf?null:a.Wf;this.h.paletteColors=null==a.Yc?null:a.Yc;this.h.gamma=null==a.gamma?null:a.gamma;this.h.opacity=null==a.opacity?null:a.opacity};q(Zf,E);
374
+ Zf.prototype.i=function(){return{P:{ranges:Pf},keys:["gamma","opacity","paletteColors","ranges"]}};
375
+ k.Object.defineProperties(Zf.prototype,{gamma:{configurable:!0,enumerable:!0,get:function(){return G(this,"gamma")?F(this,"gamma"):null},set:function(a){this.h.gamma=a}},opacity:{configurable:!0,enumerable:!0,get:function(){return G(this,"opacity")?F(this,"opacity"):null},set:function(a){this.h.opacity=a}},Yc:{configurable:!0,enumerable:!0,get:function(){return G(this,"paletteColors")?F(this,"paletteColors"):null},set:function(a){this.h.paletteColors=a}},Wf:{configurable:!0,enumerable:!0,get:function(){return G(this,
376
+ "ranges")?F(this,"ranges"):null},set:function(a){this.h.ranges=a}}});var qh=function(a){a=void 0===a?{}:a;this.h={};this.h.start=null==a.start?null:a.start;this.h.end=null==a.end?null:a.end};q(qh,E);qh.prototype.i=function(){return{keys:["end","start"]}};
377
+ k.Object.defineProperties(qh.prototype,{end:{configurable:!0,enumerable:!0,get:function(){return G(this,"end")?F(this,"end"):null},set:function(a){this.h.end=a}},start:{configurable:!0,enumerable:!0,get:function(){return G(this,"start")?F(this,"start"):null},set:function(a){this.h.start=a}}});
378
+ var we={$Xgafv:"$.xgafv",access_token:"access_token",alt:"alt",assetId:"assetId",callback:"callback",fields:"fields",filter:"filter",key:"key",oauth_token:"oauth_token",overwrite:"overwrite",pageSize:"pageSize",pageToken:"pageToken",parent:"parent",prettyPrint:"prettyPrint",quotaUser:"quotaUser",region:"region",updateMask:"updateMask",uploadType:"uploadType",upload_protocol:"upload_protocol",view:"view",workloadTag:"workloadTag"},uh=function(a){this.m="v1";this.j=new ze(a,null)};
379
+ uh.prototype.list=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.algorithms.list",path:"/"+this.m+"/"+a+"/algorithms",u:H(b,c),G:Ug})};var vh=function(a){this.m="v1";this.j=new ze(a,null)};
380
+ vh.prototype.getCapabilities=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.getCapabilities",path:"/"+this.m+"/"+a+"/capabilities",u:H(b,c),G:Af})};vh.prototype.Ud=function(a,b){b=void 0===b?{}:b;var c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:H(b,c),G:Vg})};
381
+ var wh=function(a){this.m="v1";this.j=new ze(a,null)};h=wh.prototype;h.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.create",path:"/"+this.m+"/"+a+"/assets",u:H(c,d),G:Rf})};
382
+ h.delete=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:null,B:"DELETE",D:"earthengine.projects.assets.delete",path:"/"+this.m+"/"+a,u:H(b,c),G:$f})};h.get=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.get",path:"/"+this.m+"/"+a,u:H(b,c),G:Rf})};
383
+ h.link=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.link",path:"/"+this.m+"/"+a+":link",u:H(c,d),G:Rf})};h.Ud=function(a,b){b=void 0===b?{}:b;var c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:H(b,c),G:Vg})};
384
+ h.move=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.move",path:"/"+this.m+"/"+a+":move",u:H(c,d),G:Rf})};var xh=function(a){this.m="v1";this.j=new ze(a,null)};
385
+ xh.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.classifier.export",path:"/"+this.m+"/"+a+"/classifier:export",u:H(c,d),G:Yg})};var yh=function(a){this.m="v1";this.j=new ze(a,null)};
386
+ yh.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.featureView.create",path:"/"+this.m+"/"+a+"/featureView",u:H(c,d),G:rg})};var zh=function(a){this.m="v1";this.j=new ze(a,null)};
387
+ zh.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.filmstripThumbnails.create",path:"/"+this.m+"/"+a+"/filmstripThumbnails",u:H(c,d),G:zg})};var Ah=function(a){this.m="v1";this.j=new ze(a,null)};
388
+ Ah.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.image.export",path:"/"+this.m+"/"+a+"/image:export",u:H(c,d),G:Yg})};Ah.prototype.import=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.image.import",path:"/"+this.m+"/"+a+"/image:import",u:H(c,d),G:Yg})};
389
+ var Bh=function(a){this.m="v1";this.j=new ze(a,null)};Bh.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.map.export",path:"/"+this.m+"/"+a+"/map:export",u:H(c,d),G:Yg})};var Ch=function(a){this.m="v1";this.j=new ze(a,null)};
390
+ Ch.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.maps.create",path:"/"+this.m+"/"+a+"/maps",u:H(c,d),G:Yf})};var Dh=function(a){this.m="v1";this.j=new ze(a,null)};h=Dh.prototype;
391
+ h.cancel=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.cancel",path:"/"+this.m+"/"+a+":cancel",u:H(c,d),G:$f})};h.delete=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:null,B:"DELETE",D:"earthengine.projects.operations.delete",path:"/"+this.m+"/"+a,u:H(b,c),G:$f})};
392
+ h.get=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.get",path:"/"+this.m+"/"+a,u:H(b,c),G:Yg})};h.list=function(a,b,c){b=void 0===b?{}:b;c=void 0===c?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.list",path:"/"+this.m+"/"+a+"/operations",u:H(b,c),G:Xg})};
393
+ h.wait=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.wait",path:"/"+this.m+"/"+a+":wait",u:H(c,d),G:Yg})};var Eh=function(a){this.m="v1";this.j=new ze(a,null)};
394
+ Eh.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.table.export",path:"/"+this.m+"/"+a+"/table:export",u:H(c,d),G:Yg})};Eh.prototype.import=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.table.import",path:"/"+this.m+"/"+a+"/table:import",u:H(c,d),G:Yg})};
395
+ var Fh=function(a){this.m="v1";this.j=new ze(a,null)};Fh.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.tables.create",path:"/"+this.m+"/"+a+"/tables",u:H(c,d),G:nh})};var Gh=function(a){this.m="v1";this.j=new ze(a,null)};
396
+ Gh.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.thumbnails.create",path:"/"+this.m+"/"+a+"/thumbnails",u:H(c,d),G:ph})};
397
+ var Hh=function(a){this.m="v1";this.j=new ze(a,null)},Ih=function(a,b,c){var d=void 0===d?{}:d;var e=void 0===e?{}:e;a.j.C(b,RegExp("^projects/[^/]+$"));return I(a.j,{body:c,B:"POST",D:"earthengine.projects.value.compute",path:"/"+a.m+"/"+b+"/value:compute",u:H(d,e),G:If})},Jh=function(a){this.m="v1";this.j=new ze(a,null)};
398
+ Jh.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.video.export",path:"/"+this.m+"/"+a+"/video:export",u:H(c,d),G:Yg})};var Kh=function(a){this.m="v1";this.j=new ze(a,null)};
399
+ Kh.prototype.Ka=function(a,b){var c=void 0===c?{}:c;var d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.videoMap.export",path:"/"+this.m+"/"+a+"/videoMap:export",u:H(c,d),G:Yg})};var Lh=function(a){this.m="v1";this.j=new ze(a,null)};
400
+ Lh.prototype.create=function(a,b,c,d){c=void 0===c?{}:c;d=void 0===d?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return I(this.j,{body:b,B:"POST",D:"earthengine.projects.videoThumbnails.create",path:"/"+this.m+"/"+a+"/videoThumbnails",u:H(c,d),G:th})};var Mh=function(){};Mh.prototype.send=function(a,b){ve(a);return(void 0).then(function(c){return b?Wc(b,c):c})};var Nh=function(a,b){this.dl=100;this.Sk=a;this.tl=b;this.Yd=0;this.Pd=null};Nh.prototype.get=function(){if(0<this.Yd){this.Yd--;var a=this.Pd;this.Pd=a.next;a.next=null}else a=this.Sk();return a};Nh.prototype.put=function(a){this.tl(a);this.Yd<this.dl&&(this.Yd++,a.next=this.Pd,this.Pd=a)};function Oh(a){var b=ta.apply(1,arguments);if(!Array.isArray(a)||!Array.isArray(a.raw)||a.length!==a.raw.length||!Cd&&a===a.raw||!(Cd&&!Dd||Ad(a))||b.length+1!==a.length)throw new TypeError("\n ############################## ERROR ##############################\n\n It looks like you are trying to call a template tag function (fn`...`)\n using the normal function syntax (fn(...)), which is not supported.\n\n The functions in the safevalues library are not designed to be called\n like normal functions, and doing so invalidates the security guarantees\n that safevalues provides.\n\n If you are stuck and not sure how to proceed, please reach out to us\n instead through:\n - go/ise-hardening-yaqs (preferred) // LINE-INTERNAL\n - g/ise-hardening // LINE-INTERNAL\n - https://github.com/google/safevalues/issues\n\n ############################## ERROR ##############################");
401
+ if(0===b.length)return hd(a[0]);var c=a[0].toLowerCase();if(/^data:/.test(c))throw Error("Data URLs cannot have expressions in the template literal input.");if(/^https:\/\//.test(c)||/^\/\//.test(c)){var d=c.indexOf("//")+2;var e=c.indexOf("/",d);if(e<=d)throw Error("Can't interpolate data in a url's origin, Please make sure to fully specify the origin, terminated with '/'.");d=c.substring(d,e);if(!/^[0-9a-z.:-]+$/i.test(d))throw Error("The origin contains unsupported characters.");if(!/^[^:]*(:[0-9]+)?$/i.test(d))throw Error("Invalid port number.");
402
+ if(!/(^|\.)[a-z][^.]*$/i.test(d))throw Error("The top-level domain must start with a letter.");d=!0}else d=!1;if(!d)if(/^\//.test(c))if("/"===c||1<c.length&&"/"!==c[1]&&"\\"!==c[1])d=!0;else throw Error("The path start in the url is invalid.");else d=!1;if(!(d=d||RegExp("^[^:\\s\\\\/]+/").test(c)))if(/^about:blank/.test(c)){if("about:blank"!==c&&!/^about:blank#/.test(c))throw Error("The about url is invalid.");d=!0}else d=!1;if(!d)throw Error("Trying to interpolate expressions in an unsupported url format.");
403
+ c=a[0];for(d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return hd(c)};var Qh=function(a,b){if(!t(a)||!t(a)||!t(a)||1!==a.nodeType||a.namespaceURI&&"http://www.w3.org/1999/xhtml"!==a.namespaceURI||a.tagName.toUpperCase()!=="SCRIPT".toString()){var c="SCRIPT".toString()+"; got: ";if(t(a))try{var d=a.constructor.displayName||a.constructor.name||Object.prototype.toString.call(a)}catch(e){d="<object could not be stringified>"}else d=void 0===a?"undefined":null===a?"null":typeof a;Na("Argument is not an HTML Element with tag name "+(c+d))}a:{c=(a.ownerDocument&&a.ownerDocument.defaultView||
404
+ r).document;if(c.querySelector&&(c=c.querySelector("script[nonce]"))&&(c=c.nonce||c.getAttribute("nonce"))&&Ph.test(c))break a;c=""}c&&a.setAttribute("nonce",c);a.src=gd(b)},Ph=/^[\w+/_-]+[=]{0,2}$/;var Sh=function(a,b){Fb(b,function(c,d){"style"==d?a.style.cssText=c:"class"==d?a.className=c:"for"==d?a.htmlFor=c:Rh.hasOwnProperty(d)?a.setAttribute(Rh[d],c):0==d.lastIndexOf("aria-",0)||0==d.lastIndexOf("data-",0)?a.setAttribute(d,c):a[d]=c})},Rh={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"},Uh=function(a,
405
+ b,c){return Th(document,arguments)},Th=function(a,b){var c=b[1],d=Vh(a,String(b[0]));c&&("string"===typeof c?d.className=c:Array.isArray(c)?d.className=c.join(" "):Sh(d,c));2<b.length&&Wh(a,d,b,2);return d},Wh=function(a,b,c,d){function e(l){l&&b.appendChild("string"===typeof l?a.createTextNode(l):l)}for(;d<c.length;d++){var g=c[d];if(!ya(g)||t(g)&&0<g.nodeType)e(g);else{a:{if(g&&"number"==typeof g.length){if(t(g)){var f="function"==typeof g.item||"string"==typeof g.item;break a}if("function"===typeof g){f=
406
+ "function"==typeof g.item;break a}}f=!1}Ua(f?cb(g):g,e)}}},Vh=function(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)},Xh=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null},Yh=function(a){B(a,"Node cannot be null or undefined.");return 9==a.nodeType?a:a.ownerDocument||a.document},Zh=function(a){this.Dd=a||r.document||document};h=Zh.prototype;h.getElementsByTagName=function(a,b){return(b||this.Dd).getElementsByTagName(String(a))};
407
+ h.Rk=function(a,b,c){return Th(this.Dd,arguments)};h.createElement=function(a){return Vh(this.Dd,a)};h.createTextNode=function(a){return this.Dd.createTextNode(String(a))};h.appendChild=function(a,b){B(null!=a&&null!=b,"goog.dom.appendChild expects non-null arguments");a.appendChild(b)};h.append=function(a,b){Wh(Yh(a),a,arguments,1)};h.canHaveChildren=function(a){if(1!=a.nodeType)return!1;switch(a.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return!1}return!0};
408
+ h.removeNode=Xh;h.contains=function(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var $h,ai=function(){var a=r.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!sb("Presto")&&(a=function(){var e=Vh(document,"IFRAME");e.style.display="none";document.documentElement.appendChild(e);var g=e.contentWindow;e=g.document;e.open();e.close();var f="callImmediate"+Math.random(),l="file:"==g.location.protocol?"*":g.location.protocol+"//"+g.location.host;e=u(function(m){if(("*"==l||m.origin==l)&&m.data==f)this.port1.onmessage()},
409
+ this);g.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){g.postMessage(f,l)}}});if("undefined"!==typeof a&&!tb()){var b=new a,c={},d=c;b.port1.onmessage=function(){if(void 0!==c.next){c=c.next;var e=c.Wg;c.Wg=null;e()}};return function(e){d.next={Wg:e};d=d.next;b.port2.postMessage(0)}}return function(e){r.setTimeout(e,0)}};function bi(a){r.setTimeout(function(){throw a;},0)};var ci=function(){this.ve=this.jc=null};ci.prototype.add=function(a,b){var c=di.get();c.set(a,b);this.ve?this.ve.next=c:(B(!this.jc),this.jc=c);this.ve=c};ci.prototype.remove=function(){var a=null;this.jc&&(a=this.jc,this.jc=this.jc.next,this.jc||(this.ve=null),a.next=null);return a};var di=new Nh(function(){return new ei},function(a){return a.reset()}),ei=function(){this.next=this.scope=this.sf=null};ei.prototype.set=function(a,b){this.sf=a;this.scope=b;this.next=null};
410
+ ei.prototype.reset=function(){this.next=this.scope=this.sf=null};var fi=r.console&&r.console.createTask?r.console.createTask.bind(r.console):void 0,gi=fi?Symbol("consoleTask"):void 0;
411
+ function hi(a,b){function c(){var l=ta.apply(0,arguments),m=this;return f.run(function(){return a.call.apply(a,[m].concat(ka(l)))})}b=void 0===b?"anonymous":b;if(gi&&a[gi])return a;var d=a,e,g=null==(e=ii)?void 0:e();a=function(){var l=ta.apply(0,arguments),m,p=null==(m=ii)?void 0:m();if(g!==p)throw Error(b+" was scheduled in '"+g+"' but called in '"+p+"'.\nMake sure your test awaits all async calls.\n\nTIP: To help investigate, debug the test in Chrome and look at the async portion\nof the call stack to see what originally scheduled the callback. Then, make the\ntest wait for the relevant asynchronous work to finish.");return d.call.apply(d,
412
+ [this].concat(ka(l)))};if(!fi)return a;var f=fi(a.name||b);c[Ma(gi)]=f;return c}var ii;var ji,ki=!1,li=new ci,ni=function(a,b){ji||mi();ki||(ji(),ki=!0);a=hi(a,"goog.async.run");li.add(a,b)},mi=function(){if(r.Promise&&r.Promise.resolve){var a=r.Promise.resolve(void 0);ji=function(){a.then(oi)}}else ji=function(){var b=oi;"function"!==typeof r.setImmediate||r.Window&&r.Window.prototype&&(jb&&qb&&0<qb.brands.length||!sb("Edge"))&&r.Window.prototype.setImmediate==r.setImmediate?($h||($h=ai()),$h(b)):r.setImmediate(b)}},oi=function(){for(var a;a=li.remove();){try{a.sf.call(a.scope)}catch(b){bi(b)}di.put(a)}ki=
413
+ !1};var pi=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var si=function(a){this.T=0;this.ia=void 0;this.mc=this.gb=this.X=null;this.Md=this.lf=!1;if(a!=pc)try{var b=this;a.call(void 0,function(c){qi(b,2,c)},function(c){if(!(c instanceof ri))try{if(c instanceof Error)throw c;throw Error("Promise rejected.");}catch(d){}qi(b,3,c)})}catch(c){qi(this,3,c)}},ti=function(){this.next=this.context=this.tc=this.Yb=this.Ob=null;this.sd=!1};ti.prototype.reset=function(){this.context=this.tc=this.Yb=this.Ob=null;this.sd=!1};
414
+ var ui=new Nh(function(){return new ti},function(a){a.reset()}),vi=function(a,b,c){var d=ui.get();d.Yb=a;d.tc=b;d.context=c;return d};si.prototype.then=function(a,b,c){null!=a&&Qa(a,"opt_onFulfilled should be a function.");null!=b&&Qa(b,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");return wi(this,"function"===typeof a?a:null,"function"===typeof b?b:null,c)};si.prototype.$goog_Thenable=!0;
415
+ si.prototype.Cl=function(a,b){return wi(this,null,a,b)};si.prototype.catch=si.prototype.Cl;si.prototype.cancel=function(a){if(0==this.T){var b=new ri(a);ni(function(){xi(this,b)},this)}};
416
+ var xi=function(a,b){if(0==a.T)if(a.X){var c=a.X;if(c.gb){for(var d=0,e=null,g=null,f=c.gb;f&&(f.sd||(d++,f.Ob==a&&(e=f),!(e&&1<d)));f=f.next)e||(g=f);e&&(0==c.T&&1==d?xi(c,b):(g?(d=g,B(c.gb),B(null!=d),d.next==c.mc&&(c.mc=d),d.next=d.next.next):yi(c),zi(c,e,3,b)))}a.X=null}else qi(a,3,b)},Bi=function(a,b){a.gb||2!=a.T&&3!=a.T||Ai(a);B(null!=b.Yb);a.mc?a.mc.next=b:a.gb=b;a.mc=b},wi=function(a,b,c,d){b&&(b=hi(b,"goog.Promise.then"));c&&(c=hi(c,"goog.Promise.then"));var e=vi(null,null,null);e.Ob=new si(function(g,
417
+ f){e.Yb=b?function(l){try{var m=b.call(d,l);g(m)}catch(p){f(p)}}:g;e.tc=c?function(l){try{var m=c.call(d,l);void 0===m&&l instanceof ri?f(l):g(m)}catch(p){f(p)}}:f});e.Ob.X=a;Bi(a,e);return e.Ob};si.prototype.El=function(a){B(1==this.T);this.T=0;qi(this,2,a)};si.prototype.Fl=function(a){B(1==this.T);this.T=0;qi(this,3,a)};
418
+ var qi=function(a,b,c){if(0==a.T){a===c&&(b=3,c=new TypeError("Promise cannot resolve to itself"));a.T=1;a:{var d=c,e=a.El,g=a.Fl;if(d instanceof si){null!=e&&Qa(e,"opt_onFulfilled should be a function.");null!=g&&Qa(g,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");Bi(d,vi(e||pc,g||null,a));var f=!0}else if(pi(d))d.then(e,g,a),f=!0;else{if(t(d))try{var l=d.then;if("function"===typeof l){Ci(d,l,e,g,a);f=!0;break a}}catch(m){g.call(a,m);
419
+ f=!0;break a}f=!1}}f||(a.ia=c,a.T=b,a.X=null,Ai(a),3!=b||c instanceof ri||Di(a,c))}},Ci=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)}},Ai=function(a){a.lf||(a.lf=!0,ni(a.Vk,a))},yi=function(a){var b=null;a.gb&&(b=a.gb,a.gb=b.next,b.next=null);a.gb||(a.mc=null);null!=b&&B(null!=b.Yb);return b};si.prototype.Vk=function(){for(var a;a=yi(this);)zi(this,a,this.T,this.ia);this.lf=!1};
420
+ var zi=function(a,b,c,d){if(3==c&&b.tc&&!b.sd)for(;a&&a.Md;a=a.X)a.Md=!1;if(b.Ob)b.Ob.X=null,Ei(b,c,d);else try{b.sd?b.Yb.call(b.context):Ei(b,c,d)}catch(e){Fi.call(null,e)}ui.put(b)},Ei=function(a,b,c){2==b?a.Yb.call(a.context,c):a.tc&&a.tc.call(a.context,c)},Di=function(a,b){a.Md=!0;ni(function(){a.Md&&Fi.call(null,b)})},Fi=bi,ri=function(a){Ia.call(this,a)};x(ri,Ia);ri.prototype.name="cancel";var Gi=function(a,b,c){if("function"===typeof a)c&&(a=u(a,c));else if(a&&"function"==typeof a.handleEvent)a=u(a.handleEvent,a);else throw Error("Invalid listener argument");return 2147483647<Number(b)?-1:r.setTimeout(a,b||0)};var Hi=function(a,b,c){y.call(this);this.el=null!=c?a.bind(c):a;this.bl=b;this.td=null;this.yc=!1;this.Zc=0;this.fc=null};q(Hi,y);h=Hi.prototype;h.qf=function(a){this.td=arguments;this.fc||this.Zc?this.yc=!0:Ii(this)};h.stop=function(){this.fc&&(r.clearTimeout(this.fc),this.fc=null,this.yc=!1,this.td=null)};h.pause=function(){this.Zc++};h.resume=function(){this.Zc--;this.Zc||!this.yc||this.fc||(this.yc=!1,Ii(this))};h.J=function(){y.prototype.J.call(this);this.stop()};
421
+ var Ii=function(a){a.fc=Gi(function(){a.fc=null;a.yc&&!a.Zc&&(a.yc=!1,Ii(a))},a.bl);var b=a.td;a.td=null;a.el.apply(null,b)};function Ji(){};/*
411
422
 
412
423
  Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.
413
424
  Copyright The Closure Library Authors.
414
425
  SPDX-License-Identifier: MIT
415
426
  */
416
- var bi=function(a,b){this.he=[];this.ci=a;this.oh=b||null;this.Pc=this.pc=!1;this.ia=void 0;this.kg=this.Qg=this.Se=!1;this.re=0;this.X=null;this.Te=0};x(bi,ai);bi.prototype.cancel=function(a){if(this.pc)this.ia instanceof bi&&this.ia.cancel();else{if(this.X){var b=this.X;delete this.X;a?b.cancel(a):(b.Te--,0>=b.Te&&b.cancel())}this.ci?this.ci.call(this.oh,this):this.kg=!0;this.pc||ci(this,new di(this))}};bi.prototype.bh=function(a,b){this.Se=!1;ei(this,a,b)};
417
- var ei=function(a,b,c){a.pc=!0;a.ia=c;a.Pc=!b;fi(a)},hi=function(a){if(a.pc){if(!a.kg)throw new gi(a);a.kg=!1}};bi.prototype.callback=function(a){hi(this);ii(a);ei(this,!0,a)};var ci=function(a,b){hi(a);ii(b);ei(a,!1,b)},ii=function(a){B(!(a instanceof bi),"An execution sequence may not be initiated with a blocking Deferred.")},li=function(a){var b=ji();ki(b,a,null)},ki=function(a,b,c,d){B(!a.Qg,"Blocking Deferreds can not be re-used");a.he.push([b,c,d]);a.pc&&fi(a)};
418
- bi.prototype.then=function(a,b,c){var d,e,g=new Kh(function(f,l){e=f;d=l});ki(this,e,function(f){f instanceof di?g.cancel():d(f);return mi},this);return g.then(a,b,c)};bi.prototype.$goog_Thenable=!0;
419
- var ni=function(a){return Xa(a.he,function(b){return"function"===typeof b[1]})},mi={},fi=function(a){if(a.re&&a.pc&&ni(a)){var b=a.re,c=oi[b];c&&(r.clearTimeout(c.fa),delete oi[b]);a.re=0}a.X&&(a.X.Te--,delete a.X);b=a.ia;for(var d=c=!1;a.he.length&&!a.Se;){var e=a.he.shift(),g=e[0],f=e[1];e=e[2];if(g=a.Pc?f:g)try{var l=g.call(e||a.oh,b);l===mi&&(l=void 0);void 0!==l&&(a.Pc=a.Pc&&(l==b||l instanceof Error),a.ia=b=l);if(Hh(b)||"function"===typeof r.Promise&&b instanceof r.Promise)d=!0,a.Se=!0}catch(m){b=
420
- m,a.Pc=!0,ni(a)||(c=!0)}}a.ia=b;d&&(l=u(a.bh,a,!0),d=u(a.bh,a,!1),b instanceof bi?(ki(b,l,d),b.Qg=!0):b.then(l,d));c&&(b=new pi(b),oi[b.fa]=b,a.re=b.fa)},gi=function(){Ia.call(this)};x(gi,Ia);gi.prototype.message="Deferred has already fired";gi.prototype.name="AlreadyCalledError";var di=function(){Ia.call(this)};x(di,Ia);di.prototype.message="Deferred was canceled";di.prototype.name="CanceledError";var pi=function(a){this.fa=r.setTimeout(u(this.Dl,this),0);this.Gd=a};
421
- pi.prototype.Dl=function(){B(oi[this.fa],"Cannot throw an error that is not scheduled.");delete oi[this.fa];throw this.Gd;};var oi={};var ji=function(){var a=qi(ri),b={},c=b.document||document,d=gd(a).toString(),e=(new qh(c)).createElement("SCRIPT"),g={xi:e,ld:void 0},f=new bi(si,g),l=null,m=null!=b.timeout?b.timeout:5E3;0<m&&(l=window.setTimeout(function(){ti(e,!0);ci(f,new ui(1,"Timeout reached for loading script "+d))},m),g.ld=l);e.onload=e.onreadystatechange=function(){e.readyState&&"loaded"!=e.readyState&&"complete"!=e.readyState||(ti(e,b.Ml||!1,l),f.callback(null))};e.onerror=function(){ti(e,!0,l);ci(f,new ui(0,"Error while loading script "+
422
- d))};g=b.attributes||{};Ub(g,{type:"text/javascript",charset:"UTF-8"});jh(e,g);td(e,a);vi(c).appendChild(e);return f},vi=function(a){var b;return(b=(a||document).getElementsByTagName("HEAD"))&&0!==b.length?b[0]:a.documentElement},si=function(){if(this&&this.xi){var a=this.xi;a&&"SCRIPT"==a.tagName&&ti(a,!0,this.ld)}},ti=function(a,b,c){null!=c&&r.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=function(){};b&&window.setTimeout(function(){oh(a)},0)},ui=function(a,
423
- b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);Ia.call(this,c);this.code=a};x(ui,Ia);var wi=function(){this.fe=void 0};wi.prototype.va=function(a){var b=[];xi(this,a,b);return b.join("")};
424
- var xi=function(a,b,c){if(null==b)c.push("null");else{if("object"==typeof b){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],xi(a,a.fe?a.fe.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],"function"!=typeof e&&(c.push(g),yi(d,c),c.push(":"),xi(a,a.fe?a.fe.call(b,d,e):e,c),g=","));c.push("}");
425
- return}}switch(typeof b){case "string":yi(b,c);break;case "number":c.push(isFinite(b)&&!isNaN(b)?String(b):"null");break;case "boolean":c.push(String(b));break;case "function":c.push("null");break;default:throw Error("Unknown type: "+typeof b);}}},zi={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\u000b"},Ai=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,yi=function(a,b){b.push('"',a.replace(Ai,function(c){var d=zi[c];
426
- d||(d="\\u"+(c.charCodeAt(0)|65536).toString(16).slice(1),zi[c]=d);return d}),'"')};var Bi=function(a,b){this.name=a;this.value=b};Bi.prototype.toString=function(){return this.name};var Ci=new Bi("OFF",Infinity),Di=new Bi("SEVERE",1E3),Ei=new Bi("CONFIG",700),Fi=new Bi("FINE",500),Gi=function(){this.Bd=0;this.clear()},Hi;Gi.prototype.clear=function(){this.yd=Array(this.Bd);this.kh=-1;this.Kh=!1};var Ii=function(a,b,c){this.reset(a||Ci,b,c,void 0,void 0)};Ii.prototype.reset=function(){};
427
- var Ji=function(a,b){this.level=null;this.Zk=[];this.parent=(void 0===b?null:b)||null;this.children=[];this.gl={wf:function(){return a}}},Ki=function(a){if(a.level)return a.level;if(a.parent)return Ki(a.parent);Na("Root logger has no level set.");return Ci},Li=function(a,b){for(;a;)a.Zk.forEach(function(c){c(b)}),a=a.parent},Mi=function(){this.entries={};var a=new Ji("");a.level=Ei;this.entries[""]=a},Ni,Oi=function(a,b){var c=a.entries[b];if(c)return c;c=Oi(a,b.slice(0,Math.max(b.lastIndexOf("."),
428
- 0)));var d=new Ji(b,c);a.entries[b]=d;c.children.push(d);return d},Pi=function(){Ni||(Ni=new Mi);return Ni},Qi=function(a,b,c){var d;if(d=a)if(d=a&&b){d=b.value;var e=a?Ki(Oi(Pi(),a.wf())):Ci;d=d>=e.value}if(d){b=b||Ci;d=Oi(Pi(),a.wf());"function"===typeof c&&(c=c());Hi||(Hi=new Gi);e=Hi;a=a.wf();if(0<e.Bd){var g=(e.kh+1)%e.Bd;e.kh=g;e.Kh?(e=e.yd[g],e.reset(b,c,a),a=e):(e.Kh=g==e.Bd-1,a=e.yd[g]=new Ii(b,c,a))}else a=new Ii(b,c,a);Li(d,a)}},Ri=function(a,b){a&&Qi(a,Di,b)},Si=function(a,b){a&&Qi(a,
429
- Fi,b)};var Ti=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};var Ui=function(){};Ui.prototype.Ug=null;var Wi=function(a){var b;(b=a.Ug)||(b={},Vi(a)&&(b[0]=!0,b[1]=!0),b=a.Ug=b);return b};var Xi,Yi=function(){};x(Yi,Ui);var Zi=function(a){return(a=Vi(a))?new ActiveXObject(a):new XMLHttpRequest},Vi=function(a){if(!a.Gh&&"undefined"==typeof XMLHttpRequest&&"undefined"!=typeof ActiveXObject){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++){var d=b[c];try{return new ActiveXObject(d),a.Gh=d}catch(e){}}throw Error("Could not create ActiveXObject. ActiveX might be disabled, or MSXML might not be installed");}return a.Gh};Xi=new Yi;var $i=function(a){D.call(this);this.headers=new Map;this.xe=a||null;this.Ea=!1;this.we=this.o=null;this.Tc=this.Oh=this.Td="";this.Ub=this.Cf=this.Rd=this.jf=!1;this.zc=0;this.ne=null;this.xc="";this.te=this.rl=this.Ri=!1;this.Qe=this.Bg=null};x($i,D);$i.prototype.ba=Oi(Pi(),"goog.net.XhrIo").gl;var aj=/^https?$/i,bj=["POST","PUT"],cj=[];$i.prototype.Qk=function(){this.Ra();ab(cj,this)};$i.prototype.setTrustToken=function(a){this.Bg=a};$i.prototype.setAttributionReporting=function(a){this.Qe=a};
430
- $i.prototype.send=function(a,b,c,d){if(this.o)throw Error("[goog.net.XhrIo] Object is active with another request="+this.Td+"; newUri="+a);b=b?b.toUpperCase():"GET";this.Td=a;this.Tc="";this.Oh=b;this.jf=!1;this.Ea=!0;this.o=this.xe?Zi(this.xe):Zi(Xi);this.we=this.xe?Wi(this.xe):Wi(Xi);this.o.onreadystatechange=u(this.fi,this);this.rl&&"onprogress"in this.o&&(this.o.onprogress=u(function(f){this.ei(f,!0)},this),this.o.upload&&(this.o.upload.onprogress=u(this.ei,this)));try{Si(this.ba,dj(this,"Opening Xhr")),
431
- this.Cf=!0,this.o.open(b,String(a),!0),this.Cf=!1}catch(f){Si(this.ba,dj(this,"Error opening Xhr: "+f.message));this.Gd(5,f);return}a=c||"";c=new Map(this.headers);if(d)if(Object.getPrototypeOf(d)===Object.prototype)for(var e in d)c.set(e,d[e]);else if("function"===typeof d.keys&&"function"===typeof d.get){e=n(d.keys());for(var g=e.next();!g.done;g=e.next())g=g.value,c.set(g,d.get(g))}else throw Error("Unknown input type for opt_headers: "+String(d));d=Array.from(c.keys()).find(function(f){return"content-type"==
432
- f.toLowerCase()});e=r.FormData&&a instanceof r.FormData;!$a(bj,b)||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=n(c);for(d=b.next();!d.done;d=b.next())c=n(d.value),d=c.next().value,c=c.next().value,this.o.setRequestHeader(d,c);this.xc&&(this.o.responseType=this.xc);"withCredentials"in this.o&&this.o.withCredentials!==this.Ri&&(this.o.withCredentials=this.Ri);if("setTrustToken"in this.o&&this.Bg)try{this.o.setTrustToken(this.Bg)}catch(f){Si(this.ba,dj(this,"Error SetTrustToken: "+
433
- f.message))}if("setAttributionReporting"in this.o&&this.Qe)try{this.o.setAttributionReporting(this.Qe)}catch(f){Si(this.ba,dj(this,"Error SetAttributionReporting: "+f.message))}try{ej(this),0<this.zc&&(this.te=fj(this.o),Si(this.ba,dj(this,"Will abort after "+this.zc+"ms if incomplete, xhr2 "+this.te)),this.te?(this.o.timeout=this.zc,this.o.ontimeout=u(this.ld,this)):this.ne=Yh(this.ld,this.zc,this)),Si(this.ba,dj(this,"Sending request")),this.Rd=!0,this.o.send(a),this.Rd=!1}catch(f){Si(this.ba,dj(this,
434
- "Send error: "+f.message)),this.Gd(5,f)}};var fj=function(a){return vb&&"number"===typeof a.timeout&&void 0!==a.ontimeout};$i.prototype.ld=function(){"undefined"!=typeof wa&&this.o&&(this.Tc="Timed out after "+this.zc+"ms, aborting",Si(this.ba,dj(this,this.Tc)),this.dispatchEvent("timeout"),this.abort(8))};$i.prototype.Gd=function(a,b){this.Ea=!1;this.o&&(this.Ub=!0,this.o.abort(),this.Ub=!1);this.Tc=b;gj(this);hj(this)};var gj=function(a){a.jf||(a.jf=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
435
- $i.prototype.abort=function(){this.o&&this.Ea&&(Si(this.ba,dj(this,"Aborting")),this.Ea=!1,this.Ub=!0,this.o.abort(),this.Ub=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),hj(this))};$i.prototype.J=function(){this.o&&(this.Ea&&(this.Ea=!1,this.Ub=!0,this.o.abort(),this.Ub=!1),hj(this,!0));$i.L.J.call(this)};$i.prototype.fi=function(){this.Sa||(this.Cf||this.Rd||this.Ub?ij(this):this.nl())};$i.prototype.nl=function(){ij(this)};
436
- var ij=function(a){if(a.Ea&&"undefined"!=typeof wa)if(a.we[1]&&4==a.ub()&&2==a.getStatus())Si(a.ba,dj(a,"Local request error detected and ignored"));else if(a.Rd&&4==a.ub())Yh(a.fi,0,a);else if(a.dispatchEvent("readystatechange"),4==a.ub()){Si(a.ba,dj(a,"Request complete"));a.Ea=!1;try{var b=a.getStatus(),c;if(!(c=Ti(b))){var d;if(d=0===b){var e=String(a.Td).match(wd)[1]||null;!e&&r.self&&r.self.location&&(e=r.self.location.protocol.slice(0,-1));d=!aj.test(e?e.toLowerCase():"")}c=d}if(c)a.dispatchEvent("complete"),
437
- a.dispatchEvent("success");else{try{var g=2<a.ub()?a.o.statusText:""}catch(f){Si(a.ba,"Can not get status: "+f.message),g=""}a.Tc=g+" ["+a.getStatus()+"]";gj(a)}}finally{hj(a)}}};$i.prototype.ei=function(a,b){B("progress"===a.type,"goog.net.EventType.PROGRESS is of the same type as raw XHR progress.");this.dispatchEvent(jj(a,"progress"));this.dispatchEvent(jj(a,b?"downloadprogress":"uploadprogress"))};
438
- var jj=function(a,b){return{type:b,lengthComputable:a.lengthComputable,loaded:a.loaded,total:a.total}},hj=function(a,b){if(a.o){ej(a);var c=a.o,d=a.we[0]?function(){}:null;a.o=null;a.we=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){Ri(a.ba,"Problem encountered resetting onreadystatechange: "+e.message)}}},ej=function(a){a.o&&a.te&&(a.o.ontimeout=null);a.ne&&(r.clearTimeout(a.ne),a.ne=null)};$i.prototype.isActive=function(){return!!this.o};
439
- $i.prototype.ub=function(){return this.o?this.o.readyState:0};$i.prototype.getStatus=function(){try{return 2<this.ub()?this.o.status:-1}catch(a){return-1}};
440
- var kj=function(a){try{if(!a.o)return null;if("response"in a.o)return a.o.response;switch(a.xc){case "":case "text":return a.o.responseText;case "arraybuffer":if("mozResponseArrayBuffer"in a.o)return a.o.mozResponseArrayBuffer}Ri(a.ba,"Response type "+a.xc+" is not supported on this browser");return null}catch(b){return Si(a.ba,"Can not get response: "+b.message),null}};$i.prototype.getResponseHeader=function(a){if(this.o&&4==this.ub())return a=this.o.getResponseHeader(a),null===a?void 0:a};
441
- $i.prototype.getAllResponseHeaders=function(){return this.o&&2<=this.ub()?this.o.getAllResponseHeaders()||"":""};var lj=function(a){var b={};a=a.getAllResponseHeaders().split("\r\n");for(var c=0;c<a.length;c++)if(!/^[\s\xa0]*$/.test(a[c])){var d=vd(a[c]),e=d[0];d=d[1];if("string"===typeof d){d=d.trim();var g=b[e]||[];b[e]=g;g.push(d)}}return Hb(b,function(f){return f.join(", ")})},dj=function(a,b){return b+" ["+a.Oh+" "+a.Td+" "+a.getStatus()+"]"};/*
442
-
443
- SPDX-License-Identifier: Apache-2.0
444
- */
445
- var mj=ia([""]),nj=ja(["\x00"],["\\0"]),oj=ja(["\n"],["\\n"]),pj=ja(["\x00"],["\\u0000"]),qj=ia([""]),rj=ja(["\x00"],["\\0"]),sj=ja(["\n"],["\\n"]),tj=ja(["\x00"],["\\u0000"]);function uj(a){return Object.isFrozen(a)&&Object.isFrozen(a.raw)}function vj(a){return-1===a.toString().indexOf("`")}var wj=vj(function(a){return a(mj)})||vj(function(a){return a(nj)})||vj(function(a){return a(oj)})||vj(function(a){return a(pj)}),xj=uj(qj)&&uj(rj)&&uj(sj)&&uj(tj);function yj(a){if("undefined"!==typeof MediaSource&&a instanceof MediaSource)return new jd(URL.createObjectURL(a),id);var b=a.type.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);if(2!==(null==b?void 0:b.length)||!(/^image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon|heic|heif|avif|x-ms-bmp)$/i.test(b[1])||/^video\/(?:mpeg|mp4|ogg|webm|x-matroska|quicktime|x-ms-wmv)$/i.test(b[1])||/^audio\/(?:3gpp2|3gpp|aac|amr|L16|midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-matroska|x-wav|wav|webm)$/i.test(b[1])||/^font\/\w+/i.test(b[1])))throw Error("unsafe blob MIME type: "+
446
- a.type);return new jd(URL.createObjectURL(a),id)}var Aj=[],Bj=function(a){console.warn("A URL with content '"+a+"' was sanitized away.")};-1===Aj.indexOf(Bj)&&Aj.push(Bj);function qi(a){var b=ta.apply(1,arguments);if(!Array.isArray(a)||!Array.isArray(a.raw)||a.length!==a.raw.length||!wj&&a===a.raw||!(wj&&!xj||uj(a))||b.length+1!==a.length)throw new TypeError("\n ############################## ERROR ##############################\n\n It looks like you are trying to call a template tag function (fn`...`)\n using the normal function syntax (fn(...)), which is not supported.\n\n The functions in the safevalues library are not designed to be called\n like normal functions, and doing so invalidates the security guarantees\n that safevalues provides.\n\n If you are stuck and not sure how to proceed, please reach out to us\n instead through:\n - go/ise-hardening-yaqs (preferred) // LINE-INTERNAL\n - g/ise-hardening // LINE-INTERNAL\n - https://github.com/google/safevalues/issues\n\n ############################## ERROR ##############################");
447
- if(0===b.length)return hd(a[0]);var c=a[0].toLowerCase();if(/^data:/.test(c))throw Error("Data URLs cannot have expressions in the template literal input.");if(/^https:\/\//.test(c)||/^\/\//.test(c)){var d=c.indexOf("//")+2;var e=c.indexOf("/",d);if(e<=d)throw Error("Can't interpolate data in a url's origin, Please make sure to fully specify the origin, terminated with '/'.");d=c.substring(d,e);if(!/^[0-9a-z.:-]+$/i.test(d))throw Error("The origin contains unsupported characters.");if(!/^[^:]*(:[0-9]+)?$/i.test(d))throw Error("Invalid port number.");
448
- if(!/(^|\.)[a-z][^.]*$/i.test(d))throw Error("The top-level domain must start with a letter.");d=!0}else d=!1;if(!d)if(/^\//.test(c))if("/"===c||1<c.length&&"/"!==c[1]&&"\\"!==c[1])d=!0;else throw Error("The path start in the url is invalid.");else d=!1;if(!(d=d||RegExp("^[^:\\s\\\\/]+/").test(c)))if(/^about:blank/.test(c)){if("about:blank"!==c&&!/^about:blank#/.test(c))throw Error("The about url is invalid.");d=!0}else d=!1;if(!d)throw Error("Trying to interpolate expressions in an unsupported url format.");
449
- c=a[0];for(d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return hd(c)};var ri=ia(["https://accounts.google.com/gsi/client"]),Cj,K=function(a,b){Dj();this.callback=a;this.M=new Ej(!a,b)};K.prototype.pd=function(a){this.M.Rb=a;return this};K.prototype.handle=function(a){var b=this;if(a instanceof Promise){if(this.callback){var c=function(d,e){try{return b.callback(d,e)}catch(g){setTimeout(function(){throw g;},0)}};a.then(c,function(d){return c(void 0,d)})}}else a.then(function(d){a=d});return a};var Fj=function(){return"projects/"+Cj};h=K.prototype;h.Fc=function(){return new Pg(this.M)};
450
- h.assets=function(){return new Rg(this.M)};h.Na=function(){return new Yg(this.M)};h.value=function(){return new bh(this.M)};h.maps=function(){return new Xg(this.M)};h.map=function(){return new Wg(this.M)};h.image=function(){return new Vg(this.M)};h.table=function(){return new Zg(this.M)};h.video=function(){return new dh(this.M)};var Ej=function(a,b){this.sync=a=void 0===a?!1:a;this.Rb=void 0;this.ui=null!=b?b:a?5:10};q(Ej,gh);
451
- Ej.prototype.send=function(a,b){var c=this;Pd(a);var d=a.path||"",e=Gj()+d,g=Hj(a.u||{}),f=a.body?JSON.stringify(a.body):void 0;if(this.sync){d=Ij(e,g,void 0,a.B,f,this.ui,this.Rb);d=b?Wc(b,d):d;var l=function(m){return{then:function(p){return l(p(m))}}};return l(d)}return(new Promise(function(m,p){Ij(e,g,function(v,A){A?p(A):m(v)},a.B,f,c.ui,c.Rb)})).then(function(m){return b?Wc(b,m):m})};var Kj=function(a){K.call(this,a);this.M=new Jj;this.Rb=void 0};q(Kj,K);
452
- Kj.prototype.pd=function(a){this.Rb=a;return this};
453
- Kj.prototype.send=function(a,b){var c=this,d=Gj()+"/batch",e=a.map(function(f){var l=n(f);f=l.next().value;l=n(l.next().value);var m=l.next().value;l.next();return"--batch_EARTHENGINE_batch\r\nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nMIME-Version: 1.0\r\nContent-ID: <"+f+">\r\n\r\n"+m+"\r\n"}).join("")+"--batch_EARTHENGINE_batch--\r\n",g=function(f){var l={};a.forEach(function(m){var p=n(m);m=p.next().value;p=n(p.next().value);p.next();p=p.next().value;null!=f[m]&&(l[m]=
454
- Wc(p,f[m]))});return b?b(l):l};return this.callback?(Ij(d,null,function(f,l){return c.callback(l?f:g(f),l)},"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Rb),null):g(Ij(d,null,void 0,"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Rb))};var Jj=function(){};q(Jj,gh);
455
- Jj.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=Lj();null!=d&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
456
- var Mj=function(a,b,c){a=n(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(3>b.length)){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"))}},Gj=function(){var a=Nj.replace(/\/api$/,"");return"window"in r&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},Pj=function(a,b,c){var d=[];a&&(d=d.concat(Oj));
457
- 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=t(g)?"o"+Ca(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Vj=function(a,b,c){Qj&&Rj&&Qj({client_id:String(Rj),scope:Sj.join(" "),plugin_name:"earthengine"},function(d){if("immediate_failed"==d.error&&c)c();else if("window"in r)try{Tj(function(){try{Uj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Uj(a,
458
- b,d)})},Lj=function(){Wj&&0<=Date.now()-Wj&&Xj();return Yj},Xj=function(){Wj=Yj=null},Dj=function(a,b,c,d){null!=a?Nj=a:Zj||(Nj="https://earthengine.googleapis.com/api");null!=b?ak=b:Zj||(ak="https://earthengine.googleapis.com");void 0!==c&&(bk=c);Cj=null!=d?d:Cj||"earthengine-legacy";Zj=!0},Ij=function(a,b,c,d,e,g,f){Dj();var l=ck,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.392";"0.1.392"===
459
- p&&(p="latest");m["x-goog-api-client"]="ee-js/"+p;p=Lj();if(null!=p)m.Authorization=p;else if(c&&Qj&&Rj)return Vj(function(){dk(l,function(){Ij(a,b,c,d)})}),null;b=b?b.clone():new Ed;null!=ek&&b.add("key",ek);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");Cj&&"earthengine-legacy"!==Cj&&(m["X-Goog-User-Project"]=Cj);b=fk(b,a);null!=bk&&(m["X-XSRF-Token"]=bk);null!=gk&&(m["X-Earth-Engine-App-ID-Token"]=gk);p=e||null;var v=b?b.toString():"";"POST"===d&&void 0===e?p=v:/^[\s\xa0]*$/.test(v)||(a+=-1!=
460
- a.indexOf("?")?"&":"?",a+=v);e=a.startsWith("/")?Nj+a:a;if(c)return hk.push(ik(e,c,d,p,m,g,f)),jk.qf(),null;v=function(J,fa){this.setRequestHeader&&this.setRequestHeader(fa,J)};var A=0;for(g=null!=g?g:5;;){var C=Zi(Xi);C.open(d,e,!1);Fb(m,v,C);C.send(p);if(429!=C.status||A>g)break;A++}return kk(C.status,function(J){try{return C.getResponseHeader(J)}catch(fa){return null}},C.responseText,l,void 0,e,d,f)},ik=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=ck,v=null!=g?g:10;
461
- m.callback=function(A){A=A.target;if(429==A.getStatus()&&l<v)return l++,setTimeout(function(){hk.push(m);jk.qf()},Math.min(12E4,1E3*Math.pow(2,l))),null;var C=kk,J=A.getStatus(),fa=u(A.getResponseHeader,A);try{var X=A.o?A.o.responseText:""}catch(ea){Si(A.ba,"Can not get responseText: "+ea.message),X=""}return C(J,fa,X,p,b,a,c,f)};return m},dk=function(a,b){var c=ck;try{ck=a,b.call(void 0)}finally{ck=c}},kk=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
427
+ var Ki=function(a,b){this.he=[];this.ci=a;this.oh=b||null;this.Pc=this.pc=!1;this.ia=void 0;this.kg=this.Qg=this.Se=!1;this.re=0;this.X=null;this.Te=0};x(Ki,Ji);Ki.prototype.cancel=function(a){if(this.pc)this.ia instanceof Ki&&this.ia.cancel();else{if(this.X){var b=this.X;delete this.X;a?b.cancel(a):(b.Te--,0>=b.Te&&b.cancel())}this.ci?this.ci.call(this.oh,this):this.kg=!0;this.pc||Li(this,new Mi(this))}};Ki.prototype.bh=function(a,b){this.Se=!1;Ni(this,a,b)};
428
+ var Ni=function(a,b,c){a.pc=!0;a.ia=c;a.Pc=!b;Oi(a)},Qi=function(a){if(a.pc){if(!a.kg)throw new Pi(a);a.kg=!1}};Ki.prototype.callback=function(a){Qi(this);Ri(a);Ni(this,!0,a)};var Li=function(a,b){Qi(a);Ri(b);Ni(a,!1,b)},Ri=function(a){B(!(a instanceof Ki),"An execution sequence may not be initiated with a blocking Deferred.")},Ui=function(a){var b=Si();Ti(b,a,null)},Ti=function(a,b,c,d){B(!a.Qg,"Blocking Deferreds can not be re-used");a.he.push([b,c,d]);a.pc&&Oi(a)};
429
+ Ki.prototype.then=function(a,b,c){var d,e,g=new si(function(f,l){e=f;d=l});Ti(this,e,function(f){f instanceof Mi?g.cancel():d(f);return Vi},this);return g.then(a,b,c)};Ki.prototype.$goog_Thenable=!0;
430
+ var Wi=function(a){return Xa(a.he,function(b){return"function"===typeof b[1]})},Vi={},Oi=function(a){if(a.re&&a.pc&&Wi(a)){var b=a.re,c=Xi[b];c&&(r.clearTimeout(c.fa),delete Xi[b]);a.re=0}a.X&&(a.X.Te--,delete a.X);b=a.ia;for(var d=c=!1;a.he.length&&!a.Se;){var e=a.he.shift(),g=e[0],f=e[1];e=e[2];if(g=a.Pc?f:g)try{var l=g.call(e||a.oh,b);l===Vi&&(l=void 0);void 0!==l&&(a.Pc=a.Pc&&(l==b||l instanceof Error),a.ia=b=l);if(pi(b)||"function"===typeof r.Promise&&b instanceof r.Promise)d=!0,a.Se=!0}catch(m){b=
431
+ m,a.Pc=!0,Wi(a)||(c=!0)}}a.ia=b;d&&(l=u(a.bh,a,!0),d=u(a.bh,a,!1),b instanceof Ki?(Ti(b,l,d),b.Qg=!0):b.then(l,d));c&&(b=new Yi(b),Xi[b.fa]=b,a.re=b.fa)},Pi=function(){Ia.call(this)};x(Pi,Ia);Pi.prototype.message="Deferred has already fired";Pi.prototype.name="AlreadyCalledError";var Mi=function(){Ia.call(this)};x(Mi,Ia);Mi.prototype.message="Deferred was canceled";Mi.prototype.name="CanceledError";var Yi=function(a){this.fa=r.setTimeout(u(this.Dl,this),0);this.Gd=a};
432
+ Yi.prototype.Dl=function(){B(Xi[this.fa],"Cannot throw an error that is not scheduled.");delete Xi[this.fa];throw this.Gd;};var Xi={};var Si=function(){var a=Oh(Zi),b={},c=b.document||document,d=gd(a).toString(),e=(new Zh(c)).createElement("SCRIPT"),g={xi:e,ld:void 0},f=new Ki($i,g),l=null,m=null!=b.timeout?b.timeout:5E3;0<m&&(l=window.setTimeout(function(){aj(e,!0);Li(f,new bj(1,"Timeout reached for loading script "+d))},m),g.ld=l);e.onload=e.onreadystatechange=function(){e.readyState&&"loaded"!=e.readyState&&"complete"!=e.readyState||(aj(e,b.Ml||!1,l),f.callback(null))};e.onerror=function(){aj(e,!0,l);Li(f,new bj(0,"Error while loading script "+
433
+ d))};g=b.attributes||{};Ub(g,{type:"text/javascript",charset:"UTF-8"});Sh(e,g);Qh(e,a);cj(c).appendChild(e);return f},cj=function(a){var b;return(b=(a||document).getElementsByTagName("HEAD"))&&0!==b.length?b[0]:a.documentElement},$i=function(){if(this&&this.xi){var a=this.xi;a&&"SCRIPT"==a.tagName&&aj(a,!0,this.ld)}},aj=function(a,b,c){null!=c&&r.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=function(){};b&&window.setTimeout(function(){Xh(a)},0)},bj=function(a,
434
+ b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);Ia.call(this,c);this.code=a};x(bj,Ia);var dj=function(){this.fe=void 0};dj.prototype.va=function(a){var b=[];ej(this,a,b);return b.join("")};
435
+ var ej=function(a,b,c){if(null==b)c.push("null");else{if("object"==typeof b){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],ej(a,a.fe?a.fe.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],"function"!=typeof e&&(c.push(g),fj(d,c),c.push(":"),ej(a,a.fe?a.fe.call(b,d,e):e,c),g=","));c.push("}");
436
+ return}}switch(typeof b){case "string":fj(b,c);break;case "number":c.push(isFinite(b)&&!isNaN(b)?String(b):"null");break;case "boolean":c.push(String(b));break;case "function":c.push("null");break;default:throw Error("Unknown type: "+typeof b);}}},gj={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\u000b"},hj=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,fj=function(a,b){b.push('"',a.replace(hj,function(c){var d=gj[c];
437
+ d||(d="\\u"+(c.charCodeAt(0)|65536).toString(16).slice(1),gj[c]=d);return d}),'"')};var ij=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};var jj=function(){};jj.prototype.Ug=null;var lj=function(a){var b;(b=a.Ug)||(b={},kj(a)&&(b[0]=!0,b[1]=!0),b=a.Ug=b);return b};var mj,nj=function(){};x(nj,jj);var oj=function(a){return(a=kj(a))?new ActiveXObject(a):new XMLHttpRequest},kj=function(a){if(!a.Gh&&"undefined"==typeof XMLHttpRequest&&"undefined"!=typeof ActiveXObject){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++){var d=b[c];try{return new ActiveXObject(d),a.Gh=d}catch(e){}}throw Error("Could not create ActiveXObject. ActiveX might be disabled, or MSXML might not be installed");}return a.Gh};mj=new nj;var pj=function(a){D.call(this);this.headers=new Map;this.xe=a||null;this.Ea=!1;this.we=this.o=null;this.Tc=this.Oh=this.Td="";this.Ub=this.Cf=this.Rd=this.jf=!1;this.zc=0;this.ne=null;this.xc="";this.te=this.rl=this.Ri=!1;this.Qe=this.Bg=null};x(pj,D);pj.prototype.ba=Vd(Wd(),"goog.net.XhrIo").gl;var qj=/^https?$/i,rj=["POST","PUT"],sj=[];pj.prototype.Qk=function(){this.Ra();ab(sj,this)};pj.prototype.setTrustToken=function(a){this.Bg=a};pj.prototype.setAttributionReporting=function(a){this.Qe=a};
438
+ pj.prototype.send=function(a,b,c,d){if(this.o)throw Error("[goog.net.XhrIo] Object is active with another request="+this.Td+"; newUri="+a);b=b?b.toUpperCase():"GET";this.Td=a;this.Tc="";this.Oh=b;this.jf=!1;this.Ea=!0;this.o=this.xe?oj(this.xe):oj(mj);this.we=this.xe?lj(this.xe):lj(mj);this.o.onreadystatechange=u(this.fi,this);this.rl&&"onprogress"in this.o&&(this.o.onprogress=u(function(f){this.ei(f,!0)},this),this.o.upload&&(this.o.upload.onprogress=u(this.ei,this)));try{Zd(this.ba,tj(this,"Opening Xhr")),
439
+ this.Cf=!0,this.o.open(b,String(a),!0),this.Cf=!1}catch(f){Zd(this.ba,tj(this,"Error opening Xhr: "+f.message));this.Gd(5,f);return}a=c||"";c=new Map(this.headers);if(d)if(Object.getPrototypeOf(d)===Object.prototype)for(var e in d)c.set(e,d[e]);else if("function"===typeof d.keys&&"function"===typeof d.get){e=n(d.keys());for(var g=e.next();!g.done;g=e.next())g=g.value,c.set(g,d.get(g))}else throw Error("Unknown input type for opt_headers: "+String(d));d=Array.from(c.keys()).find(function(f){return"content-type"==
440
+ f.toLowerCase()});e=r.FormData&&a instanceof r.FormData;!$a(rj,b)||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=n(c);for(d=b.next();!d.done;d=b.next())c=n(d.value),d=c.next().value,c=c.next().value,this.o.setRequestHeader(d,c);this.xc&&(this.o.responseType=this.xc);"withCredentials"in this.o&&this.o.withCredentials!==this.Ri&&(this.o.withCredentials=this.Ri);if("setTrustToken"in this.o&&this.Bg)try{this.o.setTrustToken(this.Bg)}catch(f){Zd(this.ba,tj(this,"Error SetTrustToken: "+
441
+ f.message))}if("setAttributionReporting"in this.o&&this.Qe)try{this.o.setAttributionReporting(this.Qe)}catch(f){Zd(this.ba,tj(this,"Error SetAttributionReporting: "+f.message))}try{uj(this),0<this.zc&&(this.te=vj(this.o),Zd(this.ba,tj(this,"Will abort after "+this.zc+"ms if incomplete, xhr2 "+this.te)),this.te?(this.o.timeout=this.zc,this.o.ontimeout=u(this.ld,this)):this.ne=Gi(this.ld,this.zc,this)),Zd(this.ba,tj(this,"Sending request")),this.Rd=!0,this.o.send(a),this.Rd=!1}catch(f){Zd(this.ba,tj(this,
442
+ "Send error: "+f.message)),this.Gd(5,f)}};var vj=function(a){return vb&&"number"===typeof a.timeout&&void 0!==a.ontimeout};pj.prototype.ld=function(){"undefined"!=typeof wa&&this.o&&(this.Tc="Timed out after "+this.zc+"ms, aborting",Zd(this.ba,tj(this,this.Tc)),this.dispatchEvent("timeout"),this.abort(8))};pj.prototype.Gd=function(a,b){this.Ea=!1;this.o&&(this.Ub=!0,this.o.abort(),this.Ub=!1);this.Tc=b;wj(this);xj(this)};var wj=function(a){a.jf||(a.jf=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
443
+ pj.prototype.abort=function(){this.o&&this.Ea&&(Zd(this.ba,tj(this,"Aborting")),this.Ea=!1,this.Ub=!0,this.o.abort(),this.Ub=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),xj(this))};pj.prototype.J=function(){this.o&&(this.Ea&&(this.Ea=!1,this.Ub=!0,this.o.abort(),this.Ub=!1),xj(this,!0));pj.L.J.call(this)};pj.prototype.fi=function(){this.Sa||(this.Cf||this.Rd||this.Ub?yj(this):this.nl())};pj.prototype.nl=function(){yj(this)};
444
+ var yj=function(a){if(a.Ea&&"undefined"!=typeof wa)if(a.we[1]&&4==a.ub()&&2==a.getStatus())Zd(a.ba,tj(a,"Local request error detected and ignored"));else if(a.Rd&&4==a.ub())Gi(a.fi,0,a);else if(a.dispatchEvent("readystatechange"),4==a.ub()){Zd(a.ba,tj(a,"Request complete"));a.Ea=!1;try{var b=a.getStatus(),c;if(!(c=ij(b))){var d;if(d=0===b){var e=String(a.Td).match(be)[1]||null;!e&&r.self&&r.self.location&&(e=r.self.location.protocol.slice(0,-1));d=!qj.test(e?e.toLowerCase():"")}c=d}if(c)a.dispatchEvent("complete"),
445
+ a.dispatchEvent("success");else{try{var g=2<a.ub()?a.o.statusText:""}catch(f){Zd(a.ba,"Can not get status: "+f.message),g=""}a.Tc=g+" ["+a.getStatus()+"]";wj(a)}}finally{xj(a)}}};pj.prototype.ei=function(a,b){B("progress"===a.type,"goog.net.EventType.PROGRESS is of the same type as raw XHR progress.");this.dispatchEvent(Aj(a,"progress"));this.dispatchEvent(Aj(a,b?"downloadprogress":"uploadprogress"))};
446
+ var Aj=function(a,b){return{type:b,lengthComputable:a.lengthComputable,loaded:a.loaded,total:a.total}},xj=function(a,b){if(a.o){uj(a);var c=a.o,d=a.we[0]?function(){}:null;a.o=null;a.we=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){Yd(a.ba,"Problem encountered resetting onreadystatechange: "+e.message)}}},uj=function(a){a.o&&a.te&&(a.o.ontimeout=null);a.ne&&(r.clearTimeout(a.ne),a.ne=null)};pj.prototype.isActive=function(){return!!this.o};
447
+ pj.prototype.ub=function(){return this.o?this.o.readyState:0};pj.prototype.getStatus=function(){try{return 2<this.ub()?this.o.status:-1}catch(a){return-1}};
448
+ var Bj=function(a){try{if(!a.o)return null;if("response"in a.o)return a.o.response;switch(a.xc){case "":case "text":return a.o.responseText;case "arraybuffer":if("mozResponseArrayBuffer"in a.o)return a.o.mozResponseArrayBuffer}Yd(a.ba,"Response type "+a.xc+" is not supported on this browser");return null}catch(b){return Zd(a.ba,"Can not get response: "+b.message),null}};pj.prototype.getResponseHeader=function(a){if(this.o&&4==this.ub())return a=this.o.getResponseHeader(a),null===a?void 0:a};
449
+ pj.prototype.getAllResponseHeaders=function(){return this.o&&2<=this.ub()?this.o.getAllResponseHeaders()||"":""};var Cj=function(a){var b={};a=a.getAllResponseHeaders().split("\r\n");for(var c=0;c<a.length;c++)if(!/^[\s\xa0]*$/.test(a[c])){var d=ae(a[c]),e=d[0];d=d[1];if("string"===typeof d){d=d.trim();var g=b[e]||[];b[e]=g;g.push(d)}}return Hb(b,function(f){return f.join(", ")})},tj=function(a,b){return b+" ["+a.Oh+" "+a.Td+" "+a.getStatus()+"]"};var Zi=ia(["https://accounts.google.com/gsi/client"]),Dj,K=function(a,b){Ej();this.callback=a;this.M=new Fj(!a,b)};K.prototype.pd=function(a){this.M.Rb=a;return this};K.prototype.handle=function(a){var b=this;if(a instanceof Promise){if(this.callback){var c=function(d,e){try{return b.callback(d,e)}catch(g){setTimeout(function(){throw g;},0)}};a.then(c,function(d){return c(void 0,d)})}}else a.then(function(d){a=d});return a};var Gj=function(){return"projects/"+Dj};h=K.prototype;h.Fc=function(){return new uh(this.M)};
450
+ h.assets=function(){return new wh(this.M)};h.Na=function(){return new Dh(this.M)};h.value=function(){return new Hh(this.M)};h.maps=function(){return new Ch(this.M)};h.map=function(){return new Bh(this.M)};h.image=function(){return new Ah(this.M)};h.table=function(){return new Eh(this.M)};h.video=function(){return new Jh(this.M)};var Fj=function(a,b){this.sync=a=void 0===a?!1:a;this.Rb=void 0;this.ui=null!=b?b:a?5:10};q(Fj,Mh);
451
+ Fj.prototype.send=function(a,b){var c=this;ve(a);var d=a.path||"",e=Hj()+d,g=Ij(a.u||{}),f=a.body?JSON.stringify(a.body):void 0;if(this.sync){d=Jj(e,g,void 0,a.B,f,this.ui,this.Rb);d=b?Wc(b,d):d;var l=function(m){return{then:function(p){return l(p(m))}}};return l(d)}return(new Promise(function(m,p){Jj(e,g,function(v,A){A?p(A):m(v)},a.B,f,c.ui,c.Rb)})).then(function(m){return b?Wc(b,m):m})};var Lj=function(a){K.call(this,a);this.M=new Kj;this.Rb=void 0};q(Lj,K);
452
+ Lj.prototype.pd=function(a){this.Rb=a;return this};
453
+ Lj.prototype.send=function(a,b){var c=this,d=Hj()+"/batch",e=a.map(function(f){var l=n(f);f=l.next().value;l=n(l.next().value);var m=l.next().value;l.next();return"--batch_EARTHENGINE_batch\r\nContent-Type: application/http\r\nContent-Transfer-Encoding: binary\r\nMIME-Version: 1.0\r\nContent-ID: <"+f+">\r\n\r\n"+m+"\r\n"}).join("")+"--batch_EARTHENGINE_batch--\r\n",g=function(f){var l={};a.forEach(function(m){var p=n(m);m=p.next().value;p=n(p.next().value);p.next();p=p.next().value;null!=f[m]&&(l[m]=
454
+ Wc(p,f[m]))});return b?b(l):l};return this.callback?(Jj(d,null,function(f,l){return c.callback(l?f:g(f),l)},"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Rb),null):g(Jj(d,null,void 0,"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Rb))};var Kj=function(){};q(Kj,Mh);
455
+ Kj.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=Mj();null!=d&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
456
+ var Nj=function(a,b,c){a=n(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(3>b.length)){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"))}},Hj=function(){var a=Oj.replace(/\/api$/,"");return"window"in r&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},Qj=function(a,b,c){var d=[];a&&(d=d.concat(Pj));
457
+ 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=t(g)?"o"+Ca(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Wj=function(a,b,c){Rj&&Sj&&Rj({client_id:String(Sj),scope:Tj.join(" "),plugin_name:"earthengine"},function(d){if("immediate_failed"==d.error&&c)c();else if("window"in r)try{Uj(function(){try{Vj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Vj(a,
458
+ b,d)})},Mj=function(){Xj&&0<=Date.now()-Xj&&Yj();return Zj},Yj=function(){Xj=Zj=null},Ej=function(a,b,c,d){null!=a?Oj=a:ak||(Oj="https://earthengine.googleapis.com/api");null!=b?bk=b:ak||(bk="https://earthengine.googleapis.com");void 0!==c&&(ck=c);Dj=null!=d?d:Dj||"earthengine-legacy";ak=!0},Jj=function(a,b,c,d,e,g,f){Ej();var l=dk,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.394";"0.1.394"===
459
+ p&&(p="latest");m["x-goog-api-client"]="ee-js/"+p;p=Mj();if(null!=p)m.Authorization=p;else if(c&&Rj&&Sj)return Wj(function(){ek(l,function(){Jj(a,b,c,d)})}),null;b=b?b.clone():new ke;null!=fk&&b.add("key",fk);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");Dj&&"earthengine-legacy"!==Dj&&(m["X-Goog-User-Project"]=Dj);b=gk(b,a);null!=ck&&(m["X-XSRF-Token"]=ck);null!=hk&&(m["X-Earth-Engine-App-ID-Token"]=hk);p=e||null;var v=b?b.toString():"";"POST"===d&&void 0===e?p=v:/^[\s\xa0]*$/.test(v)||(a+=-1!=
460
+ a.indexOf("?")?"&":"?",a+=v);e=a.startsWith("/")?Oj+a:a;if(c)return ik.push(jk(e,c,d,p,m,g,f)),kk.qf(),null;v=function(J,fa){this.setRequestHeader&&this.setRequestHeader(fa,J)};var A=0;for(g=null!=g?g:5;;){var C=oj(mj);C.open(d,e,!1);Fb(m,v,C);C.send(p);if(429!=C.status||A>g)break;A++}return lk(C.status,function(J){try{return C.getResponseHeader(J)}catch(fa){return null}},C.responseText,l,void 0,e,d,f)},jk=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=dk,v=null!=g?g:10;
461
+ m.callback=function(A){A=A.target;if(429==A.getStatus()&&l<v)return l++,setTimeout(function(){ik.push(m);kk.qf()},Math.min(12E4,1E3*Math.pow(2,l))),null;var C=lk,J=A.getStatus(),fa=u(A.getResponseHeader,A);try{var X=A.o?A.o.responseText:""}catch(ea){Zd(A.ba,"Can not get responseText: "+ea.message),X=""}return C(J,fa,X,p,b,a,c,f)};return m},ek=function(a,b){var c=dk;try{dk=a,b.call(void 0)}finally{dk=c}},lk=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
462
462
  function(X){try{var ea=JSON.parse(X);return!(t(ea)&&"error"in ea&&"message"in ea.error)||l&&l(ea)?{parsed:ea}:ea.error.message}catch(Jb){return"Invalid JSON: "+X}},v=function(X){if(0===X)return"Failed to contact Earth Engine servers. Please check your connection, firewall, or browser extension settings.";if(200>X||300<=X)return"Server returned HTTP code: "+X+" for "+f+" "+g},A,C;b=b("Content-Type")||"application/json";d=b.replace(/;.*/,"");if("application/json"===d||"text/json"===d)c=p(c),c.parsed?
463
- C=c.parsed:A=c;else if("multipart/mixed"===d){C={};var J=[];Mj(b,c,function(X,ea,Jb){Jb=p(Jb);Jb.parsed&&(C[X]=Jb.parsed);(ea=(Jb.parsed?"":Jb)||v(ea))&&J.push(X+": "+ea)});J.length&&(A=J.join("\n"))}else var fa="Response was unexpectedly not JSON, but "+d;A=A||v(a)||fa;if(e)return e(C,A),null;if(!A)return C;throw Error(A);},Tj=function(a){var b=function(){Qj||(Qj=function(c,d){r.google.accounts.oauth2.initTokenClient({client_id:c.client_id,callback:d,scope:c.scope}).requestAccessToken()});a()};t(r.default_gsi)?
464
- b():li(b)},Uj=function(a,b,c){if(c.access_token){b=c.token_type+" "+c.access_token;if(c.expires_in||0===c.expires_in){c=900*c.expires_in;var d=setTimeout(Vj,.9*c);void 0!==d.unref&&d.unref();Wj=Date.now()+c}Yj=b;a&&a()}else b&&b(c.error||"Unknown error.")},Hj=function(a){var b=new Ed;a=n(Object.entries(a));for(var c=a.next();!c.done;c=a.next()){var d=n(c.value);c=d.next().value;d=d.next().value;b.set(c,d)}return b},hk=[],jk=new Zh(function(){var a=hk.shift();if(a){var b=a.url,c=a.callback,d=a.method,
465
- e=a.content;a=a.headers;var g=lk,f=new $i;cj.push(f);c&&f.Xa("complete",c);f.Vc("ready",f.Qk);g&&(f.zc=Math.max(0,g));f.send(b,d,e,a)}0==hk.length||jk.qf()},350),Nj=null,ak=null,bk=null,gk=null,fk=qc,Yj=null,Wj=null,Rj=null,Sj=[],Qj=null,Oj=["https://www.googleapis.com/auth/earthengine","https://www.googleapis.com/auth/cloud-platform"],ek=null,Zj=!1,lk=0,ck=null;w("ee.api.ListAssetsResponse",pg);w("ee.api.EarthEngineAsset",lf);w("ee.api.Operation",sg);w("ee.api.ListFeaturesResponse",qg);
466
- w("ee.api.FeatureViewLocation",of);var mk=function(){};mk.prototype.Eh=function(){return null};var nk=function(){};w("ee.Encodable.SourceFrame",nk);
467
- var ok=function(a){if(void 0===a||null===a)a=Rc;return new Le({hb:a})},pk=function(a){return new Le({Oa:a})},qk=function(a){return new Le({Fa:new Ke({values:a})})},rk=function(a){return new Le({Ga:new hf({values:a})})},sk=function(a,b){return new Le({ya:new Wf({functionName:a,arguments:b})})},tk=function(a,b){return new Le({ya:new Wf({Va:a,arguments:b})})},uk=function(a,b){return new Le({Ua:new Vf({lc:a,body:b})})},vk=function(a){if(!a)return"AUTO_JPEG_PNG";a=a.toUpperCase();switch(a){case "JPG":return"JPEG";
468
- case "AUTO":return"AUTO_JPEG_PNG";case "TIF":case "TIFF":case "GEOTIF":case "GEOTIFF":return"GEO_TIFF";case "TF_RECORD":case "TFRECORD":return"TF_RECORD_IMAGE";case "NUMPY":return"NPY";case "ZIPPED_TIF":case "ZIPPED_TIFF":case "ZIPPED_GEOTIF":case "ZIPPED_GEOTIFF":return"ZIPPED_GEO_TIFF";case "ZIPPED_TIF_PER_BAND":case "ZIPPED_TIFF_PER_BAND":case "ZIPPED_GEOTIF_PER_BAND":case "ZIPPED_GEOTIFF_PER_BAND":return"ZIPPED_GEO_TIFF_PER_BAND";default:return a}},wk=function(a){if(!a)return"CSV";a=a.toUpperCase();
469
- switch(a){case "TF_RECORD":case "TFRECORD":return"TF_RECORD_TABLE";case "JSON":case "GEOJSON":return"GEO_JSON";default:return a}},xk=function(a){if(!a)return"VERTICAL";a=a.toUpperCase();if("HORIZONTAL"!==a&&"VERTICAL"!==a)throw Error('Orientation must be "horizontal" or "vertical"');return a},yk=function(a){if(!a)return[];if("string"===typeof a)return a.split(",");if(Array.isArray(a))return a;throw Error("Invalid band list "+a);},Bk=function(a){var b=new tf,c=!1;"palette"in a&&(c=a.palette,b.Yc="string"===
470
- typeof c?c.split(","):c,c=!0);var d=[];if("gain"in a||"bias"in a){if("min"in a||"max"in a)throw Error("Gain and bias can't be specified with min and max");var e=b.Yc?b.Yc.length-1:255;d=zk(a,"bias","gain").map(function(g){var f=-g.bias/g.gain;return{min:f,max:e/g.gain+f}})}else if("min"in a||"max"in a)d=zk(a,"min","max");0!==d.length&&(b.Wf=d.map(function(g){return new jf(g)}),c=!0);a=Ak(a.gamma);if(1<a.length)throw Error("Only one gamma value is supported");1===a.length&&(b.gamma=a[0],c=!0);return c?
471
- b:null},Ak=function(a){return a?a.split(",").map(Number):[]},zk=function(a,b,c){var d=Ak(a[b]),e=Ak(a[c]);if(0===d.length)return e.map(function(g){var f={};return f[b]=0,f[c]=g,f});if(0===e.length)return d.map(function(g){var f={};return f[b]=g,f[c]=1,f});if(d.length!==e.length)throw Error("Length of "+b+" and "+c+" must match.");return d.map(function(g,f){var l={};return l[b]=g,l[c]=e[f],l})},Ck=function(a){var b=function(f){var l={};l.description=f.description||"";l.type=f.type||"";null!=f.ud&&
463
+ C=c.parsed:A=c;else if("multipart/mixed"===d){C={};var J=[];Nj(b,c,function(X,ea,Jb){Jb=p(Jb);Jb.parsed&&(C[X]=Jb.parsed);(ea=(Jb.parsed?"":Jb)||v(ea))&&J.push(X+": "+ea)});J.length&&(A=J.join("\n"))}else var fa="Response was unexpectedly not JSON, but "+d;A=A||v(a)||fa;if(e)return e(C,A),null;if(!A)return C;throw Error(A);},Uj=function(a){var b=function(){Rj||(Rj=function(c,d){r.google.accounts.oauth2.initTokenClient({client_id:c.client_id,callback:d,scope:c.scope}).requestAccessToken()});a()};t(r.default_gsi)?
464
+ b():Ui(b)},Vj=function(a,b,c){if(c.access_token){b=c.token_type+" "+c.access_token;if(c.expires_in||0===c.expires_in){c=900*c.expires_in;var d=setTimeout(Wj,.9*c);void 0!==d.unref&&d.unref();Xj=Date.now()+c}Zj=b;a&&a()}else b&&b(c.error||"Unknown error.")},Ij=function(a){var b=new ke;a=n(Object.entries(a));for(var c=a.next();!c.done;c=a.next()){var d=n(c.value);c=d.next().value;d=d.next().value;b.set(c,d)}return b},ik=[],kk=new Hi(function(){var a=ik.shift();if(a){var b=a.url,c=a.callback,d=a.method,
465
+ e=a.content;a=a.headers;var g=mk,f=new pj;sj.push(f);c&&f.Xa("complete",c);f.Vc("ready",f.Qk);g&&(f.zc=Math.max(0,g));f.send(b,d,e,a)}0==ik.length||kk.qf()},350),Oj=null,bk=null,ck=null,hk=null,gk=qc,Zj=null,Xj=null,Sj=null,Tj=[],Rj=null,Pj=["https://www.googleapis.com/auth/earthengine","https://www.googleapis.com/auth/cloud-platform"],fk=null,ak=!1,mk=0,dk=null;w("ee.api.ListAssetsResponse",Vg);w("ee.api.EarthEngineAsset",Rf);w("ee.api.Operation",Yg);w("ee.api.ListFeaturesResponse",Wg);
466
+ w("ee.api.FeatureViewLocation",Uf);var nk=function(){};nk.prototype.Eh=function(){return null};var ok=function(){};w("ee.Encodable.SourceFrame",ok);
467
+ var pk=function(a){if(void 0===a||null===a)a=Rc;return new rf({hb:a})},qk=function(a){return new rf({Oa:a})},rk=function(a){return new rf({Fa:new qf({values:a})})},sk=function(a){return new rf({Ga:new Of({values:a})})},tk=function(a,b){return new rf({ya:new Bg({functionName:a,arguments:b})})},uk=function(a,b){return new rf({ya:new Bg({Va:a,arguments:b})})},vk=function(a,b){return new rf({Ua:new Ag({lc:a,body:b})})},wk=function(a){if(!a)return"AUTO_JPEG_PNG";a=a.toUpperCase();switch(a){case "JPG":return"JPEG";
468
+ case "AUTO":return"AUTO_JPEG_PNG";case "TIF":case "TIFF":case "GEOTIF":case "GEOTIFF":return"GEO_TIFF";case "TF_RECORD":case "TFRECORD":return"TF_RECORD_IMAGE";case "NUMPY":return"NPY";case "ZIPPED_TIF":case "ZIPPED_TIFF":case "ZIPPED_GEOTIF":case "ZIPPED_GEOTIFF":return"ZIPPED_GEO_TIFF";case "ZIPPED_TIF_PER_BAND":case "ZIPPED_TIFF_PER_BAND":case "ZIPPED_GEOTIF_PER_BAND":case "ZIPPED_GEOTIFF_PER_BAND":return"ZIPPED_GEO_TIFF_PER_BAND";default:return a}},xk=function(a){if(!a)return"CSV";a=a.toUpperCase();
469
+ switch(a){case "TF_RECORD":case "TFRECORD":return"TF_RECORD_TABLE";case "JSON":case "GEOJSON":return"GEO_JSON";default:return a}},yk=function(a){if(!a)return"VERTICAL";a=a.toUpperCase();if("HORIZONTAL"!==a&&"VERTICAL"!==a)throw Error('Orientation must be "horizontal" or "vertical"');return a},zk=function(a){if(!a)return[];if("string"===typeof a)return a.split(",");if(Array.isArray(a))return a;throw Error("Invalid band list "+a);},Ck=function(a){var b=new Zf,c=!1;"palette"in a&&(c=a.palette,b.Yc="string"===
470
+ typeof c?c.split(","):c,c=!0);var d=[];if("gain"in a||"bias"in a){if("min"in a||"max"in a)throw Error("Gain and bias can't be specified with min and max");var e=b.Yc?b.Yc.length-1:255;d=Ak(a,"bias","gain").map(function(g){var f=-g.bias/g.gain;return{min:f,max:e/g.gain+f}})}else if("min"in a||"max"in a)d=Ak(a,"min","max");0!==d.length&&(b.Wf=d.map(function(g){return new Pf(g)}),c=!0);a=Bk(a.gamma);if(1<a.length)throw Error("Only one gamma value is supported");1===a.length&&(b.gamma=a[0],c=!0);return c?
471
+ b:null},Bk=function(a){return a?a.split(",").map(Number):[]},Ak=function(a,b,c){var d=Bk(a[b]),e=Bk(a[c]);if(0===d.length)return e.map(function(g){var f={};return f[b]=0,f[c]=g,f});if(0===e.length)return d.map(function(g){var f={};return f[b]=g,f[c]=1,f});if(d.length!==e.length)throw Error("Length of "+b+" and "+c+" must match.");return d.map(function(g,f){var l={};return l[b]=g,l[c]=e[f],l})},Dk=function(a){var b=function(f){var l={};l.description=f.description||"";l.type=f.type||"";null!=f.ud&&
472
472
  (l.name=f.ud);void 0!==f.defaultValue&&(l["default"]=f.defaultValue);null!=f.optional&&(l.optional=f.optional);return l},c=function(f){var l={};l.args=(f.arguments||[]).map(b);l.description=f.description||"";l.returns=f.cg||"";null!=f.hidden&&(l.hidden=f.hidden);f.preview&&(l.preview=f.preview);f.deprecated&&(l.deprecated=f.ff);f.sourceCodeUri&&(l.sourceCodeUri=f.sourceCodeUri);return l},d={};a=n(a.Fc||[]);for(var e=a.next();!e.done;e=a.next()){e=e.value;var g=e.name.replace(/^algorithms\//,"");d[g]=
473
- c(e)}return d},Dk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/.+/,Ek=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/(.*)$/,Fk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/?$/,Gk=function(a){return(a=Dk.exec(a))?a[1]:"earthengine-legacy"},Hk=function(a){return Ek.exec(a)?a:/^(users|projects)\/.*/.exec(a)?"projects/earthengine-legacy/assets/"+a:"projects/earthengine-public/assets/"+
474
- a},Jk=function(a){return(a.assets||[]).map(Ik)},Kk=function(a){switch(a){case "ALGORITHM":return"Algorithm";case "FOLDER":return"Folder";case "IMAGE":return"Image";case "IMAGE_COLLECTION":return"ImageCollection";case "TABLE":return"Table";case "CLASSIFIER":return"Classifier";case "FEATURE_VIEW":return"FeatureView";default:return"Unknown"}},Ik=function(a){var b=Lk(Kk(a.type),a.name),c=Object.assign({},a.properties||{});a.sizeBytes&&(c["system:asset_size"]=Number(a.sizeBytes));a.startTime&&(c["system:time_start"]=
473
+ c(e)}return d},Ek=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/.+/,Fk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/(.*)$/,Gk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/?$/,Hk=function(a){return(a=Ek.exec(a))?a[1]:"earthengine-legacy"},Ik=function(a){return Fk.exec(a)?a:/^(users|projects)\/.*/.exec(a)?"projects/earthengine-legacy/assets/"+a:"projects/earthengine-public/assets/"+
474
+ a},Kk=function(a){return(a.assets||[]).map(Jk)},Lk=function(a){switch(a){case "ALGORITHM":return"Algorithm";case "FOLDER":return"Folder";case "IMAGE":return"Image";case "IMAGE_COLLECTION":return"ImageCollection";case "TABLE":return"Table";case "CLASSIFIER":return"Classifier";case "FEATURE_VIEW":return"FeatureView";default:return"Unknown"}},Jk=function(a){var b=Mk(Lk(a.type),a.name),c=Object.assign({},a.properties||{});a.sizeBytes&&(c["system:asset_size"]=Number(a.sizeBytes));a.startTime&&(c["system:time_start"]=
475
475
  Date.parse(a.startTime));a.endTime&&(c["system:time_end"]=Date.parse(a.endTime));a.geometry&&(c["system:footprint"]=a.geometry);"string"===typeof a.title?c["system:title"]=a.title:"string"===typeof c.title&&(c["system:title"]=c.title);"string"===typeof a.description?c["system:description"]=a.description:"string"===typeof c.description&&(c["system:description"]=c.description);a.updateTime&&(b.version=1E3*Date.parse(a.updateTime));b.properties=c;a.bands&&(b.bands=a.bands.map(function(d){var e={id:d.id,
476
476
  crs:d.grid.ef,dimensions:void 0,crs_transform:void 0};if(d.grid){if(null!=d.grid.Lb){var g=d.grid.Lb;e.crs_transform=[g.dg||0,g.ig||0,g.zg||0,g.jg||0,g.eg||0,g.Ag||0]}null!=d.grid.dimensions&&(e.dimensions=[d.grid.dimensions.width,d.grid.dimensions.height])}d.dataType&&(g={type:"PixelType"},g.precision=(d.dataType.precision||"").toLowerCase(),d.dataType.dd&&(g.min=d.dataType.dd.min||0,g.max=d.dataType.dd.max),e.data_type=g);return e}));a.Hd&&(b.mapLocation=a.Hd);a.featureCount&&(b.featureCount=a.featureCount);
477
- return b},Mk=function(a){var b=new lf,c=function(g){return null===g?Rc:void 0},d=Object.assign({},a),e;a=function(g){e=d[g];delete d[g];return e};void 0!==a("system:asset_size")&&(b.sizeBytes=c(e)||String(e));void 0!==a("system:time_start")&&(b.startTime=c(e)||(new Date(Number(e))).toISOString());void 0!==a("system:time_end")&&(b.endTime=c(e)||(new Date(Number(e))).toISOString());void 0!==a("system:footprint")&&(b.geometry=c(e)||e);a("system:title");"string"!==typeof e&&null!==e||null!=d.title||(d.title=
478
- c(e)||e);a("system:description");"string"!==typeof e&&null!==e||null!=d.description||(d.description=c(e)||e);Object.entries(d).forEach(function(g){var f=n(g);g=f.next().value;f=f.next().value;d[g]=c(f)||f});b.properties=d;return b},Lk=function(a,b){var c={};c.type=a;null!=b&&(a=b.split("/"),b="projects"===a[0]&&"assets"===a[2]&&["earthengine-legacy","earthengine-public"].includes(a[1])?a.slice(3).join("/"):b,c.id=b);return c},Pk=function(a){var b={};a.num&&(b.pageSize=a.num);a.starttime&&(b.startTime=
479
- (new Date(a.starttime)).toISOString());a.endtime&&(b.endTime=(new Date(a.endtime)).toISOString());a.bbox&&(b.region=Nk(a.bbox));a.region&&(b.region=a.region);a.bbox&&a.region&&console.warn("Multiple request parameters converted to region");var c="id num starttime endtime bbox region".split(" ");a=n(Object.keys(a).filter(function(e){return!c.includes(e)}));for(var d=a.next();!d.done;d=a.next())console.warn("Unrecognized key "+d.value+" ignored");return Ok(b)},Nk=function(a){return'{"type":"Polygon","coordinates":[[['+
480
- [[0,1],[2,1],[2,3],[0,3],[0,1]].map(function(b){return a[b[0]]+","+a[b[1]]}).join("],[")+"]]]}"},Qk=function(a){var b={};(a.xd||[]).forEach(function(g){b[g.role]=g.Xb});var c=new Set,d=function(g){var f=g.replace(/^domain:|^group:|^serviceAccount:|^user:/,"");g.startsWith("group:")&&c.add(f);return f};a=b["roles/viewer"]||[];var e=a.filter(function(g){return"allUsers"!==g});d={owners:(b["roles/owner"]||[]).map(d),writers:(b["roles/editor"]||[]).map(d),readers:e.map(d)};0<c.size&&(d.groups=c);a.length!=
481
- e.length&&(d.all_users_can_read=!0);return d},Rk=function(a){var b=function(d){return(a[d]||[]).map(function(e){if(e.includes(":"))return e;var g="user:";e.includes("@")?a.groups&&a.groups.has(e)?g="group:":e.match(/[@|\.]gserviceaccount\.com$/)&&(g="serviceAccount:"):g="domain:";return g+e})},c=a.all_users_can_read?["allUsers"]:[];b=[{role:"roles/owner",Xb:b("owners")},{role:"roles/viewer",Xb:b("readers").concat(c)},{role:"roles/editor",Xb:b("writers")}].map(function(d){return new Re(d)});return new Gf({xd:b.filter(function(d){return d.Xb.length}),
482
- kf:null})},Tk=function(a){var b=/^projects\/(.+)\/operations\/.+$/.exec(a);return"projects/"+(b?b[1]:"earthengine-legacy")+"/operations/"+Sk(a)},Sk=function(a){var b=/^.*operations\/(.*)$/.exec(a);return b?b[1]:a},Uk=function(a){var b={},c=function(g,f){null!=f&&(b[g]=Date.parse(f))},d=function(g){switch(g){case "PENDING":return"READY";case "RUNNING":return"RUNNING";case "CANCELLING":return"CANCEL_REQUESTED";case "SUCCEEDED":return"COMPLETED";case "CANCELLED":return"CANCELLED";case "FAILED":return"FAILED";
483
- default:return"UNKNOWN"}},e=Wc(wg,a.metadata||{});null!=e.description&&(b.description=e.description);null!=e.state&&(b.state=d(e.state));c("creation_timestamp_ms",e.df);c("update_timestamp_ms",e.updateTime);c("start_timestamp_ms",e.startTime);b.attempt=e.attempt;a.done&&null!=a.error&&(b.error_message=a.error.message);null!=a.name&&(b.id=Sk(a.name),b.name=a.name);b.task_type=e.type||"UNKNOWN";b.output_url=e.gf;b.source_url=e.fg;null!=e.vd&&(b.batch_eecu_usage_seconds=e.vd);return b},Vk=function(a){var b=
484
- {started:"OK"};a.name&&(b.taskId=Sk(a.name),b.name=a.name);a.error&&(b.note=a.error.message);return b},Wk=function(a){return a.primaryPath?[a.primaryPath].concat(ka(a.additionalPaths||[])):null},Zk=function(a){var b=function(g){var f=Wc(kg,g);f.uris=Wk(g);return f},c=Wc(gg,a);c.name=Hk(a.id);c.tilesets=(a.tilesets||[]).map(function(g){var f=Wc(nf,g);f.sources=(g.sources||[]).map(b);return f});c.bands=(a.bands||[]).map(function(g){var f=Wc(hg,g);f.missingData=Xk(g.missingData);return f});c.missingData=
485
- Xk(a.missingData);c.Mf=gb((a.tilesets||[]).map(Yk));c.pyramidingPolicy=a.pyramidingPolicy||null;if(a.properties){var d=Object.assign({},a.properties),e;a=function(g){e=d[g];delete d[g];return e};a("system:time_start")&&(c.startTime=(new Date(Number(e))).toISOString());a("system:time_end")&&(c.endTime=(new Date(Number(e))).toISOString());c.properties=d}return c},Yk=function(a){var b=[];if(!Array.isArray(a.fileBands))return b;var c=function(d){var e=[];null!=d&&Array.isArray(d.bandId)&&(e=d.bandId.map(function(g){return g||
486
- ""}));return new ig({nb:a.id||"",da:e})};a.fileBands.forEach(function(d){d.maskForAllBands?b.push(c(null)):null!=d.maskForBands&&b.push(c(d.maskForBands))});return b},$k=function(a){var b=Wc(ng,a);b.name=Hk(a.id);b.sources=(a.sources||[]).map(function(e){var g=Wc(Jg,e);g.uris=Wk(e);e.maxError&&(g.Vb=e.maxError);return g});if(a.properties){var c=Object.assign({},a.properties),d;a=function(e){d=c[e];delete c[e];return d};a("system:time_start")&&(b.startTime=(new Date(Number(d))).toISOString());a("system:time_end")&&
487
- (b.endTime=(new Date(Number(d))).toISOString());b.properties=c}return b},Xk=function(a){if(null==a)return null;var b=new eg({values:[]});null!=a.value&&"number"===typeof a.value&&b.values.push(a.value);Array.isArray(a.values)&&a.values.map(function(c){"number"===typeof c&&b.values.push(c)});return 0==b.values.length?null:b},al=function(a){var b=[];"startTime"in a&&(b.push('startTime >= "'+(new Date(a.startTime)).toISOString()+'"'),delete a.startTime);"endTime"in a&&(b.push('endTime < "'+(new Date(a.endTime)).toISOString()+
477
+ return b},Nk=function(a){var b=new Rf,c=function(g){return null===g?Rc:void 0},d=Object.assign({},a),e;a=function(g){e=d[g];delete d[g];return e};void 0!==a("system:asset_size")&&(b.sizeBytes=c(e)||String(e));void 0!==a("system:time_start")&&(b.startTime=c(e)||(new Date(Number(e))).toISOString());void 0!==a("system:time_end")&&(b.endTime=c(e)||(new Date(Number(e))).toISOString());void 0!==a("system:footprint")&&(b.geometry=c(e)||e);a("system:title");"string"!==typeof e&&null!==e||null!=d.title||(d.title=
478
+ c(e)||e);a("system:description");"string"!==typeof e&&null!==e||null!=d.description||(d.description=c(e)||e);Object.entries(d).forEach(function(g){var f=n(g);g=f.next().value;f=f.next().value;d[g]=c(f)||f});b.properties=d;return b},Mk=function(a,b){var c={};c.type=a;null!=b&&(a=b.split("/"),b="projects"===a[0]&&"assets"===a[2]&&["earthengine-legacy","earthengine-public"].includes(a[1])?a.slice(3).join("/"):b,c.id=b);return c},Qk=function(a){var b={};a.num&&(b.pageSize=a.num);a.starttime&&(b.startTime=
479
+ (new Date(a.starttime)).toISOString());a.endtime&&(b.endTime=(new Date(a.endtime)).toISOString());a.bbox&&(b.region=Ok(a.bbox));a.region&&(b.region=a.region);a.bbox&&a.region&&console.warn("Multiple request parameters converted to region");var c="id num starttime endtime bbox region".split(" ");a=n(Object.keys(a).filter(function(e){return!c.includes(e)}));for(var d=a.next();!d.done;d=a.next())console.warn("Unrecognized key "+d.value+" ignored");return Pk(b)},Ok=function(a){return'{"type":"Polygon","coordinates":[[['+
480
+ [[0,1],[2,1],[2,3],[0,3],[0,1]].map(function(b){return a[b[0]]+","+a[b[1]]}).join("],[")+"]]]}"},Rk=function(a){var b={};(a.xd||[]).forEach(function(g){b[g.role]=g.Xb});var c=new Set,d=function(g){var f=g.replace(/^domain:|^group:|^serviceAccount:|^user:/,"");g.startsWith("group:")&&c.add(f);return f};a=b["roles/viewer"]||[];var e=a.filter(function(g){return"allUsers"!==g});d={owners:(b["roles/owner"]||[]).map(d),writers:(b["roles/editor"]||[]).map(d),readers:e.map(d)};0<c.size&&(d.groups=c);a.length!=
481
+ e.length&&(d.all_users_can_read=!0);return d},Sk=function(a){var b=function(d){return(a[d]||[]).map(function(e){if(e.includes(":"))return e;var g="user:";e.includes("@")?a.groups&&a.groups.has(e)?g="group:":e.match(/[@|\.]gserviceaccount\.com$/)&&(g="serviceAccount:"):g="domain:";return g+e})},c=a.all_users_can_read?["allUsers"]:[];b=[{role:"roles/owner",Xb:b("owners")},{role:"roles/viewer",Xb:b("readers").concat(c)},{role:"roles/editor",Xb:b("writers")}].map(function(d){return new xf(d)});return new lg({xd:b.filter(function(d){return d.Xb.length}),
482
+ kf:null})},Uk=function(a){var b=/^projects\/(.+)\/operations\/.+$/.exec(a);return"projects/"+(b?b[1]:"earthengine-legacy")+"/operations/"+Tk(a)},Tk=function(a){var b=/^.*operations\/(.*)$/.exec(a);return b?b[1]:a},Vk=function(a){var b={},c=function(g,f){null!=f&&(b[g]=Date.parse(f))},d=function(g){switch(g){case "PENDING":return"READY";case "RUNNING":return"RUNNING";case "CANCELLING":return"CANCEL_REQUESTED";case "SUCCEEDED":return"COMPLETED";case "CANCELLED":return"CANCELLED";case "FAILED":return"FAILED";
483
+ default:return"UNKNOWN"}},e=Wc(bh,a.metadata||{});null!=e.description&&(b.description=e.description);null!=e.state&&(b.state=d(e.state));c("creation_timestamp_ms",e.df);c("update_timestamp_ms",e.updateTime);c("start_timestamp_ms",e.startTime);b.attempt=e.attempt;a.done&&null!=a.error&&(b.error_message=a.error.message);null!=a.name&&(b.id=Tk(a.name),b.name=a.name);b.task_type=e.type||"UNKNOWN";b.output_url=e.gf;b.source_url=e.fg;null!=e.vd&&(b.batch_eecu_usage_seconds=e.vd);return b},Wk=function(a){var b=
484
+ {started:"OK"};a.name&&(b.taskId=Tk(a.name),b.name=a.name);a.error&&(b.note=a.error.message);return b},Xk=function(a){return a.primaryPath?[a.primaryPath].concat(ka(a.additionalPaths||[])):null},$k=function(a){var b=function(g){var f=Wc(Qg,g);f.uris=Xk(g);return f},c=Wc(Mg,a);c.name=Ik(a.id);c.tilesets=(a.tilesets||[]).map(function(g){var f=Wc(Tf,g);f.sources=(g.sources||[]).map(b);return f});c.bands=(a.bands||[]).map(function(g){var f=Wc(Ng,g);f.missingData=Yk(g.missingData);return f});c.missingData=
485
+ Yk(a.missingData);c.Mf=gb((a.tilesets||[]).map(Zk));c.pyramidingPolicy=a.pyramidingPolicy||null;if(a.properties){var d=Object.assign({},a.properties),e;a=function(g){e=d[g];delete d[g];return e};a("system:time_start")&&(c.startTime=(new Date(Number(e))).toISOString());a("system:time_end")&&(c.endTime=(new Date(Number(e))).toISOString());c.properties=d}return c},Zk=function(a){var b=[];if(!Array.isArray(a.fileBands))return b;var c=function(d){var e=[];null!=d&&Array.isArray(d.bandId)&&(e=d.bandId.map(function(g){return g||
486
+ ""}));return new Og({nb:a.id||"",da:e})};a.fileBands.forEach(function(d){d.maskForAllBands?b.push(c(null)):null!=d.maskForBands&&b.push(c(d.maskForBands))});return b},al=function(a){var b=Wc(Tg,a);b.name=Ik(a.id);b.sources=(a.sources||[]).map(function(e){var g=Wc(oh,e);g.uris=Xk(e);e.maxError&&(g.Vb=e.maxError);return g});if(a.properties){var c=Object.assign({},a.properties),d;a=function(e){d=c[e];delete c[e];return d};a("system:time_start")&&(b.startTime=(new Date(Number(d))).toISOString());a("system:time_end")&&
487
+ (b.endTime=(new Date(Number(d))).toISOString());b.properties=c}return b},Yk=function(a){if(null==a)return null;var b=new Kg({values:[]});null!=a.value&&"number"===typeof a.value&&b.values.push(a.value);Array.isArray(a.values)&&a.values.map(function(c){"number"===typeof c&&b.values.push(c)});return 0==b.values.length?null:b},bl=function(a){var b=[];"startTime"in a&&(b.push('startTime >= "'+(new Date(a.startTime)).toISOString()+'"'),delete a.startTime);"endTime"in a&&(b.push('endTime < "'+(new Date(a.endTime)).toISOString()+
488
488
  '"'),delete a.endTime);if("region"in a){var c=a.region;if("object"===typeof c)try{c=JSON.stringify(c)}catch(e){throw Error('Filter parameter "region" must be a GeoJSON or WKT string.');}else if("string"!==typeof c)throw Error('Filter parameter "region" must be a GeoJSON or WKT string.');c=c.replace(/"/g,"'");b.push('intersects("'+c+'")');delete a.region}if("properties"in a){if(!Array.isArray(a.properties)&&a.properties.some(function(e){return"string"!==typeof e}))throw Error('Filter parameter "properties" must be an array of strings');
489
- c=n(a.properties);for(var d=c.next();!d.done;d=c.next())b.push(d.value.trim().replace(/^(properties\.)?/,"properties."));delete a.properties}return b.join(" AND ")},Ok=function(a){a=Object.assign({},a);var b=al(a);b&&(a.filter=a.filter?a.filter+" AND "+b:b);return a};var bl=function(){this.blockSize=-1};var cl=function(){this.blockSize=-1;this.blockSize=64;this.W=Array(4);this.Nk=Array(this.blockSize);this.qe=this.Gc=0;this.reset()};x(cl,bl);cl.prototype.reset=function(){this.W[0]=1732584193;this.W[1]=4023233417;this.W[2]=2562383102;this.W[3]=271733878;this.qe=this.Gc=0};
490
- var dl=function(a,b,c){c||(c=0);var d=Array(16);if("string"===typeof b)for(var e=0;16>e;++e)d[e]=b.charCodeAt(c++)|b.charCodeAt(c++)<<8|b.charCodeAt(c++)<<16|b.charCodeAt(c++)<<24;else for(e=0;16>e;++e)d[e]=b[c++]|b[c++]<<8|b[c++]<<16|b[c++]<<24;b=a.W[0];c=a.W[1];e=a.W[2];var g=a.W[3];var f=b+(g^c&(e^g))+d[0]+3614090360&4294967295;b=c+(f<<7&4294967295|f>>>25);f=g+(e^b&(c^e))+d[1]+3905402710&4294967295;g=b+(f<<12&4294967295|f>>>20);f=e+(c^g&(b^c))+d[2]+606105819&4294967295;e=g+(f<<17&4294967295|f>>>
489
+ c=n(a.properties);for(var d=c.next();!d.done;d=c.next())b.push(d.value.trim().replace(/^(properties\.)?/,"properties."));delete a.properties}return b.join(" AND ")},Pk=function(a){a=Object.assign({},a);var b=bl(a);b&&(a.filter=a.filter?a.filter+" AND "+b:b);return a};var cl=function(){this.blockSize=-1};var dl=function(){this.blockSize=-1;this.blockSize=64;this.W=Array(4);this.Nk=Array(this.blockSize);this.qe=this.Gc=0;this.reset()};x(dl,cl);dl.prototype.reset=function(){this.W[0]=1732584193;this.W[1]=4023233417;this.W[2]=2562383102;this.W[3]=271733878;this.qe=this.Gc=0};
490
+ var el=function(a,b,c){c||(c=0);var d=Array(16);if("string"===typeof b)for(var e=0;16>e;++e)d[e]=b.charCodeAt(c++)|b.charCodeAt(c++)<<8|b.charCodeAt(c++)<<16|b.charCodeAt(c++)<<24;else for(e=0;16>e;++e)d[e]=b[c++]|b[c++]<<8|b[c++]<<16|b[c++]<<24;b=a.W[0];c=a.W[1];e=a.W[2];var g=a.W[3];var f=b+(g^c&(e^g))+d[0]+3614090360&4294967295;b=c+(f<<7&4294967295|f>>>25);f=g+(e^b&(c^e))+d[1]+3905402710&4294967295;g=b+(f<<12&4294967295|f>>>20);f=e+(c^g&(b^c))+d[2]+606105819&4294967295;e=g+(f<<17&4294967295|f>>>
491
491
  15);f=c+(b^e&(g^b))+d[3]+3250441966&4294967295;c=e+(f<<22&4294967295|f>>>10);f=b+(g^c&(e^g))+d[4]+4118548399&4294967295;b=c+(f<<7&4294967295|f>>>25);f=g+(e^b&(c^e))+d[5]+1200080426&4294967295;g=b+(f<<12&4294967295|f>>>20);f=e+(c^g&(b^c))+d[6]+2821735955&4294967295;e=g+(f<<17&4294967295|f>>>15);f=c+(b^e&(g^b))+d[7]+4249261313&4294967295;c=e+(f<<22&4294967295|f>>>10);f=b+(g^c&(e^g))+d[8]+1770035416&4294967295;b=c+(f<<7&4294967295|f>>>25);f=g+(e^b&(c^e))+d[9]+2336552879&4294967295;g=b+(f<<12&4294967295|
492
492
  f>>>20);f=e+(c^g&(b^c))+d[10]+4294925233&4294967295;e=g+(f<<17&4294967295|f>>>15);f=c+(b^e&(g^b))+d[11]+2304563134&4294967295;c=e+(f<<22&4294967295|f>>>10);f=b+(g^c&(e^g))+d[12]+1804603682&4294967295;b=c+(f<<7&4294967295|f>>>25);f=g+(e^b&(c^e))+d[13]+4254626195&4294967295;g=b+(f<<12&4294967295|f>>>20);f=e+(c^g&(b^c))+d[14]+2792965006&4294967295;e=g+(f<<17&4294967295|f>>>15);f=c+(b^e&(g^b))+d[15]+1236535329&4294967295;c=e+(f<<22&4294967295|f>>>10);f=b+(e^g&(c^e))+d[1]+4129170786&4294967295;b=c+(f<<
493
493
  5&4294967295|f>>>27);f=g+(c^e&(b^c))+d[6]+3225465664&4294967295;g=b+(f<<9&4294967295|f>>>23);f=e+(b^c&(g^b))+d[11]+643717713&4294967295;e=g+(f<<14&4294967295|f>>>18);f=c+(g^b&(e^g))+d[0]+3921069994&4294967295;c=e+(f<<20&4294967295|f>>>12);f=b+(e^g&(c^e))+d[5]+3593408605&4294967295;b=c+(f<<5&4294967295|f>>>27);f=g+(c^e&(b^c))+d[10]+38016083&4294967295;g=b+(f<<9&4294967295|f>>>23);f=e+(b^c&(g^b))+d[15]+3634488961&4294967295;e=g+(f<<14&4294967295|f>>>18);f=c+(g^b&(e^g))+d[4]+3889429448&4294967295;c=
@@ -497,228 +497,228 @@ f>>>21);f=e+(g^b^c)+d[7]+4139469664&4294967295;e=g+(f<<16&4294967295|f>>>16);f=c
497
497
  3873151461&4294967295;g=b+(f<<11&4294967295|f>>>21);f=e+(g^b^c)+d[15]+530742520&4294967295;e=g+(f<<16&4294967295|f>>>16);f=c+(e^g^b)+d[2]+3299628645&4294967295;c=e+(f<<23&4294967295|f>>>9);f=b+(e^(c|~g))+d[0]+4096336452&4294967295;b=c+(f<<6&4294967295|f>>>26);f=g+(c^(b|~e))+d[7]+1126891415&4294967295;g=b+(f<<10&4294967295|f>>>22);f=e+(b^(g|~c))+d[14]+2878612391&4294967295;e=g+(f<<15&4294967295|f>>>17);f=c+(g^(e|~b))+d[5]+4237533241&4294967295;c=e+(f<<21&4294967295|f>>>11);f=b+(e^(c|~g))+d[12]+1700485571&
498
498
  4294967295;b=c+(f<<6&4294967295|f>>>26);f=g+(c^(b|~e))+d[3]+2399980690&4294967295;g=b+(f<<10&4294967295|f>>>22);f=e+(b^(g|~c))+d[10]+4293915773&4294967295;e=g+(f<<15&4294967295|f>>>17);f=c+(g^(e|~b))+d[1]+2240044497&4294967295;c=e+(f<<21&4294967295|f>>>11);f=b+(e^(c|~g))+d[8]+1873313359&4294967295;b=c+(f<<6&4294967295|f>>>26);f=g+(c^(b|~e))+d[15]+4264355552&4294967295;g=b+(f<<10&4294967295|f>>>22);f=e+(b^(g|~c))+d[6]+2734768916&4294967295;e=g+(f<<15&4294967295|f>>>17);f=c+(g^(e|~b))+d[13]+1309151649&
499
499
  4294967295;c=e+(f<<21&4294967295|f>>>11);f=b+(e^(c|~g))+d[4]+4149444226&4294967295;b=c+(f<<6&4294967295|f>>>26);f=g+(c^(b|~e))+d[11]+3174756917&4294967295;g=b+(f<<10&4294967295|f>>>22);f=e+(b^(g|~c))+d[2]+718787259&4294967295;e=g+(f<<15&4294967295|f>>>17);f=c+(g^(e|~b))+d[9]+3951481745&4294967295;a.W[0]=a.W[0]+b&4294967295;a.W[1]=a.W[1]+(e+(f<<21&4294967295|f>>>11))&4294967295;a.W[2]=a.W[2]+e&4294967295;a.W[3]=a.W[3]+g&4294967295};
500
- cl.prototype.update=function(a,b){void 0===b&&(b=a.length);for(var c=b-this.blockSize,d=this.Nk,e=this.Gc,g=0;g<b;){if(0==e)for(;g<=c;)dl(this,a,g),g+=this.blockSize;if("string"===typeof a)for(;g<b;){if(d[e++]=a.charCodeAt(g++),e==this.blockSize){dl(this,d);e=0;break}}else for(;g<b;)if(d[e++]=a[g++],e==this.blockSize){dl(this,d);e=0;break}}this.Gc=e;this.qe+=b};
501
- cl.prototype.digest=function(){var a=Array((56>this.Gc?this.blockSize:2*this.blockSize)-this.Gc);a[0]=128;for(var b=1;b<a.length-8;++b)a[b]=0;var c=8*this.qe;for(b=a.length-8;b<a.length;++b)a[b]=c&255,c/=256;this.update(a);a=Array(16);for(b=c=0;4>b;++b)for(var d=0;32>d;d+=8)a[c++]=this.W[b]>>>d&255;return a};var el=function(a){this.qd="__ee_hash__";this.Sd=!1!==a;this.Ya=[];this.wa={};this.Dg=[];this.Od=new WeakMap;this.ng=new WeakMap;this.Qi=void 0};w("ee.Serializer",el);var fl=new wi,gl=new cl,il=function(a,b){return hl(new el(void 0!==b?b:!0),a)};w("ee.Serializer.encode",il);var jl=function(a){return fl.va(il(a))};w("ee.Serializer.toJSON",jl);var ll=function(a){return kl(il(a,!1))};w("ee.Serializer.toReadableJSON",ll);
502
- var kl=function(a){return"JSON"in r?r.JSON.stringify(a,null," "):fl.va(a)},hl=function(a,b){b=a.Fd(b);a.Sd&&(b=t(b)&&"ValueRef"==b.type&&1==a.Ya.length?a.Ya[0][1]:{type:"CompoundValue",scope:a.Ya,value:b},a.Ya=[],Ua(a.Dg,u(function(c){delete c[this.qd]},a)),a.Dg=[],a.wa={});return b};
503
- el.prototype.Fd=function(a){if(void 0===a)throw Error("Can't encode an undefined value.");var b=t(a)?a[this.qd]:null;if(this.Sd&&null!=b&&this.wa[b])return{type:"ValueRef",value:this.wa[b]};if(null===a||"boolean"===typeof a||"number"===typeof a||"string"===typeof a)return a;if(za(a))return{type:"Invocation",functionName:"Date",arguments:{value:Math.floor(a.getTime())}};if(a instanceof mk){var c=a.encode(u(this.Fd,this));if(!(Array.isArray(c)||t(c)&&"ArgumentRef"!=c.type))return c}else if(Array.isArray(a))c=
504
- Wa(a,function(e){return this.Fd(e)},this);else if(t(a)&&"function"!==typeof a)c=Hb(a,function(e){if("function"!==typeof e)return this.Fd(e)},this),Qb(c,this.qd),c={type:"Dictionary",value:c};else throw Error("Can't encode object: "+a);if(this.Sd){b=ml(c);if(this.wa[b])var d=this.wa[b];else d=String(this.Ya.length),this.Ya.push([d,c]),this.wa[b]=d;a[this.qd]=b;this.Dg.push(a);return{type:"ValueRef",value:d}}return c};
505
- var ml=function(a){gl.reset();gl.update(fl.va(a));return gl.digest().toString()},ol=function(a){return Xc(nl(a),Tc,Uc,Vc)};w("ee.Serializer.encodeCloudApi",ol);
506
- var nl=function(a,b){return pl(new el(!0),a,b)},pl=function(a,b,c){a.Qi=c;return ql(a,b)},rl=function(a,b){var c={};b=b.values;for(var d in b){var e=a.ng.get(b[d]);c[d]=Object.assign({},e)}return c},sl=function(a){a=ql(new el(!1),a);var b=a.values,c=function(d){if(!t(d))return d;var e=Array.isArray(d)?[]:{},g=d instanceof Object.getPrototypeOf(Le);d=n(Object.entries(g?d.h:d));for(var f=d.next();!f.done;f=d.next()){var l=n(f.value);f=l.next().value;l=l.next().value;g?null!==l&&(e[f]="functionDefinitionValue"===
507
- f&&null!=l.body?{argumentNames:l.lc,body:c(b[l.body])}:"functionInvocationValue"===f&&null!=l.Va?{arguments:Hb(l.arguments,c),functionReference:c(b[l.Va])}:"constantValue"===f?l===Rc?null:l:c(l)):e[f]=c(l)}return e};return a.result&&c(b[a.result])};w("ee.Serializer.encodeCloudApiPretty",sl);var tl=function(a){return fl.va(ol(a))};w("ee.Serializer.toCloudApiJSON",tl);var ul=function(a){return kl(sl(a))};w("ee.Serializer.toReadableCloudApiJSON",ul);
508
- var ql=function(a,b){try{var c=vl(a,b),d=new wl(c,a.Ya,a.Sd,a.ng),e=xl(d,d.wi);return new af({result:e,values:d.hi})}finally{a.Od=new WeakMap,a.wa={},a.Ya=[]}},vl=function(a,b){var c=function(f){var l=ml(f);t(b)&&a.Od.set(b,l);if(a.wa[l])return a.wa[l];var m=String(a.Ya.length);a.Ya.push([m,f]);return a.wa[l]=m};if(t(b)&&a.wa[a.Od.get(b)])return a.wa[a.Od.get(b)];if(null===b||"boolean"===typeof b||"string"===typeof b||"number"===typeof b)return c(ok(b));if(za(b))return c(sk("Date",{value:ok(Math.floor(b.getTime()))}));
509
- if(b instanceof mk){var d=b.na(a),e=b.Eh();null!==e&&a.ng.set(d,e);return c(d)}if(Array.isArray(b))return c(qk(b.map(function(f){return pk(vl(a,f))})));if(t(b)&&"function"!==typeof b){var g={};Object.keys(b).sort().forEach(function(f){g[f]=pk(vl(a,b[f]))});return c(rk(g))}throw Error("Can't encode object: "+b);},wl=function(a,b,c,d){var e=this;this.wi=a;this.values={};b.forEach(function(g){return e.values[g[0]]=g[1]});this.pi=c?yl(this):null;this.hi={};this.Zf={};this.ll=0;this.hd=d},xl=function(a,
510
- b){if(b in a.Zf)return a.Zf[b];var c=String(a.ll++);a.Zf[b]=c;a.hi[c]=zl(a,a.values[b],0);return c},zl=function(a,b,c){var d=function(A){return null!==A.hb},e=function(A){return A===Rc?null:A},g=function(A,C){a.hd&&a.hd.has(A)&&!a.hd.has(C)&&a.hd.set(C,a.hd.get(A));return C};if(d(b)||null!=b.Wa||null!=b.qb||null!=b.Mb)return b;if(null!=b.Oa){d=a.values[b.Oa];if(null===a.pi||50>c&&1===a.pi[b.Oa])return d=zl(a,d,c),g(b,d);if(Al(d))return g(b,d);d=pk(xl(a,b.Oa));return g(b,d)}if(null!=b.Fa){var f=b.Fa.values.map(function(A){return zl(a,
511
- A,c+3)});d=f.every(d)?ok(f.map(function(A){return e(A.hb)})):qk(f);return g(b,d)}if(null!=b.Ga){f={};for(var l={},m=n(Object.entries(b.Ga.values||{})),p=m.next();!p.done;p=m.next()){var v=n(p.value);p=v.next().value;v=v.next().value;f[p]=zl(a,v,c+3);null!==l&&d(f[p])?l[p]=e(f[p].hb):l=null}return null!==l?g(b,ok(l)):g(f,rk(f))}if(null!=b.Ua)return d=b.Ua,d=uk(d.lc||[],xl(a,d.body||"")),g(b,d);if(null!=b.ya){d=b.ya;f={};l=n(Object.keys(d.arguments||{}));for(m=l.next();!m.done;m=l.next())m=m.value,
512
- f[m]=zl(a,d.arguments[m],c+3);d=d.functionName?sk(d.functionName,f):tk(xl(a,d.Va||""),f);return g(b,d)}throw Error("Can't optimize value: "+b);},Al=function(a){var b=a.hb;return null!==b?b===Rc||"number"===typeof b||"boolean"===typeof b:null!=a.Mb},yl=function(a){var b={},c=function(e){b[e]?b[e]++:(b[e]=1,d(a.values[e]))},d=function(e){null!=e.Fa?e.Fa.values.forEach(d):null!=e.Ga?Object.values(e.Ga.values).forEach(d):null!=e.Ua?c(e.Ua.body):null!=e.ya?(e=e.ya,null!=e.Va&&c(e.Va),Object.values(e.arguments).forEach(d)):
513
- null!=e.Oa&&c(e.Oa)};c(a.wi);return b};var Gl=function(a){if(null==a.element)throw Error('"element" not found in params '+a);var b=a.selectors||null;null!=b&&"string"===typeof b&&(b=b.split(","));b=new Cf({l:nl(a.element),description:L(a.description),oa:null,sa:null,Id:null,wd:null,selectors:b,Vb:M(a.maxErrorMeters),requestId:L(a.id),maxVertices:M(a.maxVertices),O:M(a.maxWorkers),priority:M(a.priority)});var c=Bl(a);switch(c){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":var d=new Ff({ja:null,ma:null,F:wk(a.fileFormat)});"GOOGLE_CLOUD_STORAGE"===
514
- c?d.ja=Cl(a):d.ma=Dl(a);b.oa=d;break;case "ASSET":b.sa=new Df({Ha:El(a)});break;case "FEATURE_VIEW":c=new Nf({name:Hk(a.mapName)});d=null==a?null:new Sf({Of:M(a.maxFeaturesPerTile),tg:a.thinningStrategy});var e=null==a?null:new Rf({Eg:Fl(a.zOrderRanking),sg:Fl(a.thinningRanking)});d=new Of({rg:d,Yf:e});c=new Ef({mf:c,rc:d});b.Id=c;break;case "BIGQUERY":b.wd=new Qe({Re:new Pe({table:L(a.table),overwrite:!!a.overwrite,append:!!a.append})});break;default:throw Error('Export destination "'+c+'" unknown');
500
+ dl.prototype.update=function(a,b){void 0===b&&(b=a.length);for(var c=b-this.blockSize,d=this.Nk,e=this.Gc,g=0;g<b;){if(0==e)for(;g<=c;)el(this,a,g),g+=this.blockSize;if("string"===typeof a)for(;g<b;){if(d[e++]=a.charCodeAt(g++),e==this.blockSize){el(this,d);e=0;break}}else for(;g<b;)if(d[e++]=a[g++],e==this.blockSize){el(this,d);e=0;break}}this.Gc=e;this.qe+=b};
501
+ dl.prototype.digest=function(){var a=Array((56>this.Gc?this.blockSize:2*this.blockSize)-this.Gc);a[0]=128;for(var b=1;b<a.length-8;++b)a[b]=0;var c=8*this.qe;for(b=a.length-8;b<a.length;++b)a[b]=c&255,c/=256;this.update(a);a=Array(16);for(b=c=0;4>b;++b)for(var d=0;32>d;d+=8)a[c++]=this.W[b]>>>d&255;return a};var fl=function(a){this.qd="__ee_hash__";this.Sd=!1!==a;this.Ya=[];this.wa={};this.Dg=[];this.Od=new WeakMap;this.ng=new WeakMap;this.Qi=void 0};w("ee.Serializer",fl);var gl=new dj,hl=new dl,jl=function(a,b){return il(new fl(void 0!==b?b:!0),a)};w("ee.Serializer.encode",jl);var kl=function(a){return gl.va(jl(a))};w("ee.Serializer.toJSON",kl);var ml=function(a){return ll(jl(a,!1))};w("ee.Serializer.toReadableJSON",ml);
502
+ var ll=function(a){return"JSON"in r?r.JSON.stringify(a,null," "):gl.va(a)},il=function(a,b){b=a.Fd(b);a.Sd&&(b=t(b)&&"ValueRef"==b.type&&1==a.Ya.length?a.Ya[0][1]:{type:"CompoundValue",scope:a.Ya,value:b},a.Ya=[],Ua(a.Dg,u(function(c){delete c[this.qd]},a)),a.Dg=[],a.wa={});return b};
503
+ fl.prototype.Fd=function(a){if(void 0===a)throw Error("Can't encode an undefined value.");var b=t(a)?a[this.qd]:null;if(this.Sd&&null!=b&&this.wa[b])return{type:"ValueRef",value:this.wa[b]};if(null===a||"boolean"===typeof a||"number"===typeof a||"string"===typeof a)return a;if(za(a))return{type:"Invocation",functionName:"Date",arguments:{value:Math.floor(a.getTime())}};if(a instanceof nk){var c=a.encode(u(this.Fd,this));if(!(Array.isArray(c)||t(c)&&"ArgumentRef"!=c.type))return c}else if(Array.isArray(a))c=
504
+ Wa(a,function(e){return this.Fd(e)},this);else if(t(a)&&"function"!==typeof a)c=Hb(a,function(e){if("function"!==typeof e)return this.Fd(e)},this),Qb(c,this.qd),c={type:"Dictionary",value:c};else throw Error("Can't encode object: "+a);if(this.Sd){b=nl(c);if(this.wa[b])var d=this.wa[b];else d=String(this.Ya.length),this.Ya.push([d,c]),this.wa[b]=d;a[this.qd]=b;this.Dg.push(a);return{type:"ValueRef",value:d}}return c};
505
+ var nl=function(a){hl.reset();hl.update(gl.va(a));return hl.digest().toString()},pl=function(a){return Xc(ol(a),Tc,Uc,Vc)};w("ee.Serializer.encodeCloudApi",pl);
506
+ var ol=function(a,b){return ql(new fl(!0),a,b)},ql=function(a,b,c){a.Qi=c;return rl(a,b)},sl=function(a,b){var c={};b=b.values;for(var d in b){var e=a.ng.get(b[d]);c[d]=Object.assign({},e)}return c},tl=function(a){a=rl(new fl(!1),a);var b=a.values,c=function(d){if(!t(d))return d;var e=Array.isArray(d)?[]:{},g=d instanceof Object.getPrototypeOf(rf);d=n(Object.entries(g?d.h:d));for(var f=d.next();!f.done;f=d.next()){var l=n(f.value);f=l.next().value;l=l.next().value;g?null!==l&&(e[f]="functionDefinitionValue"===
507
+ f&&null!=l.body?{argumentNames:l.lc,body:c(b[l.body])}:"functionInvocationValue"===f&&null!=l.Va?{arguments:Hb(l.arguments,c),functionReference:c(b[l.Va])}:"constantValue"===f?l===Rc?null:l:c(l)):e[f]=c(l)}return e};return a.result&&c(b[a.result])};w("ee.Serializer.encodeCloudApiPretty",tl);var ul=function(a){return gl.va(pl(a))};w("ee.Serializer.toCloudApiJSON",ul);var vl=function(a){return ll(tl(a))};w("ee.Serializer.toReadableCloudApiJSON",vl);
508
+ var rl=function(a,b){try{var c=wl(a,b),d=new xl(c,a.Ya,a.Sd,a.ng),e=yl(d,d.wi);return new Hf({result:e,values:d.hi})}finally{a.Od=new WeakMap,a.wa={},a.Ya=[]}},wl=function(a,b){var c=function(f){var l=nl(f);t(b)&&a.Od.set(b,l);if(a.wa[l])return a.wa[l];var m=String(a.Ya.length);a.Ya.push([m,f]);return a.wa[l]=m};if(t(b)&&a.wa[a.Od.get(b)])return a.wa[a.Od.get(b)];if(null===b||"boolean"===typeof b||"string"===typeof b||"number"===typeof b)return c(pk(b));if(za(b))return c(tk("Date",{value:pk(Math.floor(b.getTime()))}));
509
+ if(b instanceof nk){var d=b.na(a),e=b.Eh();null!==e&&a.ng.set(d,e);return c(d)}if(Array.isArray(b))return c(rk(b.map(function(f){return qk(wl(a,f))})));if(t(b)&&"function"!==typeof b){var g={};Object.keys(b).sort().forEach(function(f){g[f]=qk(wl(a,b[f]))});return c(sk(g))}throw Error("Can't encode object: "+b);},xl=function(a,b,c,d){var e=this;this.wi=a;this.values={};b.forEach(function(g){return e.values[g[0]]=g[1]});this.pi=c?zl(this):null;this.hi={};this.Zf={};this.ll=0;this.hd=d},yl=function(a,
510
+ b){if(b in a.Zf)return a.Zf[b];var c=String(a.ll++);a.Zf[b]=c;a.hi[c]=Al(a,a.values[b],0);return c},Al=function(a,b,c){var d=function(A){return null!==A.hb},e=function(A){return A===Rc?null:A},g=function(A,C){a.hd&&a.hd.has(A)&&!a.hd.has(C)&&a.hd.set(C,a.hd.get(A));return C};if(d(b)||null!=b.Wa||null!=b.qb||null!=b.Mb)return b;if(null!=b.Oa){d=a.values[b.Oa];if(null===a.pi||50>c&&1===a.pi[b.Oa])return d=Al(a,d,c),g(b,d);if(Bl(d))return g(b,d);d=qk(yl(a,b.Oa));return g(b,d)}if(null!=b.Fa){var f=b.Fa.values.map(function(A){return Al(a,
511
+ A,c+3)});d=f.every(d)?pk(f.map(function(A){return e(A.hb)})):rk(f);return g(b,d)}if(null!=b.Ga){f={};for(var l={},m=n(Object.entries(b.Ga.values||{})),p=m.next();!p.done;p=m.next()){var v=n(p.value);p=v.next().value;v=v.next().value;f[p]=Al(a,v,c+3);null!==l&&d(f[p])?l[p]=e(f[p].hb):l=null}return null!==l?g(b,pk(l)):g(f,sk(f))}if(null!=b.Ua)return d=b.Ua,d=vk(d.lc||[],yl(a,d.body||"")),g(b,d);if(null!=b.ya){d=b.ya;f={};l=n(Object.keys(d.arguments||{}));for(m=l.next();!m.done;m=l.next())m=m.value,
512
+ f[m]=Al(a,d.arguments[m],c+3);d=d.functionName?tk(d.functionName,f):uk(yl(a,d.Va||""),f);return g(b,d)}throw Error("Can't optimize value: "+b);},Bl=function(a){var b=a.hb;return null!==b?b===Rc||"number"===typeof b||"boolean"===typeof b:null!=a.Mb},zl=function(a){var b={},c=function(e){b[e]?b[e]++:(b[e]=1,d(a.values[e]))},d=function(e){null!=e.Fa?e.Fa.values.forEach(d):null!=e.Ga?Object.values(e.Ga.values).forEach(d):null!=e.Ua?c(e.Ua.body):null!=e.ya?(e=e.ya,null!=e.Va&&c(e.Va),Object.values(e.arguments).forEach(d)):
513
+ null!=e.Oa&&c(e.Oa)};c(a.wi);return b};var Hl=function(a){if(null==a.element)throw Error('"element" not found in params '+a);var b=a.selectors||null;null!=b&&"string"===typeof b&&(b=b.split(","));b=new hg({l:ol(a.element),description:L(a.description),oa:null,sa:null,Id:null,wd:null,selectors:b,Vb:M(a.maxErrorMeters),requestId:L(a.id),maxVertices:M(a.maxVertices),O:M(a.maxWorkers),priority:M(a.priority)});var c=Cl(a);switch(c){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":var d=new kg({ja:null,ma:null,F:xk(a.fileFormat)});"GOOGLE_CLOUD_STORAGE"===
514
+ c?d.ja=Dl(a):d.ma=El(a);b.oa=d;break;case "ASSET":b.sa=new ig({Ha:Fl(a)});break;case "FEATURE_VIEW":c=new sg({name:Ik(a.mapName)});d=null==a?null:new xg({Of:M(a.maxFeaturesPerTile),tg:a.thinningStrategy});var e=null==a?null:new wg({Eg:Gl(a.zOrderRanking),sg:Gl(a.thinningRanking)});d=new tg({rg:d,Yf:e});c=new jg({mf:c,rc:d});b.Id=c;break;case "BIGQUERY":b.wd=new wf({Re:new vf({table:L(a.table),overwrite:!!a.overwrite,append:!!a.append})});break;default:throw Error('Export destination "'+c+'" unknown');
515
515
  }a.workloadTag&&(b.workloadTag=a.workloadTag);return b};function L(a){return null!=a?String(a):null}function M(a){return null!=a?Number(a):null}
516
- var Bl=function(a){var b="DRIVE";if(null==a)return b;null!=a.outputBucket||null!=a.outputPrefix?b="GOOGLE_CLOUD_STORAGE":null!=a.assetId?b="ASSET":null!=a.mapName&&(b="FEATURE_VIEW");null!=a.table&&(b="BIGQUERY");return b},Il=function(a){var b=new fg({Ze:!!a.tfrecordCompressed,Wb:L(a.tfrecordMaxFileSize),gg:!!a.tfrecordSequenceData,Xe:!!a.tfrecordCollapseBands,Pf:M(a.tfrecordMaskedThreshold),defaultValue:M(a.tfrecordDefaultValue),cc:Hl(a.tfrecordPatchDimensions),Lf:Hl(a.tfrecordKernelSize),le:null});
517
- a=a.tfrecordTensorDepths;if(null!=a)if(t(a)){var c={};Fb(a,function(d,e){if("string"!==typeof e||"number"!==typeof d)throw Error('"tensorDepths" option must be an object of type Object<string, number>');c[e]=d});b.le=c}else throw Error('"tensorDepths" option needs to have the form Object<string, number>.');return b},Jl=function(a,b){var c=new yf({ja:null,ma:null,Jd:null,me:null,F:vk(a.fileFormat)});if("GEO_TIFF"===c.F){if(a.fileDimensions&&a.tiffFileDimensions)throw Error('Export cannot set both "fileDimensions" and "tiffFileDimensions".');
518
- var d=a.tiffShardSize||a.shardSize;var e=!!a.tiffCloudOptimized;var g=!(!a.skipEmptyTiles&&!a.tiffSkipEmptyFiles),f=Hl(a.fileDimensions||a.tiffFileDimensions);d=M(d);var l=a.tiffNoData;l=null!=l?new Yf({rf:Number(l)}):null;e=new Xf({We:e,mg:g,cc:f,tileSize:d,Rf:l});c.Jd=e}else"TF_RECORD_IMAGE"===c.F&&(c.me=Il(a));"GOOGLE_CLOUD_STORAGE"===b?c.ja=Cl(a):c.ma=Dl(a);return c},Kl=function(a,b){var c=new If({ja:null,ma:null,F:"MP4"});"GOOGLE_CLOUD_STORAGE"===b?c.ja=Cl(a):c.ma=Dl(a);return c},Ll=function(a){var b,
519
- c,d,e,g=M(null!=(b=a.endZoom)?b:a.maxZoom);b=M(null!=(c=a.startZoom)?c:a.minZoom);c=M(a.scale);var f=!(null!=(d=a.skipEmpty)?!d:!a.skipEmptyTiles);d=L(a.mapsApiKey);var l=Hl(null!=(e=a.dimensions)?e:a.tileDimensions);e=M(a.stride);var m=M(a.minTimeMachineZoomSubset);a=M(a.maxTimeMachineZoomSubset);a=null==m&&null==a?null:new Lg({start:null!=m?m:0,end:a});return new Bf({hf:g,og:b,scale:c,lg:f,Kf:d,dimensions:l,stride:e,Fg:a})},Hl=function(a){if(null==a)return null;var b=new Zf({height:0,width:0});
516
+ var Cl=function(a){var b="DRIVE";if(null==a)return b;null!=a.outputBucket||null!=a.outputPrefix?b="GOOGLE_CLOUD_STORAGE":null!=a.assetId?b="ASSET":null!=a.mapName&&(b="FEATURE_VIEW");null!=a.table&&(b="BIGQUERY");return b},Jl=function(a){var b=new Lg({Ze:!!a.tfrecordCompressed,Wb:L(a.tfrecordMaxFileSize),gg:!!a.tfrecordSequenceData,Xe:!!a.tfrecordCollapseBands,Pf:M(a.tfrecordMaskedThreshold),defaultValue:M(a.tfrecordDefaultValue),cc:Il(a.tfrecordPatchDimensions),Lf:Il(a.tfrecordKernelSize),le:null});
517
+ a=a.tfrecordTensorDepths;if(null!=a)if(t(a)){var c={};Fb(a,function(d,e){if("string"!==typeof e||"number"!==typeof d)throw Error('"tensorDepths" option must be an object of type Object<string, number>');c[e]=d});b.le=c}else throw Error('"tensorDepths" option needs to have the form Object<string, number>.');return b},Kl=function(a,b){var c=new dg({ja:null,ma:null,Jd:null,me:null,F:wk(a.fileFormat)});if("GEO_TIFF"===c.F){if(a.fileDimensions&&a.tiffFileDimensions)throw Error('Export cannot set both "fileDimensions" and "tiffFileDimensions".');
518
+ var d=a.tiffShardSize||a.shardSize;var e=!!a.tiffCloudOptimized;var g=!(!a.skipEmptyTiles&&!a.tiffSkipEmptyFiles),f=Il(a.fileDimensions||a.tiffFileDimensions);d=M(d);var l=a.tiffNoData;l=null!=l?new Dg({rf:Number(l)}):null;e=new Cg({We:e,mg:g,cc:f,tileSize:d,Rf:l});c.Jd=e}else"TF_RECORD_IMAGE"===c.F&&(c.me=Jl(a));"GOOGLE_CLOUD_STORAGE"===b?c.ja=Dl(a):c.ma=El(a);return c},Ll=function(a,b){var c=new ng({ja:null,ma:null,F:"MP4"});"GOOGLE_CLOUD_STORAGE"===b?c.ja=Dl(a):c.ma=El(a);return c},Ml=function(a){var b,
519
+ c,d,e,g=M(null!=(b=a.endZoom)?b:a.maxZoom);b=M(null!=(c=a.startZoom)?c:a.minZoom);c=M(a.scale);var f=!(null!=(d=a.skipEmpty)?!d:!a.skipEmptyTiles);d=L(a.mapsApiKey);var l=Il(null!=(e=a.dimensions)?e:a.tileDimensions);e=M(a.stride);var m=M(a.minTimeMachineZoomSubset);a=M(a.maxTimeMachineZoomSubset);a=null==m&&null==a?null:new qh({start:null!=m?m:0,end:a});return new gg({hf:g,og:b,scale:c,lg:f,Kf:d,dimensions:l,stride:e,Fg:a})},Il=function(a){if(null==a)return null;var b=new Eg({height:0,width:0});
520
520
  "string"===typeof a&&(-1!==a.indexOf("x")?a=a.split("x").map(Number):-1!==a.indexOf(",")&&(a=a.split(",").map(Number)));if(Array.isArray(a))if(2===a.length)b.height=a[0],b.width=a[1];else if(1===a.length)b.height=a[0],b.width=a[0];else throw Error("Unable to construct grid from dimensions: "+a);else if("number"!==typeof a||isNaN(a))if(t(a)&&null!=a.height&&null!=a.width)b.height=a.height,b.width=a.width;else throw Error("Unable to construct grid from dimensions: "+a);else b.height=a,b.width=a;return b},
521
- Cl=function(a){var b=null;null!=a.writePublicTiles&&(b=a.writePublicTiles?"PUBLIC":"DEFAULT_OBJECT_ACL");return new Ye({Ue:L(a.outputBucket),xa:L(a.outputPrefix),Ve:a.bucketCorsUris||null,permissions:b})},Dl=function(a){return new kf({tf:L(a.driveFolder),xa:L(a.driveFileNamePrefix)})},El=function(a){return new We({name:Hk(a.assetId)})},Fl=function(a){if(!a)return null;var b=a;"string"===typeof a&&(a=a.split(","));if(Array.isArray(a))return new Gg({Xf:(a||[]).map(Ml)});throw Error("Unable to build ranking rule from rules: "+
522
- JSON.stringify(b)+". Rules should either be a comma-separated string or list of strings.");},Ml=function(a){var b=new Fg({direction:null,ae:null,ce:null,be:null});a=a.trim();a=a.match(/^([\S]+.*)\s+(ASC|DESC)$/);if(null==a)throw Error("Ranking rule format is invalid. Each rule should be defined by a rule type and a direction (ASC or DESC), separated by a space. Valid rule types are: .geometryType, .minZoomLevel, or a feature property name.");var c=n(a);c.next();a=c.next().value;c=c.next().value;switch(c.toUpperCase()){case "ASC":b.direction=
523
- "ASCENDING";break;case "DESC":b.direction="DESCENDING";break;default:throw Error("Ranking rule direction '"+c+"' is invalid. Directions are: ASC, DESC.");}switch(a.trim()){case ".geometryType":b.be=new Cg({});break;case ".minZoomLevel":b.ce=new Eg({});break;default:b.ae=new Bg({attributeName:L(a)})}return b};var Nl=[],Ol=function(a){B(!Object.isSealed(a),"Cannot use getInstance() with a sealed constructor.");var b="Ef";if(a.Ef&&a.hasOwnProperty(b))return a.Ef;Nl.push(a);var c=new a;a.Ef=c;B(a.hasOwnProperty(b),"Could not instantiate singleton.");return c};var Ql=function(a,b,c,d,e,g){d=Pj(!g,!1,d||[]);Rj=a;Sj=d;null===a?Xj():Tj(function(){Vj(b,c,e||Fa(Pl,b,c))})};w("ee.data.authenticateViaOauth",Ql);var Rl=function(a,b,c,d,e){Ql(a,b,c,d,e)};w("ee.data.authenticate",Rl);var Pl=function(a,b){r.google.accounts.oauth2.initTokenClient({client_id:Rj,callback:Fa(Uj,a,b),scope:Sj.join(" ")}).requestAccessToken()};w("ee.data.authenticateViaPopup",Pl);
524
- var Sl=function(a,b,c,d,e){if("window"in r)throw Error("Use of private key authentication in the browser is insecure. Consider using OAuth, instead.");d=Pj(!e,!e,d||[]);Rj=a.client_email;Sj=d;var g=new google.auth.JWT(a.client_email,null,a.private_key,d,null);Qj=function(f,l){g.authorize(function(m,p){m?l({error:m}):l({access_token:p.access_token,token_type:p.token_type,expires_in:(p.expiry_date-Date.now())/1E3})})};Vj(b,c)};w("ee.data.authenticateViaPrivateKey",Sl);
525
- w("ee.data.setExpressionAugmenter",function(a){Tl=a||qc});var Tl=qc;w("ee.data.setAuthToken",function(a,b,c,d,e,g,f,l){e=Pj(!l,!1,e||[]);Rj=a;Sj=e;Uj(void 0,void 0,{token_type:b,access_token:c,state:e.join(" "),expires_in:d});!1===f?g&&g():Tj(function(){g&&g()})});w("ee.data.refreshAuthToken",Vj);w("ee.data.setAuthTokenRefresher",function(a){Qj=a});w("ee.data.getAuthToken",Lj);w("ee.data.clearAuthToken",Xj);w("ee.data.getAuthClientId",function(){return Rj});w("ee.data.getAuthScopes",function(){return Sj});
526
- w("ee.data.setDeadline",function(a){lk=a});w("ee.data.setParamAugmenter",function(a){fk=a||qc});
527
- var Ul=function(a){a=new K(a);return a.handle(a.Fc().list(Fj(),{prettyPrint:!1}).then(Ck))},Xl=function(a,b){if("string"===typeof a.image)throw Error("Image as JSON string not supported.");if(void 0!==a.version)throw Error("Image version specification not supported.");a=new sf({name:null,l:Tl(nl(a.image)),F:vk(a.format),da:yk(a.bands),ic:Bk(a)});var c={fields:"name"},d=Vl();d&&(c.workloadTag=d);b=new K(b);return b.handle(b.maps().create(Fj(),a,c).then(function(e){return Wl(e.name,"")}))};
528
- w("ee.data.getMapId",Xl);var Yl=function(a,b,c,d){if(!a.formatTileUrl){var e=Wl(a.mapid,a.token,a.urlFormat);a.urlFormat=e.urlFormat;a.formatTileUrl=e.formatTileUrl}return a.formatTileUrl(b,c,d)};w("ee.data.getTileUrl",Yl);
529
- var Wl=function(a,b,c){var d=void 0===c?"":c;d||(Dj(),c=ak,d=b?c+"/map/"+a+"/{z}/{x}/{y}?token="+b:c+"/v1/"+a+"/tiles/{z}/{x}/{y}");return{mapid:a,token:b,formatTileUrl:function(e,g,f){var l=Math.pow(2,f);e%=l;e=String(0>e?e+l:e);return d.replace("{x}",e).replace("{y}",g).replace("{z}",f)},urlFormat:d}},Zl=function(a,b){var c=a.visParams?Tl(nl(a.visParams)):null;a=new Mf({name:null,Nb:a.assetId,mapName:a.mapName,Cg:c});b=new K(b);return b.handle((new Tg(b.M)).create(Fj(),a,{fields:["name"]}).then(function(d){var e=
530
- d.name.split("/").pop();return{token:e,formatTileUrl:function(g,f,l){return ak+"/v1/"+d.name+"/tiles/"+l+"/"+g+"/"+f},rawTilesKey:e.substring(0,e.lastIndexOf("-"))}}))};w("ee.data.getFeatureViewTilesKey",Zl);
531
- var $l=function(a,b,c){c=new K(c);var d=Hk(a);a=c.handle;var e=c.assets();b=void 0===b?{}:b;var g=void 0===g?{}:g;e.j.C(d,RegExp("^projects/[^/]+/assets/.*$"));g=I(e.j,{body:null,B:"GET",D:"earthengine.projects.assets.listFeatures",path:"/"+e.m+"/"+d+":listFeatures",u:H(b,g),G:qg});return a.call(c,g)};w("ee.data.listFeatures",$l);
532
- var am=function(a,b){var c=new el(!0);a=pl(c,a);var d={};c=rl(c,a);Object.keys(c).length&&(d={__source_code_nodes__:c});c={l:Tl(a,d)};if(a=Vl())c.workloadTag=a;b=new K(b);return b.handle(ch(b.value(),Fj(),new $e(c)).then(function(e){return e.result}))};w("ee.data.computeValue",am);
533
- var bm=function(a,b){if("string"===typeof a.image)throw Error("Image as JSON string not supported.");if(void 0!==a.version)throw Error("Image version specification not supported.");if(void 0!==a.region)throw Error('"region" not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');if(void 0!==a.dimensions)throw Error('"dimensions" is not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');a=new Kg({name:null,l:Tl(nl(a.image)),F:vk(a.format),xa:a.name,da:yk(a.bands),
534
- ic:Bk(a),grid:null});var c={fields:"name"},d=Vl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new ah(b.M)).create(Fj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};w("ee.data.getThumbId",bm);
535
- var cm=function(a,b){var c=new Jf({framesPerSecond:a.framesPerSecond||null,maxFrames:a.maxFrames||null,maxPixelsPerFrame:a.maxPixelsPerFrame||null});a=new Og({name:null,l:Tl(nl(a.imageCollection)),F:vk(a.format),Pa:c,grid:null});c={fields:"name"};var d=Vl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new fh(b.M)).create(Fj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};w("ee.data.getVideoThumbId",cm);
536
- var dm=function(a,b){a=new Uf({name:null,l:Tl(nl(a.imageCollection)),F:vk(a.format),orientation:xk(a.orientation),grid:null});var c={fields:"name"},d=Vl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new Ug(b.M)).create(Fj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};w("ee.data.getFilmstripThumbId",dm);var em=function(a){return ak+"/v1/"+a.thumbid+":getPixels"};w("ee.data.makeThumbUrl",em);
537
- var gm=function(a,b){a=Object.assign({},a);a.id&&(a.image=new N(a.id));if("string"===typeof a.image)throw Error("Image as serialized JSON string not supported.");if(!a.image)throw Error("Missing ID or image parameter.");a.filePerBand=!1!==a.filePerBand;a.format=a.format||(a.filePerBand?"ZIPPED_GEO_TIFF_PER_BAND":"ZIPPED_GEO_TIFF");if(null!=a.region&&(null!=a.scale||null!=a.crs_transform)&&null!=a.dimensions)throw Error("Cannot specify (bounding region, crs_transform/scale, dimensions) simultaneously.");
538
- if("string"===typeof a.bands)try{a.bands=JSON.parse(a.bands)}catch(e){a.bands=yk(a.bands)}if(a.bands&&!Array.isArray(a.bands))throw Error("Bands parameter must be an array.");a.bands&&a.bands.every(function(e){return"string"===typeof e})&&(a.bands=a.bands.map(function(e){return{id:e}}));if(a.bands&&a.bands.some(function(e){return null==e.id}))throw Error("Each band dictionary must have an id.");"string"===typeof a.region&&(a.region=JSON.parse(a.region));if("string"===typeof a.crs_transform)try{a.crs_transform=
539
- JSON.parse(a.crs_transform)}catch(e){}var c=fm(a.image,a);a=new Kg({name:null,l:Tl(nl(c)),F:vk(a.format),xa:a.name,da:a.bands&&yk(a.bands.map(function(e){return e.id})),grid:null});c={fields:"name"};var d=Vl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new ah(b.M)).create(Fj(),a,c).then(function(e){return{docid:e.name,token:""}}))};w("ee.data.getDownloadId",gm);var hm=function(a){Dj();return ak+"/v1/"+a.docid+":getPixels"};w("ee.data.makeDownloadUrl",hm);
540
- var im=function(a,b){b=new K(b);var c=wk(a.format),d=Tl(nl(a.table)),e=null;if(null!=a.selectors)if("string"===typeof a.selectors)e=a.selectors.split(",");else if(Array.isArray(a.selectors)&&a.selectors.every(function(g){return"string"===typeof g}))e=a.selectors;else throw Error("'selectors' parameter must be an array of strings.");a=new Ig({name:null,l:d,F:c,selectors:e,filename:a.filename||null});c={fields:"name"};if(d=Vl())c.workloadTag=d;return b.handle((new $g(b.M)).create(Fj(),a,c).then(function(g){return{docid:g.name||
541
- "",token:""}}))};w("ee.data.getTableDownloadId",im);var jm=function(a){return ak+"/v1/"+a.docid+":getFeatures"};w("ee.data.makeTableDownloadUrl",jm);var km=function(a,b){var c=function(d){return Math.floor(Math.random()*Math.pow(2,4*d)).toString(16).padStart(d,"0")};a=fb(a||1).map(function(){return[c(8),c(4),"4"+c(3),(8+Math.floor(4*Math.random())).toString(16)+c(3),c(12)].join("-")});return b?b(a):a};w("ee.data.newTaskId",km);
542
- var lm=function(a){return a.name&&a.done&&a.error},nm=function(a,b){var c=mm(a).map(Tk);if(1===c.length)return a=(new K(b)).pd(lm),a.handle(a.Na().get(c[0]).then(function(e){return[Uk(e)]}));a=(new Kj(b)).pd(lm);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}),function(e){return c.map(function(g){return Uk(e[g])})})};w("ee.data.getTaskStatus",nm);
543
- var mm=function(a){if("string"===typeof a)return[a];if(Array.isArray(a))return a;throw Error("Invalid value: expected a string or an array of strings.");},pm=function(a){return om(void 0,a)};w("ee.data.getTaskList",pm);var om=function(a,b){return b?(qm(a,function(c,d){return b(c?{tasks:c.map(Uk)}:null,d)}),null):{tasks:qm(a).map(Uk)}};w("ee.data.getTaskListWithLimit",om);
544
- var qm=function(a,b){var c=[],d={pageSize:500},e=function(l){db(c,l.Na||[]);!l.nextPageToken||a&&c.length>=a?b&&b(a?c.slice(0,a):c):(d.pageToken=l.nextPageToken,g.handle(f.list(Fj(),d).then(e)));return null},g=new K(b?function(l,m){return m&&b(l,m)}:void 0),f=g.Na();g.handle(f.list(Fj(),d).then(e));return b?null:a?c.slice(0,a):c};w("ee.data.listOperations",qm);
545
- var rm=function(a,b){a=mm(a).map(Tk);var c=new Te;if(1===a.length)b=new K(b),b.handle(b.Na().cancel(a[0],c));else{b=new Kj(b);var d=b.Na();b.send(a.map(function(e){return[e,d.cancel(e,c)]}))}};w("ee.data.cancelOperation",rm);var sm=function(a,b){var c=mm(a).map(Tk);if(!Array.isArray(a))return a=(new K(b)).pd(lm),a.handle(a.Na().get(c[0]));a=(new Kj(b)).pd(lm);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}))};w("ee.data.getOperation",sm);
546
- var um=function(a,b){return tm(a,"CANCEL",b)};w("ee.data.cancelTask",um);var tm=function(a,b,c){if(!Mb(vm,b))throw Error("Invalid action: "+b);a=mm(a);a=a.map(Tk);rm(a,c);return null};w("ee.data.updateTask",tm);
547
- var Bm=function(a,b,c){b.id=a;var d=b.type;a=null!=b.sourceUrl?{__source_url__:b.sourceUrl}:{};if("workloadTag"in b)b.workloadTag||delete b.workloadTag;else{var e=Vl();e&&(b.workloadTag=e)}var g=new K(c);c=function(f){return g.handle(f.then(Vk))};switch(d){case "EXPORT_IMAGE":return b=wm(b,a),c(g.image().Ka(Fj(),b));case "EXPORT_FEATURES":return b=Gl(b),b.l=Tl(b.l,a),c(g.table().Ka(Fj(),b));case "EXPORT_VIDEO":return b=xm(b,a),c(g.video().Ka(Fj(),b));case "EXPORT_TILES":return b=ym(b,a),c(g.map().Ka(Fj(),
548
- b));case "EXPORT_VIDEO_MAP":return b=zm(b),c((new eh(g.M)).Ka(Fj(),b));case "EXPORT_CLASSIFIER":return b=Am(b,a),c((new Sg(g.M)).Ka(Fj(),b));default:throw Error("Unable to start processing for task of type "+d);}};w("ee.data.startProcessing",Bm);
549
- var wm=function(a,b){var c=Cm(a);if(null==c.element)throw Error('"element" not found in params '+c);var d=new wf({l:nl(c.element),description:L(c.description),oa:null,sa:null,grid:null,Qf:L(c.maxPixels),requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)}),e=Bl(c);switch(e){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":d.oa=Jl(c,e);break;case "ASSET":e=c.pyramidingPolicy||{};try{e=JSON.parse(e)}catch(f){}var g="PYRAMIDING_POLICY_UNSPECIFIED";"string"===typeof e?(g=e,e={}):e[".default"]&&(g=e[".default"],
550
- delete e[".default"]);c=new xf({Ha:El(c),pyramidingPolicy:g,Vf:Pb(e)?null:e,tileSize:M(c.shardSize)});d.sa=c;break;default:throw Error('Export destination "'+e+'" unknown');}d.l=Tl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},xm=function(a,b){var c=Dm(a);if(null==c.element)throw Error('"element" not found in params '+c);var d=new Kf({l:nl(c.element),description:L(c.description),Pa:new Jf({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:L(c.maxPixels)}),
551
- oa:null,requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)});d.oa=Kl(c,Bl(c));d.l=Tl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},ym=function(a,b){var c=a.scale;delete a.scale;var d=Cm(a);d.scale=c;if(null==d.element)throw Error('"element" not found in params '+d);c=new Af({l:nl(d.element),description:L(d.description),ec:Ll(d),dc:Jl(d,"GOOGLE_CLOUD_STORAGE"),requestId:L(d.id),O:M(d.maxWorkers),priority:M(d.priority)});c.l=Tl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);
552
- return c},zm=function(a){var b=a.scale;delete a.scale;var c=Dm(a);c.scale=b;if(null==c.element)throw Error('"element" not found in params '+c);b=new Hf({l:nl(c.element),description:L(c.description),Pa:new Jf({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:null}),ec:Ll(c),dc:Kl(c,"GOOGLE_CLOUD_STORAGE"),requestId:L(c.id),version:L(c.version),O:M(c.maxWorkers),priority:M(c.priority)});b.l=Tl(b.l);a.workloadTag&&(b.workloadTag=a.workloadTag);return b},Am=function(a,b){if(null==
553
- a.element)throw Error('"element" not found in params '+a);var c=Bl(a);if("ASSET"!=c)throw Error('Export destination "'+c+'" unknown');c=new vf({l:nl(a.element),description:L(a.description),requestId:L(a.id),sa:new Ve({Ha:El(a)}),O:M(a.maxWorkers),priority:M(a.priority)});c.l=Tl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);return c},Fm=function(a,b,c){b=Zk(b);var d=function(e){return e?Vk(e):null};return d(Em(a,b,c&&function(e,g){return c(d(e),g)}))};w("ee.data.startIngestion",Fm);
554
- var Em=function(a,b,c){b=new lg({Bf:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.image().import(Fj(),b))},Gm=function(a,b,c){b=new mg({qg:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.table().import(Fj(),b))},Hm=function(a,b,c){b=$k(b);var d=function(e){return e?Vk(e):null};return d(Gm(a,b,c&&function(e,g){return c(d(e),g)}))};w("ee.data.startTableIngestion",Hm);
555
- var Im=function(a,b){b=new K(b);a=Hk(a);return b.handle(b.assets().get(a,{prettyPrint:!1}).then(Ik))};w("ee.data.getAsset",Im);w("ee.data.getInfo",Im);var Jm=function(a,b,c,d){b=void 0===b?{}:b;d=void 0===d?qc:d;var e=Fk.test(a);c=new K(c);var g=e?new Qg(c.M):c.assets();a=e?"projects/"+Gk(a):Hk(a);return c.handle(g.Ud(a,b).then(d))},Km=function(a,b){return Jm(a.id,Pk(a),b,function(c){return null==c?null:Jk(c)})};w("ee.data.getList",Km);var Lm=function(a,b,c){b=void 0===b?{}:b;return Jm(a,b,c)};
556
- w("ee.data.listAssets",Lm);var Mm=function(a,b,c){b=void 0===b?{}:b;b=Ok(b);return Jm(a,b,c,function(d){if(null==d)return null;var e={};d.assets&&(e.images=d.assets);d.nextPageToken&&(e.nextPageToken=d.nextPageToken);return e})};w("ee.data.listImages",Mm);var Nm=function(a,b){b=new K(b);return b.handle((new Qg(b.M)).Ud(a||Fj()))};w("ee.data.listBuckets",Nm);var Om=function(a){a=new K(a);return a.handle((new Qg(a.M)).Ud(Fj()).then(Jk))};w("ee.data.getAssetRoots",Om);
557
- var Pm=function(a,b){var c="projects/"+Gk(a);a="projects/earthengine-legacy"===c?a:void 0;var d=new lf({type:"Folder"});b=new K(b);b.handle(b.assets().create(c,d,{assetId:a}).then(Ik))};w("ee.data.createAssetHome",Pm);
558
- var Qm=function(a,b,c,d,e){if(c)throw Error("Asset overwrite not supported.");if("string"===typeof a)throw Error("Asset cannot be specified as string.");b=a.name||b&&Hk(b);if(!b)throw Error("Either asset name or opt_path must be specified.");c=b.indexOf("/assets/");if(-1===c)throw Error("Asset name must contain /assets/.");a=Object.assign({},a);a.tilestoreEntry&&!a.tilestoreLocation&&(a.tilestoreLocation=a.tilestoreEntry,delete a.tilestoreEntry);a.tilestoreLocation&&(a.tilestoreLocation=new rf(a.tilestoreLocation));
559
- a.gcsLocation&&!a.cloudStorageLocation&&(a.cloudStorageLocation=a.gcsLocation,delete a.gcsLocation);a.cloudStorageLocation&&(a.cloudStorageLocation=new Ze(a.cloudStorageLocation));d&&!a.properties&&(a.properties=Object.assign({},d));d=n(["title","description"]);for(var g=d.next();!g.done;g=d.next())if(g=g.value,a[g]){var f={};a.properties=Object.assign((f[g]=a[g],f),a.properties||{});delete a[g]}a=new lf(a);d=b.slice(0,c);b=b.slice(c+8);a.id=null;a.name=null;a:switch(c=a.type,c){case "ImageCollection":c=
560
- "IMAGE_COLLECTION";break a;case "Folder":c="FOLDER"}a.type=c;e=new K(e);return e.handle(e.assets().create(d,a,{assetId:b}).then(Ik))};w("ee.data.createAsset",Qm);var Rm=function(a,b,c){return Qm({type:"Folder"},a,b,void 0,c)};w("ee.data.createFolder",Rm);var Sm=function(a,b,c){a=Hk(a);b=Hk(b);b=new ug({Qb:b});c=new K(c);c.handle(c.assets().move(a,b).then(Ik))};w("ee.data.renameAsset",Sm);
561
- var Tm=function(a,b,c,d){a=Hk(a);b=Hk(b);c=new df({Qb:b,overwrite:null!=c?c:null});d=new K(d);b=d.handle;var e=d.assets();var g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=I(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.copy",path:"/"+e.m+"/"+a+":copy",u:H(g,f),G:lf});b.call(d,g.then(Ik))};w("ee.data.copyAsset",Tm);var Um=function(a,b){b=new K(b);b.handle(b.assets().delete(Hk(a)))};w("ee.data.deleteAsset",Um);
562
- var Vm=function(a,b){a=Hk(a);var c=new $f;b=new K(b);var d=b.handle,e=b.assets(),g={prettyPrint:!1};g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=I(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.getIamPolicy",path:"/"+e.m+"/"+a+":getIamPolicy",u:H(g,f),G:Gf});return d.call(b,f.then(Qk))};w("ee.data.getAssetAcl",Vm);
563
- var Wm=function(a,b,c,d){b=new Ng({Nb:b,updateMask:(c||[]).join(",")});d=new K(d);c=d.handle;var e=d.assets();a=Hk(a);var g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=I(e.j,{body:b,B:"PATCH",D:"earthengine.projects.assets.patch",path:"/"+e.m+"/"+a,u:H(g,f),G:lf});return c.call(d,g.then(Ik))};w("ee.data.updateAsset",Wm);
564
- var Xm=function(a,b,c){a=Hk(a);b=Rk(b);b=new Hg({kb:b});c=new K(c);var d=c.handle,e=c.assets(),g={prettyPrint:!1};g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=I(e.j,{body:b,B:"POST",D:"earthengine.projects.assets.setIamPolicy",path:"/"+e.m+"/"+a+":setIamPolicy",u:H(g,f),G:Gf});d.call(c,f)};w("ee.data.setAssetAcl",Xm);
565
- var Ym=function(a,b,c){var d=Mk(b);b=Sc(d.i()).keys.filter(function(e){return"properties"!==e&&G(d,e)}).map(function(e){return e.replace(/([A-Z])/g,function(g,f){return"_"+f.toLowerCase()})}).concat(Object.keys(d.properties||{}).map(function(e){return'properties."'+e+'"'}));Wm(a,d,b,c)};w("ee.data.setAssetProperties",Ym);
566
- var Zm=function(a,b){var c=Hk(a);b=new K(b);var d=b.assets(),e=d.j.C;d.j.C=function(g,f){"^projects\\/[^/]+\\/assets\\/.+$"===f.source&&(f=RegExp("^projects/[^/]+/assets/.*$"));return e(g,f)};c=d.get(c,{prettyPrint:!1});return b.handle(c.then(function(g){if(!(g instanceof lf&&g.quota))throw Error(a+" is not a root folder.");g=g.quota;return{asset_count:{usage:Number(g.Pe||0),limit:Number(g.Nf||0)},asset_size:{usage:Number(g.sizeBytes||0),limit:Number(g.Wb||0)}}}))};w("ee.data.getAssetRootQuota",Zm);
567
- var $m=function(){this.default=this.tag=""};$m.prototype.get=function(){return this.tag};$m.prototype.set=function(a){this.tag=this.validate(a)};$m.prototype.reset=function(){this.tag=this.default};
568
- $m.prototype.validate=function(a){if(null==a||""===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 Vl=function(){return Ol($m).get()};w("ee.data.getWorkloadTag",Vl);var an=function(a){Ol($m).set(a)};w("ee.data.setWorkloadTag",an);
569
- var bn=function(a){var b=Ol($m);b.default=b.validate(a);Ol($m).set(a)};w("ee.data.setDefaultWorkloadTag",bn);var cn=function(a){a&&(a=Ol($m),a.default=a.validate(""));Ol($m).reset()};w("ee.data.resetWorkloadTag",cn);var vm={Hl:"CANCEL",Kl:"UPDATE"};var O=function(a,b,c){if(!(this instanceof O))return dn(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.zl=null};x(O,mk);w("ee.ComputedObject",O);O.prototype.Eh=function(){return this.zl};O.prototype.evaluate=function(a){if(!a||"function"!==typeof a)throw Error("evaluate() requires a callback function.");am(this,a)};
570
- O.prototype.evaluate=O.prototype.evaluate;O.prototype.V=function(a){return am(this,a)};O.prototype.getInfo=O.prototype.V;O.prototype.encode=function(a){if(null===this.I&&null===this.args)return{type:"ArgumentRef",value:this.U};var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=a(this.args[c]));b={type:"Invocation",arguments:b};a=a(this.I);b["string"===typeof a?"functionName":"function"]=a;return b};
571
- O.prototype.na=function(a){if(null===this.I&&null===this.args){a=this.U||a.Qi;if(!a)throw Error("A mapped function's arguments cannot be used in client-side operations");return new Le({Mb:a})}var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=pk(vl(a,this.args[c])));return"string"===typeof this.I?sk(String(this.I),b):this.I.Ed(a,b)};O.prototype.va=function(a){return(void 0===a?0:a)?jl(this):tl(this)};O.prototype.serialize=O.prototype.va;
572
- O.prototype.toString=function(){return"ee."+this.name()+"("+ll(this)+")"};w("ee.ComputedObject.prototype.toString",O.prototype.toString);O.prototype.name=function(){return"ComputedObject"};O.prototype.Gg=function(a,b){var c=Array.from(arguments);c[0]=this;a.apply(r,c);return this};O.prototype.aside=O.prototype.Gg;
573
- var en=function(a,b){if(b instanceof a.constructor)return b;var c=function(){};c.prototype=a.constructor.prototype;a=new c;a.I=b.I;a.args=b.args;a.U=b.U;return a},dn=function(a,b){function c(){return a.apply(this,b)}c.prototype=a.prototype;return new c};var fn={},gn=function(a,b){if(b==a)return!0;switch(a){case "Element":return"Element"==b||"Image"==b||"Feature"==b||"Collection"==b||"ImageCollection"==b||"FeatureCollection"==b;case "FeatureCollection":case "Collection":return"Collection"==b||"ImageCollection"==b||"FeatureCollection"==b;case "Object":return!0;default:return!1}},hn=function(a){return"number"===typeof a||a instanceof O&&"Number"==a.name()},jn=function(a){return"string"===typeof a||a instanceof O&&"String"==a.name()},kn=function(a){return t(a)&&
574
- "function"!==typeof a?(a=Object.getPrototypeOf(a),null!==a&&null===Object.getPrototypeOf(a)):!1},ln=function(a,b,c){c=void 0===c?!1:c;return 1===a.length&&kn(a[0])&&(a=b.args,c&&(a=a.slice(1)),a.length)?!(1===a.length||a[1].optional)||"Dictionary"!==a[0].type:!1};var mn=function(){if(!(this instanceof mn))return new mn};x(mn,mk);w("ee.Function",mn);var nn=qc;mn.prototype.call=function(a){return this.apply(on(this,Array.prototype.slice.call(arguments,0)))};mn.prototype.call=mn.prototype.call;mn.prototype.apply=function(a){a=new O(this,pn(this,a));return nn(a,this.Z().returns)};mn.prototype.apply=mn.prototype.apply;
575
- var qn=function(a,b,c){var d=void 0!==b,e=a.Z();if(ln(c,e,d)){if(c=Rb(c[0]),d){d=e.args[0].name;if(d in c)throw Error("Named args for "+e.name+" can't contain keyword "+d);c[d]=b}}else c=on(a,d?[b].concat(c):c);return a.apply(c)},pn=function(a,b){for(var c=a.Z().args,d={},e={},g=0;g<c.length;g++){var f=c[g].name;if(f in b&&void 0!==b[f])d[f]=nn(b[f],c[g].type);else if(!c[g].optional)throw Error("Required argument ("+f+") missing to function: "+a);e[f]=!0}c=[];for(var l in b)e[l]||c.push(l);if(0<c.length)throw Error("Unrecognized arguments ("+
576
- c+") to function: "+a);return d},on=function(a,b){var c=a.Z().args;if(c.length<b.length)throw Error("Too many ("+b.length+") arguments to function: "+a);a={};for(var d=0;d<b.length;d++)a[c[d].name]=b[d];return a};
577
- mn.prototype.toString=function(a,b){var c=this.Z(),d=[];d.push(a||c.name);d.push("(");d.push(Wa(c.args.slice(b?1:0),function(g){return g.name}).join(", "));d.push(")\n");d.push("\n");c.description?d.push(c.description):d.push("Undocumented.");d.push("\n");if(c.args.length)for(d.push("\nArgs:\n"),a=0;a<c.args.length;a++){b&&0==a?d.push(" this:"):d.push("\n ");var e=c.args[a];d.push(e.name);d.push(" (");d.push(e.type);e.optional&&d.push(", optional");d.push("): ");e.description?d.push(e.description):
578
- d.push("Undocumented.")}return d.join("")};mn.prototype.va=function(a){return(void 0===a?0:a)?jl(this):tl(this)};var P=function(a,b){if(void 0===b)return rn(a);if(!(this instanceof P))return dn(P,arguments);this.xb=Sb(b);this.xb.name=a};x(P,mn);w("ee.ApiFunction",P);var Q=function(a,b){return mn.prototype.call.apply(rn(a),Array.prototype.slice.call(arguments,1))};w("ee.ApiFunction._call",Q);var sn=function(a,b){return rn(a).apply(b)};w("ee.ApiFunction._apply",sn);P.prototype.encode=function(){return this.xb.name};P.prototype.Ed=function(a,b){return sk(this.xb.name,b)};P.prototype.Z=function(){return this.xb};
579
- var tn=null,un={},wn=function(){vn();return Hb(tn,function(a){return a.Z()})},xn=function(){vn();return Gb(tn,function(a,b){return!un[b]})},rn=function(a){var b=yn(a);if(!b)throw Error("Unknown built-in function name: "+a);return b};w("ee.ApiFunction.lookup",rn);
580
- var yn=function(a){vn();return tn[a]||null},vn=function(a,b){if(tn)a&&a();else{var c=function(d,e){e?b&&b(Error(e)):(tn=Hb(d,function(g,f){g.returns=g.returns.replace(/<.*>/,"");for(var l=0;l<g.args.length;l++)g.args[l].type=g.args[l].type.replace(/<.*>/,"");return new P(f,g)}),a&&a())};a?Ul(c):c(Ul())}},zn=function(a,b,c,d){vn();var e=d||"";Fb(tn,function(g,f){var l=f.split(".");if(2==l.length&&l[0]==b){l=e+l[1];var m=g.Z();un[f]=!0;var p=!1;m.args.length&&(f=m.args[0].type,p="Object"!=f&&gn(f,c));
581
- f=p?a.prototype:a;l in f&&!f[l].signature||(f[l]=function(v){return qn(g,p?this:void 0,Array.prototype.slice.call(arguments,0))},f[l].toString=u(g.toString,g,l,p),f[l].signature=m)}})},An=function(a){var b=function(c){for(var d in c)"function"===typeof c[d]&&c[d].signature&&delete c[d]};b(a);b(a.prototype||{})};var R=function(a,b){var c=Bn(a),d=Wa(c,function(m){return m.replace(/^opt_/,"")});a=(a=r.EXPORTED_FN_INFO?r.EXPORTED_FN_INFO[a.toString()].name.split(".").pop()+"()":null)?" to function "+a:"";var e={},g=b[0],f=t(g)&&"function"!==typeof g&&!Array.isArray(g)&&"Object"===Object.getPrototypeOf(g).constructor.name;if(1<b.length||!f){if(b.length>d.length)throw Error("Received too many arguments"+a+". Expected at most "+d.length+" but got "+b.length+".");for(g=0;g<b.length;g++)e[d[g]]=b[g]}else{f=new Ic(Lb(g));
582
- var l=new Ic(d);if(Kc(l,f).isEmpty())e[d[0]]=b[0];else{b=Lc(f,l);if(0!==b.size)throw Error("Unexpected arguments"+a+": "+Array.from(b.values()).join(", "));e=Rb(g)}}b=new Ic(Lb(e));c=Lc(new Ic(Va(c,function(m){return 0!=m.lastIndexOf("opt_",0)})),b);if(0!==c.size)throw Error("Missing required arguments"+a+": "+Array.from(c.values()).join(", "));return e},Bn=function(a){var b=Cn,c=[];r.EXPORTED_FN_INFO?(a=r.EXPORTED_FN_INFO[a.toString()],t(a)||Dn(),c=a.paramNames,Array.isArray(c)||Dn()):(a=a.toString().replace(En,
583
- "").match(b),null===a&&Dn(),c=(a[1].split(",")||[]).map(function(d){return d.replace(Fn,"")}));return c},Dn=function(){throw Error("Failed to locate function parameters.");},En=/((\/\/.*$)|(\/\*[\s\S]*?\*\/)|(\s))/mg,Cn=/^function[^\(]*\(([^\)]*)\)/m,Fn=/=.*$/;var S=function(a,b,c){O.call(this,a,b,c);Gn()};x(S,O);w("ee.Element",S);var Hn=!1,Gn=function(){Hn||(zn(S,"Element","Element"),Hn=!0)};S.prototype.name=function(){return"Element"};
584
- S.prototype.set=function(a){var b;if(1>=arguments.length){var c=arguments[0];if(b=kn(c))a:{b=Lb(c);var d=["properties"];if(ya(b)&&ya(d)&&b.length==d.length){for(var e=b.length,g=0;g<e;g++)if(b[g]!==d[g]){b=!1;break a}b=!0}else b=!1}b&&t(c.properties)&&(c=c.properties);if(kn(c)){b=this;for(var f in c)d=c[f],b=Q("Element.set",b,f,d)}else if(c instanceof O&&yn("Element.setMulti"))b=Q("Element.setMulti",this,c);else throw Error("When Element.set() is passed one argument, it must be a dictionary.");}else{if(0!=
585
- arguments.length%2)throw Error("When Element.set() is passed multiple arguments, there must be an even number of them.");b=this;for(c=0;c<arguments.length;c+=2)f=arguments[c],d=arguments[c+1],b=Q("Element.set",b,f,d)}return en(this,b)};S.prototype.set=S.prototype.set;var T=function(a,b,c,d){if(!(this instanceof T))return dn(T,arguments);if(!("type"in a)){var e=R(T,arguments);a=e.geoJson;b=e.proj;c=e.geodesic;d=e.evenOdd}In();e=null!=b||null!=c||null!=d;if(a instanceof O&&!(a instanceof T&&a.ob)){if(e)throw Error("Setting the CRS, geodesic, or evenOdd flag on a computed Geometry is not supported. Use Geometry.transform().");O.call(this,a.I,a.args,a.U)}else{a instanceof T&&(a=a.encode());if(!Jn(a))throw Error("Invalid GeoJSON geometry: "+JSON.stringify(a));O.call(this,
586
- null,null);this.ob=a.type;this.dh=null!=a.coordinates?Sb(a.coordinates):null;this.Dh=a.geometries||null;if(null!=b)this.ac=b;else if("crs"in a)if(t(a.crs)&&"name"==a.crs.type&&t(a.crs.properties)&&"string"===typeof a.crs.properties.name)this.ac=a.crs.properties.name;else throw Error("Invalid CRS declaration in GeoJSON: "+(new wi).va(a.crs));this.qc=c;void 0===this.qc&&"geodesic"in a&&(this.qc=!!a.geodesic);this.oc=d;void 0===this.oc&&"evenOdd"in a&&(this.oc=!!a.evenOdd)}};x(T,O);w("ee.Geometry",T);
587
- var Kn=!1,In=function(){Kn||(zn(T,"Geometry","Geometry"),Kn=!0)},Ln=function(a,b){if(!(this instanceof Ln))return Mn(Ln,arguments);var c=Nn(Ln,"Point",1,arguments);if(!(c instanceof O)){var d=c.coordinates;if(!Array.isArray(d)||2!=d.length)throw Error("The Geometry.Point constructor requires 2 coordinates.");}T.call(this,c)};x(Ln,T);T.Point=Ln;var On=function(a,b){if(!(this instanceof On))return Mn(On,arguments);T.call(this,Nn(On,"MultiPoint",2,arguments))};x(On,T);T.MultiPoint=On;
588
- var Pn=function(a,b,c,d){if(!(this instanceof Pn))return Mn(Pn,arguments);var e=Nn(Pn,"Rectangle",2,arguments);if(!(e instanceof O)){var g=e.coordinates;if(2!=g.length)throw Error("The Geometry.Rectangle constructor requires 2 points or 4 coordinates.");var f=g[0][0],l=g[0][1],m=g[1][0];g=g[1][1];e.coordinates=[[[f,g],[f,l],[m,l],[m,g]]];e.type="Polygon"}T.call(this,e)};x(Pn,T);T.Rectangle=Pn;
589
- var Qn=function(a,b,c,d){if(!(this instanceof Qn))return Mn(Qn,arguments);var e=R(Qn,arguments);a=e.west;b=e.south;c=e.east;d=e.north;e=[a,b,c,d];if(Rn(e)){var g;return(g=new P("GeometryConstructors.BBox")).call.apply(g,ka(e))}if(!(Infinity>a))throw Error("Geometry.BBox: west must not be "+a);if(!(-Infinity<c))throw Error("Geometry.BBox: east must not be "+c);if(!(90>=b))throw Error("Geometry.BBox: south must be at most +90\u00b0, but was "+b+"\u00b0");if(!(-90<=d))throw Error("Geometry.BBox: north must be at least -90\u00b0, but was "+
590
- d+"\u00b0");b=Math.max(b,-90);d=Math.min(d,90);360<=c-a?(a=-180,c=180):(a=Sn(a),c=Sn(c),c<a&&(c+=360));T.call(this,{type:"Polygon",coordinates:[[[a,d],[a,b],[c,b],[c,d]]]},void 0,!1,!0)};x(Qn,Pn);T.BBox=Qn;var Sn=function(a){a%=360;180<a?a-=360:-180>a&&(a+=360);return a},Tn=function(a,b,c,d){if(!(this instanceof Tn))return Mn(Tn,arguments);T.call(this,Nn(Tn,"LineString",2,arguments))};x(Tn,T);T.LineString=Tn;
591
- var Un=function(a,b,c,d){if(!(this instanceof Un))return Mn(Un,arguments);T.call(this,Nn(Un,"LinearRing",2,arguments))};x(Un,T);T.LinearRing=Un;var Vn=function(a,b,c,d){if(!(this instanceof Vn))return Mn(Vn,arguments);T.call(this,Nn(Vn,"MultiLineString",3,arguments))};x(Vn,T);T.MultiLineString=Vn;var Wn=function(a,b,c,d,e){if(!(this instanceof Wn))return Mn(Wn,arguments);T.call(this,Nn(Wn,"Polygon",3,arguments))};x(Wn,T);T.Polygon=Wn;
592
- var Xn=function(a,b,c,d,e){if(!(this instanceof Xn))return Mn(Xn,arguments);T.call(this,Nn(Xn,"MultiPolygon",4,arguments))};x(Xn,T);T.MultiPolygon=Xn;
521
+ Dl=function(a){var b=null;null!=a.writePublicTiles&&(b=a.writePublicTiles?"PUBLIC":"DEFAULT_OBJECT_ACL");return new Ef({Ue:L(a.outputBucket),xa:L(a.outputPrefix),Ve:a.bucketCorsUris||null,permissions:b})},El=function(a){return new Qf({tf:L(a.driveFolder),xa:L(a.driveFileNamePrefix)})},Fl=function(a){return new Cf({name:Ik(a.assetId)})},Gl=function(a){if(!a)return null;var b=a;"string"===typeof a&&(a=a.split(","));if(Array.isArray(a))return new lh({Xf:(a||[]).map(Nl)});throw Error("Unable to build ranking rule from rules: "+
522
+ JSON.stringify(b)+". Rules should either be a comma-separated string or list of strings.");},Nl=function(a){var b=new kh({direction:null,ae:null,ce:null,be:null});a=a.trim();a=a.match(/^([\S]+.*)\s+(ASC|DESC)$/);if(null==a)throw Error("Ranking rule format is invalid. Each rule should be defined by a rule type and a direction (ASC or DESC), separated by a space. Valid rule types are: .geometryType, .minZoomLevel, or a feature property name.");var c=n(a);c.next();a=c.next().value;c=c.next().value;switch(c.toUpperCase()){case "ASC":b.direction=
523
+ "ASCENDING";break;case "DESC":b.direction="DESCENDING";break;default:throw Error("Ranking rule direction '"+c+"' is invalid. Directions are: ASC, DESC.");}switch(a.trim()){case ".geometryType":b.be=new hh({});break;case ".minZoomLevel":b.ce=new jh({});break;default:b.ae=new gh({attributeName:L(a)})}return b};var Ol=[],Pl=function(a){B(!Object.isSealed(a),"Cannot use getInstance() with a sealed constructor.");var b="Ef";if(a.Ef&&a.hasOwnProperty(b))return a.Ef;Ol.push(a);var c=new a;a.Ef=c;B(a.hasOwnProperty(b),"Could not instantiate singleton.");return c};var Rl=function(a,b,c,d,e,g){d=Qj(!g,!1,d||[]);Sj=a;Tj=d;null===a?Yj():Uj(function(){Wj(b,c,e||Fa(Ql,b,c))})};w("ee.data.authenticateViaOauth",Rl);var Sl=function(a,b,c,d,e){Rl(a,b,c,d,e)};w("ee.data.authenticate",Sl);var Ql=function(a,b){r.google.accounts.oauth2.initTokenClient({client_id:Sj,callback:Fa(Vj,a,b),scope:Tj.join(" ")}).requestAccessToken()};w("ee.data.authenticateViaPopup",Ql);
524
+ var Tl=function(a,b,c,d,e){if("window"in r)throw Error("Use of private key authentication in the browser is insecure. Consider using OAuth, instead.");d=Qj(!e,!e,d||[]);Sj=a.client_email;Tj=d;var g=new google.auth.JWT(a.client_email,null,a.private_key,d,null);Rj=function(f,l){g.authorize(function(m,p){m?l({error:m}):l({access_token:p.access_token,token_type:p.token_type,expires_in:(p.expiry_date-Date.now())/1E3})})};Wj(b,c)};w("ee.data.authenticateViaPrivateKey",Tl);
525
+ w("ee.data.setExpressionAugmenter",function(a){Ul=a||qc});var Ul=qc;w("ee.data.setAuthToken",function(a,b,c,d,e,g,f,l){e=Qj(!l,!1,e||[]);Sj=a;Tj=e;Vj(void 0,void 0,{token_type:b,access_token:c,state:e.join(" "),expires_in:d});!1===f?g&&g():Uj(function(){g&&g()})});w("ee.data.refreshAuthToken",Wj);w("ee.data.setAuthTokenRefresher",function(a){Rj=a});w("ee.data.getAuthToken",Mj);w("ee.data.clearAuthToken",Yj);w("ee.data.getAuthClientId",function(){return Sj});w("ee.data.getAuthScopes",function(){return Tj});
526
+ w("ee.data.setDeadline",function(a){mk=a});w("ee.data.setParamAugmenter",function(a){gk=a||qc});
527
+ var Vl=function(a){a=new K(a);return a.handle(a.Fc().list(Gj(),{prettyPrint:!1}).then(Dk))},Yl=function(a,b){if("string"===typeof a.image)throw Error("Image as JSON string not supported.");if(void 0!==a.version)throw Error("Image version specification not supported.");a=new Yf({name:null,l:Ul(ol(a.image)),F:wk(a.format),da:zk(a.bands),ic:Ck(a)});var c={fields:"name"},d=Wl();d&&(c.workloadTag=d);b=new K(b);return b.handle(b.maps().create(Gj(),a,c).then(function(e){return Xl(e.name,"")}))};
528
+ w("ee.data.getMapId",Yl);var Zl=function(a,b,c,d){if(!a.formatTileUrl){var e=Xl(a.mapid,a.token,a.urlFormat);a.urlFormat=e.urlFormat;a.formatTileUrl=e.formatTileUrl}return a.formatTileUrl(b,c,d)};w("ee.data.getTileUrl",Zl);
529
+ var Xl=function(a,b,c){var d=void 0===c?"":c;d||(Ej(),c=bk,d=b?c+"/map/"+a+"/{z}/{x}/{y}?token="+b:c+"/v1/"+a+"/tiles/{z}/{x}/{y}");return{mapid:a,token:b,formatTileUrl:function(e,g,f){var l=Math.pow(2,f);e%=l;e=String(0>e?e+l:e);return d.replace("{x}",e).replace("{y}",g).replace("{z}",f)},urlFormat:d}},$l=function(a,b){var c=a.visParams?Ul(ol(a.visParams)):null;a=new rg({name:null,Nb:a.assetId,mapName:a.mapName,Cg:c});b=new K(b);return b.handle((new yh(b.M)).create(Gj(),a,{fields:["name"]}).then(function(d){var e=
530
+ d.name.split("/").pop();return{token:e,formatTileUrl:function(g,f,l){return bk+"/v1/"+d.name+"/tiles/"+l+"/"+g+"/"+f},rawTilesKey:e.substring(0,e.lastIndexOf("-"))}}))};w("ee.data.getFeatureViewTilesKey",$l);
531
+ var am=function(a,b,c){c=new K(c);var d=Ik(a);a=c.handle;var e=c.assets();b=void 0===b?{}:b;var g=void 0===g?{}:g;e.j.C(d,RegExp("^projects/[^/]+/assets/.*$"));g=I(e.j,{body:null,B:"GET",D:"earthengine.projects.assets.listFeatures",path:"/"+e.m+"/"+d+":listFeatures",u:H(b,g),G:Wg});return a.call(c,g)};w("ee.data.listFeatures",am);
532
+ var bm=function(a,b){var c=new fl(!0);a=ql(c,a);var d={};c=sl(c,a);Object.keys(c).length&&(d={__source_code_nodes__:c});c={l:Ul(a,d)};if(a=Wl())c.workloadTag=a;b=new K(b);return b.handle(Ih(b.value(),Gj(),new Gf(c)).then(function(e){return e.result}))};w("ee.data.computeValue",bm);
533
+ var cm=function(a,b){if("string"===typeof a.image)throw Error("Image as JSON string not supported.");if(void 0!==a.version)throw Error("Image version specification not supported.");if(void 0!==a.region)throw Error('"region" not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');if(void 0!==a.dimensions)throw Error('"dimensions" is not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');a=new ph({name:null,l:Ul(ol(a.image)),F:wk(a.format),xa:a.name,da:zk(a.bands),
534
+ ic:Ck(a),grid:null});var c={fields:"name"},d=Wl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new Gh(b.M)).create(Gj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};w("ee.data.getThumbId",cm);
535
+ var dm=function(a,b){var c=new og({framesPerSecond:a.framesPerSecond||null,maxFrames:a.maxFrames||null,maxPixelsPerFrame:a.maxPixelsPerFrame||null});a=new th({name:null,l:Ul(ol(a.imageCollection)),F:wk(a.format),Pa:c,grid:null});c={fields:"name"};var d=Wl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new Lh(b.M)).create(Gj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};w("ee.data.getVideoThumbId",dm);
536
+ var em=function(a,b){a=new zg({name:null,l:Ul(ol(a.imageCollection)),F:wk(a.format),orientation:yk(a.orientation),grid:null});var c={fields:"name"},d=Wl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new zh(b.M)).create(Gj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};w("ee.data.getFilmstripThumbId",em);var fm=function(a){return bk+"/v1/"+a.thumbid+":getPixels"};w("ee.data.makeThumbUrl",fm);
537
+ var hm=function(a,b){a=Object.assign({},a);a.id&&(a.image=new N(a.id));if("string"===typeof a.image)throw Error("Image as serialized JSON string not supported.");if(!a.image)throw Error("Missing ID or image parameter.");a.filePerBand=!1!==a.filePerBand;a.format=a.format||(a.filePerBand?"ZIPPED_GEO_TIFF_PER_BAND":"ZIPPED_GEO_TIFF");if(null!=a.region&&(null!=a.scale||null!=a.crs_transform)&&null!=a.dimensions)throw Error("Cannot specify (bounding region, crs_transform/scale, dimensions) simultaneously.");
538
+ if("string"===typeof a.bands)try{a.bands=JSON.parse(a.bands)}catch(e){a.bands=zk(a.bands)}if(a.bands&&!Array.isArray(a.bands))throw Error("Bands parameter must be an array.");a.bands&&a.bands.every(function(e){return"string"===typeof e})&&(a.bands=a.bands.map(function(e){return{id:e}}));if(a.bands&&a.bands.some(function(e){return null==e.id}))throw Error("Each band dictionary must have an id.");"string"===typeof a.region&&(a.region=JSON.parse(a.region));if("string"===typeof a.crs_transform)try{a.crs_transform=
539
+ JSON.parse(a.crs_transform)}catch(e){}var c=gm(a.image,a);a=new ph({name:null,l:Ul(ol(c)),F:wk(a.format),xa:a.name,da:a.bands&&zk(a.bands.map(function(e){return e.id})),grid:null});c={fields:"name"};var d=Wl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new Gh(b.M)).create(Gj(),a,c).then(function(e){return{docid:e.name,token:""}}))};w("ee.data.getDownloadId",hm);var im=function(a){Ej();return bk+"/v1/"+a.docid+":getPixels"};w("ee.data.makeDownloadUrl",im);
540
+ var jm=function(a,b){b=new K(b);var c=xk(a.format),d=Ul(ol(a.table)),e=null;if(null!=a.selectors)if("string"===typeof a.selectors)e=a.selectors.split(",");else if(Array.isArray(a.selectors)&&a.selectors.every(function(g){return"string"===typeof g}))e=a.selectors;else throw Error("'selectors' parameter must be an array of strings.");a=new nh({name:null,l:d,F:c,selectors:e,filename:a.filename||null});c={fields:"name"};if(d=Wl())c.workloadTag=d;return b.handle((new Fh(b.M)).create(Gj(),a,c).then(function(g){return{docid:g.name||
541
+ "",token:""}}))};w("ee.data.getTableDownloadId",jm);var km=function(a){return bk+"/v1/"+a.docid+":getFeatures"};w("ee.data.makeTableDownloadUrl",km);var lm=function(a,b){var c=function(d){return Math.floor(Math.random()*Math.pow(2,4*d)).toString(16).padStart(d,"0")};a=fb(a||1).map(function(){return[c(8),c(4),"4"+c(3),(8+Math.floor(4*Math.random())).toString(16)+c(3),c(12)].join("-")});return b?b(a):a};w("ee.data.newTaskId",lm);
542
+ var mm=function(a){return a.name&&a.done&&a.error},om=function(a,b){var c=nm(a).map(Uk);if(1===c.length)return a=(new K(b)).pd(mm),a.handle(a.Na().get(c[0]).then(function(e){return[Vk(e)]}));a=(new Lj(b)).pd(mm);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}),function(e){return c.map(function(g){return Vk(e[g])})})};w("ee.data.getTaskStatus",om);
543
+ var nm=function(a){if("string"===typeof a)return[a];if(Array.isArray(a))return a;throw Error("Invalid value: expected a string or an array of strings.");},qm=function(a){return pm(void 0,a)};w("ee.data.getTaskList",qm);var pm=function(a,b){return b?(rm(a,function(c,d){return b(c?{tasks:c.map(Vk)}:null,d)}),null):{tasks:rm(a).map(Vk)}};w("ee.data.getTaskListWithLimit",pm);
544
+ var rm=function(a,b){var c=[],d={pageSize:500},e=function(l){db(c,l.Na||[]);!l.nextPageToken||a&&c.length>=a?b&&b(a?c.slice(0,a):c):(d.pageToken=l.nextPageToken,g.handle(f.list(Gj(),d).then(e)));return null},g=new K(b?function(l,m){return m&&b(l,m)}:void 0),f=g.Na();g.handle(f.list(Gj(),d).then(e));return b?null:a?c.slice(0,a):c};w("ee.data.listOperations",rm);
545
+ var sm=function(a,b){a=nm(a).map(Uk);var c=new zf;if(1===a.length)b=new K(b),b.handle(b.Na().cancel(a[0],c));else{b=new Lj(b);var d=b.Na();b.send(a.map(function(e){return[e,d.cancel(e,c)]}))}};w("ee.data.cancelOperation",sm);var tm=function(a,b){var c=nm(a).map(Uk);if(!Array.isArray(a))return a=(new K(b)).pd(mm),a.handle(a.Na().get(c[0]));a=(new Lj(b)).pd(mm);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}))};w("ee.data.getOperation",tm);
546
+ var vm=function(a,b){return um(a,"CANCEL",b)};w("ee.data.cancelTask",vm);var um=function(a,b,c){if(!Mb(wm,b))throw Error("Invalid action: "+b);a=nm(a);a=a.map(Uk);sm(a,c);return null};w("ee.data.updateTask",um);
547
+ var Cm=function(a,b,c){b.id=a;var d=b.type;a=null!=b.sourceUrl?{__source_url__:b.sourceUrl}:{};if("workloadTag"in b)b.workloadTag||delete b.workloadTag;else{var e=Wl();e&&(b.workloadTag=e)}var g=new K(c);c=function(f){return g.handle(f.then(Wk))};switch(d){case "EXPORT_IMAGE":return b=xm(b,a),c(g.image().Ka(Gj(),b));case "EXPORT_FEATURES":return b=Hl(b),b.l=Ul(b.l,a),c(g.table().Ka(Gj(),b));case "EXPORT_VIDEO":return b=ym(b,a),c(g.video().Ka(Gj(),b));case "EXPORT_TILES":return b=zm(b,a),c(g.map().Ka(Gj(),
548
+ b));case "EXPORT_VIDEO_MAP":return b=Am(b),c((new Kh(g.M)).Ka(Gj(),b));case "EXPORT_CLASSIFIER":return b=Bm(b,a),c((new xh(g.M)).Ka(Gj(),b));default:throw Error("Unable to start processing for task of type "+d);}};w("ee.data.startProcessing",Cm);
549
+ var xm=function(a,b){var c=Dm(a);if(null==c.element)throw Error('"element" not found in params '+c);var d=new bg({l:ol(c.element),description:L(c.description),oa:null,sa:null,grid:null,Qf:L(c.maxPixels),requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)}),e=Cl(c);switch(e){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":d.oa=Kl(c,e);break;case "ASSET":e=c.pyramidingPolicy||{};try{e=JSON.parse(e)}catch(f){}var g="PYRAMIDING_POLICY_UNSPECIFIED";"string"===typeof e?(g=e,e={}):e[".default"]&&(g=e[".default"],
550
+ delete e[".default"]);c=new cg({Ha:Fl(c),pyramidingPolicy:g,Vf:Pb(e)?null:e,tileSize:M(c.shardSize)});d.sa=c;break;default:throw Error('Export destination "'+e+'" unknown');}d.l=Ul(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},ym=function(a,b){var c=Em(a);if(null==c.element)throw Error('"element" not found in params '+c);var d=new pg({l:ol(c.element),description:L(c.description),Pa:new og({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:L(c.maxPixels)}),
551
+ oa:null,requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)});d.oa=Ll(c,Cl(c));d.l=Ul(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},zm=function(a,b){var c=a.scale;delete a.scale;var d=Dm(a);d.scale=c;if(null==d.element)throw Error('"element" not found in params '+d);c=new fg({l:ol(d.element),description:L(d.description),ec:Ml(d),dc:Kl(d,"GOOGLE_CLOUD_STORAGE"),requestId:L(d.id),O:M(d.maxWorkers),priority:M(d.priority)});c.l=Ul(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);
552
+ return c},Am=function(a){var b=a.scale;delete a.scale;var c=Em(a);c.scale=b;if(null==c.element)throw Error('"element" not found in params '+c);b=new mg({l:ol(c.element),description:L(c.description),Pa:new og({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:null}),ec:Ml(c),dc:Ll(c,"GOOGLE_CLOUD_STORAGE"),requestId:L(c.id),version:L(c.version),O:M(c.maxWorkers),priority:M(c.priority)});b.l=Ul(b.l);a.workloadTag&&(b.workloadTag=a.workloadTag);return b},Bm=function(a,b){if(null==
553
+ a.element)throw Error('"element" not found in params '+a);var c=Cl(a);if("ASSET"!=c)throw Error('Export destination "'+c+'" unknown');c=new ag({l:ol(a.element),description:L(a.description),requestId:L(a.id),sa:new Bf({Ha:Fl(a)}),O:M(a.maxWorkers),priority:M(a.priority)});c.l=Ul(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);return c},Gm=function(a,b,c){b=$k(b);var d=function(e){return e?Wk(e):null};return d(Fm(a,b,c&&function(e,g){return c(d(e),g)}))};w("ee.data.startIngestion",Gm);
554
+ var Fm=function(a,b,c){b=new Rg({Bf:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.image().import(Gj(),b))},Hm=function(a,b,c){b=new Sg({qg:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.table().import(Gj(),b))},Im=function(a,b,c){b=al(b);var d=function(e){return e?Wk(e):null};return d(Hm(a,b,c&&function(e,g){return c(d(e),g)}))};w("ee.data.startTableIngestion",Im);
555
+ var Jm=function(a,b){b=new K(b);a=Ik(a);return b.handle(b.assets().get(a,{prettyPrint:!1}).then(Jk))};w("ee.data.getAsset",Jm);w("ee.data.getInfo",Jm);var Km=function(a,b,c,d){b=void 0===b?{}:b;d=void 0===d?qc:d;var e=Gk.test(a);c=new K(c);var g=e?new vh(c.M):c.assets();a=e?"projects/"+Hk(a):Ik(a);return c.handle(g.Ud(a,b).then(d))},Lm=function(a,b){return Km(a.id,Qk(a),b,function(c){return null==c?null:Kk(c)})};w("ee.data.getList",Lm);var Mm=function(a,b,c){b=void 0===b?{}:b;return Km(a,b,c)};
556
+ w("ee.data.listAssets",Mm);var Nm=function(a,b,c){b=void 0===b?{}:b;b=Pk(b);return Km(a,b,c,function(d){if(null==d)return null;var e={};d.assets&&(e.images=d.assets);d.nextPageToken&&(e.nextPageToken=d.nextPageToken);return e})};w("ee.data.listImages",Nm);var Om=function(a,b){b=new K(b);return b.handle((new vh(b.M)).Ud(a||Gj()))};w("ee.data.listBuckets",Om);var Pm=function(a){a=new K(a);return a.handle((new vh(a.M)).Ud(Gj()).then(Kk))};w("ee.data.getAssetRoots",Pm);
557
+ var Qm=function(a,b){var c="projects/"+Hk(a);a="projects/earthengine-legacy"===c?a:void 0;var d=new Rf({type:"Folder"});b=new K(b);b.handle(b.assets().create(c,d,{assetId:a}).then(Jk))};w("ee.data.createAssetHome",Qm);
558
+ var Rm=function(a,b,c,d,e){if(c)throw Error("Asset overwrite not supported.");if("string"===typeof a)throw Error("Asset cannot be specified as string.");b=a.name||b&&Ik(b);if(!b)throw Error("Either asset name or opt_path must be specified.");c=b.indexOf("/assets/");if(-1===c)throw Error("Asset name must contain /assets/.");a=Object.assign({},a);a.tilestoreEntry&&!a.tilestoreLocation&&(a.tilestoreLocation=a.tilestoreEntry,delete a.tilestoreEntry);a.tilestoreLocation&&(a.tilestoreLocation=new Xf(a.tilestoreLocation));
559
+ a.gcsLocation&&!a.cloudStorageLocation&&(a.cloudStorageLocation=a.gcsLocation,delete a.gcsLocation);a.cloudStorageLocation&&(a.cloudStorageLocation=new Ff(a.cloudStorageLocation));d&&!a.properties&&(a.properties=Object.assign({},d));d=n(["title","description"]);for(var g=d.next();!g.done;g=d.next())if(g=g.value,a[g]){var f={};a.properties=Object.assign((f[g]=a[g],f),a.properties||{});delete a[g]}a=new Rf(a);d=b.slice(0,c);b=b.slice(c+8);a.id=null;a.name=null;a:switch(c=a.type,c){case "ImageCollection":c=
560
+ "IMAGE_COLLECTION";break a;case "Folder":c="FOLDER"}a.type=c;e=new K(e);return e.handle(e.assets().create(d,a,{assetId:b}).then(Jk))};w("ee.data.createAsset",Rm);var Sm=function(a,b,c){return Rm({type:"Folder"},a,b,void 0,c)};w("ee.data.createFolder",Sm);var Tm=function(a,b,c){a=Ik(a);b=Ik(b);b=new $g({Qb:b});c=new K(c);c.handle(c.assets().move(a,b).then(Jk))};w("ee.data.renameAsset",Tm);
561
+ var Um=function(a,b,c,d){a=Ik(a);b=Ik(b);c=new Kf({Qb:b,overwrite:null!=c?c:null});d=new K(d);b=d.handle;var e=d.assets();var g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=I(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.copy",path:"/"+e.m+"/"+a+":copy",u:H(g,f),G:Rf});b.call(d,g.then(Jk))};w("ee.data.copyAsset",Um);var Vm=function(a,b){b=new K(b);b.handle(b.assets().delete(Ik(a)))};w("ee.data.deleteAsset",Vm);
562
+ var Wm=function(a,b){a=Ik(a);var c=new Fg;b=new K(b);var d=b.handle,e=b.assets(),g={prettyPrint:!1};g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=I(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.getIamPolicy",path:"/"+e.m+"/"+a+":getIamPolicy",u:H(g,f),G:lg});return d.call(b,f.then(Rk))};w("ee.data.getAssetAcl",Wm);
563
+ var Xm=function(a,b,c,d){b=new sh({Nb:b,updateMask:(c||[]).join(",")});d=new K(d);c=d.handle;var e=d.assets();a=Ik(a);var g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=I(e.j,{body:b,B:"PATCH",D:"earthengine.projects.assets.patch",path:"/"+e.m+"/"+a,u:H(g,f),G:Rf});return c.call(d,g.then(Jk))};w("ee.data.updateAsset",Xm);
564
+ var Ym=function(a,b,c){a=Ik(a);b=Sk(b);b=new mh({kb:b});c=new K(c);var d=c.handle,e=c.assets(),g={prettyPrint:!1};g=void 0===g?{}:g;var f=void 0===f?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=I(e.j,{body:b,B:"POST",D:"earthengine.projects.assets.setIamPolicy",path:"/"+e.m+"/"+a+":setIamPolicy",u:H(g,f),G:lg});d.call(c,f)};w("ee.data.setAssetAcl",Ym);
565
+ var Zm=function(a,b,c){var d=Nk(b);b=Sc(d.i()).keys.filter(function(e){return"properties"!==e&&G(d,e)}).map(function(e){return e.replace(/([A-Z])/g,function(g,f){return"_"+f.toLowerCase()})}).concat(Object.keys(d.properties||{}).map(function(e){return'properties."'+e+'"'}));Xm(a,d,b,c)};w("ee.data.setAssetProperties",Zm);
566
+ var $m=function(a,b){var c=Ik(a);b=new K(b);var d=b.assets(),e=d.j.C;d.j.C=function(g,f){"^projects\\/[^/]+\\/assets\\/.+$"===f.source&&(f=RegExp("^projects/[^/]+/assets/.*$"));return e(g,f)};c=d.get(c,{prettyPrint:!1});return b.handle(c.then(function(g){if(!(g instanceof Rf&&g.quota))throw Error(a+" is not a root folder.");g=g.quota;return{asset_count:{usage:Number(g.Pe||0),limit:Number(g.Nf||0)},asset_size:{usage:Number(g.sizeBytes||0),limit:Number(g.Wb||0)}}}))};w("ee.data.getAssetRootQuota",$m);
567
+ var an=function(){this.default=this.tag=""};an.prototype.get=function(){return this.tag};an.prototype.set=function(a){this.tag=this.validate(a)};an.prototype.reset=function(){this.tag=this.default};
568
+ an.prototype.validate=function(a){if(null==a||""===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 Wl=function(){return Pl(an).get()};w("ee.data.getWorkloadTag",Wl);var bn=function(a){Pl(an).set(a)};w("ee.data.setWorkloadTag",bn);
569
+ var cn=function(a){var b=Pl(an);b.default=b.validate(a);Pl(an).set(a)};w("ee.data.setDefaultWorkloadTag",cn);var dn=function(a){a&&(a=Pl(an),a.default=a.validate(""));Pl(an).reset()};w("ee.data.resetWorkloadTag",dn);var wm={Hl:"CANCEL",Kl:"UPDATE"};var O=function(a,b,c){if(!(this instanceof O))return en(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.zl=null};x(O,nk);w("ee.ComputedObject",O);O.prototype.Eh=function(){return this.zl};O.prototype.evaluate=function(a){if(!a||"function"!==typeof a)throw Error("evaluate() requires a callback function.");bm(this,a)};
570
+ O.prototype.evaluate=O.prototype.evaluate;O.prototype.V=function(a){return bm(this,a)};O.prototype.getInfo=O.prototype.V;O.prototype.encode=function(a){if(null===this.I&&null===this.args)return{type:"ArgumentRef",value:this.U};var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=a(this.args[c]));b={type:"Invocation",arguments:b};a=a(this.I);b["string"===typeof a?"functionName":"function"]=a;return b};
571
+ O.prototype.na=function(a){if(null===this.I&&null===this.args){a=this.U||a.Qi;if(!a)throw Error("A mapped function's arguments cannot be used in client-side operations");return new rf({Mb:a})}var b={},c;for(c in this.args)void 0!==this.args[c]&&(b[c]=qk(wl(a,this.args[c])));return"string"===typeof this.I?tk(String(this.I),b):this.I.Ed(a,b)};O.prototype.va=function(a){return(void 0===a?0:a)?kl(this):ul(this)};O.prototype.serialize=O.prototype.va;
572
+ O.prototype.toString=function(){return"ee."+this.name()+"("+ml(this)+")"};w("ee.ComputedObject.prototype.toString",O.prototype.toString);O.prototype.name=function(){return"ComputedObject"};O.prototype.Gg=function(a,b){var c=Array.from(arguments);c[0]=this;a.apply(r,c);return this};O.prototype.aside=O.prototype.Gg;
573
+ var fn=function(a,b){if(b instanceof a.constructor)return b;var c=function(){};c.prototype=a.constructor.prototype;a=new c;a.I=b.I;a.args=b.args;a.U=b.U;return a},en=function(a,b){function c(){return a.apply(this,b)}c.prototype=a.prototype;return new c};var gn={},hn=function(a,b){if(b==a)return!0;switch(a){case "Element":return"Element"==b||"Image"==b||"Feature"==b||"Collection"==b||"ImageCollection"==b||"FeatureCollection"==b;case "FeatureCollection":case "Collection":return"Collection"==b||"ImageCollection"==b||"FeatureCollection"==b;case "Object":return!0;default:return!1}},jn=function(a){return"number"===typeof a||a instanceof O&&"Number"==a.name()},kn=function(a){return"string"===typeof a||a instanceof O&&"String"==a.name()},ln=function(a){return t(a)&&
574
+ "function"!==typeof a?(a=Object.getPrototypeOf(a),null!==a&&null===Object.getPrototypeOf(a)):!1},mn=function(a,b,c){c=void 0===c?!1:c;return 1===a.length&&ln(a[0])&&(a=b.args,c&&(a=a.slice(1)),a.length)?!(1===a.length||a[1].optional)||"Dictionary"!==a[0].type:!1};var nn=function(){if(!(this instanceof nn))return new nn};x(nn,nk);w("ee.Function",nn);var on=qc;nn.prototype.call=function(a){return this.apply(pn(this,Array.prototype.slice.call(arguments,0)))};nn.prototype.call=nn.prototype.call;nn.prototype.apply=function(a){a=new O(this,qn(this,a));return on(a,this.Z().returns)};nn.prototype.apply=nn.prototype.apply;
575
+ var rn=function(a,b,c){var d=void 0!==b,e=a.Z();if(mn(c,e,d)){if(c=Rb(c[0]),d){d=e.args[0].name;if(d in c)throw Error("Named args for "+e.name+" can't contain keyword "+d);c[d]=b}}else c=pn(a,d?[b].concat(c):c);return a.apply(c)},qn=function(a,b){for(var c=a.Z().args,d={},e={},g=0;g<c.length;g++){var f=c[g].name;if(f in b&&void 0!==b[f])d[f]=on(b[f],c[g].type);else if(!c[g].optional)throw Error("Required argument ("+f+") missing to function: "+a);e[f]=!0}c=[];for(var l in b)e[l]||c.push(l);if(0<c.length)throw Error("Unrecognized arguments ("+
576
+ c+") to function: "+a);return d},pn=function(a,b){var c=a.Z().args;if(c.length<b.length)throw Error("Too many ("+b.length+") arguments to function: "+a);a={};for(var d=0;d<b.length;d++)a[c[d].name]=b[d];return a};
577
+ nn.prototype.toString=function(a,b){var c=this.Z(),d=[];d.push(a||c.name);d.push("(");d.push(Wa(c.args.slice(b?1:0),function(g){return g.name}).join(", "));d.push(")\n");d.push("\n");c.description?d.push(c.description):d.push("Undocumented.");d.push("\n");if(c.args.length)for(d.push("\nArgs:\n"),a=0;a<c.args.length;a++){b&&0==a?d.push(" this:"):d.push("\n ");var e=c.args[a];d.push(e.name);d.push(" (");d.push(e.type);e.optional&&d.push(", optional");d.push("): ");e.description?d.push(e.description):
578
+ d.push("Undocumented.")}return d.join("")};nn.prototype.va=function(a){return(void 0===a?0:a)?kl(this):ul(this)};var P=function(a,b){if(void 0===b)return sn(a);if(!(this instanceof P))return en(P,arguments);this.xb=Sb(b);this.xb.name=a};x(P,nn);w("ee.ApiFunction",P);var Q=function(a,b){return nn.prototype.call.apply(sn(a),Array.prototype.slice.call(arguments,1))};w("ee.ApiFunction._call",Q);var tn=function(a,b){return sn(a).apply(b)};w("ee.ApiFunction._apply",tn);P.prototype.encode=function(){return this.xb.name};P.prototype.Ed=function(a,b){return tk(this.xb.name,b)};P.prototype.Z=function(){return this.xb};
579
+ var un=null,vn={},xn=function(){wn();return Hb(un,function(a){return a.Z()})},yn=function(){wn();return Gb(un,function(a,b){return!vn[b]})},sn=function(a){var b=zn(a);if(!b)throw Error("Unknown built-in function name: "+a);return b};w("ee.ApiFunction.lookup",sn);
580
+ var zn=function(a){wn();return un[a]||null},wn=function(a,b){if(un)a&&a();else{var c=function(d,e){e?b&&b(Error(e)):(un=Hb(d,function(g,f){g.returns=g.returns.replace(/<.*>/,"");for(var l=0;l<g.args.length;l++)g.args[l].type=g.args[l].type.replace(/<.*>/,"");return new P(f,g)}),a&&a())};a?Vl(c):c(Vl())}},An=function(a,b,c,d){wn();var e=d||"";Fb(un,function(g,f){var l=f.split(".");if(2==l.length&&l[0]==b){l=e+l[1];var m=g.Z();vn[f]=!0;var p=!1;m.args.length&&(f=m.args[0].type,p="Object"!=f&&hn(f,c));
581
+ f=p?a.prototype:a;l in f&&!f[l].signature||(f[l]=function(v){return rn(g,p?this:void 0,Array.prototype.slice.call(arguments,0))},f[l].toString=u(g.toString,g,l,p),f[l].signature=m)}})},Bn=function(a){var b=function(c){for(var d in c)"function"===typeof c[d]&&c[d].signature&&delete c[d]};b(a);b(a.prototype||{})};var R=function(a,b){var c=Cn(a),d=Wa(c,function(m){return m.replace(/^opt_/,"")});a=(a=r.EXPORTED_FN_INFO?r.EXPORTED_FN_INFO[a.toString()].name.split(".").pop()+"()":null)?" to function "+a:"";var e={},g=b[0],f=t(g)&&"function"!==typeof g&&!Array.isArray(g)&&"Object"===Object.getPrototypeOf(g).constructor.name;if(1<b.length||!f){if(b.length>d.length)throw Error("Received too many arguments"+a+". Expected at most "+d.length+" but got "+b.length+".");for(g=0;g<b.length;g++)e[d[g]]=b[g]}else{f=new Ic(Lb(g));
582
+ var l=new Ic(d);if(Kc(l,f).isEmpty())e[d[0]]=b[0];else{b=Lc(f,l);if(0!==b.size)throw Error("Unexpected arguments"+a+": "+Array.from(b.values()).join(", "));e=Rb(g)}}b=new Ic(Lb(e));c=Lc(new Ic(Va(c,function(m){return 0!=m.lastIndexOf("opt_",0)})),b);if(0!==c.size)throw Error("Missing required arguments"+a+": "+Array.from(c.values()).join(", "));return e},Cn=function(a){var b=Dn,c=[];r.EXPORTED_FN_INFO?(a=r.EXPORTED_FN_INFO[a.toString()],t(a)||En(),c=a.paramNames,Array.isArray(c)||En()):(a=a.toString().replace(Fn,
583
+ "").match(b),null===a&&En(),c=(a[1].split(",")||[]).map(function(d){return d.replace(Gn,"")}));return c},En=function(){throw Error("Failed to locate function parameters.");},Fn=/((\/\/.*$)|(\/\*[\s\S]*?\*\/)|(\s))/mg,Dn=/^function[^\(]*\(([^\)]*)\)/m,Gn=/=.*$/;var S=function(a,b,c){O.call(this,a,b,c);Hn()};x(S,O);w("ee.Element",S);var In=!1,Hn=function(){In||(An(S,"Element","Element"),In=!0)};S.prototype.name=function(){return"Element"};
584
+ S.prototype.set=function(a){var b;if(1>=arguments.length){var c=arguments[0];if(b=ln(c))a:{b=Lb(c);var d=["properties"];if(ya(b)&&ya(d)&&b.length==d.length){for(var e=b.length,g=0;g<e;g++)if(b[g]!==d[g]){b=!1;break a}b=!0}else b=!1}b&&t(c.properties)&&(c=c.properties);if(ln(c)){b=this;for(var f in c)d=c[f],b=Q("Element.set",b,f,d)}else if(c instanceof O&&zn("Element.setMulti"))b=Q("Element.setMulti",this,c);else throw Error("When Element.set() is passed one argument, it must be a dictionary.");}else{if(0!=
585
+ arguments.length%2)throw Error("When Element.set() is passed multiple arguments, there must be an even number of them.");b=this;for(c=0;c<arguments.length;c+=2)f=arguments[c],d=arguments[c+1],b=Q("Element.set",b,f,d)}return fn(this,b)};S.prototype.set=S.prototype.set;var T=function(a,b,c,d){if(!(this instanceof T))return en(T,arguments);if(!("type"in a)){var e=R(T,arguments);a=e.geoJson;b=e.proj;c=e.geodesic;d=e.evenOdd}Jn();e=null!=b||null!=c||null!=d;if(a instanceof O&&!(a instanceof T&&a.ob)){if(e)throw Error("Setting the CRS, geodesic, or evenOdd flag on a computed Geometry is not supported. Use Geometry.transform().");O.call(this,a.I,a.args,a.U)}else{a instanceof T&&(a=a.encode());if(!Kn(a))throw Error("Invalid GeoJSON geometry: "+JSON.stringify(a));O.call(this,
586
+ null,null);this.ob=a.type;this.dh=null!=a.coordinates?Sb(a.coordinates):null;this.Dh=a.geometries||null;if(null!=b)this.ac=b;else if("crs"in a)if(t(a.crs)&&"name"==a.crs.type&&t(a.crs.properties)&&"string"===typeof a.crs.properties.name)this.ac=a.crs.properties.name;else throw Error("Invalid CRS declaration in GeoJSON: "+(new dj).va(a.crs));this.qc=c;void 0===this.qc&&"geodesic"in a&&(this.qc=!!a.geodesic);this.oc=d;void 0===this.oc&&"evenOdd"in a&&(this.oc=!!a.evenOdd)}};x(T,O);w("ee.Geometry",T);
587
+ var Ln=!1,Jn=function(){Ln||(An(T,"Geometry","Geometry"),Ln=!0)},Mn=function(a,b){if(!(this instanceof Mn))return Nn(Mn,arguments);var c=On(Mn,"Point",1,arguments);if(!(c instanceof O)){var d=c.coordinates;if(!Array.isArray(d)||2!=d.length)throw Error("The Geometry.Point constructor requires 2 coordinates.");}T.call(this,c)};x(Mn,T);T.Point=Mn;var Pn=function(a,b){if(!(this instanceof Pn))return Nn(Pn,arguments);T.call(this,On(Pn,"MultiPoint",2,arguments))};x(Pn,T);T.MultiPoint=Pn;
588
+ var Qn=function(a,b,c,d){if(!(this instanceof Qn))return Nn(Qn,arguments);var e=On(Qn,"Rectangle",2,arguments);if(!(e instanceof O)){var g=e.coordinates;if(2!=g.length)throw Error("The Geometry.Rectangle constructor requires 2 points or 4 coordinates.");var f=g[0][0],l=g[0][1],m=g[1][0];g=g[1][1];e.coordinates=[[[f,g],[f,l],[m,l],[m,g]]];e.type="Polygon"}T.call(this,e)};x(Qn,T);T.Rectangle=Qn;
589
+ var Rn=function(a,b,c,d){if(!(this instanceof Rn))return Nn(Rn,arguments);var e=R(Rn,arguments);a=e.west;b=e.south;c=e.east;d=e.north;e=[a,b,c,d];if(Sn(e)){var g;return(g=new P("GeometryConstructors.BBox")).call.apply(g,ka(e))}if(!(Infinity>a))throw Error("Geometry.BBox: west must not be "+a);if(!(-Infinity<c))throw Error("Geometry.BBox: east must not be "+c);if(!(90>=b))throw Error("Geometry.BBox: south must be at most +90\u00b0, but was "+b+"\u00b0");if(!(-90<=d))throw Error("Geometry.BBox: north must be at least -90\u00b0, but was "+
590
+ d+"\u00b0");b=Math.max(b,-90);d=Math.min(d,90);360<=c-a?(a=-180,c=180):(a=Tn(a),c=Tn(c),c<a&&(c+=360));T.call(this,{type:"Polygon",coordinates:[[[a,d],[a,b],[c,b],[c,d]]]},void 0,!1,!0)};x(Rn,Qn);T.BBox=Rn;var Tn=function(a){a%=360;180<a?a-=360:-180>a&&(a+=360);return a},Un=function(a,b,c,d){if(!(this instanceof Un))return Nn(Un,arguments);T.call(this,On(Un,"LineString",2,arguments))};x(Un,T);T.LineString=Un;
591
+ var Vn=function(a,b,c,d){if(!(this instanceof Vn))return Nn(Vn,arguments);T.call(this,On(Vn,"LinearRing",2,arguments))};x(Vn,T);T.LinearRing=Vn;var Wn=function(a,b,c,d){if(!(this instanceof Wn))return Nn(Wn,arguments);T.call(this,On(Wn,"MultiLineString",3,arguments))};x(Wn,T);T.MultiLineString=Wn;var Xn=function(a,b,c,d,e){if(!(this instanceof Xn))return Nn(Xn,arguments);T.call(this,On(Xn,"Polygon",3,arguments))};x(Xn,T);T.Polygon=Xn;
592
+ var Yn=function(a,b,c,d,e){if(!(this instanceof Yn))return Nn(Yn,arguments);T.call(this,On(Yn,"MultiPolygon",4,arguments))};x(Yn,T);T.MultiPolygon=Yn;
593
593
  T.prototype.encode=function(a){if(!this.ob){if(!a)throw Error("Must specify an encode function when encoding a computed geometry.");return O.prototype.encode.call(this,a)}a={type:this.ob};"GeometryCollection"==this.ob?a.geometries=this.Dh:a.coordinates=this.dh;null!=this.ac&&(a.crs={type:"name",properties:{name:this.ac}});null!=this.qc&&(a.geodesic=this.qc);null!=this.oc&&(a.evenOdd=this.oc);return a};
594
- T.prototype.oe=function(){if(this.I)throw Error("Can't convert a computed Geometry to GeoJSON. Use evaluate() instead.");return this.encode()};T.prototype.toGeoJSON=T.prototype.oe;T.prototype.yg=function(){if(this.I)throw Error("Can't convert a computed Geometry to GeoJSON. Use evaluate() instead.");return(new wi).va(this.oe())};T.prototype.toGeoJSONString=T.prototype.yg;T.prototype.va=function(a){return(void 0===a?0:a)?jl(this):tl(this)};T.prototype.serialize=T.prototype.va;
594
+ T.prototype.oe=function(){if(this.I)throw Error("Can't convert a computed Geometry to GeoJSON. Use evaluate() instead.");return this.encode()};T.prototype.toGeoJSON=T.prototype.oe;T.prototype.yg=function(){if(this.I)throw Error("Can't convert a computed Geometry to GeoJSON. Use evaluate() instead.");return(new dj).va(this.oe())};T.prototype.toGeoJSONString=T.prototype.yg;T.prototype.va=function(a){return(void 0===a?0:a)?kl(this):ul(this)};T.prototype.serialize=T.prototype.va;
595
595
  T.prototype.toString=function(){return"ee.Geometry("+this.yg()+")"};
596
596
  T.prototype.na=function(a){if(!this.ob){if(!a)throw Error("Must specify a serializer when encoding a computed geometry.");return O.prototype.na.call(this,a)}var b={},c="";"GeometryCollection"===this.ob?(b.geometries=this.Dh.map(function(e){return new T(e)}),c="GeometryConstructors.MultiGeometry"):(b.coordinates=this.dh,c="GeometryConstructors."+this.ob);null!=this.ac&&(b.crs="string"===typeof this.ac?(new P("Projection")).call(this.ac):this.ac);var d="Point"!==this.ob&&"MultiPoint"!==this.ob;null!=
597
597
  this.qc&&d&&(b.geodesic=this.qc);null!=this.oc&&(b.evenOdd=this.oc);return(new P(c)).apply(b).na(a)};
598
- var Jn=function(a){var b=a.type;if("GeometryCollection"==b){b=a.geometries;if(!Array.isArray(b))return!1;for(a=0;a<b.length;a++)if(!Jn(b[a]))return!1;return!0}a=a.coordinates;var c=Yn(a);return"Point"==b&&1==c||"MultiPoint"==b&&(2==c||0==a.length)||"LineString"==b&&2==c||"LinearRing"==b&&2==c||"MultiLineString"==b&&(3==c||0==a.length)||"Polygon"==b&&3==c||"MultiPolygon"==b&&(4==c||0==a.length)},Yn=function(a){if(!Array.isArray(a))return-1;if(Array.isArray(a[0])){for(var b=Yn(a[0]),c=1;c<a.length;c++)if(Yn(a[c])!=
599
- b)return-1;return b+1}for(c=0;c<a.length;c++)if("number"!==typeof a[c])return-1;return 0==a.length%2?1:-1},Zn=function(a){if("number"!==typeof a[0]||2==a.length)return a;if(0!=a.length%2)throw Error("Invalid number of coordinates: "+a.length);for(var b=[],c=0;c<a.length;c+=2)b.push([a[c],a[c+1]]);return b},Nn=function(a,b,c,d){a=$n(a,d);if(Rn(a.coordinates)||null!=a.crs||null!=a.maxError)return(new P("GeometryConstructors."+b)).apply(a);a.type=b;a.coordinates=ao(c,a.coordinates);(b=$a(["Polygon",
600
- "Rectangle","MultiPolygon"],b))&&null==a.evenOdd&&(a.evenOdd=!0);if(b&&!1===a.geodesic&&!1===a.evenOdd)throw Error("Planar interiors must be even/odd.");return a},$n=function(a,b){if(Ya(b,hn))return{coordinates:cb(b)};a=R(a,b);a.coordinates=a.coords;delete a.coords;a.crs=a.proj;delete a.proj;return Gb(a,function(c){return null!=c})},Rn=function(a){return Array.isArray(a)?Xa(a,Rn):a instanceof O},ao=function(a,b){if(1>a||4<a)throw Error("Unexpected nesting level.");Ya(b,function(e){return"number"===
601
- typeof e})&&(b=Zn(b));for(var c=b,d=0;Array.isArray(c);)c=c[0],d++;for(;d<a;)b=[b],d++;if(Yn(b)!=a)throw Error("Invalid geometry");for(c=b;Array.isArray(c)&&1==c.length;)c=c[0];return Array.isArray(c)&&0==c.length?[]:b},Mn=function(a,b){var c=function(){};c.prototype=a.prototype;c=new c;a=a.apply(c,b);return void 0!==a?a:c};T.prototype.name=function(){return"Geometry"};var U=function(a){if(!(this instanceof U))return dn(U,arguments);if(a instanceof U)return a;bo();if(Array.isArray(a)){if(0==a.length)throw Error("Empty list specified for ee.Filter().");if(1==a.length)return new U(a[0]);O.call(this,new P("Filter.and"),{filters:a})}else if(a instanceof O)O.call(this,a.I,a.args,a.U);else if(void 0===a)O.call(this,null,null);else throw Error("Invalid argument specified for ee.Filter(): "+a);};x(U,O);w("ee.Filter",U);
602
- var co=!1,bo=function(){co||(zn(U,"Filter","Filter"),co=!0)},eo={equals:"equals",less_than:"lessThan",greater_than:"greaterThan",contains:"stringContains",starts_with:"stringStartsWith",ends_with:"stringEndsWith"};U.prototype.sc=function(){return Q("Filter.not",this)};U.prototype.not=U.prototype.sc;var fo=function(a,b){var c=R(fo,arguments);return Q("Filter.equals",c.name,c.value)};U.eq=fo;var go=function(a,b){var c=R(go,arguments);return fo(c.name,c.value).sc()};U.neq=go;
603
- var ho=function(a,b){var c=R(ho,arguments);return Q("Filter.lessThan",c.name,c.value)};U.lt=ho;var io=function(a,b){var c=R(io,arguments);return ho(c.name,c.value).sc()};U.gte=io;var jo=function(a,b){var c=R(jo,arguments);return Q("Filter.greaterThan",c.name,c.value)};U.gt=jo;var ko=function(a,b){var c=R(ko,arguments);return jo(c.name,c.value).sc()};U.lte=ko;var lo=function(a){return Q("Filter.and",Array.prototype.slice.call(arguments))};U.and=lo;var mo=function(a){return Q("Filter.or",Array.prototype.slice.call(arguments))};
604
- U.or=mo;var no=function(a,b){var c=R(no,arguments);c=Q("DateRange",c.start,c.end);return sn("Filter.dateRangeContains",{leftValue:c,rightField:"system:time_start"})};U.date=no;var oo=function(a,b,c,d){var e=R(oo,arguments);return sn("Filter.listContains",{leftField:e.rightField,rightValue:e.leftValue,rightField:e.leftField,leftValue:e.rightValue})};U.inList=oo;var po=function(a,b){return sn("Filter.intersects",{leftField:".all",rightValue:Q("Feature",a),maxError:b})};U.bounds=po;
605
- U.prototype.name=function(){return"Filter"};var qo=function(a,b,c){b=b.toLowerCase();var d=!1;0==b.lastIndexOf("not_",0)&&(d=!0,b=b.substring(4));if(!(b in eo))throw Error("Unknown filtering operator: "+b);a=Q("Filter."+eo[b],a,c);return d?a.sc():a};U.metadata=qo;var V=function(a,b,c){S.call(this,a,b,c);ro()};x(V,S);w("ee.Collection",V);var so=!1,ro=function(){so||(zn(V,"Collection","Collection"),zn(V,"AggregateFeatureCollection","Collection","aggregate_"),so=!0)};V.prototype.filter=function(a){a=R(V.prototype.filter,arguments).filter;if(!a)throw Error("Empty filters.");return en(this,Q("Collection.filter",this,a))};V.prototype.filter=V.prototype.filter;
606
- V.prototype.pf=function(a,b,c){var d=R(V.prototype.pf,arguments);return this.filter(qo(d.name,d.operator,d.value))};V.prototype.filterMetadata=V.prototype.pf;V.prototype.xh=function(a){return this.filter(po(a))};V.prototype.filterBounds=V.prototype.xh;V.prototype.nf=function(a,b){var c=R(V.prototype.nf,arguments);return this.filter(no(c.start,c.end))};V.prototype.filterDate=V.prototype.nf;
607
- V.prototype.limit=function(a,b,c){var d=R(V.prototype.limit,arguments);return en(this,Q("Collection.limit",this,d.max,d.property,d.ascending))};V.prototype.limit=V.prototype.limit;V.prototype.sort=function(a,b){var c=R(V.prototype.sort,arguments);return en(this,Q("Collection.limit",this,void 0,c.property,c.ascending))};V.prototype.sort=V.prototype.sort;V.prototype.name=function(){return"Collection"};V.prototype.elementType=function(){return S};
608
- V.prototype.map=function(a,b){var c=this.elementType();return en(this,Q("Collection.map",this,function(d){return a(new c(d))},b))};V.prototype.map=V.prototype.map;V.prototype.Mh=function(a,b){b=void 0!==b?b:null;var c=this.elementType();return Q("Collection.iterate",this,function(d,e){return a(new c(d),e)},b)};V.prototype.iterate=V.prototype.Mh;var W=function(a,b){if(!(this instanceof W))return dn(W,arguments);if(a instanceof W){if(b)throw Error("Can't create Feature out of a Feature and properties.");return a}if(2<arguments.length)throw Error("The Feature constructor takes at most 2 arguments ("+arguments.length+" given)");to();if(a instanceof T||null===a)S.call(this,new P("Feature"),{geometry:a,metadata:b||null});else if(a instanceof O)S.call(this,a.I,a.args,a.U);else if("Feature"==a.type){var c=a.properties||{};if("id"in a){if("system:index"in
609
- c)throw Error('Can\'t specify both "id" and "system:index".');c=Rb(c);c["system:index"]=a.id}S.call(this,new P("Feature"),{geometry:new T(a.geometry),metadata:c})}else S.call(this,new P("Feature"),{geometry:new T(a),metadata:b||null})};x(W,S);w("ee.Feature",W);var uo=!1,to=function(){uo||(zn(W,"Feature","Feature"),uo=!0)};W.prototype.V=function(a){return W.L.V.call(this,a)};W.prototype.getInfo=W.prototype.V;
610
- W.prototype.S=function(a,b){var c=R(W.prototype.getMap,arguments);return Q("Collection",[this]).S(c.visParams,c.callback)};W.prototype.getMapId=W.prototype.S;W.prototype.getMap=W.prototype.S;W.prototype.getMap=W.prototype.getMap;W.prototype.name=function(){return"Feature"};var Cm=function(a){var b={},c=vo(a.element,a);c=wo(c,a,b);b.element=c;return b},Dm=function(a){var b={},c=a.element.map(function(d){d=vo(d,a);return wo(d,a,b)});b.element=c;return b},wo=function(a,b,c){var d={},e=!1,g=["maxDimension","width","height","scale"];Fb(b,function(f,l){if(null!=f)switch(l){case "dimensions":l="string"===typeof f?f.split("x").map(Number):Array.isArray(f)?f:"number"===typeof f?[f]:[];if(1===l.length)d.maxDimension=l[0];else if(2===l.length)d.width=l[0],d.height=l[1];else throw Error("Invalid dimensions "+
611
- f);break;case "dimensions_consumed":e=!0;break;case "bbox":null!=d.geometry&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof Pn)){l=f;if("string"===typeof f)try{l=JSON.parse(f)}catch(m){l=f.split(/\s*,\s*/).map(Number)}if(Array.isArray(l)){if(l.some(isNaN))throw Error("Invalid bbox `{bboxArray}`, please specify a list of numbers.");f=new Pn(l,null,!1)}else throw Error('Invalid bbox "{bbox}" type, must be of type Array<number>');}d.geometry=f;break;case "region":null!=
612
- d.geometry&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof T)){l=f;if("string"===typeof f)try{l=JSON.parse(f)}catch(m){throw Error('Region string "'+f+'" is not valid GeoJSON.');}if(Array.isArray(l))f=new Wn(l,null,!1);else if(t(l))f=new T(l,null,!1);else throw Error("Region {region} was not convertible to an ee.Geometry.");}d.geometry=f;break;case "scale":d.scale=Number(f);break;default:c[l]=f}});Pb(d)||(d.input=a,a=g.some(function(f){return f in d})||e?sn("Image.clipToBoundsAndScale",
613
- d):sn("Image.clip",d));return a},vo=function(a,b){var c=b.crs||"",d=b.crsTransform||b.crs_transform;null!=d&&(d=xo(d));if(!c&&!d)return a;if(d&&!c)throw Error('Must specify "crs" if "crsTransform" is specified.');if(d){if(a=sn("Image.reproject",{image:a,crs:c,crsTransform:d}),null!=b.dimensions&&null==b.scale&&null==b.region){var e=b.dimensions;"string"===typeof e&&(e=e.split("x").map(Number));2===e.length&&(delete b.dimensions,b.dimensions_consumed=!0,c=(new P("Projection")).call(c,d),b.region=new Pn([0,
614
- 0,e[0],e[1]],c,!1))}}else a=sn("Image.setDefaultProjection",{image:a,crs:c,crsTransform:[1,0,0,0,-1,0]});return a},xo=function(a){if("string"===typeof a)try{a=JSON.parse(a)}catch(b){}if(Array.isArray(a)){if(6===a.length&&Ya(a,function(b){return"number"===typeof b}))return a;throw Error("Invalid argument, crs transform must be a list of 6 numbers.");}throw Error("Invalid argument, crs transform was not a string or array.");},zo=function(a,b){var c={};b=yo(b,c);Pb(b)||(b.image=a,a=sn("Image.visualize",
615
- b));c.image=a;return c},yo=function(a,b){var c="bands gain bias min max gamma palette opacity forceRgbOutput".split(" "),d={};Fb(a,function(e,g){$a(c,g)?d[g]=e:b[g]=e});return d},fm=function(a,b){b=Object.assign({},b);var c=function(e){var g={};["crs","crs_transform","dimensions","region"].forEach(function(f){f in e&&(g[f]=e[f])});null!=e.scale&&null==e.dimensions&&(g.scale=e.scale);return g},d=function(e){var g=e.id;if(void 0===g)throw Error("Each band dictionary must have an id.");g=a.select(g);
616
- var f=c(b);e=c(e);e=c(Object.assign(f,e));g=vo(g,e);return g=wo(g,e,{})};"ZIPPED_GEO_TIFF_PER_BAND"===b.format&&b.bands&&b.bands.length?(d=b.bands.map(d),a=d.reduce(function(e,g){return Q("Image.addBands",e,g,null,!0)},d.shift())):(d=c(b),a=vo(a,d),a=wo(a,d,{}));return a};var N=function(a){if(!(this instanceof N))return dn(N,arguments);if(a instanceof N)return a;Ao();var b=arguments.length;if(0==b||1==b&&void 0===a)S.call(this,new P("Image.mask"),{image:new N(0),mask:new N(0)});else if(1==b)if(hn(a))S.call(this,new P("Image.constant"),{value:a});else if(jn(a))S.call(this,new P("Image.load"),{id:a});else{if(Array.isArray(a))return Bo(Wa(a,function(d){return new N(d)}));if(a instanceof O)"Array"==a.name()?S.call(this,new P("Image.constant"),{value:a}):S.call(this,a.I,
617
- a.args,a.U);else throw Error("Unrecognized argument type to convert to an Image: "+a);}else if(2==b){b=arguments[0];var c=arguments[1];if(jn(b)&&hn(c))S.call(this,new P("Image.load"),{id:b,version:c});else throw Error("Unrecognized argument types to convert to an Image: "+arguments);}else throw Error("The Image constructor takes at most 2 arguments ("+b+" given)");};x(N,S);w("ee.Image",N);var Co=!1,Ao=function(){Co||(zn(N,"Image","Image"),Co=!0)};N.prototype.V=function(a){return N.L.V.call(this,a)};
618
- N.prototype.getInfo=N.prototype.V;N.prototype.S=function(a,b){var c=this,d=R(N.prototype.getMap,arguments),e=zo(this,d.visParams);if(d.callback){var g=d.callback;Xl(e,function(f,l){f=f?Object.assign(f,{image:c}):void 0;g(f,l)})}else return d=Xl(e),d.image=this,d};N.prototype.getMapId=N.prototype.S;N.prototype.getMap=N.prototype.S;N.prototype.getMap=N.prototype.getMap;
619
- N.prototype.sb=function(a,b){var c=R(N.prototype.sb,arguments),d=c.params?Rb(c.params):{};d.image=this;if(c.callback){var e=c.callback;gm(d,function(g,f){g?e(hm(g)):e(null,f)})}else return hm(gm(d))};N.prototype.getDownloadURL=N.prototype.sb;N.prototype.Kd=function(a,b){var c=R(N.prototype.sb,arguments),d=c.params?Rb(c.params):{},e={},g=vo(this,d);g=wo(g,d,e);d=zo(g,e);return c.callback?(bm(d,c.callback),null):bm(d)};N.prototype.getThumbId=N.prototype.Kd;
620
- N.prototype.xf=function(a,b){var c=R(N.prototype.xf,arguments);if(c.callback)this.Kd(c.params,function(d,e){var g="";if(void 0===e)try{g=em(d)}catch(f){e=String(f.message)}c.callback(g,e)});else return em(this.Kd(c.params))};N.prototype.getThumbURL=N.prototype.xf;var Do=function(a,b,c){var d=R(Do,arguments);return Bo([d.r,d.g,d.b],["vis-red","vis-green","vis-blue"])};N.rgb=Do;var Eo=function(a){return Bo(Array.prototype.slice.call(arguments),null)};N.cat=Eo;
621
- var Bo=function(a,b){if(0==a.length)return Q("Image.constant",[]);for(var c=new N(a[0]),d=1;d<a.length;d++)c=Q("Image.addBands",c,a[d]);b&&(c=c.select([".*"],b));return c};
622
- N.prototype.select=function(a){var b=Array.prototype.slice.call(arguments),c={input:this,bandSelectors:b[0]||[]};if(2<b.length||jn(b[0])||hn(b[0])){for(var d=0;d<b.length;d++)if(!(jn(b[d])||hn(b[d])||b[d]instanceof O))throw Error("Illegal argument to select(): "+b[d]);c.bandSelectors=b}else b[1]&&(c.newNames=b[1]);return sn("Image.select",c)};N.prototype.select=N.prototype.select;
623
- N.prototype.l=function(a,b){var c=R(N.prototype.l,arguments),d=["DEFAULT_EXPRESSION_IMAGE"],e={DEFAULT_EXPRESSION_IMAGE:this};if(c.map){var g=c.map,f;for(f in g)d.push(f),e[f]=new N(g[f])}var l=Q("Image.parseExpression",c.expression,"DEFAULT_EXPRESSION_IMAGE",d);c=new mn;c.encode=function(m){return l.encode(m)};c.Ed=function(m,p){return tk(vl(m,l),p)};c.Z=function(){return{name:"",args:Wa(d,function(m){return{name:m,type:"Image",optional:!1}},this),returns:"Image"}};return c.apply(e)};
624
- N.prototype.expression=N.prototype.l;N.prototype.clip=function(a){try{a=new T(a)}catch(b){}return Q("Image.clip",this,a)};N.prototype.clip=N.prototype.clip;N.prototype.si=function(a){var b=1!=arguments.length||jn(arguments[0])?Array.from(arguments):arguments[0];return Q("Image.rename",this,b)};N.prototype.rename=N.prototype.si;N.prototype.name=function(){return"Image"};var Fo=function(a){if(this instanceof Fo){if(1<arguments.length)throw Error("ee.List() only accepts 1 argument.");if(a instanceof Fo)return a}else return dn(Fo,arguments);Go();if(Array.isArray(a))O.call(this,null,null),this.Uc=a;else if(a instanceof O)O.call(this,a.I,a.args,a.U),this.Uc=null;else throw Error("Invalid argument specified for ee.List(): "+a);};x(Fo,O);w("ee.List",Fo);var Ho=!1,Go=function(){Ho||(zn(Fo,"List","List"),Ho=!0)};
625
- Fo.prototype.encode=function(a){return Array.isArray(this.Uc)?Wa(this.Uc,function(b){return a(b)}):Fo.L.encode.call(this,a)};Fo.prototype.na=function(a){return Array.isArray(this.Uc)?pk(vl(a,this.Uc)):Fo.L.na.call(this,a)};Fo.prototype.name=function(){return"List"};var Y=function(a,b){if(!(this instanceof Y))return dn(Y,arguments);if(a instanceof Y)return a;if(2<arguments.length)throw Error("The FeatureCollection constructor takes at most 2 arguments ("+arguments.length+" given)");Io();a instanceof T&&(a=new W(a));a instanceof W&&(a=[a]);if(jn(a)){var c={tableId:a};b&&(c.geometryColumn=b);V.call(this,new P("Collection.loadTable"),c)}else if(Array.isArray(a))V.call(this,new P("Collection"),{features:Wa(a,function(d){return new W(d)})});else if(a instanceof Fo)V.call(this,
626
- new P("Collection"),{features:a});else if(a&&"object"===typeof a&&"FeatureCollection"===a.type)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);};x(Y,V);w("ee.FeatureCollection",Y);var Jo=!1,Io=function(){Jo||(zn(Y,"FeatureCollection","FeatureCollection"),Jo=!0)};
627
- Y.prototype.S=function(a,b){var c=R(Y.prototype.S,arguments),d=sn("Collection.draw",{collection:this,color:(c.visParams||{}).color||"000000"});if(c.callback)d.S(void 0,c.callback);else return d.S()};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;
628
- Y.prototype.sb=function(a,b,c,d){var e=R(Y.prototype.sb,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)im(g,function(f,l){f?e.callback(jm(f)):e.callback(null,l)});else return jm(im(g))};Y.prototype.getDownloadURL=Y.prototype.sb;
629
- Y.prototype.select=function(a,b,c){if(jn(a)){var d=Array.prototype.slice.call(arguments);return this.map(function(g){return g.select(d)})}var e=R(Y.prototype.select,arguments);return this.map(function(g){return g.select(e)})};Y.prototype.select=Y.prototype.select;Y.prototype.name=function(){return"FeatureCollection"};Y.prototype.elementType=function(){return W};var Z=function(a){if(!(this instanceof Z))return dn(Z,arguments);if(a instanceof Z)return a;if(1!=arguments.length)throw Error("The ImageCollection constructor takes exactly 1 argument ("+arguments.length+" given)");Ko();a instanceof N&&(a=[a]);if(jn(a))V.call(this,new P("ImageCollection.load"),{id:a});else if(Array.isArray(a))V.call(this,new P("ImageCollection.fromImages"),{images:Wa(a,function(b){return new N(b)})});else if(a instanceof Fo)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);};x(Z,V);w("ee.ImageCollection",Z);var Lo=!1,Ko=function(){Lo||(zn(Z,"ImageCollection","ImageCollection"),zn(Z,"reduce","ImageCollection"),Lo=!0)};Z.prototype.vf=function(a,b){var c=R(Z.prototype.vf,arguments);return Mo(this,c,["png","jpg","jpeg"],"filmstrip")};Z.prototype.getFilmstripThumbURL=Z.prototype.vf;
631
- Z.prototype.yf=function(a,b){var c=R(Z.prototype.yf,arguments);return Mo(this,c,["gif"],"video")};Z.prototype.getVideoThumbURL=Z.prototype.yf;
632
- var Mo=function(a,b,c,d){var e={};a=a.map(function(l){l=vo(l,b.params);return wo(l,b.params,e)});var g={},f=yo(e,g);g.imageCollection=a.map(function(l){f.image=l;return sn("Image.visualize",f)});null!=b.params.dimensions&&(g.dimensions=b.params.dimensions);if(g.format){if(!Xa(c,function(l){return l.toLowerCase()==g.format.toLowerCase()}))throw Error("Invalid format specified.");}else g.format=c[0];c=bm;switch(d){case "video":c=cm;break;case "filmstrip":c=dm}if(b.callback)c(g,function(l,m){var p="";
633
- if(void 0===m)try{p=em(l)}catch(v){m=String(v.message)}b.callback(p,m)});else return em(c(g))};Z.prototype.S=function(a,b){var c=R(Z.prototype.S,arguments),d=Q("ImageCollection.mosaic",this);if(c.callback)d.S(c.visParams,c.callback);else return d.S(c.visParams)};Z.prototype.getMapId=Z.prototype.S;Z.prototype.getMap=Z.prototype.S;Z.prototype.getMap=Z.prototype.getMap;Z.prototype.V=function(a){return Z.L.V.call(this,a)};Z.prototype.getInfo=Z.prototype.V;
598
+ var Kn=function(a){var b=a.type;if("GeometryCollection"==b){b=a.geometries;if(!Array.isArray(b))return!1;for(a=0;a<b.length;a++)if(!Kn(b[a]))return!1;return!0}a=a.coordinates;var c=Zn(a);return"Point"==b&&1==c||"MultiPoint"==b&&(2==c||0==a.length)||"LineString"==b&&2==c||"LinearRing"==b&&2==c||"MultiLineString"==b&&(3==c||0==a.length)||"Polygon"==b&&3==c||"MultiPolygon"==b&&(4==c||0==a.length)},Zn=function(a){if(!Array.isArray(a))return-1;if(Array.isArray(a[0])){for(var b=Zn(a[0]),c=1;c<a.length;c++)if(Zn(a[c])!=
599
+ b)return-1;return b+1}for(c=0;c<a.length;c++)if("number"!==typeof a[c])return-1;return 0==a.length%2?1:-1},$n=function(a){if("number"!==typeof a[0]||2==a.length)return a;if(0!=a.length%2)throw Error("Invalid number of coordinates: "+a.length);for(var b=[],c=0;c<a.length;c+=2)b.push([a[c],a[c+1]]);return b},On=function(a,b,c,d){a=ao(a,d);if(Sn(a.coordinates)||null!=a.crs||null!=a.maxError)return(new P("GeometryConstructors."+b)).apply(a);a.type=b;a.coordinates=bo(c,a.coordinates);(b=$a(["Polygon",
600
+ "Rectangle","MultiPolygon"],b))&&null==a.evenOdd&&(a.evenOdd=!0);if(b&&!1===a.geodesic&&!1===a.evenOdd)throw Error("Planar interiors must be even/odd.");return a},ao=function(a,b){if(Ya(b,jn))return{coordinates:cb(b)};a=R(a,b);a.coordinates=a.coords;delete a.coords;a.crs=a.proj;delete a.proj;return Gb(a,function(c){return null!=c})},Sn=function(a){return Array.isArray(a)?Xa(a,Sn):a instanceof O},bo=function(a,b){if(1>a||4<a)throw Error("Unexpected nesting level.");Ya(b,function(e){return"number"===
601
+ typeof e})&&(b=$n(b));for(var c=b,d=0;Array.isArray(c);)c=c[0],d++;for(;d<a;)b=[b],d++;if(Zn(b)!=a)throw Error("Invalid geometry");for(c=b;Array.isArray(c)&&1==c.length;)c=c[0];return Array.isArray(c)&&0==c.length?[]:b},Nn=function(a,b){var c=function(){};c.prototype=a.prototype;c=new c;a=a.apply(c,b);return void 0!==a?a:c};T.prototype.name=function(){return"Geometry"};var U=function(a){if(!(this instanceof U))return en(U,arguments);if(a instanceof U)return a;co();if(Array.isArray(a)){if(0==a.length)throw Error("Empty list specified for ee.Filter().");if(1==a.length)return new U(a[0]);O.call(this,new P("Filter.and"),{filters:a})}else if(a instanceof O)O.call(this,a.I,a.args,a.U);else if(void 0===a)O.call(this,null,null);else throw Error("Invalid argument specified for ee.Filter(): "+a);};x(U,O);w("ee.Filter",U);
602
+ var eo=!1,co=function(){eo||(An(U,"Filter","Filter"),eo=!0)},fo={equals:"equals",less_than:"lessThan",greater_than:"greaterThan",contains:"stringContains",starts_with:"stringStartsWith",ends_with:"stringEndsWith"};U.prototype.sc=function(){return Q("Filter.not",this)};U.prototype.not=U.prototype.sc;var go=function(a,b){var c=R(go,arguments);return Q("Filter.equals",c.name,c.value)};U.eq=go;var ho=function(a,b){var c=R(ho,arguments);return go(c.name,c.value).sc()};U.neq=ho;
603
+ var io=function(a,b){var c=R(io,arguments);return Q("Filter.lessThan",c.name,c.value)};U.lt=io;var jo=function(a,b){var c=R(jo,arguments);return io(c.name,c.value).sc()};U.gte=jo;var ko=function(a,b){var c=R(ko,arguments);return Q("Filter.greaterThan",c.name,c.value)};U.gt=ko;var lo=function(a,b){var c=R(lo,arguments);return ko(c.name,c.value).sc()};U.lte=lo;var mo=function(a){return Q("Filter.and",Array.prototype.slice.call(arguments))};U.and=mo;var no=function(a){return Q("Filter.or",Array.prototype.slice.call(arguments))};
604
+ U.or=no;var oo=function(a,b){var c=R(oo,arguments);c=Q("DateRange",c.start,c.end);return tn("Filter.dateRangeContains",{leftValue:c,rightField:"system:time_start"})};U.date=oo;var po=function(a,b,c,d){var e=R(po,arguments);return tn("Filter.listContains",{leftField:e.rightField,rightValue:e.leftValue,rightField:e.leftField,leftValue:e.rightValue})};U.inList=po;var qo=function(a,b){return tn("Filter.intersects",{leftField:".all",rightValue:Q("Feature",a),maxError:b})};U.bounds=qo;
605
+ U.prototype.name=function(){return"Filter"};var ro=function(a,b,c){b=b.toLowerCase();var d=!1;0==b.lastIndexOf("not_",0)&&(d=!0,b=b.substring(4));if(!(b in fo))throw Error("Unknown filtering operator: "+b);a=Q("Filter."+fo[b],a,c);return d?a.sc():a};U.metadata=ro;var V=function(a,b,c){S.call(this,a,b,c);so()};x(V,S);w("ee.Collection",V);var to=!1,so=function(){to||(An(V,"Collection","Collection"),An(V,"AggregateFeatureCollection","Collection","aggregate_"),to=!0)};V.prototype.filter=function(a){a=R(V.prototype.filter,arguments).filter;if(!a)throw Error("Empty filters.");return fn(this,Q("Collection.filter",this,a))};V.prototype.filter=V.prototype.filter;
606
+ V.prototype.pf=function(a,b,c){var d=R(V.prototype.pf,arguments);return this.filter(ro(d.name,d.operator,d.value))};V.prototype.filterMetadata=V.prototype.pf;V.prototype.xh=function(a){return this.filter(qo(a))};V.prototype.filterBounds=V.prototype.xh;V.prototype.nf=function(a,b){var c=R(V.prototype.nf,arguments);return this.filter(oo(c.start,c.end))};V.prototype.filterDate=V.prototype.nf;
607
+ V.prototype.limit=function(a,b,c){var d=R(V.prototype.limit,arguments);return fn(this,Q("Collection.limit",this,d.max,d.property,d.ascending))};V.prototype.limit=V.prototype.limit;V.prototype.sort=function(a,b){var c=R(V.prototype.sort,arguments);return fn(this,Q("Collection.limit",this,void 0,c.property,c.ascending))};V.prototype.sort=V.prototype.sort;V.prototype.name=function(){return"Collection"};V.prototype.elementType=function(){return S};
608
+ V.prototype.map=function(a,b){var c=this.elementType();return fn(this,Q("Collection.map",this,function(d){return a(new c(d))},b))};V.prototype.map=V.prototype.map;V.prototype.Mh=function(a,b){b=void 0!==b?b:null;var c=this.elementType();return Q("Collection.iterate",this,function(d,e){return a(new c(d),e)},b)};V.prototype.iterate=V.prototype.Mh;var W=function(a,b){if(!(this instanceof W))return en(W,arguments);if(a instanceof W){if(b)throw Error("Can't create Feature out of a Feature and properties.");return a}if(2<arguments.length)throw Error("The Feature constructor takes at most 2 arguments ("+arguments.length+" given)");uo();if(a instanceof T||null===a)S.call(this,new P("Feature"),{geometry:a,metadata:b||null});else if(a instanceof O)S.call(this,a.I,a.args,a.U);else if("Feature"==a.type){var c=a.properties||{};if("id"in a){if("system:index"in
609
+ c)throw Error('Can\'t specify both "id" and "system:index".');c=Rb(c);c["system:index"]=a.id}S.call(this,new P("Feature"),{geometry:new T(a.geometry),metadata:c})}else S.call(this,new P("Feature"),{geometry:new T(a),metadata:b||null})};x(W,S);w("ee.Feature",W);var vo=!1,uo=function(){vo||(An(W,"Feature","Feature"),vo=!0)};W.prototype.V=function(a){return W.L.V.call(this,a)};W.prototype.getInfo=W.prototype.V;
610
+ W.prototype.S=function(a,b){var c=R(W.prototype.getMap,arguments);return Q("Collection",[this]).S(c.visParams,c.callback)};W.prototype.getMapId=W.prototype.S;W.prototype.getMap=W.prototype.S;W.prototype.getMap=W.prototype.getMap;W.prototype.name=function(){return"Feature"};var Dm=function(a){var b={},c=wo(a.element,a);c=xo(c,a,b);b.element=c;return b},Em=function(a){var b={},c=a.element.map(function(d){d=wo(d,a);return xo(d,a,b)});b.element=c;return b},xo=function(a,b,c){var d={},e=!1,g=["maxDimension","width","height","scale"];Fb(b,function(f,l){if(null!=f)switch(l){case "dimensions":l="string"===typeof f?f.split("x").map(Number):Array.isArray(f)?f:"number"===typeof f?[f]:[];if(1===l.length)d.maxDimension=l[0];else if(2===l.length)d.width=l[0],d.height=l[1];else throw Error("Invalid dimensions "+
611
+ f);break;case "dimensions_consumed":e=!0;break;case "bbox":null!=d.geometry&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof Qn)){l=f;if("string"===typeof f)try{l=JSON.parse(f)}catch(m){l=f.split(/\s*,\s*/).map(Number)}if(Array.isArray(l)){if(l.some(isNaN))throw Error("Invalid bbox `{bboxArray}`, please specify a list of numbers.");f=new Qn(l,null,!1)}else throw Error('Invalid bbox "{bbox}" type, must be of type Array<number>');}d.geometry=f;break;case "region":null!=
612
+ d.geometry&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof T)){l=f;if("string"===typeof f)try{l=JSON.parse(f)}catch(m){throw Error('Region string "'+f+'" is not valid GeoJSON.');}if(Array.isArray(l))f=new Xn(l,null,!1);else if(t(l))f=new T(l,null,!1);else throw Error("Region {region} was not convertible to an ee.Geometry.");}d.geometry=f;break;case "scale":d.scale=Number(f);break;default:c[l]=f}});Pb(d)||(d.input=a,a=g.some(function(f){return f in d})||e?tn("Image.clipToBoundsAndScale",
613
+ d):tn("Image.clip",d));return a},wo=function(a,b){var c=b.crs||"",d=b.crsTransform||b.crs_transform;null!=d&&(d=yo(d));if(!c&&!d)return a;if(d&&!c)throw Error('Must specify "crs" if "crsTransform" is specified.');if(d){if(a=tn("Image.reproject",{image:a,crs:c,crsTransform:d}),null!=b.dimensions&&null==b.scale&&null==b.region){var e=b.dimensions;"string"===typeof e&&(e=e.split("x").map(Number));2===e.length&&(delete b.dimensions,b.dimensions_consumed=!0,c=(new P("Projection")).call(c,d),b.region=new Qn([0,
614
+ 0,e[0],e[1]],c,!1))}}else a=tn("Image.setDefaultProjection",{image:a,crs:c,crsTransform:[1,0,0,0,-1,0]});return a},yo=function(a){if("string"===typeof a)try{a=JSON.parse(a)}catch(b){}if(Array.isArray(a)){if(6===a.length&&Ya(a,function(b){return"number"===typeof b}))return a;throw Error("Invalid argument, crs transform must be a list of 6 numbers.");}throw Error("Invalid argument, crs transform was not a string or array.");},Ao=function(a,b){var c={};b=zo(b,c);Pb(b)||(b.image=a,a=tn("Image.visualize",
615
+ b));c.image=a;return c},zo=function(a,b){var c="bands gain bias min max gamma palette opacity forceRgbOutput".split(" "),d={};Fb(a,function(e,g){$a(c,g)?d[g]=e:b[g]=e});return d},gm=function(a,b){b=Object.assign({},b);var c=function(e){var g={};["crs","crs_transform","dimensions","region"].forEach(function(f){f in e&&(g[f]=e[f])});null!=e.scale&&null==e.dimensions&&(g.scale=e.scale);return g},d=function(e){var g=e.id;if(void 0===g)throw Error("Each band dictionary must have an id.");g=a.select(g);
616
+ var f=c(b);e=c(e);e=c(Object.assign(f,e));g=wo(g,e);return g=xo(g,e,{})};"ZIPPED_GEO_TIFF_PER_BAND"===b.format&&b.bands&&b.bands.length?(d=b.bands.map(d),a=d.reduce(function(e,g){return Q("Image.addBands",e,g,null,!0)},d.shift())):(d=c(b),a=wo(a,d),a=xo(a,d,{}));return a};var N=function(a){if(!(this instanceof N))return en(N,arguments);if(a instanceof N)return a;Bo();var b=arguments.length;if(0==b||1==b&&void 0===a)S.call(this,new P("Image.mask"),{image:new N(0),mask:new N(0)});else if(1==b)if(jn(a))S.call(this,new P("Image.constant"),{value:a});else if(kn(a))S.call(this,new P("Image.load"),{id:a});else{if(Array.isArray(a))return Co(Wa(a,function(d){return new N(d)}));if(a instanceof O)"Array"==a.name()?S.call(this,new P("Image.constant"),{value:a}):S.call(this,a.I,
617
+ a.args,a.U);else throw Error("Unrecognized argument type to convert to an Image: "+a);}else if(2==b){b=arguments[0];var c=arguments[1];if(kn(b)&&jn(c))S.call(this,new P("Image.load"),{id:b,version:c});else throw Error("Unrecognized argument types to convert to an Image: "+arguments);}else throw Error("The Image constructor takes at most 2 arguments ("+b+" given)");};x(N,S);w("ee.Image",N);var Do=!1,Bo=function(){Do||(An(N,"Image","Image"),Do=!0)};N.prototype.V=function(a){return N.L.V.call(this,a)};
618
+ N.prototype.getInfo=N.prototype.V;N.prototype.S=function(a,b){var c=this,d=R(N.prototype.getMap,arguments),e=Ao(this,d.visParams);if(d.callback){var g=d.callback;Yl(e,function(f,l){f=f?Object.assign(f,{image:c}):void 0;g(f,l)})}else return d=Yl(e),d.image=this,d};N.prototype.getMapId=N.prototype.S;N.prototype.getMap=N.prototype.S;N.prototype.getMap=N.prototype.getMap;
619
+ N.prototype.sb=function(a,b){var c=R(N.prototype.sb,arguments),d=c.params?Rb(c.params):{};d.image=this;if(c.callback){var e=c.callback;hm(d,function(g,f){g?e(im(g)):e(null,f)})}else return im(hm(d))};N.prototype.getDownloadURL=N.prototype.sb;N.prototype.Kd=function(a,b){var c=R(N.prototype.sb,arguments),d=c.params?Rb(c.params):{},e={},g=wo(this,d);g=xo(g,d,e);d=Ao(g,e);return c.callback?(cm(d,c.callback),null):cm(d)};N.prototype.getThumbId=N.prototype.Kd;
620
+ N.prototype.xf=function(a,b){var c=R(N.prototype.xf,arguments);if(c.callback)this.Kd(c.params,function(d,e){var g="";if(void 0===e)try{g=fm(d)}catch(f){e=String(f.message)}c.callback(g,e)});else return fm(this.Kd(c.params))};N.prototype.getThumbURL=N.prototype.xf;var Eo=function(a,b,c){var d=R(Eo,arguments);return Co([d.r,d.g,d.b],["vis-red","vis-green","vis-blue"])};N.rgb=Eo;var Fo=function(a){return Co(Array.prototype.slice.call(arguments),null)};N.cat=Fo;
621
+ var Co=function(a,b){if(0==a.length)return Q("Image.constant",[]);for(var c=new N(a[0]),d=1;d<a.length;d++)c=Q("Image.addBands",c,a[d]);b&&(c=c.select([".*"],b));return c};
622
+ N.prototype.select=function(a){var b=Array.prototype.slice.call(arguments),c={input:this,bandSelectors:b[0]||[]};if(2<b.length||kn(b[0])||jn(b[0])){for(var d=0;d<b.length;d++)if(!(kn(b[d])||jn(b[d])||b[d]instanceof O))throw Error("Illegal argument to select(): "+b[d]);c.bandSelectors=b}else b[1]&&(c.newNames=b[1]);return tn("Image.select",c)};N.prototype.select=N.prototype.select;
623
+ N.prototype.l=function(a,b){var c=R(N.prototype.l,arguments),d=["DEFAULT_EXPRESSION_IMAGE"],e={DEFAULT_EXPRESSION_IMAGE:this};if(c.map){var g=c.map,f;for(f in g)d.push(f),e[f]=new N(g[f])}var l=Q("Image.parseExpression",c.expression,"DEFAULT_EXPRESSION_IMAGE",d);c=new nn;c.encode=function(m){return l.encode(m)};c.Ed=function(m,p){return uk(wl(m,l),p)};c.Z=function(){return{name:"",args:Wa(d,function(m){return{name:m,type:"Image",optional:!1}},this),returns:"Image"}};return c.apply(e)};
624
+ N.prototype.expression=N.prototype.l;N.prototype.clip=function(a){try{a=new T(a)}catch(b){}return Q("Image.clip",this,a)};N.prototype.clip=N.prototype.clip;N.prototype.si=function(a){var b=1!=arguments.length||kn(arguments[0])?Array.from(arguments):arguments[0];return Q("Image.rename",this,b)};N.prototype.rename=N.prototype.si;N.prototype.name=function(){return"Image"};var Go=function(a){if(this instanceof Go){if(1<arguments.length)throw Error("ee.List() only accepts 1 argument.");if(a instanceof Go)return a}else return en(Go,arguments);Ho();if(Array.isArray(a))O.call(this,null,null),this.Uc=a;else if(a instanceof O)O.call(this,a.I,a.args,a.U),this.Uc=null;else throw Error("Invalid argument specified for ee.List(): "+a);};x(Go,O);w("ee.List",Go);var Io=!1,Ho=function(){Io||(An(Go,"List","List"),Io=!0)};
625
+ Go.prototype.encode=function(a){return Array.isArray(this.Uc)?Wa(this.Uc,function(b){return a(b)}):Go.L.encode.call(this,a)};Go.prototype.na=function(a){return Array.isArray(this.Uc)?qk(wl(a,this.Uc)):Go.L.na.call(this,a)};Go.prototype.name=function(){return"List"};var Y=function(a,b){if(!(this instanceof Y))return en(Y,arguments);if(a instanceof Y)return a;if(2<arguments.length)throw Error("The FeatureCollection constructor takes at most 2 arguments ("+arguments.length+" given)");Jo();a instanceof T&&(a=new W(a));a instanceof W&&(a=[a]);if(kn(a)){var c={tableId:a};b&&(c.geometryColumn=b);V.call(this,new P("Collection.loadTable"),c)}else if(Array.isArray(a))V.call(this,new P("Collection"),{features:Wa(a,function(d){return new W(d)})});else if(a instanceof Go)V.call(this,
626
+ new P("Collection"),{features:a});else if(a&&"object"===typeof a&&"FeatureCollection"===a.type)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);};x(Y,V);w("ee.FeatureCollection",Y);var Ko=!1,Jo=function(){Ko||(An(Y,"FeatureCollection","FeatureCollection"),Ko=!0)};
627
+ Y.prototype.S=function(a,b){var c=R(Y.prototype.S,arguments),d=tn("Collection.draw",{collection:this,color:(c.visParams||{}).color||"000000"});if(c.callback)d.S(void 0,c.callback);else return d.S()};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;
628
+ Y.prototype.sb=function(a,b,c,d){var e=R(Y.prototype.sb,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)jm(g,function(f,l){f?e.callback(km(f)):e.callback(null,l)});else return km(jm(g))};Y.prototype.getDownloadURL=Y.prototype.sb;
629
+ Y.prototype.select=function(a,b,c){if(kn(a)){var d=Array.prototype.slice.call(arguments);return this.map(function(g){return g.select(d)})}var e=R(Y.prototype.select,arguments);return this.map(function(g){return g.select(e)})};Y.prototype.select=Y.prototype.select;Y.prototype.name=function(){return"FeatureCollection"};Y.prototype.elementType=function(){return W};var Z=function(a){if(!(this instanceof Z))return en(Z,arguments);if(a instanceof Z)return a;if(1!=arguments.length)throw Error("The ImageCollection constructor takes exactly 1 argument ("+arguments.length+" given)");Lo();a instanceof N&&(a=[a]);if(kn(a))V.call(this,new P("ImageCollection.load"),{id:a});else if(Array.isArray(a))V.call(this,new P("ImageCollection.fromImages"),{images:Wa(a,function(b){return new N(b)})});else if(a instanceof Go)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);};x(Z,V);w("ee.ImageCollection",Z);var Mo=!1,Lo=function(){Mo||(An(Z,"ImageCollection","ImageCollection"),An(Z,"reduce","ImageCollection"),Mo=!0)};Z.prototype.vf=function(a,b){var c=R(Z.prototype.vf,arguments);return No(this,c,["png","jpg","jpeg"],"filmstrip")};Z.prototype.getFilmstripThumbURL=Z.prototype.vf;
631
+ Z.prototype.yf=function(a,b){var c=R(Z.prototype.yf,arguments);return No(this,c,["gif"],"video")};Z.prototype.getVideoThumbURL=Z.prototype.yf;
632
+ var No=function(a,b,c,d){var e={};a=a.map(function(l){l=wo(l,b.params);return xo(l,b.params,e)});var g={},f=zo(e,g);g.imageCollection=a.map(function(l){f.image=l;return tn("Image.visualize",f)});null!=b.params.dimensions&&(g.dimensions=b.params.dimensions);if(g.format){if(!Xa(c,function(l){return l.toLowerCase()==g.format.toLowerCase()}))throw Error("Invalid format specified.");}else g.format=c[0];c=cm;switch(d){case "video":c=dm;break;case "filmstrip":c=em}if(b.callback)c(g,function(l,m){var p="";
633
+ if(void 0===m)try{p=fm(l)}catch(v){m=String(v.message)}b.callback(p,m)});else return fm(c(g))};Z.prototype.S=function(a,b){var c=R(Z.prototype.S,arguments),d=Q("ImageCollection.mosaic",this);if(c.callback)d.S(c.visParams,c.callback);else return d.S(c.visParams)};Z.prototype.getMapId=Z.prototype.S;Z.prototype.getMap=Z.prototype.S;Z.prototype.getMap=Z.prototype.getMap;Z.prototype.V=function(a){return Z.L.V.call(this,a)};Z.prototype.getInfo=Z.prototype.V;
634
634
  Z.prototype.select=function(a,b){var c=arguments;return this.map(function(d){return d.select.apply(d,c)})};Z.prototype.select=Z.prototype.select;Z.prototype.Hf=function(a,b,c,d){var e=R(Z.prototype.Hf,arguments);return this.map(function(g){return Q("Image.linkCollection",g,e.imageCollection,e.linkedBands,e.linkedProperties,e.matchPropertyName)})};Z.prototype.linkCollection=Z.prototype.Hf;Z.prototype.first=function(){return new N(Q("Collection.first",this))};Z.prototype.first=Z.prototype.first;
635
- Z.prototype.name=function(){return"ImageCollection"};Z.prototype.elementType=function(){return N};var No=function(a){this.af=a;this.id=null},Po=function(a){var b={element:Oo(a)};Object.assign(b,a);b=Gb(b,function(c){return null!=c});return new No(b)};No.prototype.start=function(a,b){var c=this;B(this.af,"Task config must be specified for tasks to be started.");this.id=this.id||km(1)[0];Pa(this.id,"Failed to obtain task ID.");if(a)Bm(this.id,this.af,function(e,g){if(g)b(g);else{var f;c.id=null!=(f=e.taskId)?f:null;a()}});else{var d;this.id=null!=(d=Bm(this.id,this.af).taskId)?d:null}};
636
- No.prototype.start=No.prototype.start;var Qo=function(a,b,c,d,e,g,f,l,m,p,v,A){var C=R(Qo,arguments);C=Ro(C,"ASSET","EXPORT_IMAGE");return Po(C)};w("module$contents$ee$batch_Export.image.toAsset",Qo);var So=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J,fa,X){var ea=R(So,arguments);ea=Ro(ea,"GOOGLE_CLOUD_STORAGE","EXPORT_IMAGE");return Po(ea)};w("module$contents$ee$batch_Export.image.toCloudStorage",So);
637
- var To=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J,fa,X){var ea=R(To,arguments);ea=Ro(ea,"DRIVE","EXPORT_IMAGE");return Po(ea)};w("module$contents$ee$batch_Export.image.toDrive",To);var Uo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J){var fa=R(Uo,arguments);fa=Ro(fa,"GOOGLE_CLOUD_STORAGE","EXPORT_TILES");return Po(fa)};w("module$contents$ee$batch_Export.map.toCloudStorage",Uo);var Vo=function(a,b,c,d,e,g,f,l){var m=R(Vo,arguments);m=Ro(m,"GOOGLE_CLOUD_STORAGE","EXPORT_FEATURES");return Po(m)};
638
- w("module$contents$ee$batch_Export.table.toCloudStorage",Vo);var Wo=function(a,b,c,d,e,g,f,l){var m=R(Wo,arguments);m.type="EXPORT_FEATURES";m=Ro(m,"DRIVE","EXPORT_FEATURES");return Po(m)};w("module$contents$ee$batch_Export.table.toDrive",Wo);var Xo=function(a,b,c,d,e){var g=R(Xo,arguments);g=Ro(g,"ASSET","EXPORT_FEATURES");return Po(g)};w("module$contents$ee$batch_Export.table.toAsset",Xo);var Yo=function(a,b,c,d,e,g,f,l){var m=R(Yo,arguments);m=Ro(m,"FEATURE_VIEW","EXPORT_FEATURES");return Po(m)};
639
- w("module$contents$ee$batch_Export.table.toFeatureView",Yo);var Zo=function(a,b,c,d,e,g,f,l){var m=R(Zo,arguments);m=Ro(m,"BIGQUERY","EXPORT_FEATURES");return Po(m)};w("module$contents$ee$batch_Export.table.toBigQuery",Zo);var $o=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var J=R($o,arguments);J=Ro(J,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO");return Po(J)};w("module$contents$ee$batch_Export.video.toCloudStorage",$o);
640
- var ap=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var J=R(ap,arguments);J=Ro(J,"DRIVE","EXPORT_VIDEO");return Po(J)};w("module$contents$ee$batch_Export.video.toDrive",ap);var bp=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J,fa,X,ea,Jb,ar,br,cr){var zj=R(bp,arguments);zj=Ro(zj,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO_MAP");return Po(zj)};w("module$contents$ee$batch_Export.videoMap.toCloudStorage",bp);var cp=function(a,b,c,d){var e=R(cp,arguments);e=Ro(e,"ASSET","EXPORT_CLASSIFIER");return Po(e)};
641
- w("module$contents$ee$batch_Export.classifier.toAsset",cp);
642
- var Oo=function(a){var b=function(d){return d in a},c=dp.find(b);B(1===Za(dp,b),'Expected a single "image", "collection" or "classifier" key.');b=a[c];if(!(b instanceof N||b instanceof Y||b instanceof Z||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},Ro=function(a,b,c){var d=void 0===d?!0:d;var e={type:c};Object.assign(e,a);switch(c){case "EXPORT_IMAGE":null==
643
- e.fileFormat&&(e.fileFormat="GeoTIFF");a=e.fileFormat;null==a&&(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;null!=e.formatOptions&&(a=ep(e,a),delete e.formatOptions,Object.assign(e,a));e=fp(e,b);null!=e.crsTransform&&(e.crs_transform=e.crsTransform,
644
- delete e.crsTransform);break;case "EXPORT_TILES":b=fp(e,b);e=b.fileFormat;null==e&&(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;null==
645
- a&&(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=fp(e,b);break;case "EXPORT_VIDEO":e=gp(e);e=fp(e,b);null!=e.crsTransform&&
646
- (e.crs_transform=e.crsTransform,delete e.crsTransform);break;case "EXPORT_VIDEO_MAP":e=gp(e);e.version=e.version||"V1";e.stride=e.stride||1;e.tileDimensions={width:e.tileWidth||256,height:e.tileHeight||256};e=fp(e,b);break;case "EXPORT_CLASSIFIER":e=fp(e,b);break;default:throw Error("Unknown export type: "+e.type);}if(d&&null!=e.region){d=e;b=e.region;if(b instanceof T)b=b.oe();else if("string"===typeof b)try{b=Ra(JSON.parse(b))}catch(g){throw Error("Invalid format for region property. Region must be GeoJSON LinearRing or Polygon specified as actual coordinates or serialized as a string. See Export documentation.");
647
- }if(!(t(b)&&"type"in b))try{new Tn(b)}catch(g){try{new Wn(b)}catch(f){throw Error("Invalid format for region property. Region must be GeoJSON LinearRing or Polygon specified as actual coordinates or serialized as a string. See Export documentation.");}}b=JSON.stringify(b);d.region=b}return e},fp=function(a,b){switch(b){case "GOOGLE_CLOUD_STORAGE":a.outputBucket=a.bucket||"";a.outputPrefix=a.fileNamePrefix||a.path||"";delete a.fileNamePrefix;delete a.path;delete a.bucket;break;case "ASSET":a.assetId=
648
- a.assetId||"";break;case "FEATURE_VIEW":a.mapName=a.mapName||"";break;case "BIGQUERY":a.table=a.table||"";break;default:b=xa(a.folder);if(!$a(["string","undefined"],b))throw Error('Error: toDrive "folder" parameter must be a string, but is of type '+b+".");a.driveFolder=a.folder||"";a.driveFileNamePrefix=a.fileNamePrefix||"";delete a.folder;delete a.fileNamePrefix}return a},hp={GEO_TIFF:["cloudOptimized","fileDimensions","noData","shardSize"],TF_RECORD_IMAGE:"patchDimensions kernelSize compressed maxFileSize defaultValue tensorDepths sequenceData collapseBands maskedThreshold".split(" ")},
649
- ip={GEO_TIFF:"tiff",TF_RECORD_IMAGE:"tfrecord"},gp=function(a){a.videoOptions=a.framesPerSecond||5;a.maxFrames=a.maxFrames||1E3;a.maxPixels=a.maxPixels||1E8;var b=a.fileFormat;null==b&&(b="MP4");b=b.toUpperCase();switch(b){case "MP4":b="MP4";break;case "GIF":case "JIF":b="GIF";break;case "VP9":case "WEBM":b="VP9";break;default:throw Error("Invalid file format "+b+". Supported formats are: 'MP4', 'GIF', and 'WEBM'.");}a.fileFormat=b;return a},ep=function(a,b){var c=a.formatOptions;if(null==c)return{};
650
- if(Object.keys(a).some(function(m){return null!==c&&m in c}))throw Error("Parameter specified at least twice: once in config, and once in config format options.");a=ip[b];for(var d=hp[b],e={},g=n(Object.entries(c)),f=g.next();!f.done;f=g.next()){var l=n(f.value);f=l.next().value;l=l.next().value;if(!$a(d,f))throw Error('"'+f+'" is not a valid option, the image format "'+b+'""may have the following options: '+(d.join(", ")+'".'));e[a+f[0].toUpperCase()+f.substring(1)]=Array.isArray(l)?l.join():l}return e},
651
- dp=["image","collection","classifier"];var jp=function(a){if(!(this instanceof jp))return dn(jp,arguments);if(a instanceof jp)return a;kp();if("number"===typeof a)O.call(this,null,null),this.Wc=a;else if(a instanceof O)O.call(this,a.I,a.args,a.U),this.Wc=null;else throw Error("Invalid argument specified for ee.Number(): "+a);};x(jp,O);w("ee.Number",jp);var lp=!1,kp=function(){lp||(zn(jp,"Number","Number"),lp=!0)};jp.prototype.encode=function(a){return"number"===typeof this.Wc?this.Wc:jp.L.encode.call(this,a)};
652
- jp.prototype.na=function(a){return"number"===typeof this.Wc?pk(vl(a,this.Wc)):jp.L.na.call(this,a)};jp.prototype.name=function(){return"Number"};var mp=function(a){if(!(this instanceof mp))return dn(mp,arguments);if(a instanceof mp)return a;np();if("string"===typeof a)O.call(this,null,null),this.jd=a;else if(a instanceof O)this.jd=null,a.I&&"String"==a.I.Z().returns?O.call(this,a.I,a.args,a.U):O.call(this,new P("String"),{input:a},null);else throw Error("Invalid argument specified for ee.String(): "+a);};x(mp,O);w("ee.String",mp);var op=!1,np=function(){op||(zn(mp,"String","String"),op=!0)};
653
- mp.prototype.encode=function(a){return"string"===typeof this.jd?this.jd:mp.L.encode.call(this,a)};mp.prototype.na=function(a){return"string"===typeof this.jd?pk(vl(a,this.jd)):mp.L.na.call(this,a)};mp.prototype.name=function(){return"String"};var pp=function(a,b){if(!(this instanceof pp))return dn(pp,arguments);for(var c=[],d=a.args,e=0;e<d.length;e++){var g=d[e],f=g.type;c.push(qp(f in fn?fn[f]:null,g.name))}if(void 0===b.apply(null,c))throw Error("User-defined methods must return a value.");this.xb=rp(a,c,b);this.Rg=b.apply(null,c)};x(pp,mn);w("ee.CustomFunction",pp);pp.prototype.encode=function(a){return{type:"Function",argumentNames:Wa(this.xb.args,function(b){return b.name}),body:a(this.Rg)}};
654
- pp.prototype.na=function(a){return uk(this.xb.args.map(function(b){return b.name}),vl(a,this.Rg))};pp.prototype.Ed=function(a,b){return tk(vl(a,this),b)};pp.prototype.Z=function(){return this.xb};
655
- var qp=function(a,b){a=a||Object;if(!(a.prototype instanceof O))if(a&&a!=Object)if(a==String)a=mp;else if(a==Number)a=jp;else if(a==Array)a=r.ee.List;else throw Error("Variables must be of an EE type, e.g. ee.Image or ee.Number.");else a=O;var c=function(d){this.args=this.I=null;this.U=d};c.prototype=a.prototype;return new c(b)},sp=function(a,b){b={name:"",returns:"Object",args:Wa(b,function(c){return{name:null,type:"string"===typeof c?c:c.prototype instanceof O?c.prototype.name.call(null):c==Number?
656
- "Number":c==String?"String":c==Array?"Array":c==Date?"Date":"Object"}})};return new pp(b,a)},rp=function(a,b,c){for(var d=[],e=0;e<b.length;e++)null===b[e].U&&d.push(e);if(0===d.length)return a;c="_MAPPING_VAR_"+function(l){var m=function(v){return v.map(p).reduce(function(A,C){return A+C},0)},p=function(v){return v.Ua?1:v.Fa?m(v.Fa.values):v.Ga?m(Object.values(v.Ga.values)):v.ya?m(Object.values(v.ya.arguments)):0};return m(Object.values(l.values))}(nl(c.apply(null,b),"<unbound>"))+"_";for(e=0;e<
657
- d.length;e++){var g=d[e],f=c+e;b[g].U=f;a.args[g].name=f}return a};var tp=function(a,b){if(!(this instanceof tp))return dn(tp,arguments);if(a instanceof tp)return a;up();var c=R(tp,arguments);a=c.date;c=c.tz;var d=new P("Date"),e={},g=null;if(jn(a)){if(e.value=a,c)if(jn(c))e.timeZone=c;else throw Error("Invalid argument specified for ee.Date(..., opt_tz): "+c);}else if(hn(a))e.value=a;else if(za(a))e.value=Math.floor(a.getTime());else if(a instanceof O)a.I&&"Date"==a.I.Z().returns?(d=a.I,e=a.args,g=a.U):e.value=a;else throw Error("Invalid argument specified for ee.Date(): "+
658
- a);O.call(this,d,e,g)};x(tp,O);w("ee.Date",tp);var vp=!1,up=function(){vp||(zn(tp,"Date","Date"),vp=!0)};tp.prototype.name=function(){return"Date"};w("ee.Deserializer",function(){});var xp=function(a){return wp(JSON.parse(a))};w("ee.Deserializer.fromJSON",xp);var wp=function(a){if("result"in a&&"values"in a)return yp(a);var b={};if(t(a)&&"CompoundValue"===a.type){for(var c=a.scope,d=0;d<c.length;d++){var e=c[d][0],g=c[d][1];if(e in b)throw Error('Duplicate scope key "'+e+'" in scope #'+d+".");b[e]=zp(g,b)}a=a.value}return zp(a,b)};w("ee.Deserializer.decode",wp);
659
- var zp=function(a,b){if(null===a||"number"===typeof a||"boolean"===typeof a||"string"===typeof a)return a;if(Array.isArray(a))return Wa(a,function(e){return zp(e,b)});if(!t(a)||"function"===typeof a)throw Error("Cannot decode object: "+a);var c=a.type;switch(c){case "ValueRef":if(a.value in b)return b[a.value];throw Error("Unknown ValueRef: "+a);case "ArgumentRef":a=a.value;if("string"!==typeof a)throw Error("Invalid variable name: "+a);return qp(Object,a);case "Date":a=a.value;if("number"!==typeof a)throw Error("Invalid date value: "+
660
- a);return new tp(a/1E3);case "Bytes":return Ap(new Le({qb:a}),a);case "Invocation":return c="functionName"in a?rn(a.functionName):zp(a["function"],b),a=Hb(a.arguments,function(e){return zp(e,b)}),Bp(c,a);case "Dictionary":return Hb(a.value,function(e){return zp(e,b)});case "Function":var d=zp(a.body,b);a={name:"",args:Wa(a.argumentNames,function(e){return{name:e,type:"Object",optional:!1}}),returns:"Object"};return new pp(a,function(){return d});case "Point":case "MultiPoint":case "LineString":case "MultiLineString":case "Polygon":case "MultiPolygon":case "LinearRing":case "GeometryCollection":return new T(a);
661
- case "CompoundValue":throw Error("Nested CompoundValues are disallowed.");default:throw Error("Unknown encoded object type: "+c);}},Ap=function(a,b){var c=function(){};q(c,mk);c.prototype.encode=function(){return b};c.prototype.na=function(){return a};return new c},Bp=function(a,b){if(a instanceof mn)return a.apply(b);if(a instanceof O){var c=function(){return mn.apply(this,arguments)||this};q(c,mn);c.prototype.encode=function(d){return a.encode(d)};c.prototype.Ed=function(d,e){return tk(vl(d,a),
662
- e)};return new O(new c,b)}throw Error("Invalid function value");},Cp=function(a){return yp(JSON.parse(a))};w("ee.Deserializer.fromCloudApiJSON",Cp);
663
- var yp=function(a){var b=Wc(af,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(null!==f.hb)f=f.hb;else if(null!==f.Fa)f=f.Fa.values.map(e);else if(null!==f.Ga)f=Hb(f.Ga.values,e);else if(null!==f.Mb)f=qp(Object,f.Mb);else if(null!==f.Ua)f=g(f.Ua);else if(null!==f.ya){var l=f.ya;f=l.Va?d(l.Va,"function"):rn(l.functionName);l=Hb(l.arguments,e);f=Bp(f,l)}else f=null!==f.qb?Ap(new Le({qb:f.qb}),f.qb):null!==
664
- f.Wa?Ap(new Le({Wa:f.Wa}),f.Wa):null!==f.Oa?d(f.Oa,"reference"):null;return f},g=function(f){var l=d(f.body,"function body");f={args:f.lc.map(function(m){return{name:m,type:"Object",optional:!1}}),name:"",returns:"Object"};return new pp(f,function(){return l})};return d(b.result,"result value")};w("ee.Deserializer.decodeCloudApi",yp);var Dp=function(a){if(!(this instanceof Dp))return dn(Dp,arguments);if(a instanceof Dp)return a;Ep();kn(a)?(O.call(this,null,null),this.Kc=a):(a instanceof O&&a.I&&"Dictionary"==a.I.Z().returns?O.call(this,a.I,a.args,a.U):O.call(this,new P("Dictionary"),{input:a},null),this.Kc=null)};x(Dp,O);w("ee.Dictionary",Dp);var Fp=!1,Ep=function(){Fp||(zn(Dp,"Dictionary","Dictionary"),Fp=!0)};Dp.prototype.encode=function(a){return null!==this.Kc?a(this.Kc):Dp.L.encode.call(this,a)};
665
- Dp.prototype.na=function(a){return null!==this.Kc?pk(vl(a,this.Kc)):Dp.L.na.call(this,a)};Dp.prototype.name=function(){return"Dictionary"};var Gp={};w("ee.Terrain",Gp);Gp.Df=!1;Gp.initialize=function(){Gp.Df||(zn(Gp,"Terrain","Terrain"),Gp.Df=!0)};Gp.reset=function(){An(Gp);Gp.Df=!1};var Mp=function(a,b,c,d,e,g){if("ready"!=Hp||a||b){var f=null!=c;if(d)if(f)Ip.push(d);else throw Error("Can't pass an error callback without a success callback.");if("loading"==Hp&&f)Jp.push(c);else if(Hp="loading",Dj(a,b,e,g),f)Jp.push(c),vn(Kp,Lp);else try{vn(),Kp()}catch(l){throw Lp(l),l;}}else c&&c()};w("ee.initialize",Mp);
666
- var Pp=function(){Hp="not_ready";bk=ak=Nj=null;Zj=!1;tn=null;un={};An(tp);vp=!1;An(Dp);Fp=!1;An(S);Hn=!1;An(N);Co=!1;An(W);uo=!1;An(V);so=!1;An(Z);Lo=!1;An(Y);Jo=!1;An(U);co=!1;An(T);Kn=!1;An(Fo);Ho=!1;An(jp);lp=!1;An(mp);op=!1;Gp.reset();for(var a=r.ee,b=0;b<Np.length;b++){var c=Np[b];An(a[c]);delete a[c]}Np=[];fn=a;a=Op;for(var d in a)delete a[d]};w("ee.reset",Pp);var Qp={Il:"not_ready",LOADING:"loading",Jl:"ready"};w("ee.InitState",Qp);w("ee.InitState.NOT_READY","not_ready");
667
- w("ee.InitState.LOADING","loading");w("ee.InitState.READY","ready");var Hp="not_ready",Jp=[],Ip=[];w("ee.TILE_SIZE",256);var Np=[],Op={};w("ee.Algorithms",Op);var Rp=function(a,b){"string"===typeof a&&(a=new P(a));return mn.prototype.call.apply(a,Array.prototype.slice.call(arguments,1))};w("ee.call",Rp);var Sp=function(a,b){"string"===typeof a&&(a=new P(a));return a.apply(b)};w("ee.apply",Sp);
668
- var Kp=function(){if("loading"==Hp){try{up();Ep();Gn();Ao();to();ro();Ko();Io();bo();In();Go();kp();np();Gp.initialize();var a=wn(),b={},c={},d;for(d in a){var e=void 0;e=-1!=d.indexOf(".")?d.slice(0,d.indexOf(".")):d;b[e]=!0;var g=a[d].returns.replace(/<.*>/,"");c[g]=!0}var f=r.ee,l;for(l in b)l in c&&!(l in f)&&(f[l]=Tp(l),Np.push(l),a[l]?(f[l].signature=a[l],f[l].signature.isConstructor=!0,un[l]=!0):f[l].signature={});fn=f;Up()}catch(m){Lp(m);return}Hp="ready";for(Ip=[];0<Jp.length;)Jp.shift()()}},
669
- Lp=function(a){if("loading"==Hp)for(Hp="not_ready",Jp=[];0<Ip.length;)Ip.shift()(a)},Up=function(){var a=xn();Lb(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=Op;for(e.signature={};1<b.length;){var g=b[0];g in e||(e[g]={signature:{}});e=e[g];b=eb(b,1)}g=function(f){return qn(c,void 0,Array.prototype.slice.call(arguments,0))};g.signature=d;g.toString=u(c.toString,c);e[b[0]]=g}})},Tp=function(a){var b=function(c){var d=r.ee[a],e=Array.prototype.slice.call(arguments),
670
- g=1==e.length;if(g&&e[0]instanceof d)return e[0];if(!(this instanceof d))return dn(d,e);d=yn(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=ln(e,d.Z())?e[0]:on(d,e),O.call(this,d,pn(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)}};x(b,O);b.prototype.name=function(){return a};zn(b,a,a);return b};
671
- nn=function(a,b){if(null===a)return null;if(void 0!==a){var c=r.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 Y?Q("Collection.geometry",a):new T(a);case "FeatureCollection":case "Collection":return a instanceof V?
672
- a:new Y(a);case "ImageCollection":return new Z(a);case "Filter":return new U(a);case "Algorithm":if("string"===typeof a)return new P(a);if("function"===typeof a){b=a.length;c=[];for(var d=0;d<b;d++)c[d]="Object";return sp(a,c)}if(a instanceof mk)return a;throw Error("Argument is not a function: "+a);case "String":return jn(a)||a instanceof mp||a instanceof O?new mp(a):a;case "Dictionary":return kn(a)?a:new Dp(a);case "List":return new Fo(a);case "Number":case "Float":case "Long":case "Integer":case "Short":case "Byte":return new jp(a);
673
- default:if(b in c){d=yn(b);if(a instanceof c[b])return a;if(d)return new c[b](a);if("string"===typeof a){if(a in c[b])return c[b][a].call();throw Error("Unknown algorithm: "+b+"."+a);}return new c[b](a)}return a}}};var Vp=function(a,b,c){Nc.call(this,a,b,c);this.tileSize=new google.maps.Size(256,256);this.Ah=new zc;this.zh=new zc};q(Vp,Nc);Vp.prototype.getTile=function(a,b){var c=Oc(this,a,b);b=[this.url,c].join("/")+"?token="+this.token;c=[c,this.yb,this.token].join("/");this.Ab.push(c);this.yb+=1;var d=lh("DIV");Wp(this,b,a,c,d);Xp(this);return d};
674
- var Wp=function(a,b,c,d,e){var g=Zi(Xi);g.open("GET",b,!0);g.responseType="arraybuffer";g.onreadystatechange=u(function(){if(g.readyState===XMLHttpRequest.DONE&&200===g.status){var f=g.response;if(f)f=new Float32Array(f),this.Ah.set(c,f),this.zh.set(c,e),ab(this.Ab,d),Xp(this);else throw this.vg.add(d),Error("Unable to request floating point array buffers.");}},a);g.send()},Xp=function(a){a.dispatchEvent(new Pc(a.Ab.length))};Vp.prototype.J=function(){this.zh=this.Ah=null;Nc.prototype.J.call(this)};
675
- w("ee.FloatTileOverlay",Vp);var Yp=function(){this.je=new Map};Yp.prototype.clear=function(){this.je.clear()};var Zp=function(a,b){a.je.has(b)||a.je.set(b,{throttleCount:0,errorCount:0,tileLatencies:[]});return a.je.get(b)};var $p=function(a){y.call(this);this.Tb=a;this.K={}};x($p,y);var aq=[];$p.prototype.Xa=function(a,b,c,d){Array.isArray(b)||(b&&(aq[0]=b.toString()),b=aq);for(var e=0;e<b.length;e++){var g=bc(a,b[e],c||this.handleEvent,d||!1,this.Tb||this);if(!g)break;this.K[g.key]=g}return this};$p.prototype.Vc=function(a,b,c,d){return bq(this,a,b,c,d)};
676
- var bq=function(a,b,c,d,e,g){if(Array.isArray(c))for(var f=0;f<c.length;f++)bq(a,b,c[f],d,e,g);else{b=ac(b,c,d||a.handleEvent,e,g||a.Tb||a);if(!b)return a;a.K[b.key]=b}return a};$p.prototype.se=function(a,b,c,d,e){if(Array.isArray(b))for(var g=0;g<b.length;g++)this.se(a,b[g],c,d,e);else c=c||this.handleEvent,d=t(d)?!!d.capture:!!d,e=e||this.Tb||this,c=cc(c),d=!!d,b=Bb(a)?a.Mc(b,c,d,e):a?(a=ec(a))?a.Mc(b,c,d,e):null:null,b&&(jc(b),delete this.K[b.key])};
677
- $p.prototype.ed=function(){Fb(this.K,function(a,b){this.K.hasOwnProperty(b)&&jc(a)},this);this.K={}};$p.prototype.J=function(){$p.L.J.call(this);this.ed()};$p.prototype.handleEvent=function(){throw Error("EventHandler.handleEvent not implemented");};var dq=function(a,b){void 0!==a.name?(this.name=a.name,this.code=Ob[a.name]):(this.code=a=Oa(a.code),this.name=cq(a));Ia.call(this,ud("%s %s",this.name,b))};x(dq,Ia);
678
- var cq=function(a){var b=Nb(function(c){return a==c});if(void 0===b)throw Error("Invalid code: "+a);return b},eq={},Ob=(eq.AbortError=3,eq.EncodingError=5,eq.InvalidModificationError=9,eq.InvalidStateError=7,eq.NotFoundError=1,eq.NotReadableError=4,eq.NoModificationAllowedError=6,eq.PathExistsError=12,eq.QuotaExceededError=10,eq.SecurityError=2,eq.SyntaxError=8,eq.TypeMismatchError=11,eq);var fq=function(a,b){z.call(this,a.type,b);this.Ja=a};x(fq,z);var gq=function(){D.call(this);this.ca=new FileReader;this.ca.onloadstart=u(this.nc,this);this.ca.onprogress=u(this.nc,this);this.ca.onload=u(this.nc,this);this.ca.onabort=u(this.nc,this);this.ca.onerror=u(this.nc,this);this.ca.onloadend=u(this.nc,this)};x(gq,D);h=gq.prototype;h.abort=function(){try{this.ca.abort()}catch(a){throw new dq(a,"aborting read");}};h.ub=function(){return this.ca.readyState};h.getError=function(){return this.ca.error&&new dq(this.ca.error,"reading file")};
679
- h.nc=function(a){this.dispatchEvent(new fq(a,this))};h.J=function(){gq.L.J.call(this);delete this.ca};h.readAsBinaryString=function(a){this.ca.readAsBinaryString(a)};h.readAsArrayBuffer=function(a){this.ca.readAsArrayBuffer(a)};h.readAsText=function(a,b){this.ca.readAsText(a,b)};var hq=function(a,b){B(a);a=a.style;"opacity"in a?a.opacity=b:"MozOpacity"in a?a.MozOpacity=b:"filter"in a&&(a.filter=""===b?"":"alpha(opacity="+100*Number(b)+")")};var iq=function(a,b){D.call(this);b=b||{};this.minZoom=b.minZoom||0;this.maxZoom=b.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=b.tileSize||new google.maps.Size(256,256);this.name=b.name;this.opacity="opacity"in b?b.opacity:1;this.ie=new Yp(a.getUniqueId());this.zb=new zc;this.yb=0;this.ug=a;this.jb=new $p(this);this.radius=0};q(iq,D);h=iq.prototype;h.Oe=function(a){return bc(this,"tile-load",a)};h.bg=function(a){jc(a)};
680
- h.Nc=function(){return jq(this,"throttled")+jq(this,"loading")+jq(this,"new")};h.setOpacity=function(a){this.opacity=a;this.zb.forEach(function(b){hq(b.la,this.opacity)},this)};h.getStats=function(){return this.ie};
681
- h.getTile=function(a,b,c){var d=1<<b;if(b<this.minZoom||0>a.y||a.y>=d)return c.createElement("div");var e=a.x%d;0>e&&(e+=d);d=new google.maps.Point(e,a.y);a=[a.x,a.y,b,this.yb++].join("-");e=this.ug.getUniqueId();a=[a,e].join("-");b=this.fh(d,b,c,a);b.tileSize=this.tileSize;hq(b.la,this.opacity);this.zb.set(a,b);kq(this,b);this.dispatchEvent(new lq(this.Nc()));this.ug.If(b,(new Date).getTime()/1E3);return b.la};h.releaseTile=function(a){var b=this.zb.get(a.id);this.zb.remove(a.id);b&&(b.abort(),Ha(b))};
682
- var kq=function(a,b){a.jb.Xa(b,"status-changed",function(){switch(b.getStatus()){case "loaded":var c=b.fl,d=(new Date).getTime();Zp(this.ie,b.zoom).tileLatencies.push(d-c);this.dispatchEvent(new mq(this.Nc()));break;case "throttled":Zp(this.ie,b.zoom).throttleCount++;this.dispatchEvent(new nq(b.Ca));break;case "failed":Zp(this.ie,b.zoom).errorCount++;this.dispatchEvent(new oq(b.Ca,b.Tk));break;case "aborted":this.dispatchEvent(new pq(this.Nc()))}})};
683
- iq.prototype.J=function(){D.prototype.J.call(this);this.zb.forEach(Ha);this.zb.clear();this.zb=null;Ha(this.jb);this.ug=this.jb=null};var jq=function(a,b){return Za(a.zb.aa(),function(c){return c.getStatus()==b})};w("ee.layers.AbstractOverlay",iq);iq.prototype.removeTileCallback=iq.prototype.bg;iq.prototype.addTileCallback=iq.prototype.Oe;var mq=function(){z.call(this,"tile-load")};q(mq,z);var lq=function(){z.call(this,"tile-start")};q(lq,z);var nq=function(){z.call(this,"tile-throttle")};q(nq,z);
684
- var oq=function(a,b){z.call(this,"tile-fail");this.errorMessage=b};q(oq,z);var pq=function(){z.call(this,"tile-abort")};q(pq,z);var qq=function(a,b,c,d){D.call(this);this.rb=a;this.zoom=b;this.la=c.createElement("div");this.la.id=d;this.jl=5;this.de=function(){};this.ke="new";this.vi=0;this.Ff=!1};q(qq,D);qq.prototype.getDiv=function(){return this.la};
685
- var sq=function(a){if(!a.Ff&&"loading"==a.getStatus())throw Error("startLoad() can only be invoked once. Use retryLoad() after the first attempt.");rq(a,"loading");a.fl=(new Date).getTime();a.Za=new $i;a.Za.xc="blob";a.Za.Xa("complete",function(){var b=kj(a.Za),c=a.Za.getStatus();429==c&&rq(a,"throttled");if(Ti(c)){var d={};Fb(lj(a.Za),function(g,f){d[f.toLowerCase()]=g});a.Al=d;a.Ci=b;a.Lc()}else if(b){var e=new gq;e.Xa("loadend",function(){a.gd(e.ca.result)});e.readAsText(b)}else a.gd("Failed to load tile.")},
686
- !1);a.Za.Vc("ready",Fa(Ha,a.Za));a.Ca&&a.Ca.endsWith("&profiling=1")&&(a.Ca=a.Ca.replace("&profiling=1",""),a.Za.headers.set("X-Earth-Engine-Computation-Profiling","1"));a.Za.send(a.Ca,"GET")};h=qq.prototype;h.Lc=function(){this.de(this);rq(this,"loaded")};h.Hc=function(){Ha(this.Za)};
687
- h.gd=function(a){var b=function(c){try{if(c=JSON.parse(c),c.error&&c.error.message)return c.error.message}catch(d){}return c};this.vi>=this.jl?(this.Tk=b(a),rq(this,"failed")):(this.Hc(),setTimeout(u(function(){this.Sa||(this.Ff=!0,sq(this),this.Ff=!1)},this),1E3*Math.pow(2,this.vi++)))};h.abort=function(){this.Hc();"aborted"!=this.getStatus()&&"removed"!=this.getStatus()&&rq(this,this.ke in tq?"removed":"aborted")};h.getStatus=function(){return this.ke};var rq=function(a,b){a.ke=b;a.dispatchEvent("status-changed")};
688
- qq.prototype.J=function(){D.prototype.J.call(this);this.Hc();this.la.remove();this.de=null};var tq={aborted:!0,failed:!0,loaded:!0,removed:!0};var uq=function(){y.call(this)};q(uq,y);var vq=function(a,b){iq.call(this,a,b);this.Tg=new zc;this.rh=new zc};q(vq,iq);vq.prototype.fh=function(a,b,c,d){var e=new wq(a,b,c,d);this.jb.Xa(e,"status-changed",function(){"loaded"==e.getStatus()&&(this.Tg.set(a,new Float32Array(e.yd)),this.rh.set(a,e.la))});return e};vq.prototype.J=function(){iq.prototype.J.call(this);this.rh=this.Tg=null};w("ee.layers.BinaryOverlay",vq);var wq=function(a,b,c,d){qq.call(this,a,b,c,d)};q(wq,qq);
689
- wq.prototype.Lc=function(){var a=new gq;a.Xa("loadend",function(){this.yd=a.ca.result;qq.prototype.Lc.call(this)},void 0,this);a.readAsArrayBuffer(this.Ci)};var xq=function(a){D.call(this);this.Rc={};this.Qc={};this.Tb=new $p(this);this.X=a;this.Ye=!1};x(xq,D);var yq=["load","abort","error"],zq=function(a,b,c){if(c="string"===typeof c?c:c.src)a.Ye=!1,a.Rc[b]={src:c,eh:null}},Aq=function(a,b){delete a.Rc[b];var c=a.Qc[b];c&&(delete a.Qc[b],a.Tb.se(c,yq,a.di))};
690
- xq.prototype.start=function(){var a=this.Rc;Lb(a).forEach(function(b){var c=a[b];if(c&&(delete a[b],!this.Sa)){if(this.X){var d=this.X;d=(d?new qh(ph(d)):Ja||(Ja=new qh)).Rk("IMG")}else d=new Image;c.eh&&(d.crossOrigin=c.eh);this.Tb.Xa(d,yq,this.di);this.Qc[b]=d;d.id=b;d.src=c.src}},this)};
691
- xq.prototype.di=function(a){var b=a.currentTarget;if(b){if("readystatechange"==a.type)if("complete"==b.readyState)a.type="load";else return;"undefined"==typeof b.naturalWidth&&("load"==a.type?(b.naturalWidth=b.width,b.naturalHeight=b.height):(b.naturalWidth=0,b.naturalHeight=0));Aq(this,b.id);this.dispatchEvent({type:a.type,target:b});!this.Sa&&Pb(this.Qc)&&Pb(this.Rc)&&!this.Ye&&(this.Ye=!0,this.dispatchEvent("complete"))}};xq.prototype.J=function(){delete this.Rc;delete this.Qc;Ha(this.Tb);xq.L.J.call(this)};var Bq=function(a,b){iq.call(this,a,b)};q(Bq,iq);Bq.prototype.fh=function(a,b,c,d){return new Cq(a,b,c,d)};w("ee.layers.ImageOverlay",Bq);var Cq=function(a,b,c,d){qq.call(this,a,b,c,d);this.de=Dq;this.Ih=this.ga=this.Qd=null;this.Xc=""};q(Cq,qq);
692
- Cq.prototype.Lc=function(){try{var a=yj(this.Ci);this.Xc=kd(a);var b=this.Xc!==ld.toString()?this.Xc:this.Ca}catch(c){b=this.Ca}this.ga=new xq;zq(this.ga,this.la.id+"-image",b);this.Ih=ac(this.ga,Eq,function(c){"load"==c.type?(this.Qd=c.target,qq.prototype.Lc.call(this)):this.gd()},void 0,this);this.ga.start()};Cq.prototype.Hc=function(){qq.prototype.Hc.call(this);this.ga&&(jc(this.Ih),Ha(this.ga))};Cq.prototype.J=function(){qq.prototype.J.call(this);this.Xc&&URL.revokeObjectURL(this.Xc)};
693
- var Dq=function(a){a.la.appendChild(a.Qd)},Eq=["load","abort","error"];var Fq=function(a){for(var b=arguments[0],c=1;c<arguments.length;c++){var d=arguments[c];if(0==d.lastIndexOf("/",0))b=d;else{var e;(e=""==b)||(e=b.length-1,e=0<=e&&b.indexOf("/",e)==e);b=e?b+d:b+("/"+d)}}return b};var Gq=function(a,b,c,d){y.call(this);this.Sg=a;this.Zb=b;this.pg=d||"";this.Xd=c};q(Gq,uq);Gq.prototype.If=function(a){if(a.zoom<=this.Xd)a.Ca=this.Ld(a.rb,a.zoom);else{var b=a.zoom-this.Xd,c=Math.pow(2,b);c=new google.maps.Point(Math.floor(a.rb.x/c),Math.floor(a.rb.y/c));a.Ca=this.Ld(c,a.zoom-b);a.de=Fa(Hq,this.Xd)}var d=u(a.gd,a);a.gd=u(function(e){e&&(e.includes("The specified key does not exist.")||e.includes("AccessDenied"))?rq(a,"loaded"):d(e)},a);sq(a)};
694
- Gq.prototype.getUniqueId=function(){return[this.Sg,this.Zb,this.Xd,this.pg].join("-")};Gq.prototype.Ld=function(a,b){a=Fq("https://storage.googleapis.com",this.Sg,this.Zb,String(b),String(a.x),String(a.y));this.pg&&(a+=this.pg);return a};
695
- var Hq=function(a,b){if(!b.Qd)throw Error("Tile must have an image element to be rendered.");a=Math.pow(2,b.zoom-a);var c=b.tileSize.width,d=b.la.ownerDocument.createElement("canvas");d.setAttribute("width",c);d.setAttribute("height",c);b.la.appendChild(d);d=d.getContext("2d");d.imageSmoothingEnabled=!1;d.mozImageSmoothingEnabled=!1;d.webkitImageSmoothingEnabled=!1;d.drawImage(b.Qd,c/a*(b.rb.x%a),c/a*(b.rb.y%a),c/a,c/a,0,0,c,c)};w("ee.layers.CloudStorageTileSource",Gq);var Iq=function(){this.La=[];this.Qa=[]};h=Iq.prototype;h.enqueue=function(a){this.Qa.push(a)};h.Jc=function(){0===this.La.length&&(this.La=this.Qa,this.La.reverse(),this.Qa=[]);return this.La.pop()};h.R=function(){return this.La.length+this.Qa.length};h.isEmpty=function(){return 0===this.La.length&&0===this.Qa.length};h.clear=function(){this.La=[];this.Qa=[]};h.contains=function(a){return $a(this.La,a)||$a(this.Qa,a)};
696
- h.remove=function(a){var b=this.La;var c=Ta(b,a);0<=c?(bb(b,c),b=!0):b=!1;return b||ab(this.Qa,a)};h.aa=function(){for(var a=[],b=this.La.length-1;0<=b;--b)a.push(this.La[b]);var c=this.Qa.length;for(b=0;b<c;++b)a.push(this.Qa[b]);return a};var Jq=function(a,b){y.call(this);this.Vh=a||0;this.Wd=b||10;if(this.Vh>this.Wd)throw Error("[goog.structs.Pool] Min can not be greater than max");this.Ta=new Iq;this.vb=new Ic;this.delay=0;this.Gf=null;this.rd()};x(Jq,y);Jq.prototype.Oc=function(){var a=Date.now();if(!(null!=this.Gf&&a-this.Gf<this.delay)){for(var b;0<this.Ta.R()&&(b=this.Ta.Jc(),!this.Sf(b));)this.rd();!b&&this.R()<this.Wd&&(b=this.bf());b&&(this.Gf=a,this.vb.add(b));return b}};
697
- var Kq=function(a,b){return a.vb.remove(b)?(a.Ne(b),!0):!1};h=Jq.prototype;h.Ne=function(a){this.vb.remove(a);this.Sf(a)&&this.R()<this.Wd?this.Ta.enqueue(a):this.Cd(a)};h.rd=function(){for(var a=this.Ta;this.R()<this.Vh;)a.enqueue(this.bf());for(;this.R()>this.Wd&&0<this.Ta.R();)this.Cd(a.Jc())};h.bf=function(){return{}};h.Cd=function(a){if("function"==typeof a.Ra)a.Ra();else for(var b in a)a[b]=null};h.Sf=function(a){return"function"==typeof a.Ok?a.Ok():!0};
698
- h.contains=function(a){return this.Ta.contains(a)||this.vb.contains(a)};h.R=function(){return this.Ta.R()+this.vb.R()};h.isEmpty=function(){return this.Ta.isEmpty()&&this.vb.isEmpty()};h.J=function(){Jq.L.J.call(this);if(0<this.vb.R())throw Error("[goog.structs.Pool] Objects not released");delete this.vb;for(var a=this.Ta;!a.isEmpty();)this.Cd(a.Jc());delete this.Ta};var Lq=function(a,b){this.Nh=a;this.ue=b};Lq.prototype.getKey=function(){return this.Nh};Lq.prototype.clone=function(){return new Lq(this.Nh,this.ue)};var Mq=function(a){this.Aa=[];if(a)a:{if(a instanceof Mq){var b=a.tb();a=a.aa();if(0>=this.R()){for(var c=this.Aa,d=0;d<b.length;d++)c.push(new Lq(b[d],a[d]));break a}}else b=Lb(a),a=Kb(a);for(c=0;c<b.length;c++)Nq(this,b[c],a[c])}},Nq=function(a,b,c){var d=a.Aa;d.push(new Lq(b,c));b=d.length-1;a=a.Aa;for(c=a[b];0<b;)if(d=b-1>>1,a[d].getKey()>c.getKey())a[b]=a[d],b=d;else break;a[b]=c};h=Mq.prototype;
635
+ Z.prototype.name=function(){return"ImageCollection"};Z.prototype.elementType=function(){return N};var Oo=function(a){this.af=a;this.id=null},Qo=function(a){var b={element:Po(a)};Object.assign(b,a);b=Gb(b,function(c){return null!=c});return new Oo(b)};Oo.prototype.start=function(a,b){var c=this;B(this.af,"Task config must be specified for tasks to be started.");this.id=this.id||lm(1)[0];Pa(this.id,"Failed to obtain task ID.");if(a)Cm(this.id,this.af,function(e,g){if(g)b(g);else{var f;c.id=null!=(f=e.taskId)?f:null;a()}});else{var d;this.id=null!=(d=Cm(this.id,this.af).taskId)?d:null}};
636
+ Oo.prototype.start=Oo.prototype.start;var Ro=function(a,b,c,d,e,g,f,l,m,p,v,A){var C=R(Ro,arguments);C=So(C,"ASSET","EXPORT_IMAGE");return Qo(C)};w("module$contents$ee$batch_Export.image.toAsset",Ro);var To=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J,fa,X){var ea=R(To,arguments);ea=So(ea,"GOOGLE_CLOUD_STORAGE","EXPORT_IMAGE");return Qo(ea)};w("module$contents$ee$batch_Export.image.toCloudStorage",To);
637
+ var Uo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J,fa,X){var ea=R(Uo,arguments);ea=So(ea,"DRIVE","EXPORT_IMAGE");return Qo(ea)};w("module$contents$ee$batch_Export.image.toDrive",Uo);var Vo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J){var fa=R(Vo,arguments);fa=So(fa,"GOOGLE_CLOUD_STORAGE","EXPORT_TILES");return Qo(fa)};w("module$contents$ee$batch_Export.map.toCloudStorage",Vo);var Wo=function(a,b,c,d,e,g,f,l){var m=R(Wo,arguments);m=So(m,"GOOGLE_CLOUD_STORAGE","EXPORT_FEATURES");return Qo(m)};
638
+ w("module$contents$ee$batch_Export.table.toCloudStorage",Wo);var Xo=function(a,b,c,d,e,g,f,l){var m=R(Xo,arguments);m.type="EXPORT_FEATURES";m=So(m,"DRIVE","EXPORT_FEATURES");return Qo(m)};w("module$contents$ee$batch_Export.table.toDrive",Xo);var Yo=function(a,b,c,d,e){var g=R(Yo,arguments);g=So(g,"ASSET","EXPORT_FEATURES");return Qo(g)};w("module$contents$ee$batch_Export.table.toAsset",Yo);var Zo=function(a,b,c,d,e,g,f,l){var m=R(Zo,arguments);m=So(m,"FEATURE_VIEW","EXPORT_FEATURES");return Qo(m)};
639
+ w("module$contents$ee$batch_Export.table.toFeatureView",Zo);var $o=function(a,b,c,d,e,g,f,l){var m=R($o,arguments);m=So(m,"BIGQUERY","EXPORT_FEATURES");return Qo(m)};w("module$contents$ee$batch_Export.table.toBigQuery",$o);var ap=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var J=R(ap,arguments);J=So(J,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO");return Qo(J)};w("module$contents$ee$batch_Export.video.toCloudStorage",ap);
640
+ var bp=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var J=R(bp,arguments);J=So(J,"DRIVE","EXPORT_VIDEO");return Qo(J)};w("module$contents$ee$batch_Export.video.toDrive",bp);var cp=function(a,b,c,d,e,g,f,l,m,p,v,A,C,J,fa,X,ea,Jb,br,cr,dr){var zj=R(cp,arguments);zj=So(zj,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO_MAP");return Qo(zj)};w("module$contents$ee$batch_Export.videoMap.toCloudStorage",cp);var dp=function(a,b,c,d){var e=R(dp,arguments);e=So(e,"ASSET","EXPORT_CLASSIFIER");return Qo(e)};
641
+ w("module$contents$ee$batch_Export.classifier.toAsset",dp);
642
+ var Po=function(a){var b=function(d){return d in a},c=ep.find(b);B(1===Za(ep,b),'Expected a single "image", "collection" or "classifier" key.');b=a[c];if(!(b instanceof N||b instanceof Y||b instanceof Z||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},So=function(a,b,c){var d=void 0===d?!0:d;var e={type:c};Object.assign(e,a);switch(c){case "EXPORT_IMAGE":null==
643
+ e.fileFormat&&(e.fileFormat="GeoTIFF");a=e.fileFormat;null==a&&(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;null!=e.formatOptions&&(a=fp(e,a),delete e.formatOptions,Object.assign(e,a));e=gp(e,b);null!=e.crsTransform&&(e.crs_transform=e.crsTransform,
644
+ delete e.crsTransform);break;case "EXPORT_TILES":b=gp(e,b);e=b.fileFormat;null==e&&(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;null==
645
+ a&&(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=gp(e,b);break;case "EXPORT_VIDEO":e=hp(e);e=gp(e,b);null!=e.crsTransform&&
646
+ (e.crs_transform=e.crsTransform,delete e.crsTransform);break;case "EXPORT_VIDEO_MAP":e=hp(e);e.version=e.version||"V1";e.stride=e.stride||1;e.tileDimensions={width:e.tileWidth||256,height:e.tileHeight||256};e=gp(e,b);break;case "EXPORT_CLASSIFIER":e=gp(e,b);break;default:throw Error("Unknown export type: "+e.type);}if(d&&null!=e.region){d=e;b=e.region;if(b instanceof T)b=b.oe();else if("string"===typeof b)try{b=Ra(JSON.parse(b))}catch(g){throw Error("Invalid format for region property. Region must be GeoJSON LinearRing or Polygon specified as actual coordinates or serialized as a string. See Export documentation.");
647
+ }if(!(t(b)&&"type"in b))try{new Un(b)}catch(g){try{new Xn(b)}catch(f){throw Error("Invalid format for region property. Region must be GeoJSON LinearRing or Polygon specified as actual coordinates or serialized as a string. See Export documentation.");}}b=JSON.stringify(b);d.region=b}return e},gp=function(a,b){switch(b){case "GOOGLE_CLOUD_STORAGE":a.outputBucket=a.bucket||"";a.outputPrefix=a.fileNamePrefix||a.path||"";delete a.fileNamePrefix;delete a.path;delete a.bucket;break;case "ASSET":a.assetId=
648
+ a.assetId||"";break;case "FEATURE_VIEW":a.mapName=a.mapName||"";break;case "BIGQUERY":a.table=a.table||"";break;default:b=xa(a.folder);if(!$a(["string","undefined"],b))throw Error('Error: toDrive "folder" parameter must be a string, but is of type '+b+".");a.driveFolder=a.folder||"";a.driveFileNamePrefix=a.fileNamePrefix||"";delete a.folder;delete a.fileNamePrefix}return a},ip={GEO_TIFF:["cloudOptimized","fileDimensions","noData","shardSize"],TF_RECORD_IMAGE:"patchDimensions kernelSize compressed maxFileSize defaultValue tensorDepths sequenceData collapseBands maskedThreshold".split(" ")},
649
+ jp={GEO_TIFF:"tiff",TF_RECORD_IMAGE:"tfrecord"},hp=function(a){a.videoOptions=a.framesPerSecond||5;a.maxFrames=a.maxFrames||1E3;a.maxPixels=a.maxPixels||1E8;var b=a.fileFormat;null==b&&(b="MP4");b=b.toUpperCase();switch(b){case "MP4":b="MP4";break;case "GIF":case "JIF":b="GIF";break;case "VP9":case "WEBM":b="VP9";break;default:throw Error("Invalid file format "+b+". Supported formats are: 'MP4', 'GIF', and 'WEBM'.");}a.fileFormat=b;return a},fp=function(a,b){var c=a.formatOptions;if(null==c)return{};
650
+ if(Object.keys(a).some(function(m){return null!==c&&m in c}))throw Error("Parameter specified at least twice: once in config, and once in config format options.");a=jp[b];for(var d=ip[b],e={},g=n(Object.entries(c)),f=g.next();!f.done;f=g.next()){var l=n(f.value);f=l.next().value;l=l.next().value;if(!$a(d,f))throw Error('"'+f+'" is not a valid option, the image format "'+b+'""may have the following options: '+(d.join(", ")+'".'));e[a+f[0].toUpperCase()+f.substring(1)]=Array.isArray(l)?l.join():l}return e},
651
+ ep=["image","collection","classifier"];var kp=function(a){if(!(this instanceof kp))return en(kp,arguments);if(a instanceof kp)return a;lp();if("number"===typeof a)O.call(this,null,null),this.Wc=a;else if(a instanceof O)O.call(this,a.I,a.args,a.U),this.Wc=null;else throw Error("Invalid argument specified for ee.Number(): "+a);};x(kp,O);w("ee.Number",kp);var mp=!1,lp=function(){mp||(An(kp,"Number","Number"),mp=!0)};kp.prototype.encode=function(a){return"number"===typeof this.Wc?this.Wc:kp.L.encode.call(this,a)};
652
+ kp.prototype.na=function(a){return"number"===typeof this.Wc?qk(wl(a,this.Wc)):kp.L.na.call(this,a)};kp.prototype.name=function(){return"Number"};var np=function(a){if(!(this instanceof np))return en(np,arguments);if(a instanceof np)return a;op();if("string"===typeof a)O.call(this,null,null),this.jd=a;else if(a instanceof O)this.jd=null,a.I&&"String"==a.I.Z().returns?O.call(this,a.I,a.args,a.U):O.call(this,new P("String"),{input:a},null);else throw Error("Invalid argument specified for ee.String(): "+a);};x(np,O);w("ee.String",np);var pp=!1,op=function(){pp||(An(np,"String","String"),pp=!0)};
653
+ np.prototype.encode=function(a){return"string"===typeof this.jd?this.jd:np.L.encode.call(this,a)};np.prototype.na=function(a){return"string"===typeof this.jd?qk(wl(a,this.jd)):np.L.na.call(this,a)};np.prototype.name=function(){return"String"};var qp=function(a,b){if(!(this instanceof qp))return en(qp,arguments);for(var c=[],d=a.args,e=0;e<d.length;e++){var g=d[e],f=g.type;c.push(rp(f in gn?gn[f]:null,g.name))}if(void 0===b.apply(null,c))throw Error("User-defined methods must return a value.");this.xb=sp(a,c,b);this.Rg=b.apply(null,c)};x(qp,nn);w("ee.CustomFunction",qp);qp.prototype.encode=function(a){return{type:"Function",argumentNames:Wa(this.xb.args,function(b){return b.name}),body:a(this.Rg)}};
654
+ qp.prototype.na=function(a){return vk(this.xb.args.map(function(b){return b.name}),wl(a,this.Rg))};qp.prototype.Ed=function(a,b){return uk(wl(a,this),b)};qp.prototype.Z=function(){return this.xb};
655
+ var rp=function(a,b){a=a||Object;if(!(a.prototype instanceof O))if(a&&a!=Object)if(a==String)a=np;else if(a==Number)a=kp;else if(a==Array)a=r.ee.List;else throw Error("Variables must be of an EE type, e.g. ee.Image or ee.Number.");else a=O;var c=function(d){this.args=this.I=null;this.U=d};c.prototype=a.prototype;return new c(b)},tp=function(a,b){b={name:"",returns:"Object",args:Wa(b,function(c){return{name:null,type:"string"===typeof c?c:c.prototype instanceof O?c.prototype.name.call(null):c==Number?
656
+ "Number":c==String?"String":c==Array?"Array":c==Date?"Date":"Object"}})};return new qp(b,a)},sp=function(a,b,c){for(var d=[],e=0;e<b.length;e++)null===b[e].U&&d.push(e);if(0===d.length)return a;c="_MAPPING_VAR_"+function(l){var m=function(v){return v.map(p).reduce(function(A,C){return A+C},0)},p=function(v){return v.Ua?1:v.Fa?m(v.Fa.values):v.Ga?m(Object.values(v.Ga.values)):v.ya?m(Object.values(v.ya.arguments)):0};return m(Object.values(l.values))}(ol(c.apply(null,b),"<unbound>"))+"_";for(e=0;e<
657
+ d.length;e++){var g=d[e],f=c+e;b[g].U=f;a.args[g].name=f}return a};var up=function(a,b){if(!(this instanceof up))return en(up,arguments);if(a instanceof up)return a;vp();var c=R(up,arguments);a=c.date;c=c.tz;var d=new P("Date"),e={},g=null;if(kn(a)){if(e.value=a,c)if(kn(c))e.timeZone=c;else throw Error("Invalid argument specified for ee.Date(..., opt_tz): "+c);}else if(jn(a))e.value=a;else if(za(a))e.value=Math.floor(a.getTime());else if(a instanceof O)a.I&&"Date"==a.I.Z().returns?(d=a.I,e=a.args,g=a.U):e.value=a;else throw Error("Invalid argument specified for ee.Date(): "+
658
+ a);O.call(this,d,e,g)};x(up,O);w("ee.Date",up);var wp=!1,vp=function(){wp||(An(up,"Date","Date"),wp=!0)};up.prototype.name=function(){return"Date"};w("ee.Deserializer",function(){});var yp=function(a){return xp(JSON.parse(a))};w("ee.Deserializer.fromJSON",yp);var xp=function(a){if("result"in a&&"values"in a)return zp(a);var b={};if(t(a)&&"CompoundValue"===a.type){for(var c=a.scope,d=0;d<c.length;d++){var e=c[d][0],g=c[d][1];if(e in b)throw Error('Duplicate scope key "'+e+'" in scope #'+d+".");b[e]=Ap(g,b)}a=a.value}return Ap(a,b)};w("ee.Deserializer.decode",xp);
659
+ var Ap=function(a,b){if(null===a||"number"===typeof a||"boolean"===typeof a||"string"===typeof a)return a;if(Array.isArray(a))return Wa(a,function(e){return Ap(e,b)});if(!t(a)||"function"===typeof a)throw Error("Cannot decode object: "+a);var c=a.type;switch(c){case "ValueRef":if(a.value in b)return b[a.value];throw Error("Unknown ValueRef: "+a);case "ArgumentRef":a=a.value;if("string"!==typeof a)throw Error("Invalid variable name: "+a);return rp(Object,a);case "Date":a=a.value;if("number"!==typeof a)throw Error("Invalid date value: "+
660
+ a);return new up(a/1E3);case "Bytes":return Bp(new rf({qb:a}),a);case "Invocation":return c="functionName"in a?sn(a.functionName):Ap(a["function"],b),a=Hb(a.arguments,function(e){return Ap(e,b)}),Cp(c,a);case "Dictionary":return Hb(a.value,function(e){return Ap(e,b)});case "Function":var d=Ap(a.body,b);a={name:"",args:Wa(a.argumentNames,function(e){return{name:e,type:"Object",optional:!1}}),returns:"Object"};return new qp(a,function(){return d});case "Point":case "MultiPoint":case "LineString":case "MultiLineString":case "Polygon":case "MultiPolygon":case "LinearRing":case "GeometryCollection":return new T(a);
661
+ case "CompoundValue":throw Error("Nested CompoundValues are disallowed.");default:throw Error("Unknown encoded object type: "+c);}},Bp=function(a,b){var c=function(){};q(c,nk);c.prototype.encode=function(){return b};c.prototype.na=function(){return a};return new c},Cp=function(a,b){if(a instanceof nn)return a.apply(b);if(a instanceof O){var c=function(){return nn.apply(this,arguments)||this};q(c,nn);c.prototype.encode=function(d){return a.encode(d)};c.prototype.Ed=function(d,e){return uk(wl(d,a),
662
+ e)};return new O(new c,b)}throw Error("Invalid function value");},Dp=function(a){return zp(JSON.parse(a))};w("ee.Deserializer.fromCloudApiJSON",Dp);
663
+ var zp=function(a){var b=Wc(Hf,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(null!==f.hb)f=f.hb;else if(null!==f.Fa)f=f.Fa.values.map(e);else if(null!==f.Ga)f=Hb(f.Ga.values,e);else if(null!==f.Mb)f=rp(Object,f.Mb);else if(null!==f.Ua)f=g(f.Ua);else if(null!==f.ya){var l=f.ya;f=l.Va?d(l.Va,"function"):sn(l.functionName);l=Hb(l.arguments,e);f=Cp(f,l)}else f=null!==f.qb?Bp(new rf({qb:f.qb}),f.qb):null!==
664
+ f.Wa?Bp(new rf({Wa:f.Wa}),f.Wa):null!==f.Oa?d(f.Oa,"reference"):null;return f},g=function(f){var l=d(f.body,"function body");f={args:f.lc.map(function(m){return{name:m,type:"Object",optional:!1}}),name:"",returns:"Object"};return new qp(f,function(){return l})};return d(b.result,"result value")};w("ee.Deserializer.decodeCloudApi",zp);var Ep=function(a){if(!(this instanceof Ep))return en(Ep,arguments);if(a instanceof Ep)return a;Fp();ln(a)?(O.call(this,null,null),this.Kc=a):(a instanceof O&&a.I&&"Dictionary"==a.I.Z().returns?O.call(this,a.I,a.args,a.U):O.call(this,new P("Dictionary"),{input:a},null),this.Kc=null)};x(Ep,O);w("ee.Dictionary",Ep);var Gp=!1,Fp=function(){Gp||(An(Ep,"Dictionary","Dictionary"),Gp=!0)};Ep.prototype.encode=function(a){return null!==this.Kc?a(this.Kc):Ep.L.encode.call(this,a)};
665
+ Ep.prototype.na=function(a){return null!==this.Kc?qk(wl(a,this.Kc)):Ep.L.na.call(this,a)};Ep.prototype.name=function(){return"Dictionary"};var Hp={};w("ee.Terrain",Hp);Hp.Df=!1;Hp.initialize=function(){Hp.Df||(An(Hp,"Terrain","Terrain"),Hp.Df=!0)};Hp.reset=function(){Bn(Hp);Hp.Df=!1};var Np=function(a,b,c,d,e,g){if("ready"!=Ip||a||b){var f=null!=c;if(d)if(f)Jp.push(d);else throw Error("Can't pass an error callback without a success callback.");if("loading"==Ip&&f)Kp.push(c);else if(Ip="loading",Ej(a,b,e,g),f)Kp.push(c),wn(Lp,Mp);else try{wn(),Lp()}catch(l){throw Mp(l),l;}}else c&&c()};w("ee.initialize",Np);
666
+ var Qp=function(){Ip="not_ready";ck=bk=Oj=null;ak=!1;un=null;vn={};Bn(up);wp=!1;Bn(Ep);Gp=!1;Bn(S);In=!1;Bn(N);Do=!1;Bn(W);vo=!1;Bn(V);to=!1;Bn(Z);Mo=!1;Bn(Y);Ko=!1;Bn(U);eo=!1;Bn(T);Ln=!1;Bn(Go);Io=!1;Bn(kp);mp=!1;Bn(np);pp=!1;Hp.reset();for(var a=r.ee,b=0;b<Op.length;b++){var c=Op[b];Bn(a[c]);delete a[c]}Op=[];gn=a;a=Pp;for(var d in a)delete a[d]};w("ee.reset",Qp);var Rp={Il:"not_ready",LOADING:"loading",Jl:"ready"};w("ee.InitState",Rp);w("ee.InitState.NOT_READY","not_ready");
667
+ w("ee.InitState.LOADING","loading");w("ee.InitState.READY","ready");var Ip="not_ready",Kp=[],Jp=[];w("ee.TILE_SIZE",256);var Op=[],Pp={};w("ee.Algorithms",Pp);var Sp=function(a,b){"string"===typeof a&&(a=new P(a));return nn.prototype.call.apply(a,Array.prototype.slice.call(arguments,1))};w("ee.call",Sp);var Tp=function(a,b){"string"===typeof a&&(a=new P(a));return a.apply(b)};w("ee.apply",Tp);
668
+ var Lp=function(){if("loading"==Ip){try{vp();Fp();Hn();Bo();uo();so();Lo();Jo();co();Jn();Ho();lp();op();Hp.initialize();var a=xn(),b={},c={},d;for(d in a){var e=void 0;e=-1!=d.indexOf(".")?d.slice(0,d.indexOf(".")):d;b[e]=!0;var g=a[d].returns.replace(/<.*>/,"");c[g]=!0}var f=r.ee,l;for(l in b)l in c&&!(l in f)&&(f[l]=Up(l),Op.push(l),a[l]?(f[l].signature=a[l],f[l].signature.isConstructor=!0,vn[l]=!0):f[l].signature={});gn=f;Vp()}catch(m){Mp(m);return}Ip="ready";for(Jp=[];0<Kp.length;)Kp.shift()()}},
669
+ Mp=function(a){if("loading"==Ip)for(Ip="not_ready",Kp=[];0<Jp.length;)Jp.shift()(a)},Vp=function(){var a=yn();Lb(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=Pp;for(e.signature={};1<b.length;){var g=b[0];g in e||(e[g]={signature:{}});e=e[g];b=eb(b,1)}g=function(f){return rn(c,void 0,Array.prototype.slice.call(arguments,0))};g.signature=d;g.toString=u(c.toString,c);e[b[0]]=g}})},Up=function(a){var b=function(c){var d=r.ee[a],e=Array.prototype.slice.call(arguments),
670
+ g=1==e.length;if(g&&e[0]instanceof d)return e[0];if(!(this instanceof d))return en(d,e);d=zn(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=mn(e,d.Z())?e[0]:pn(d,e),O.call(this,d,qn(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)}};x(b,O);b.prototype.name=function(){return a};An(b,a,a);return b};
671
+ on=function(a,b){if(null===a)return null;if(void 0!==a){var c=r.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 Y?Q("Collection.geometry",a):new T(a);case "FeatureCollection":case "Collection":return a instanceof V?
672
+ a:new Y(a);case "ImageCollection":return new Z(a);case "Filter":return new U(a);case "Algorithm":if("string"===typeof a)return new P(a);if("function"===typeof a){b=a.length;c=[];for(var d=0;d<b;d++)c[d]="Object";return tp(a,c)}if(a instanceof nk)return a;throw Error("Argument is not a function: "+a);case "String":return kn(a)||a instanceof np||a instanceof O?new np(a):a;case "Dictionary":return ln(a)?a:new Ep(a);case "List":return new Go(a);case "Number":case "Float":case "Long":case "Integer":case "Short":case "Byte":return new kp(a);
673
+ default:if(b in c){d=zn(b);if(a instanceof c[b])return a;if(d)return new c[b](a);if("string"===typeof a){if(a in c[b])return c[b][a].call();throw Error("Unknown algorithm: "+b+"."+a);}return new c[b](a)}return a}}};var Wp=function(a,b,c){Nc.call(this,a,b,c);this.tileSize=new google.maps.Size(256,256);this.Ah=new zc;this.zh=new zc};q(Wp,Nc);Wp.prototype.getTile=function(a,b){var c=Oc(this,a,b);b=[this.url,c].join("/")+"?token="+this.token;c=[c,this.yb,this.token].join("/");this.Ab.push(c);this.yb+=1;var d=Uh("DIV");Xp(this,b,a,c,d);Yp(this);return d};
674
+ var Xp=function(a,b,c,d,e){var g=oj(mj);g.open("GET",b,!0);g.responseType="arraybuffer";g.onreadystatechange=u(function(){if(g.readyState===XMLHttpRequest.DONE&&200===g.status){var f=g.response;if(f)f=new Float32Array(f),this.Ah.set(c,f),this.zh.set(c,e),ab(this.Ab,d),Yp(this);else throw this.vg.add(d),Error("Unable to request floating point array buffers.");}},a);g.send()},Yp=function(a){a.dispatchEvent(new Pc(a.Ab.length))};Wp.prototype.J=function(){this.zh=this.Ah=null;Nc.prototype.J.call(this)};
675
+ w("ee.FloatTileOverlay",Wp);var Zp=function(){this.je=new Map};Zp.prototype.clear=function(){this.je.clear()};var $p=function(a,b){a.je.has(b)||a.je.set(b,{throttleCount:0,errorCount:0,tileLatencies:[]});return a.je.get(b)};var aq=function(a){y.call(this);this.Tb=a;this.K={}};x(aq,y);var bq=[];aq.prototype.Xa=function(a,b,c,d){Array.isArray(b)||(b&&(bq[0]=b.toString()),b=bq);for(var e=0;e<b.length;e++){var g=bc(a,b[e],c||this.handleEvent,d||!1,this.Tb||this);if(!g)break;this.K[g.key]=g}return this};aq.prototype.Vc=function(a,b,c,d){return cq(this,a,b,c,d)};
676
+ var cq=function(a,b,c,d,e,g){if(Array.isArray(c))for(var f=0;f<c.length;f++)cq(a,b,c[f],d,e,g);else{b=ac(b,c,d||a.handleEvent,e,g||a.Tb||a);if(!b)return a;a.K[b.key]=b}return a};aq.prototype.se=function(a,b,c,d,e){if(Array.isArray(b))for(var g=0;g<b.length;g++)this.se(a,b[g],c,d,e);else c=c||this.handleEvent,d=t(d)?!!d.capture:!!d,e=e||this.Tb||this,c=cc(c),d=!!d,b=Bb(a)?a.Mc(b,c,d,e):a?(a=ec(a))?a.Mc(b,c,d,e):null:null,b&&(jc(b),delete this.K[b.key])};
677
+ aq.prototype.ed=function(){Fb(this.K,function(a,b){this.K.hasOwnProperty(b)&&jc(a)},this);this.K={}};aq.prototype.J=function(){aq.L.J.call(this);this.ed()};aq.prototype.handleEvent=function(){throw Error("EventHandler.handleEvent not implemented");};var eq=function(a,b){void 0!==a.name?(this.name=a.name,this.code=Ob[a.name]):(this.code=a=Oa(a.code),this.name=dq(a));Ia.call(this,$d("%s %s",this.name,b))};x(eq,Ia);
678
+ var dq=function(a){var b=Nb(function(c){return a==c});if(void 0===b)throw Error("Invalid code: "+a);return b},fq={},Ob=(fq.AbortError=3,fq.EncodingError=5,fq.InvalidModificationError=9,fq.InvalidStateError=7,fq.NotFoundError=1,fq.NotReadableError=4,fq.NoModificationAllowedError=6,fq.PathExistsError=12,fq.QuotaExceededError=10,fq.SecurityError=2,fq.SyntaxError=8,fq.TypeMismatchError=11,fq);var gq=function(a,b){z.call(this,a.type,b);this.Ja=a};x(gq,z);var hq=function(){D.call(this);this.ca=new FileReader;this.ca.onloadstart=u(this.nc,this);this.ca.onprogress=u(this.nc,this);this.ca.onload=u(this.nc,this);this.ca.onabort=u(this.nc,this);this.ca.onerror=u(this.nc,this);this.ca.onloadend=u(this.nc,this)};x(hq,D);h=hq.prototype;h.abort=function(){try{this.ca.abort()}catch(a){throw new eq(a,"aborting read");}};h.ub=function(){return this.ca.readyState};h.getError=function(){return this.ca.error&&new eq(this.ca.error,"reading file")};
679
+ h.nc=function(a){this.dispatchEvent(new gq(a,this))};h.J=function(){hq.L.J.call(this);delete this.ca};h.readAsBinaryString=function(a){this.ca.readAsBinaryString(a)};h.readAsArrayBuffer=function(a){this.ca.readAsArrayBuffer(a)};h.readAsText=function(a,b){this.ca.readAsText(a,b)};var iq=function(a,b){B(a);a=a.style;"opacity"in a?a.opacity=b:"MozOpacity"in a?a.MozOpacity=b:"filter"in a&&(a.filter=""===b?"":"alpha(opacity="+100*Number(b)+")")};var jq=function(a,b){D.call(this);b=b||{};this.minZoom=b.minZoom||0;this.maxZoom=b.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=b.tileSize||new google.maps.Size(256,256);this.name=b.name;this.opacity="opacity"in b?b.opacity:1;this.ie=new Zp(a.getUniqueId());this.zb=new zc;this.yb=0;this.ug=a;this.jb=new aq(this);this.radius=0};q(jq,D);h=jq.prototype;h.Oe=function(a){return bc(this,"tile-load",a)};h.bg=function(a){jc(a)};
680
+ h.Nc=function(){return kq(this,"throttled")+kq(this,"loading")+kq(this,"new")};h.setOpacity=function(a){this.opacity=a;this.zb.forEach(function(b){iq(b.la,this.opacity)},this)};h.getStats=function(){return this.ie};
681
+ h.getTile=function(a,b,c){var d=1<<b;if(b<this.minZoom||0>a.y||a.y>=d)return c.createElement("div");var e=a.x%d;0>e&&(e+=d);d=new google.maps.Point(e,a.y);a=[a.x,a.y,b,this.yb++].join("-");e=this.ug.getUniqueId();a=[a,e].join("-");b=this.fh(d,b,c,a);b.tileSize=this.tileSize;iq(b.la,this.opacity);this.zb.set(a,b);lq(this,b);this.dispatchEvent(new mq(this.Nc()));this.ug.If(b,(new Date).getTime()/1E3);return b.la};h.releaseTile=function(a){var b=this.zb.get(a.id);this.zb.remove(a.id);b&&(b.abort(),Ha(b))};
682
+ var lq=function(a,b){a.jb.Xa(b,"status-changed",function(){switch(b.getStatus()){case "loaded":var c=b.fl,d=(new Date).getTime();$p(this.ie,b.zoom).tileLatencies.push(d-c);this.dispatchEvent(new nq(this.Nc()));break;case "throttled":$p(this.ie,b.zoom).throttleCount++;this.dispatchEvent(new oq(b.Ca));break;case "failed":$p(this.ie,b.zoom).errorCount++;this.dispatchEvent(new pq(b.Ca,b.Tk));break;case "aborted":this.dispatchEvent(new qq(this.Nc()))}})};
683
+ jq.prototype.J=function(){D.prototype.J.call(this);this.zb.forEach(Ha);this.zb.clear();this.zb=null;Ha(this.jb);this.ug=this.jb=null};var kq=function(a,b){return Za(a.zb.aa(),function(c){return c.getStatus()==b})};w("ee.layers.AbstractOverlay",jq);jq.prototype.removeTileCallback=jq.prototype.bg;jq.prototype.addTileCallback=jq.prototype.Oe;var nq=function(){z.call(this,"tile-load")};q(nq,z);var mq=function(){z.call(this,"tile-start")};q(mq,z);var oq=function(){z.call(this,"tile-throttle")};q(oq,z);
684
+ var pq=function(a,b){z.call(this,"tile-fail");this.errorMessage=b};q(pq,z);var qq=function(){z.call(this,"tile-abort")};q(qq,z);var rq=function(a,b,c,d){D.call(this);this.rb=a;this.zoom=b;this.la=c.createElement("div");this.la.id=d;this.jl=5;this.de=function(){};this.ke="new";this.vi=0;this.Ff=!1};q(rq,D);rq.prototype.getDiv=function(){return this.la};
685
+ var tq=function(a){if(!a.Ff&&"loading"==a.getStatus())throw Error("startLoad() can only be invoked once. Use retryLoad() after the first attempt.");sq(a,"loading");a.fl=(new Date).getTime();a.Za=new pj;a.Za.xc="blob";a.Za.Xa("complete",function(){var b=Bj(a.Za),c=a.Za.getStatus();429==c&&sq(a,"throttled");if(ij(c)){var d={};Fb(Cj(a.Za),function(g,f){d[f.toLowerCase()]=g});a.Al=d;a.Ci=b;a.Lc()}else if(b){var e=new hq;e.Xa("loadend",function(){a.gd(e.ca.result)});e.readAsText(b)}else a.gd("Failed to load tile.")},
686
+ !1);a.Za.Vc("ready",Fa(Ha,a.Za));a.Ca&&a.Ca.endsWith("&profiling=1")&&(a.Ca=a.Ca.replace("&profiling=1",""),a.Za.headers.set("X-Earth-Engine-Computation-Profiling","1"));a.Za.send(a.Ca,"GET")};h=rq.prototype;h.Lc=function(){this.de(this);sq(this,"loaded")};h.Hc=function(){Ha(this.Za)};
687
+ h.gd=function(a){var b=function(c){try{if(c=JSON.parse(c),c.error&&c.error.message)return c.error.message}catch(d){}return c};this.vi>=this.jl?(this.Tk=b(a),sq(this,"failed")):(this.Hc(),setTimeout(u(function(){this.Sa||(this.Ff=!0,tq(this),this.Ff=!1)},this),1E3*Math.pow(2,this.vi++)))};h.abort=function(){this.Hc();"aborted"!=this.getStatus()&&"removed"!=this.getStatus()&&sq(this,this.ke in uq?"removed":"aborted")};h.getStatus=function(){return this.ke};var sq=function(a,b){a.ke=b;a.dispatchEvent("status-changed")};
688
+ rq.prototype.J=function(){D.prototype.J.call(this);this.Hc();this.la.remove();this.de=null};var uq={aborted:!0,failed:!0,loaded:!0,removed:!0};var vq=function(){y.call(this)};q(vq,y);var wq=function(a,b){jq.call(this,a,b);this.Tg=new zc;this.rh=new zc};q(wq,jq);wq.prototype.fh=function(a,b,c,d){var e=new xq(a,b,c,d);this.jb.Xa(e,"status-changed",function(){"loaded"==e.getStatus()&&(this.Tg.set(a,new Float32Array(e.yd)),this.rh.set(a,e.la))});return e};wq.prototype.J=function(){jq.prototype.J.call(this);this.rh=this.Tg=null};w("ee.layers.BinaryOverlay",wq);var xq=function(a,b,c,d){rq.call(this,a,b,c,d)};q(xq,rq);
689
+ xq.prototype.Lc=function(){var a=new hq;a.Xa("loadend",function(){this.yd=a.ca.result;rq.prototype.Lc.call(this)},void 0,this);a.readAsArrayBuffer(this.Ci)};var yq=function(a){D.call(this);this.Rc={};this.Qc={};this.Tb=new aq(this);this.X=a;this.Ye=!1};x(yq,D);var zq=["load","abort","error"],Aq=function(a,b,c){if(c="string"===typeof c?c:c.src)a.Ye=!1,a.Rc[b]={src:c,eh:null}},Bq=function(a,b){delete a.Rc[b];var c=a.Qc[b];c&&(delete a.Qc[b],a.Tb.se(c,zq,a.di))};
690
+ yq.prototype.start=function(){var a=this.Rc;Lb(a).forEach(function(b){var c=a[b];if(c&&(delete a[b],!this.Sa)){if(this.X){var d=this.X;d=(d?new Zh(Yh(d)):Ja||(Ja=new Zh)).Rk("IMG")}else d=new Image;c.eh&&(d.crossOrigin=c.eh);this.Tb.Xa(d,zq,this.di);this.Qc[b]=d;d.id=b;d.src=c.src}},this)};
691
+ yq.prototype.di=function(a){var b=a.currentTarget;if(b){if("readystatechange"==a.type)if("complete"==b.readyState)a.type="load";else return;"undefined"==typeof b.naturalWidth&&("load"==a.type?(b.naturalWidth=b.width,b.naturalHeight=b.height):(b.naturalWidth=0,b.naturalHeight=0));Bq(this,b.id);this.dispatchEvent({type:a.type,target:b});!this.Sa&&Pb(this.Qc)&&Pb(this.Rc)&&!this.Ye&&(this.Ye=!0,this.dispatchEvent("complete"))}};yq.prototype.J=function(){delete this.Rc;delete this.Qc;Ha(this.Tb);yq.L.J.call(this)};var Cq=function(a,b){jq.call(this,a,b)};q(Cq,jq);Cq.prototype.fh=function(a,b,c,d){return new Dq(a,b,c,d)};w("ee.layers.ImageOverlay",Cq);var Dq=function(a,b,c,d){rq.call(this,a,b,c,d);this.de=Eq;this.Ih=this.ga=this.Qd=null;this.Xc=""};q(Dq,rq);
692
+ Dq.prototype.Lc=function(){try{var a=Fd(this.Ci);this.Xc=kd(a);var b=this.Xc!==Ed.toString()?this.Xc:this.Ca}catch(c){b=this.Ca}this.ga=new yq;Aq(this.ga,this.la.id+"-image",b);this.Ih=ac(this.ga,Fq,function(c){"load"==c.type?(this.Qd=c.target,rq.prototype.Lc.call(this)):this.gd()},void 0,this);this.ga.start()};Dq.prototype.Hc=function(){rq.prototype.Hc.call(this);this.ga&&(jc(this.Ih),Ha(this.ga))};Dq.prototype.J=function(){rq.prototype.J.call(this);this.Xc&&URL.revokeObjectURL(this.Xc)};
693
+ var Eq=function(a){a.la.appendChild(a.Qd)},Fq=["load","abort","error"];var Gq=function(a){for(var b=arguments[0],c=1;c<arguments.length;c++){var d=arguments[c];if(0==d.lastIndexOf("/",0))b=d;else{var e;(e=""==b)||(e=b.length-1,e=0<=e&&b.indexOf("/",e)==e);b=e?b+d:b+("/"+d)}}return b};var Hq=function(a,b,c,d){y.call(this);this.Sg=a;this.Zb=b;this.pg=d||"";this.Xd=c};q(Hq,vq);Hq.prototype.If=function(a){if(a.zoom<=this.Xd)a.Ca=this.Ld(a.rb,a.zoom);else{var b=a.zoom-this.Xd,c=Math.pow(2,b);c=new google.maps.Point(Math.floor(a.rb.x/c),Math.floor(a.rb.y/c));a.Ca=this.Ld(c,a.zoom-b);a.de=Fa(Iq,this.Xd)}var d=u(a.gd,a);a.gd=u(function(e){e&&(e.includes("The specified key does not exist.")||e.includes("AccessDenied"))?sq(a,"loaded"):d(e)},a);tq(a)};
694
+ Hq.prototype.getUniqueId=function(){return[this.Sg,this.Zb,this.Xd,this.pg].join("-")};Hq.prototype.Ld=function(a,b){a=Gq("https://storage.googleapis.com",this.Sg,this.Zb,String(b),String(a.x),String(a.y));this.pg&&(a+=this.pg);return a};
695
+ var Iq=function(a,b){if(!b.Qd)throw Error("Tile must have an image element to be rendered.");a=Math.pow(2,b.zoom-a);var c=b.tileSize.width,d=b.la.ownerDocument.createElement("canvas");d.setAttribute("width",c);d.setAttribute("height",c);b.la.appendChild(d);d=d.getContext("2d");d.imageSmoothingEnabled=!1;d.mozImageSmoothingEnabled=!1;d.webkitImageSmoothingEnabled=!1;d.drawImage(b.Qd,c/a*(b.rb.x%a),c/a*(b.rb.y%a),c/a,c/a,0,0,c,c)};w("ee.layers.CloudStorageTileSource",Hq);var Jq=function(){this.La=[];this.Qa=[]};h=Jq.prototype;h.enqueue=function(a){this.Qa.push(a)};h.Jc=function(){0===this.La.length&&(this.La=this.Qa,this.La.reverse(),this.Qa=[]);return this.La.pop()};h.R=function(){return this.La.length+this.Qa.length};h.isEmpty=function(){return 0===this.La.length&&0===this.Qa.length};h.clear=function(){this.La=[];this.Qa=[]};h.contains=function(a){return $a(this.La,a)||$a(this.Qa,a)};
696
+ h.remove=function(a){var b=this.La;var c=Ta(b,a);0<=c?(bb(b,c),b=!0):b=!1;return b||ab(this.Qa,a)};h.aa=function(){for(var a=[],b=this.La.length-1;0<=b;--b)a.push(this.La[b]);var c=this.Qa.length;for(b=0;b<c;++b)a.push(this.Qa[b]);return a};var Kq=function(a,b){y.call(this);this.Vh=a||0;this.Wd=b||10;if(this.Vh>this.Wd)throw Error("[goog.structs.Pool] Min can not be greater than max");this.Ta=new Jq;this.vb=new Ic;this.delay=0;this.Gf=null;this.rd()};x(Kq,y);Kq.prototype.Oc=function(){var a=Date.now();if(!(null!=this.Gf&&a-this.Gf<this.delay)){for(var b;0<this.Ta.R()&&(b=this.Ta.Jc(),!this.Sf(b));)this.rd();!b&&this.R()<this.Wd&&(b=this.bf());b&&(this.Gf=a,this.vb.add(b));return b}};
697
+ var Lq=function(a,b){return a.vb.remove(b)?(a.Ne(b),!0):!1};h=Kq.prototype;h.Ne=function(a){this.vb.remove(a);this.Sf(a)&&this.R()<this.Wd?this.Ta.enqueue(a):this.Cd(a)};h.rd=function(){for(var a=this.Ta;this.R()<this.Vh;)a.enqueue(this.bf());for(;this.R()>this.Wd&&0<this.Ta.R();)this.Cd(a.Jc())};h.bf=function(){return{}};h.Cd=function(a){if("function"==typeof a.Ra)a.Ra();else for(var b in a)a[b]=null};h.Sf=function(a){return"function"==typeof a.Ok?a.Ok():!0};
698
+ h.contains=function(a){return this.Ta.contains(a)||this.vb.contains(a)};h.R=function(){return this.Ta.R()+this.vb.R()};h.isEmpty=function(){return this.Ta.isEmpty()&&this.vb.isEmpty()};h.J=function(){Kq.L.J.call(this);if(0<this.vb.R())throw Error("[goog.structs.Pool] Objects not released");delete this.vb;for(var a=this.Ta;!a.isEmpty();)this.Cd(a.Jc());delete this.Ta};var Mq=function(a,b){this.Nh=a;this.ue=b};Mq.prototype.getKey=function(){return this.Nh};Mq.prototype.clone=function(){return new Mq(this.Nh,this.ue)};var Nq=function(a){this.Aa=[];if(a)a:{if(a instanceof Nq){var b=a.tb();a=a.aa();if(0>=this.R()){for(var c=this.Aa,d=0;d<b.length;d++)c.push(new Mq(b[d],a[d]));break a}}else b=Lb(a),a=Kb(a);for(c=0;c<b.length;c++)Oq(this,b[c],a[c])}},Oq=function(a,b,c){var d=a.Aa;d.push(new Mq(b,c));b=d.length-1;a=a.Aa;for(c=a[b];0<b;)if(d=b-1>>1,a[d].getKey()>c.getKey())a[b]=a[d],b=d;else break;a[b]=c};h=Nq.prototype;
699
699
  h.remove=function(){var a=this.Aa,b=a.length,c=a[0];if(!(0>=b)){if(1==b)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=2*a+1,f=2*a+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.ue}};h.aa=function(){for(var a=this.Aa,b=[],c=a.length,d=0;d<c;d++)b.push(a[d].ue);return b};h.tb=function(){for(var a=this.Aa,b=[],c=a.length,d=0;d<c;d++)b.push(a[d].getKey());return b};
700
- h.Ic=function(a){return this.Aa.some(function(b){return b.ue==a})};h.Pb=function(a){return this.Aa.some(function(b){return b.getKey()==a})};h.clone=function(){return new Mq(this)};h.R=function(){return this.Aa.length};h.isEmpty=function(){return 0===this.Aa.length};h.clear=function(){this.Aa.length=0};var Oq=function(){Mq.apply(this,arguments)};q(Oq,Mq);Oq.prototype.enqueue=function(a,b){Nq(this,a,b)};Oq.prototype.Jc=function(){return this.remove()};var Pq=function(a,b){this.ph=void 0;this.ge=new Oq;Jq.call(this,a,b)};x(Pq,Jq);h=Pq.prototype;h.Oc=function(a,b){if(!a)return(a=Pq.L.Oc.call(this))&&this.delay&&(this.ph=r.setTimeout(u(this.Nd,this),this.delay)),a;this.ge.enqueue(void 0!==b?b:100,a);this.Nd()};h.Nd=function(){for(var a=this.ge;0<a.R();){var b=this.Oc();if(b)a.Jc().apply(this,[b]);else break}};h.Ne=function(a){Pq.L.Ne.call(this,a);this.Nd()};h.rd=function(){Pq.L.rd.call(this);this.Nd()};
701
- h.J=function(){Pq.L.J.call(this);r.clearTimeout(this.ph);this.ge.clear();this.ge=null};var Qq=function(a,b){y.call(this);this.Jf=a;this.ua=b||null};q(Qq,uq);Qq.prototype.If=function(a,b){var c=bc(a,"status-changed",function(){switch(a.getStatus()){case "loaded":var e=a.Al["x-earth-engine-computation-profile"];this.ua&&e&&this.ua.Lk(a.la.id,e);break;case "failed":case "aborted":this.ua&&""!==a.la.id&&this.ua.sl(a.la.id),jc(c)}},void 0,this);a.Ca=this.Ld(a.rb,a.zoom);var d=u(this.zf,this,a);Rq().Oc(d,b)};Qq.prototype.getUniqueId=function(){return this.Jf.mapid+"-"+this.Jf.token};
702
- Qq.prototype.zf=function(a,b){var c=Rq();if(a.Sa||"aborted"==a.getStatus())Kq(c,b);else{var d=bc(a,"status-changed",function(){a.ke in tq&&(jc(d),Kq(c,b))});sq(a)}};Qq.prototype.Ld=function(a,b){a=Yl(this.Jf,a.x,a.y,b);return this.ua&&this.ua.isEnabled()?a+"&profiling=1":a};var Rq=function(){Sq||(Sq=new Pq(0,4));return Sq};w("ee.layers.EarthEngineTileSource",Qq);var Sq=null;var Tq=function(a){y.call(this);this.Li=a};q(Tq,uq);Tq.prototype.If=function(a){a.Ca=this.Li.formatTileUrl(a.rb.x,a.rb.y,a.zoom);sq(a)};Tq.prototype.getUniqueId=function(){return this.Li.token};w("ee.layers.FeatureViewTileSource",Tq);var Vq=function(){D.call(this);this.pe=new Uq(0,60);this.wc=new zc};q(Vq,D);Vq.prototype.send=function(a,b,c,d,e){if(this.wc.get(a))throw Error("[ee.MapTileManager] ID in use");b=new Wq(a,b,d,u(this.ri,this),void 0!==e?e:1);this.wc.set(a,b);a=u(this.zf,this,b);this.pe.Oc(a,c);return b};Vq.prototype.abort=function(a){if(a=this.wc.get(a))a.kc||(a.kc=!0,a.Ja=new z("abort")),this.ri(a)};
703
- Vq.prototype.zf=function(a,b){if(a.ga||a.kc)Xq(this,b);else if(a.Ni=b,b.setActive(!0),b=new xq,a.ga=b,!a.retry())throw Error("Cannot dispatch first request!");};Vq.prototype.ri=function(a){this.wc.remove(a.getId());a.ga&&(Xq(this,a.Ni),a.ga.Ra());a.Af&&a.Af(a.Ja,a.mi)};var Xq=function(a,b){b.setActive(!1);if(!Kq(a.pe,b))throw Error("Object not released");};Vq.prototype.J=function(){D.prototype.J.call(this);this.pe.Ra();this.pe=null;var a=this.wc;Ua(a.aa(),function(b){b.Ra()});a.clear();this.wc=null};
704
- w("ee.MapTileManager",Vq);var Wq=function(a,b,c,d,e){y.call(this);this.fa=a;this.Gl=b;this.kl=void 0!==e?e:1;this.Af=c;this.bc=d};q(Wq,y);h=Wq.prototype;h.getId=function(){return this.fa};h.getUrl=function(){return this.Gl};h.Yk=function(a){if(this.kc)this.bc&&this.bc(this);else switch(a.type){case "load":this.Ja=a;this.bc&&this.bc(this);break;case "error":case "abort":this.retry()||(this.Ja=a,this.bc&&this.bc(this))}};h.J=function(){y.prototype.J.call(this);delete this.Af;delete this.bc};
705
- h.retry=function(){if(this.Kg>this.kl)return!1;this.Kg++;Aq(this.ga,this.fa);setTimeout(u(this.Bl,this),0);return!0};
706
- h.Bl=function(){if(!this.kc){var a=u(function(d){this.kc||(zq(this.ga,this.fa,d),ac(this.ga,Yq,u(this.Yk,this)),this.ga.start())},this),b=this.getUrl();if(Ld(b).Ba.Pb("profiling")){var c=new $i;c.xc="blob";c.Xa("complete",u(function(){this.mi=c.getResponseHeader("X-Earth-Engine-Computation-Profile")||null;if(200<=c.getStatus()&&300>c.getStatus())try{var d=kd(yj(kj(c)));var e=d!==ld.toString()}catch(g){}a(e?d:b)},this));c.Vc("ready",u(c.Ra,c));c.send(b,"GET")}else a(b)}};h.Kg=0;h.kc=!1;h.ga=null;
707
- h.Ni=null;h.Ja=null;h.mi=null;var Yq=["load","abort","error"],Zq=function(){y.call(this);this.Ea=!1};q(Zq,y);Zq.prototype.setActive=function(a){this.Ea=a};Zq.prototype.isActive=function(){return this.Ea};var Uq=function(a,b){Pq.call(this,a,b)};q(Uq,Pq);Uq.prototype.bf=function(){return new Zq};Uq.prototype.Cd=function(a){a.Ra()};Uq.prototype.Sf=function(a){return!a.Sa&&!a.isActive()};var $q=function(a,b,c,d,e){Nc.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.wg=new Ic;this.Tf=1;this.ua=e||null};q($q,Nc);h=$q.prototype;h.Oe=function(a){return bc(this,"tileevent",a)};h.bg=function(a){jc(a)};
708
- h.getTile=function(a,b,c){if(b<this.minZoom||0>a.y||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=Oc(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.yb,this.token].join("/");this.yb+=1;c=lh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.Ab.push(b);Ol(Vq).send(b,a,d,u(this.Xk,this,c,b));Xp(this);return c};h.Nc=function(){return this.Ab.length};
709
- h.releaseTile=function(a){Ol(Vq).abort(a.id);if(void 0!==a.firstElementChild)var b=a.firstElementChild;else for(b=a.firstChild;b&&1!=b.nodeType;)b=b.nextSibling;this.wg.remove(b);""!==a.id&&(this.vg.remove(a.id),this.ua&&this.ua.sl(a.id))};h.setOpacity=function(a){this.Tf=a;var b=this.wg.Da();uc(b,function(c){hq(c,a)})};
710
- h.Xk=function(a,b,c,d){"error"==c.type?(ab(this.Ab,b),this.vg.add(b),this.dispatchEvent(c)):(ab(this.Ab,b),c.target&&"load"==c.type&&(c=c.target,this.wg.add(c),1!=this.Tf&&hq(c,this.Tf),a.appendChild(c)),Xp(this));this.ua&&null!==d&&this.ua.Lk(b,d)};w("ee.MapLayerOverlay",$q);$q.prototype.removeTileCallback=$q.prototype.bg;$q.prototype.addTileCallback=$q.prototype.Oe;$q.prototype.getTile=$q.prototype.getTile;$q.prototype.setOpacity=$q.prototype.setOpacity;$q.prototype.releaseTile=$q.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toBigQuery 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.table.toCloudStorage ee.batch.Export.image.toDrive ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.Collection.prototype.filterMetadata ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.makeTableDownloadUrl ee.data.getWorkloadTag ee.data.listOperations ee.data.listImages ee.data.getAssetAcl ee.data.cancelOperation ee.data.getDownloadId ee.data.getAsset ee.data.getAssetRoots ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.getFeatureViewTilesKey ee.data.setWorkloadTag ee.data.listFeatures ee.data.createAssetHome ee.data.getOperation ee.data.setDefaultWorkloadTag ee.data.getInfo ee.data.authenticateViaPrivateKey ee.data.createAsset ee.data.newTaskId ee.data.resetWorkloadTag ee.data.computeValue ee.data.cancelTask ee.data.updateAsset ee.data.getThumbId ee.data.startIngestion ee.data.updateTask ee.data.getVideoThumbId ee.data.createFolder ee.data.setAssetAcl ee.data.getTaskStatus ee.data.startProcessing ee.data.getList ee.data.makeThumbUrl ee.data.getFilmstripThumbId ee.data.renameAsset ee.data.listAssets ee.data.setAssetProperties ee.data.authenticateViaOauth ee.data.getMapId ee.data.copyAsset ee.data.listBuckets ee.data.getTaskList ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.authenticate ee.data.startTableIngestion ee.data.getTileUrl ee.data.getTableDownloadId ee.data.getTaskListWithLimit ee.Date ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Dictionary ee.call ee.reset ee.initialize ee.Algorithms ee.apply ee.InitState ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.Filter.date ee.Filter.and ee.Filter.neq ee.Filter.gt ee.Filter.inList ee.Filter.lt ee.Filter.or ee.Filter.prototype.not ee.Filter.lte ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.bounds ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.MultiLineString ee.Geometry.MultiPoint ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPolygon ee.Geometry.BBox ee.Geometry ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Image.prototype.rename ee.Image.rgb ee.Image ee.Image.prototype.getThumbURL ee.Image.cat ee.Image.prototype.select ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getThumbId ee.Image.prototype.expression ee.Image.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.List ee.Number ee.Serializer.toJSON ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.String ee.Terrain".split(" "),
711
- c=[["name","namedArgs"],["name"],["name","var_args"],"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(" "),
712
- "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),"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(" "),
713
- "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),"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",
714
- "opt_maxVertices","opt_priority"],["classifier","opt_description","opt_assetId","opt_priority"],"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "),"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(" "),["algorithm","opt_dropNulls"],["algorithm",
715
- "opt_first"],["start","opt_end"],["filter"],["max","opt_property","opt_ascending"],["property","opt_ascending"],["geometry"],["name","operator","value"],["func","var_args"],["callback"],["opt_callback"],["legacy"],["id"],[],["opt_limit","opt_callback"],["parent","opt_params","opt_callback"],["assetId","opt_callback"],["operationName","opt_callback"],["params","opt_callback"],["id","opt_callback"],["opt_callback"],["opt_success","opt_error"],["id"],["params","opt_callback"],["tag"],["asset","params",
716
- "opt_callback"],["requestedId","opt_callback"],["operationName","opt_callback"],["tag"],["id","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["value","opt_path","opt_force","opt_properties","opt_callback"],["opt_count","opt_callback"],["opt_resetDefault"],["obj","opt_callback"],["taskId","opt_callback"],["assetId","asset","updateFields","opt_callback"],["params","opt_callback"],["taskId","request","opt_callback"],["taskId","action","opt_callback"],
717
- ["params","opt_callback"],["path","opt_force","opt_callback"],["assetId","aclUpdate","opt_callback"],["taskId","opt_callback"],["taskId","params","opt_callback"],["params","opt_callback"],["id"],["params","opt_callback"],["sourceId","destinationId","opt_callback"],["parent","opt_params","opt_callback"],["assetId","properties","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["sourceId","destinationId",
718
- "opt_overwrite","opt_callback"],["project","opt_callback"],["opt_callback"],["assetId","opt_callback"],["rootId","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["taskId","request","opt_callback"],["id","x","y","z"],["params","opt_callback"],["opt_limit","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],["func","var_args"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
719
- [],["func","namedArgs"],[],[],["var_args"],[],["geometry","opt_properties"],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["start","opt_end"],["var_args"],["name","value"],["name","value"],["opt_leftField","opt_rightValue","opt_rightField",
720
- "opt_leftValue"],["name","value"],["var_args"],[],["name","value"],["name","value"],["opt_filter"],["name","value"],["name","operator","value"],["geometry","opt_errorMargin"],["namedArgs"],["var_args"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj"],[],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["west","south","east","north"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj",
721
- "opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["legacy"],["var_args"],["r","g","b"],["opt_args"],["params","opt_callback"],["var_args"],["var_args"],["params","opt_callback"],["geometry"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["expression","opt_map"],["opt_callback"],["selectors","opt_names"],["imageCollection","opt_linkedBands",
722
- "opt_linkedProperties","opt_matchPropertyName"],[],["opt_visParams","opt_callback"],["params","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["args"],["opt_callback"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["string"],[]];[sn,rn,Q,Uo,bp,Qo,Zo,$o,So,Yo,ap,Wo,Xo,cp,Vo,To,V.prototype.map,V.prototype.Mh,V.prototype.nf,V.prototype.filter,V.prototype.limit,V.prototype.sort,V.prototype.xh,V.prototype.pf,O.prototype.Gg,O.prototype.evaluate,
723
- O.prototype.V,O.prototype.va,jm,Vl,qm,Mm,Vm,rm,gm,Im,Om,Pl,hm,Zl,an,$l,Pm,sm,bn,Im,Sl,Qm,km,cn,am,um,Wm,bm,Fm,tm,cm,Rm,Xm,nm,Bm,Km,em,dm,Sm,Lm,Ym,Ql,Xl,Tm,Nm,pm,Um,Zm,Rl,Hm,Yl,im,om,tp,yp,Cp,wp,xp,Dp,Rp,Pp,Mp,Op,Sp,Qp,256,S.prototype.set,nk,W,W.prototype.V,W.prototype.S,W.prototype.getMap,Y.prototype.S,Y.prototype.V,Y.prototype.select,Y,Y.prototype.getMap,Y.prototype.sb,no,lo,go,jo,oo,ho,mo,U.prototype.sc,ko,io,U,fo,qo,po,mn.prototype.apply,mn.prototype.call,T.prototype.oe,Un,Vn,On,T.prototype.yg,
724
- Xn,Qn,T,Pn,Tn,Wn,Ln,T.prototype.va,N.prototype.si,Do,N,N.prototype.xf,Eo,N.prototype.select,N.prototype.sb,N.prototype.clip,N.prototype.S,N.prototype.getMap,N.prototype.Kd,N.prototype.l,N.prototype.V,Z.prototype.select,Z.prototype.Hf,Z.prototype.first,Z.prototype.getMap,Z.prototype.yf,Z.prototype.vf,Z.prototype.S,Z,Z.prototype.V,Fo,jp,jl,tl,ol,ll,ul,sl,il,mp,Gp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});r.EXPORTED_FN_INFO=a})();}).call(this);
700
+ h.Ic=function(a){return this.Aa.some(function(b){return b.ue==a})};h.Pb=function(a){return this.Aa.some(function(b){return b.getKey()==a})};h.clone=function(){return new Nq(this)};h.R=function(){return this.Aa.length};h.isEmpty=function(){return 0===this.Aa.length};h.clear=function(){this.Aa.length=0};var Pq=function(){Nq.apply(this,arguments)};q(Pq,Nq);Pq.prototype.enqueue=function(a,b){Oq(this,a,b)};Pq.prototype.Jc=function(){return this.remove()};var Qq=function(a,b){this.ph=void 0;this.ge=new Pq;Kq.call(this,a,b)};x(Qq,Kq);h=Qq.prototype;h.Oc=function(a,b){if(!a)return(a=Qq.L.Oc.call(this))&&this.delay&&(this.ph=r.setTimeout(u(this.Nd,this),this.delay)),a;this.ge.enqueue(void 0!==b?b:100,a);this.Nd()};h.Nd=function(){for(var a=this.ge;0<a.R();){var b=this.Oc();if(b)a.Jc().apply(this,[b]);else break}};h.Ne=function(a){Qq.L.Ne.call(this,a);this.Nd()};h.rd=function(){Qq.L.rd.call(this);this.Nd()};
701
+ h.J=function(){Qq.L.J.call(this);r.clearTimeout(this.ph);this.ge.clear();this.ge=null};var Rq=function(a,b){y.call(this);this.Jf=a;this.ua=b||null};q(Rq,vq);Rq.prototype.If=function(a,b){var c=bc(a,"status-changed",function(){switch(a.getStatus()){case "loaded":var e=a.Al["x-earth-engine-computation-profile"];this.ua&&e&&this.ua.Lk(a.la.id,e);break;case "failed":case "aborted":this.ua&&""!==a.la.id&&this.ua.sl(a.la.id),jc(c)}},void 0,this);a.Ca=this.Ld(a.rb,a.zoom);var d=u(this.zf,this,a);Sq().Oc(d,b)};Rq.prototype.getUniqueId=function(){return this.Jf.mapid+"-"+this.Jf.token};
702
+ Rq.prototype.zf=function(a,b){var c=Sq();if(a.Sa||"aborted"==a.getStatus())Lq(c,b);else{var d=bc(a,"status-changed",function(){a.ke in uq&&(jc(d),Lq(c,b))});tq(a)}};Rq.prototype.Ld=function(a,b){a=Zl(this.Jf,a.x,a.y,b);return this.ua&&this.ua.isEnabled()?a+"&profiling=1":a};var Sq=function(){Tq||(Tq=new Qq(0,4));return Tq};w("ee.layers.EarthEngineTileSource",Rq);var Tq=null;var Uq=function(a){y.call(this);this.Li=a};q(Uq,vq);Uq.prototype.If=function(a){a.Ca=this.Li.formatTileUrl(a.rb.x,a.rb.y,a.zoom);tq(a)};Uq.prototype.getUniqueId=function(){return this.Li.token};w("ee.layers.FeatureViewTileSource",Uq);var Wq=function(){D.call(this);this.pe=new Vq(0,60);this.wc=new zc};q(Wq,D);Wq.prototype.send=function(a,b,c,d,e){if(this.wc.get(a))throw Error("[ee.MapTileManager] ID in use");b=new Xq(a,b,d,u(this.ri,this),void 0!==e?e:1);this.wc.set(a,b);a=u(this.zf,this,b);this.pe.Oc(a,c);return b};Wq.prototype.abort=function(a){if(a=this.wc.get(a))a.kc||(a.kc=!0,a.Ja=new z("abort")),this.ri(a)};
703
+ Wq.prototype.zf=function(a,b){if(a.ga||a.kc)Yq(this,b);else if(a.Ni=b,b.setActive(!0),b=new yq,a.ga=b,!a.retry())throw Error("Cannot dispatch first request!");};Wq.prototype.ri=function(a){this.wc.remove(a.getId());a.ga&&(Yq(this,a.Ni),a.ga.Ra());a.Af&&a.Af(a.Ja,a.mi)};var Yq=function(a,b){b.setActive(!1);if(!Lq(a.pe,b))throw Error("Object not released");};Wq.prototype.J=function(){D.prototype.J.call(this);this.pe.Ra();this.pe=null;var a=this.wc;Ua(a.aa(),function(b){b.Ra()});a.clear();this.wc=null};
704
+ w("ee.MapTileManager",Wq);var Xq=function(a,b,c,d,e){y.call(this);this.fa=a;this.Gl=b;this.kl=void 0!==e?e:1;this.Af=c;this.bc=d};q(Xq,y);h=Xq.prototype;h.getId=function(){return this.fa};h.getUrl=function(){return this.Gl};h.Yk=function(a){if(this.kc)this.bc&&this.bc(this);else switch(a.type){case "load":this.Ja=a;this.bc&&this.bc(this);break;case "error":case "abort":this.retry()||(this.Ja=a,this.bc&&this.bc(this))}};h.J=function(){y.prototype.J.call(this);delete this.Af;delete this.bc};
705
+ h.retry=function(){if(this.Kg>this.kl)return!1;this.Kg++;Bq(this.ga,this.fa);setTimeout(u(this.Bl,this),0);return!0};
706
+ h.Bl=function(){if(!this.kc){var a=u(function(d){this.kc||(Aq(this.ga,this.fa,d),ac(this.ga,Zq,u(this.Yk,this)),this.ga.start())},this),b=this.getUrl();if(re(b).Ba.Pb("profiling")){var c=new pj;c.xc="blob";c.Xa("complete",u(function(){this.mi=c.getResponseHeader("X-Earth-Engine-Computation-Profile")||null;if(200<=c.getStatus()&&300>c.getStatus())try{var d=kd(Fd(Bj(c)));var e=d!==Ed.toString()}catch(g){}a(e?d:b)},this));c.Vc("ready",u(c.Ra,c));c.send(b,"GET")}else a(b)}};h.Kg=0;h.kc=!1;h.ga=null;
707
+ h.Ni=null;h.Ja=null;h.mi=null;var Zq=["load","abort","error"],$q=function(){y.call(this);this.Ea=!1};q($q,y);$q.prototype.setActive=function(a){this.Ea=a};$q.prototype.isActive=function(){return this.Ea};var Vq=function(a,b){Qq.call(this,a,b)};q(Vq,Qq);Vq.prototype.bf=function(){return new $q};Vq.prototype.Cd=function(a){a.Ra()};Vq.prototype.Sf=function(a){return!a.Sa&&!a.isActive()};var ar=function(a,b,c,d,e){Nc.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.wg=new Ic;this.Tf=1;this.ua=e||null};q(ar,Nc);h=ar.prototype;h.Oe=function(a){return bc(this,"tileevent",a)};h.bg=function(a){jc(a)};
708
+ h.getTile=function(a,b,c){if(b<this.minZoom||0>a.y||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=Oc(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.yb,this.token].join("/");this.yb+=1;c=Uh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.Ab.push(b);Pl(Wq).send(b,a,d,u(this.Xk,this,c,b));Yp(this);return c};h.Nc=function(){return this.Ab.length};
709
+ h.releaseTile=function(a){Pl(Wq).abort(a.id);if(void 0!==a.firstElementChild)var b=a.firstElementChild;else for(b=a.firstChild;b&&1!=b.nodeType;)b=b.nextSibling;this.wg.remove(b);""!==a.id&&(this.vg.remove(a.id),this.ua&&this.ua.sl(a.id))};h.setOpacity=function(a){this.Tf=a;var b=this.wg.Da();uc(b,function(c){iq(c,a)})};
710
+ h.Xk=function(a,b,c,d){"error"==c.type?(ab(this.Ab,b),this.vg.add(b),this.dispatchEvent(c)):(ab(this.Ab,b),c.target&&"load"==c.type&&(c=c.target,this.wg.add(c),1!=this.Tf&&iq(c,this.Tf),a.appendChild(c)),Yp(this));this.ua&&null!==d&&this.ua.Lk(b,d)};w("ee.MapLayerOverlay",ar);ar.prototype.removeTileCallback=ar.prototype.bg;ar.prototype.addTileCallback=ar.prototype.Oe;ar.prototype.getTile=ar.prototype.getTile;ar.prototype.setOpacity=ar.prototype.setOpacity;ar.prototype.releaseTile=ar.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.Collection.prototype.filter ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.createFolder ee.data.getTaskStatus ee.data.setAssetAcl ee.data.startProcessing ee.data.getList ee.data.getFilmstripThumbId ee.data.makeThumbUrl ee.data.renameAsset ee.data.listAssets ee.data.authenticateViaOauth ee.data.setAssetProperties ee.data.getMapId ee.data.copyAsset ee.data.listBuckets ee.data.getTaskList ee.data.authenticate ee.data.getAssetRootQuota ee.data.deleteAsset ee.data.getTileUrl ee.data.getTableDownloadId ee.data.startTableIngestion ee.data.getWorkloadTag ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.listOperations ee.data.getAssetAcl ee.data.listImages ee.data.getDownloadId ee.data.cancelOperation ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.getAsset ee.data.getAssetRoots ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.createAssetHome ee.data.setWorkloadTag ee.data.getInfo ee.data.getOperation ee.data.authenticateViaPrivateKey ee.data.createAsset ee.data.newTaskId ee.data.setDefaultWorkloadTag ee.data.computeValue ee.data.cancelTask ee.data.resetWorkloadTag ee.data.getThumbId ee.data.updateAsset ee.data.getVideoThumbId ee.data.startIngestion ee.data.updateTask ee.Date ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.fromJSON ee.Dictionary ee.InitState ee.apply ee.TILE_SIZE ee.call ee.initialize ee.reset ee.Algorithms ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.Filter.and ee.Filter.inList ee.Filter.prototype.not ee.Filter.gt ee.Filter.neq ee.Filter.lt ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.metadata ee.Filter.date ee.Filter.bounds ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.LinearRing ee.Geometry.Polygon ee.Geometry.Point ee.Geometry.prototype.serialize ee.Geometry.MultiPolygon ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.BBox ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.select ee.Image.prototype.rename ee.Image ee.Image.prototype.getMap ee.Image.prototype.getThumbURL ee.Image.prototype.getDownloadURL ee.Image.prototype.expression ee.Image.prototype.clip ee.Image.prototype.getThumbId ee.Image.rgb ee.Image.cat ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.String ee.Terrain".split(" "),
711
+ c=[["name","namedArgs"],["name"],["name","var_args"],"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(" "),"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
712
+ "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_bucket 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_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
713
+ "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(" "),"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(" "),
714
+ ["classifier","opt_description","opt_assetId","opt_priority"],["collection","opt_description","opt_assetId","opt_maxVertices","opt_priority"],"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(" "),
715
+ ["filter"],["max","opt_property","opt_ascending"],["property","opt_ascending"],["name","operator","value"],["geometry"],["start","opt_end"],["algorithm","opt_dropNulls"],["algorithm","opt_first"],["callback"],["opt_callback"],["legacy"],["func","var_args"],["path","opt_force","opt_callback"],["taskId","opt_callback"],["assetId","aclUpdate","opt_callback"],["taskId","params","opt_callback"],["params","opt_callback"],["params","opt_callback"],["id"],["sourceId","destinationId","opt_callback"],["parent",
716
+ "opt_params","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["assetId","properties","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["project","opt_callback"],["opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["rootId","opt_callback"],["assetId","opt_callback"],["id","x","y","z"],["params","opt_callback"],["taskId","request","opt_callback"],
717
+ [],["id"],["opt_limit","opt_callback"],["opt_limit","opt_callback"],["assetId","opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],["operationName","opt_callback"],["opt_success","opt_error"],["id"],["id","opt_callback"],["opt_callback"],["params","opt_callback"],["asset","params","opt_callback"],["requestedId","opt_callback"],["tag"],["id","opt_callback"],["operationName","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],
718
+ ["value","opt_path","opt_force","opt_properties","opt_callback"],["opt_count","opt_callback"],["tag"],["obj","opt_callback"],["taskId","opt_callback"],["opt_resetDefault"],["params","opt_callback"],["assetId","asset","updateFields","opt_callback"],["params","opt_callback"],["taskId","request","opt_callback"],["taskId","action","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],["func","namedArgs"],[],["func","var_args"],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
719
+ [],[],["var_args"],[],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["geometry","opt_properties"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["var_args"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],[],["name","value"],["name","value"],["name","value"],["var_args"],
720
+ ["name","value"],["name","value"],["opt_filter"],["name","value"],["name","operator","value"],["start","opt_end"],["geometry","opt_errorMargin"],["var_args"],["namedArgs"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj"],["legacy"],["coords","opt_proj","opt_geodesic",
721
+ "opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["west","south","east","north"],[],["coords","opt_proj"],["opt_callback"],["opt_visParams","opt_callback"],["var_args"],["var_args"],["opt_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["params","opt_callback"],["expression","opt_map"],["geometry"],["params","opt_callback"],["r","g","b"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],
722
+ ["selectors","opt_names"],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],[],["params","opt_callback"],["args"],["list"],["number"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["obj"],["obj"],["string"],[]];[tn,sn,Q,cp,$o,To,ap,Zo,bp,Xo,Uo,dp,Yo,Wo,Ro,Vo,V.prototype.filter,V.prototype.limit,V.prototype.sort,V.prototype.pf,V.prototype.xh,V.prototype.nf,V.prototype.map,V.prototype.Mh,O.prototype.evaluate,O.prototype.V,O.prototype.va,O.prototype.Gg,Sm,
723
+ om,Ym,Cm,Lm,em,fm,Tm,Mm,Rl,Zm,Yl,Um,Om,qm,Sl,$m,Vm,Zl,jm,Im,Wl,km,pm,rm,Wm,Nm,hm,sm,Ql,im,Jm,Pm,$l,am,Qm,bn,Jm,tm,Tl,Rm,lm,cn,bm,vm,dn,cm,Xm,dm,Gm,um,up,xp,zp,Dp,yp,Ep,Rp,Tp,256,Sp,Np,Qp,Pp,S.prototype.set,ok,W.prototype.V,W.prototype.S,W.prototype.getMap,W,Y.prototype.select,Y,Y.prototype.sb,Y.prototype.getMap,Y.prototype.V,Y.prototype.S,mo,po,U.prototype.sc,ko,ho,io,no,lo,jo,U,go,ro,oo,qo,nn.prototype.call,nn.prototype.apply,T,Qn,Un,Vn,Xn,Mn,T.prototype.va,Yn,Wn,T.prototype.oe,Rn,T.prototype.yg,
724
+ Pn,N.prototype.V,N.prototype.S,N.prototype.select,N.prototype.si,N,N.prototype.getMap,N.prototype.xf,N.prototype.sb,N.prototype.l,N.prototype.clip,N.prototype.Kd,Eo,Fo,Z.prototype.S,Z.prototype.vf,Z.prototype.getMap,Z.prototype.V,Z.prototype.select,Z.prototype.Hf,Z.prototype.first,Z.prototype.yf,Z,Go,kp,vl,jl,tl,kl,pl,ul,ml,np,Hp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});r.EXPORTED_FN_INFO=a})();}).call(this);