@google/earthengine 0.1.415 → 0.1.417

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.
@@ -20,15 +20,16 @@ n("Map",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entr
20
20
  g();this.size=0;if(l){l=q(l);for(var m;!(m=l.next()).done;)m=m.value,this.set(m[0],m[1])}};c.prototype.set=function(l,m){l=l===0?0:l;var p=d(this,l);p.list||(p.list=this[0][p.id]=[]);p.ea?p.ea.value=m:(p.ea={next:this[1],kb:this[1].kb,head:this[1],key:l,value:m},p.list.push(p.ea),this[1].kb.next=p.ea,this[1].kb=p.ea,this.size++);return this};c.prototype.delete=function(l){l=d(this,l);return l.ea&&l.list?(l.list.splice(l.index,1),l.list.length||delete this[0][l.id],l.ea.kb.next=l.ea.next,l.ea.next.kb=
21
21
  l.ea.kb,l.ea.head=null,this.size--,!0):!1};c.prototype.clear=function(){this[0]={};this[1]=this[1].kb=g();this.size=0};c.prototype.has=function(l){return!!d(this,l).ea};c.prototype.get=function(l){return(l=d(this,l).ea)&&l.value};c.prototype.entries=function(){return e(this,function(l){return[l.key,l.value]})};c.prototype.keys=function(){return e(this,function(l){return l.key})};c.prototype.values=function(){return e(this,function(l){return l.value})};c.prototype.forEach=function(l,m){for(var p=this.entries(),
22
22
  v;!(v=p.next()).done;)v=v.value,l.call(m,v[1],v[0],this)};c.prototype[Symbol.iterator]=c.prototype.entries;var d=function(l,m){var p=m&&typeof m;p=="object"||p=="function"?b.has(m)?p=b.get(m):(p=""+ ++f,b.set(m,p)):p="p_"+m;var v=l[0][p];if(v&&ka(l[0],p))for(l=0;l<v.length;l++){var A=v[l];if(m!==m&&A.key!==A.key||m===A.key)return{id:p,list:v,index:l,ea:A}}return{id:p,list:v,index:-1,ea:void 0}},e=function(l,m){var p=l[1];return fa(function(){if(p){for(;p.head!=l[1];)p=p.kb;for(;p.next!=p.head;)return p=
23
- p.next,{done:!1,value:m(p)};p=null}return{done:!0,value:void 0}})},g=function(){var l={};return l.kb=l.next=l.head=l},f=0;return c});var ua=function(a,b,c){if(a==null)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+""};
23
+ p.next,{done:!1,value:m(p)};p=null}return{done:!0,value:void 0}})},g=function(){var l={};return l.kb=l.next=l.head=l},f=0;return c});
24
+ n("Set",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entries||typeof Object.seal!="function")return!1;try{var c=Object.seal({x:4}),d=new a(q([c]));if(!d.has(c)||d.size!=1||d.add(c)!=d||d.size!=1||d.add({x:4})!=d||d.size!=2)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||g.value[0].x!=4||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=
25
+ q(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.A.size};b.prototype.add=function(c){c=c===0?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;
26
+ 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});var ua=function(a,b,c){if(a==null)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+""};
24
27
  n("String.prototype.endsWith",function(a){return a?a:function(b,c){var d=ua(this,b,"endsWith");b+="";c===void 0&&(c=d.length);c=Math.max(0,Math.min(c|0,d.length));for(var e=b.length;e>0&&c>0;)if(d[--c]!=b[--e])return!1;return e<=0}});n("Array.prototype.entries",function(a){return a?a:function(){return ta(this,function(b,c){return[b,c]})}});
25
28
  n("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}});n("String.prototype.repeat",function(a){return a?a:function(b){var c=ua(this,null,"repeat");if(b<0||b>1342177279)throw new RangeError("Invalid count value");b|=0;for(var d="";b;)if(b&1&&(d+=c),b>>>=1)c+=c;return d}});
26
29
  n("Array.prototype.values",function(a){return a?a:function(){return ta(this,function(b,c){return c})}});n("Array.from",function(a){return a?a:function(b,c,d){c=c!=null?c:function(l){return l};var e=[],g=typeof Symbol!="undefined"&&Symbol.iterator&&b[Symbol.iterator];if(typeof g=="function"){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}});
27
30
  n("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in b)ka(b,d)&&c.push([d,b[d]]);return c}});n("Object.is",function(a){return a?a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&&c!==c}});n("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(c<0&&(c=Math.max(c+e,0));c<e;c++){var g=d[c];if(g===b||Object.is(g,b))return!0}return!1}});
28
- n("String.prototype.includes",function(a){return a?a:function(b,c){return ua(this,b,"includes").indexOf(b,c||0)!==-1}});n("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var e=d.length,g=0;g<e;g++){var f=d[g];if(b.call(c,f,g,d)){b=f;break a}}b=void 0}return b}});
29
- n("Set",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entries||typeof Object.seal!="function")return!1;try{var c=Object.seal({x:4}),d=new a(q([c]));if(!d.has(c)||d.size!=1||d.add(c)!=d||d.size!=1||d.add({x:4})!=d||d.size!=2)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||g.value[0].x!=4||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=
30
- q(c);for(var d;!(d=c.next()).done;)this.add(d.value)}this.size=this.A.size};b.prototype.add=function(c){c=c===0?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;
31
- 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});n("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)ka(b,d)&&c.push(b[d]);return c}});n("String.prototype.padStart",function(a){return a?a:function(b,c){var d=ua(this,null,"padStart");b-=d.length;c=c!==void 0?String(c):" ";return(b>0&&c?c.repeat(Math.ceil(b/c.length)).substring(0,b):"")+d}});/*
31
+ n("String.prototype.includes",function(a){return a?a:function(b,c){return ua(this,b,"includes").indexOf(b,c||0)!==-1}});n("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d instanceof String&&(d=String(d));for(var e=d.length,g=0;g<e;g++){var f=d[g];if(b.call(c,f,g,d)){b=f;break a}}b=void 0}return b}});n("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)ka(b,d)&&c.push(b[d]);return c}});
32
+ n("String.prototype.padStart",function(a){return a?a:function(b,c){var d=ua(this,null,"padStart");b-=d.length;c=c!==void 0?String(c):" ";return(b>0&&c?c.repeat(Math.ceil(b/c.length)).substring(0,b):"")+d}});/*
32
33
 
33
34
  Copyright The Closure Library Authors.
34
35
  SPDX-License-Identifier: Apache-2.0
@@ -43,450 +44,451 @@ function Na(a,b,c,d,e){e=d(e);for(var g=Ra(a,e),f=g.P||{},l=g.o||{},m=g.Ma||{},p
43
44
  function Sa(a,b,c,d,e,g,f){if(g&&f==null)throw Error("Cannot deserialize a reference object without a constructor.");return a==null?a:e&&g?a.map(function(l){return Na(l,b,c,d,f)}):e&&!g?a.map(function(l){return l}):!e&&g?Na(a,b,c,d,f):a instanceof Ga?null:typeof a==="object"?JSON.parse(JSON.stringify(a)):a}function Ra(a,b){if(b instanceof z)a=Ia(b.i());else if(a instanceof z)a=Ia(a.i());else throw Error("Cannot find ClassMetadata.");return a};var Ua=function(){};Ua.prototype.C=function(a,b){a=String(a);if(!b.test(a))throw Error("parameter ["+a+"] does not match pattern ["+b.toString()+"]");};function Va(a,b){if(a==null)return null;a=a.Nl(b);return a==null?null:a};function Wa(a,b,c){for(var d in a)b.call(c,a[d],d,a)}function Xa(a,b){var c={},d;for(d in a)b.call(void 0,a[d],d,a)&&(c[d]=a[d]);return c}function Ya(a,b,c){var d={},e;for(e in a)d[e]=b.call(c,a[e],e,a);return d}function Za(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1}function $a(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function ab(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b}function bb(a,b){for(var c in a)if(a[c]==b)return!0;return!1}
44
45
  function cb(a){var b=db,c;for(c in b)if(a.call(void 0,b[c],c,b))return c}function eb(a){for(var b in a)return!1;return!0}function fb(a,b){b in a&&delete a[b]}function gb(a){var b={},c;for(c in a)b[c]=a[c];return b}
45
46
  function hb(a){if(!a||typeof a!=="object")return a;if(typeof a.clone==="function")return a.clone();if(typeof Map!=="undefined"&&a instanceof Map)return new Map(a);if(typeof Set!=="undefined"&&a instanceof Set)return new Set(a);if(a instanceof Date)return new Date(a.getTime());var b=Array.isArray(a)?[]:typeof ArrayBuffer!=="function"||typeof ArrayBuffer.isView!=="function"||!ArrayBuffer.isView(a)||a instanceof DataView?{}:new a.constructor(a.length),c;for(c in a)b[c]=hb(a[c]);return b}var ib="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");
46
- function jb(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var g=0;g<ib.length;g++)c=ib[g],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};var kb=function(a,b){return a.indexOf(b)!=-1};function lb(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,lb);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));b!==void 0&&(this.cause=b)}y(lb,Error);lb.prototype.name="CustomError";var mb;function nb(a,b){a=a.split("%s");for(var c="",d=a.length-1,e=0;e<d;e++)c+=a[e]+(e<b.length?b[e]:"%s");lb.call(this,c+a[d])}y(nb,lb);nb.prototype.name="AssertionError";function ob(a,b,c,d){var e="Assertion failed";if(c){e+=": "+c;var g=d}else a&&(e+=": "+a,g=b);throw new nb(""+e,g||[]);}
47
- var E=function(a,b,c){a||ob("",null,b,Array.prototype.slice.call(arguments,2))},pb=function(a,b,c){a==null&&ob("Expected to exist: %s.",[a],b,Array.prototype.slice.call(arguments,2));return a},qb=function(a,b){throw new nb("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));},rb=function(a,b,c){typeof a!=="number"&&ob("Expected number but got %s: %s.",[wa(a),a],b,Array.prototype.slice.call(arguments,2));return a},sb=function(a,b,c){typeof a!=="string"&&ob("Expected string but got %s: %s.",
48
- [wa(a),a],b,Array.prototype.slice.call(arguments,2))},tb=function(a,b,c){typeof a!=="function"&&ob("Expected function but got %s: %s.",[wa(a),a],b,Array.prototype.slice.call(arguments,2))},ub=function(a,b,c){u(a)||ob("Expected object but got %s: %s.",[wa(a),a],b,Array.prototype.slice.call(arguments,2));return a};var vb;var xb=function(a,b){if(b!==wb)throw Error("TrustedResourceUrl is not meant to be built directly");this.ii=a};xb.prototype.toString=function(){return this.ii+""};
49
- var yb=function(a){if(a instanceof xb&&a.constructor===xb)return a.ii;qb("expected object of type TrustedResourceUrl, got '%s' of type %s",a,wa(a));return"type_error:TrustedResourceUrl"},wb={},zb=function(a){if(vb===void 0){var b=null;var c=t.trustedTypes;if(c&&c.createPolicy)try{b=c.createPolicy("goog#html",{createHTML:Fa,createScript:Fa,createScriptURL:Fa})}catch(d){t.console&&t.console.error(d.message)}vb=b}a=(b=vb)?b.createScriptURL(a):a;return new xb(a,wb)};/*
47
+ function jb(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var g=0;g<ib.length;g++)c=ib[g],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};function kb(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,kb);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a));b!==void 0&&(this.cause=b)}y(kb,Error);kb.prototype.name="CustomError";var lb;function mb(a,b){a=a.split("%s");for(var c="",d=a.length-1,e=0;e<d;e++)c+=a[e]+(e<b.length?b[e]:"%s");kb.call(this,c+a[d])}y(mb,kb);mb.prototype.name="AssertionError";function nb(a,b,c,d){var e="Assertion failed";if(c){e+=": "+c;var g=d}else a&&(e+=": "+a,g=b);throw new mb(""+e,g||[]);}
48
+ var E=function(a,b,c){a||nb("",null,b,Array.prototype.slice.call(arguments,2))},ob=function(a,b,c){a==null&&nb("Expected to exist: %s.",[a],b,Array.prototype.slice.call(arguments,2));return a},pb=function(a,b){throw new mb("Failure"+(a?": "+a:""),Array.prototype.slice.call(arguments,1));},qb=function(a,b,c){typeof a!=="number"&&nb("Expected number but got %s: %s.",[wa(a),a],b,Array.prototype.slice.call(arguments,2));return a},rb=function(a,b,c){typeof a!=="string"&&nb("Expected string but got %s: %s.",
49
+ [wa(a),a],b,Array.prototype.slice.call(arguments,2))},sb=function(a,b,c){typeof a!=="function"&&nb("Expected function but got %s: %s.",[wa(a),a],b,Array.prototype.slice.call(arguments,2))},tb=function(a,b,c){u(a)||nb("Expected object but got %s: %s.",[wa(a),a],b,Array.prototype.slice.call(arguments,2));return a};var ub;var wb=function(a,b){if(b!==vb)throw Error("TrustedResourceUrl is not meant to be built directly");this.ii=a};wb.prototype.toString=function(){return this.ii+""};
50
+ var xb=function(a){if(a instanceof wb&&a.constructor===wb)return a.ii;pb("expected object of type TrustedResourceUrl, got '%s' of type %s",a,wa(a));return"type_error:TrustedResourceUrl"},vb={},yb=function(a){if(ub===void 0){var b=null;var c=t.trustedTypes;if(c&&c.createPolicy)try{b=c.createPolicy("goog#html",{createHTML:Fa,createScript:Fa,createScriptURL:Fa})}catch(d){t.console&&t.console.error(d.message)}ub=b}a=(b=ub)?b.createScriptURL(a):a;return new wb(a,vb)};/*
50
51
 
51
52
  SPDX-License-Identifier: Apache-2.0
52
53
  */
53
- var Ab=ha([""]),Bb=ia(["\x00"],["\\0"]),Cb=ia(["\n"],["\\n"]),Db=ia(["\x00"],["\\u0000"]),Eb=ha([""]),Fb=ia(["\x00"],["\\0"]),Gb=ia(["\n"],["\\n"]),Hb=ia(["\x00"],["\\u0000"]);function Ib(a){return Object.isFrozen(a)&&Object.isFrozen(a.raw)}function Kb(a){return a.toString().indexOf("`")===-1}var Lb=Kb(function(a){return a(Ab)})||Kb(function(a){return a(Bb)})||Kb(function(a){return a(Cb)})||Kb(function(a){return a(Db)}),Mb=Ib(Eb)&&Ib(Fb)&&Ib(Gb)&&Ib(Hb);var Nb={};var Ob=function(a){if(Nb!==Nb)throw Error("Bad secret");this.ji=a};Ob.prototype.toString=function(){return this.ji};new Ob("about:blank");var Pb=new Ob("about:invalid#zClosurez");function Qb(a){if(a instanceof Ob)return a.ji;throw Error("Unexpected type when unwrapping SafeUrl, got '"+a+"' of type '"+typeof a+"'");};function Rb(a){if(typeof MediaSource!=="undefined"&&a instanceof MediaSource)return new Ob(URL.createObjectURL(a));var b=a.type.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);if((b==null?void 0:b.length)!==2||!(/^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: "+
54
+ var zb=ha([""]),Ab=ia(["\x00"],["\\0"]),Bb=ia(["\n"],["\\n"]),Cb=ia(["\x00"],["\\u0000"]),Db=ha([""]),Eb=ia(["\x00"],["\\0"]),Fb=ia(["\n"],["\\n"]),Gb=ia(["\x00"],["\\u0000"]);function Ib(a){return Object.isFrozen(a)&&Object.isFrozen(a.raw)}function Jb(a){return a.toString().indexOf("`")===-1}var Kb=Jb(function(a){return a(zb)})||Jb(function(a){return a(Ab)})||Jb(function(a){return a(Bb)})||Jb(function(a){return a(Cb)}),Lb=Ib(Db)&&Ib(Eb)&&Ib(Fb)&&Ib(Gb);var Mb={};function Nb(){if(Mb!==Mb)throw Error("Bad secret");};var Ob=function(a){Nb();this.ji=a};Ob.prototype.toString=function(){return this.ji};new Ob("about:blank");var Pb=new Ob("about:invalid#zClosurez");function Qb(a){if(a instanceof Ob)return a.ji;throw Error("Unexpected type when unwrapping SafeUrl, got '"+a+"' of type '"+typeof a+"'");};function Rb(a){if(typeof MediaSource!=="undefined"&&a instanceof MediaSource)return new Ob(URL.createObjectURL(a));var b=a.type.match(/^([^;]+)(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i);if((b==null?void 0:b.length)!==2||!(/^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: "+
54
55
  a.type);return new Ob(URL.createObjectURL(a))}var Sb=[],Tb=function(a){console.warn("A URL with content '"+a+"' was sanitized away.")};Sb.indexOf(Tb)===-1&&Sb.push(Tb);var Ub=Array.prototype.indexOf?function(a,b){E(a.length!=null);return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if(typeof a==="string")return typeof b!=="string"||b.length!=1?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1},Vb=Array.prototype.lastIndexOf?function(a,b){E(a.length!=null);return Array.prototype.lastIndexOf.call(a,b,a.length-1)}:function(a,b){var c=a.length-1;c<0&&(c=Math.max(0,a.length+c));if(typeof a==="string")return typeof b!=="string"||
55
56
  b.length!=1?-1:a.lastIndexOf(b,c);for(;c>=0;c--)if(c in a&&a[c]===b)return c;return-1},Wb=Array.prototype.forEach?function(a,b){E(a.length!=null);Array.prototype.forEach.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)e in d&&b.call(void 0,d[e],e,a)},Xb=Array.prototype.filter?function(a,b){E(a.length!=null);return Array.prototype.filter.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=[],e=0,g=typeof a==="string"?a.split(""):a,f=0;f<c;f++)if(f in
56
57
  g){var l=g[f];b.call(void 0,l,f,a)&&(d[e++]=l)}return d},Yb=Array.prototype.map?function(a,b,c){E(a.length!=null);return Array.prototype.map.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=Array(d),g=typeof a==="string"?a.split(""):a,f=0;f<d;f++)f in g&&(e[f]=b.call(c,g[f],f,a));return e},Zb=Array.prototype.some?function(a,b){E(a.length!=null);return Array.prototype.some.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],
57
58
  e,a))return!0;return!1},$b=Array.prototype.every?function(a,b){E(a.length!=null);return Array.prototype.every.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&!b.call(void 0,d[e],e,a))return!1;return!0};function ac(a,b){var c=0;Wb(a,function(d,e,g){b.call(void 0,d,e,g)&&++c});return c}function bc(a,b){return Ub(a,b)>=0}function cc(a,b){b=Ub(a,b);var c;(c=b>=0)&&dc(a,b);return c}
58
59
  function dc(a,b){E(a.length!=null);Array.prototype.splice.call(a,b,1)}function ec(a){var b=a.length;if(b>0){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]}function fc(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(xa(d)){var e=a.length||0,g=d.length||0;a.length=e+g;for(var f=0;f<g;f++)a[e+f]=d[f]}else a.push(d)}}function gc(a,b,c){E(a.length!=null);return arguments.length<=2?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)}
59
- function hc(a){var b=[];if(a-0<0)return[];for(var c=0;c<a;c+=1)b.push(c);return b}function ic(a){for(var b=[],c=0;c<arguments.length;c++){var d=arguments[c];if(Array.isArray(d))for(var e=0;e<d.length;e+=8192){var g=gc(d,e,e+8192);g=ic.apply(null,g);for(var f=0;f<g.length;f++)b.push(g[f])}else b.push(d)}return b};var jc={},kc=function(){if(jc!==jc)throw Error("SafeStyle is not meant to be built directly");this.pl=""};kc.prototype.toString=function(){return this.pl.toString()};new kc;var lc={},mc=function(){if(lc!==lc)throw Error("SafeStyleSheet is not meant to be built directly");this.ol=""};mc.prototype.toString=function(){return this.ol.toString()};new mc;var nc={},oc=function(){var a=t.trustedTypes&&t.trustedTypes.emptyHTML||"";if(nc!==nc)throw Error("SafeHtml is not meant to be built directly");this.nl=a};oc.prototype.toString=function(){return this.nl.toString()};new oc;var pc=Object.freeze||function(a){return a};var qc=function(a,b){this.name=a;this.value=b};qc.prototype.toString=function(){return this.name};var rc=new qc("OFF",Infinity),sc=new qc("SEVERE",1E3),tc=new qc("CONFIG",700),uc=new qc("FINE",500),vc=function(){this.Bd=0;this.clear()},wc;vc.prototype.clear=function(){this.yd=Array(this.Bd);this.ih=-1;this.Ih=!1};var xc=function(a,b,c){this.reset(a||rc,b,c,void 0,void 0)};xc.prototype.reset=function(){};
60
- var yc=function(a,b){this.level=null;this.Yk=[];this.parent=(b===void 0?null:b)||null;this.children=[];this.fl={uf:function(){return a}}},zc=function(a){if(a.level)return a.level;if(a.parent)return zc(a.parent);qb("Root logger has no level set.");return rc},Ac=function(a,b){for(;a;)a.Yk.forEach(function(c){c(b)}),a=a.parent},Bc=function(){this.entries={};var a=new yc("");a.level=tc;this.entries[""]=a},Cc,Dc=function(a,b){var c=a.entries[b];if(c)return c;c=Dc(a,b.slice(0,Math.max(b.lastIndexOf("."),
61
- 0)));var d=new yc(b,c);a.entries[b]=d;c.children.push(d);return d},Ec=function(){Cc||(Cc=new Bc);return Cc},Fc=function(a,b,c){var d;if(d=a)if(d=a&&b){d=b.value;var e=a?zc(Dc(Ec(),a.uf())):rc;d=d>=e.value}if(d){b=b||rc;d=Dc(Ec(),a.uf());typeof c==="function"&&(c=c());wc||(wc=new vc);e=wc;a=a.uf();if(e.Bd>0){var g=(e.ih+1)%e.Bd;e.ih=g;e.Ih?(e=e.yd[g],e.reset(b,c,a),a=e):(e.Ih=g==e.Bd-1,a=e.yd[g]=new xc(b,c,a))}else a=new xc(b,c,a);Ac(d,a)}},Gc=function(a,b){a&&Fc(a,sc,b)},Hc=function(a,b){a&&Fc(a,
62
- uc,b)};var Ic=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&&c.length>1;)d+=c.shift()+e.shift();return d+c.join("%s")},Jc=function(a){var b=1;a=a.split(":");for(var c=[];b>0&&a.length;)c.push(a.shift()),b--;a.length&&c.push(a.join(":"));return c};var Kc=function(a){if(a.R&&typeof a.R=="function")a=a.R();else if(xa(a)||typeof a==="string")a=a.length;else{var b=0,c;for(c in a)b++;a=b}return a},Lc=function(a){if(a.aa&&typeof a.aa=="function")return a.aa();if(typeof Map!=="undefined"&&a instanceof Map||typeof Set!=="undefined"&&a instanceof Set)return Array.from(a.values());if(typeof a==="string")return a.split("");if(xa(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return $a(a)},Mc=function(a){if(a.sb&&typeof a.sb=="function")return a.sb();
63
- if(!a.aa||typeof a.aa!="function"){if(typeof Map!=="undefined"&&a instanceof Map)return Array.from(a.keys());if(!(typeof Set!=="undefined"&&a instanceof Set)){if(xa(a)||typeof a==="string"){var b=[];a=a.length;for(var c=0;c<a;c++)b.push(c);return b}return ab(a)}}},Nc=function(a,b,c){if(a.forEach&&typeof a.forEach=="function")a.forEach(b,c);else if(xa(a)||typeof a==="string")Array.prototype.forEach.call(a,b,c);else for(var d=Mc(a),e=Lc(a),g=e.length,f=0;f<g;f++)b.call(c,e[f],d&&d[f],a)},Oc=function(a,
64
- b){if(typeof a.every=="function")return a.every(b,void 0);if(xa(a)||typeof a==="string")return Array.prototype.every.call(a,b,void 0);for(var c=Mc(a),d=Lc(a),e=d.length,g=0;g<e;g++)if(!b.call(void 0,d[g],c&&c[g],a))return!1;return!0};var Pc=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),Qc=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(d>=0){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 Rc=function(a){this.hb=this.fc=this.vb="";this.uc=null;this.Rb=this.Yb="";this.za=this.bl=!1;if(a instanceof Rc){this.za=a.za;Sc(this,a.vb);var b=a.fc;Tc(this);this.fc=b;b=a.hb;Tc(this);this.hb=b;Uc(this,a.uc);this.setPath(a.getPath());Vc(this,a.Ba.clone());a=a.Rb;Tc(this);this.Rb=a}else a&&(b=String(a).match(Pc))?(this.za=!1,Sc(this,b[1]||"",!0),a=b[2]||"",Tc(this),this.fc=Wc(a),a=b[3]||"",Tc(this),this.hb=Wc(a,!0),Uc(this,b[4]),this.setPath(b[5]||"",!0),Vc(this,b[6]||"",!0),a=b[7]||"",Tc(this),
65
- this.Rb=Wc(a)):(this.za=!1,this.Ba=new Xc(null,this.za))};
66
- Rc.prototype.toString=function(){var a=[],b=this.vb;b&&a.push(Yc(b,Zc,!0),":");var c=this.hb;if(c||b=="file")a.push("//"),(b=this.fc)&&a.push(Yc(b,Zc,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.uc,c!=null&&a.push(":",String(c));if(c=this.getPath())this.hb&&c.charAt(0)!="/"&&a.push("/"),a.push(Yc(c,c.charAt(0)=="/"?$c:ad,!0));(c=this.Ba.toString())&&a.push("?",c);(c=this.Rb)&&a.push("#",Yc(c,bd));return a.join("")};
67
- Rc.prototype.resolve=function(a){var b=this.clone(),c=!!a.vb;c?Sc(b,a.vb):c=!!a.fc;if(c){var d=a.fc;Tc(b);b.fc=d}else c=!!a.hb;c?(d=a.hb,Tc(b),b.hb=d):c=a.uc!=null;d=a.getPath();if(c)Uc(b,a.uc);else if(c=!!a.Yb){if(d.charAt(0)!="/")if(this.hb&&!this.Yb)d="/"+d;else{var e=b.getPath().lastIndexOf("/");e!=-1&&(d=b.getPath().slice(0,e+1)+d)}e=d;if(e==".."||e==".")d="";else if(kb(e,"./")||kb(e,"/.")){d=e.lastIndexOf("/",0)==0;e=e.split("/");for(var g=[],f=0;f<e.length;){var l=e[f++];l=="."?d&&f==e.length&&
68
- g.push(""):l==".."?((g.length>1||g.length==1&&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?Vc(b,a.Ba.clone()):c=!!a.Rb;c&&(a=a.Rb,Tc(b),b.Rb=a);return b};Rc.prototype.clone=function(){return new Rc(this)};var Sc=function(a,b,c){Tc(a);a.vb=c?Wc(b,!0):b;a.vb&&(a.vb=a.vb.replace(/:$/,""))},Uc=function(a,b){Tc(a);if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port number "+b);a.uc=b}else a.uc=null};
69
- Rc.prototype.getPath=function(){return this.Yb};Rc.prototype.setPath=function(a,b){Tc(this);this.Yb=b?Wc(a,!0):a;return this};var Vc=function(a,b,c){Tc(a);b instanceof Xc?(a.Ba=b,a.Ba.fg(a.za)):(c||(b=Yc(b,cd)),a.Ba=new Xc(b,a.za))};Rc.prototype.getQuery=function(){return this.Ba.toString()};Rc.prototype.removeParameter=function(a){Tc(this);this.Ba.remove(a);return this};var Tc=function(a){if(a.bl)throw Error("Tried to modify a read-only Uri");};Rc.prototype.fg=function(a){this.za=a;this.Ba&&this.Ba.fg(a)};
70
- var dd=function(a){return a instanceof Rc?a.clone():new Rc(a)},Wc=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},Yc=function(a,b,c){return typeof a==="string"?(a=encodeURI(a).replace(b,ed),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null},ed=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)},Zc=/[#\/\?@]/g,ad=/[#\?:]/g,$c=/[#\?]/g,cd=/[#\?@]/g,bd=/#/g,Xc=function(a,b){this.Y=this.N=null;this.ta=a||null;this.za=!!b},fd=
71
- function(a){a.N||(a.N=new Map,a.Y=0,a.ta&&Qc(a.ta,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};h=Xc.prototype;h.R=function(){fd(this);return this.Y};h.add=function(a,b){fd(this);this.ta=null;a=gd(this,a);var c=this.N.get(a);c||this.N.set(a,c=[]);c.push(b);this.Y=rb(this.Y)+1;return this};h.remove=function(a){fd(this);a=gd(this,a);return this.N.has(a)?(this.ta=null,this.Y=rb(this.Y)-this.N.get(a).length,this.N.delete(a)):!1};h.clear=function(){this.N=this.ta=null;this.Y=0};
72
- h.isEmpty=function(){fd(this);return this.Y==0};h.Ob=function(a){fd(this);a=gd(this,a);return this.N.has(a)};h.Gc=function(a){var b=this.aa();return bc(b,a)};h.forEach=function(a,b){fd(this);this.N.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};h.sb=function(){fd(this);for(var a=Array.from(this.N.values()),b=Array.from(this.N.keys()),c=[],d=0;d<b.length;d++)for(var e=a[d],g=0;g<e.length;g++)c.push(b[d]);return c};
73
- h.aa=function(a){fd(this);var b=[];if(typeof a==="string")this.Ob(a)&&(b=b.concat(this.N.get(gd(this,a))));else{a=Array.from(this.N.values());for(var c=0;c<a.length;c++)b=b.concat(a[c])}return b};h.set=function(a,b){fd(this);this.ta=null;a=gd(this,a);this.Ob(a)&&(this.Y=rb(this.Y)-this.N.get(a).length);this.N.set(a,[b]);this.Y=rb(this.Y)+1;return this};h.get=function(a,b){if(!a)return b;a=this.aa(a);return a.length>0?String(a[0]):b};
74
- h.setValues=function(a,b){this.remove(a);b.length>0&&(this.ta=null,this.N.set(gd(this,a),ec(b)),this.Y=rb(this.Y)+b.length)};h.toString=function(){if(this.ta)return this.ta;if(!this.N)return"";for(var a=[],b=Array.from(this.N.keys()),c=0;c<b.length;c++){var d=b[c],e=encodeURIComponent(String(d));d=this.aa(d);for(var g=0;g<d.length;g++){var f=e;d[g]!==""&&(f+="="+encodeURIComponent(String(d[g])));a.push(f)}}return this.ta=a.join("&")};
75
- h.clone=function(){var a=new Xc;a.ta=this.ta;this.N&&(a.N=new Map(this.N),a.Y=this.Y);return a};var gd=function(a,b){b=String(b);a.za&&(b=b.toLowerCase());return b};Xc.prototype.fg=function(a){a&&!this.za&&(fd(this),this.ta=null,this.N.forEach(function(b,c){var d=c.toLowerCase();c!=d&&(this.remove(c),this.setValues(d,b))},this));this.za=a};Xc.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Nc(arguments[b],function(c,d){this.add(d,c)},this)};function hd(a){if(a.u!=null){var b={},c;for(c in a.u)a.u[c]!==void 0&&(b[c]=a.u[c]);a.u=b}}function F(a,b){var c=id;b=b===void 0?{}:b;c=q(Object.entries(c));for(var d=c.next();!d.done;d=c.next()){var e=q(d.value);d=e.next().value;e=e.next().value;d in a&&(b[e]=a[d])}return b};var jd=function(a,b){this.M=a;this.Zk=b===void 0?null:b};r(jd,Ua);var kd=function(a,b,c){var d=Va(a.Zk,b);if(d==null)return c;d.Ol();return c.then(function(e){d.Ql(e);return e},function(e){d.Pl(e);throw e;})},G=function(a,b){var c=b.G||void 0,d=a.M,e=d.send,g=b.body instanceof z?Na(b.body,Ja,Ka,La):b.body;return kd(a,b,e.call(d,{path:b.path,B:b.B,D:b.D,body:g,u:b.u,Ci:b.Ci&&b.Ci},c))};var ld=function(){};ld.prototype.send=function(a,b){hd(a);return(void 0).then(function(c){return b?Ma(b,c):c})};function md(a){a&&typeof a.dispose=="function"&&a.dispose()};var H=function(){this.Ra=this.Ra;this.Yd=this.Yd};H.prototype.Ra=!1;H.prototype.dispose=function(){this.Ra||(this.Ra=!0,this.J())};H.prototype[Symbol.dispose]=function(){this.dispose()};H.prototype.J=function(){if(this.Yd)for(;this.Yd.length;)this.Yd.shift()()};var nd=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.cd=!1};nd.prototype.stopPropagation=function(){this.cd=!0};nd.prototype.preventDefault=function(){this.defaultPrevented=!0};var od=function(){if(!t.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function(){};t.addEventListener("test",c,b);t.removeEventListener("test",c,b)}catch(d){}return a}();function pd(){var a=t.navigator;return a&&(a=a.userAgent)?a:""};var qd=function(a){qd[" "](a);return a};qd[" "]=function(){};var rd=kb(pd(),"Gecko")&&!(kb(pd().toLowerCase(),"webkit")&&!kb(pd(),"Edge"))&&!(kb(pd(),"Trident")||kb(pd(),"MSIE"))&&!kb(pd(),"Edge"),sd=kb(pd().toLowerCase(),"webkit")&&!kb(pd(),"Edge");var ud=function(a,b){nd.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.timeStamp=0;this.Ja=null;if(a){var c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;
76
- this.currentTarget=b;if(b=a.relatedTarget){if(rd){a:{try{qd(b.nodeName);var e=!0;break a}catch(g){}e=!1}e||(b=null)}}else c=="mouseover"?b=a.fromElement:c=="mouseout"&&(b=a.toElement);this.relatedTarget=b;d?(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=sd||a.offsetX!==void 0?a.offsetX:a.layerX,this.offsetY=sd||a.offsetY!==void 0?a.offsetY:a.layerY,this.clientX=a.clientX!==void 0?
77
- a.clientX:a.pageX,this.clientY=a.clientY!==void 0?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||(c=="keypress"?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType=typeof a.pointerType==="string"?a.pointerType:td[a.pointerType]||"";this.state=a.state;this.timeStamp=a.timeStamp;this.Ja=
78
- a;a.defaultPrevented&&ud.L.preventDefault.call(this)}};y(ud,nd);var td=pc({2:"touch",3:"pen",4:"mouse"});ud.prototype.stopPropagation=function(){ud.L.stopPropagation.call(this);this.Ja.stopPropagation?this.Ja.stopPropagation():this.Ja.cancelBubble=!0};ud.prototype.preventDefault=function(){ud.L.preventDefault.call(this);var a=this.Ja;a.preventDefault?a.preventDefault():a.returnValue=!1};var vd="closure_listenable_"+(Math.random()*1E6|0),wd=function(a){return!(!a||!a[vd])};var xd=0;var yd=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.ib=e;this.key=++xd;this.fd=this.zd=!1},zd=function(a){a.fd=!0;a.listener=null;a.proxy=null;a.src=null;a.ib=null};var Ad=function(a){this.src=a;this.ha={};this.md=0};Ad.prototype.add=function(a,b,c,d,e){var g=a.toString();a=this.ha[g];a||(a=this.ha[g]=[],this.md++);var f=Bd(a,b,d,e);f>-1?(b=a[f],c||(b.zd=!1)):(b=new yd(b,this.src,g,!!d,e),b.zd=c,a.push(b));return b};Ad.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.ha))return!1;var e=this.ha[a];b=Bd(e,b,c,d);return b>-1?(zd(e[b]),dc(e,b),e.length==0&&(delete this.ha[a],this.md--),!0):!1};
79
- var Cd=function(a,b){var c=b.type;c in a.ha&&cc(a.ha[c],b)&&(zd(b),a.ha[c].length==0&&(delete a.ha[c],a.md--))};Ad.prototype.ed=function(a){a=a&&a.toString();var b=0,c;for(c in this.ha)if(!a||c==a){for(var d=this.ha[c],e=0;e<d.length;e++)++b,zd(d[e]);delete this.ha[c];this.md--}};Ad.prototype.Kc=function(a,b,c,d){a=this.ha[a.toString()];var e=-1;a&&(e=Bd(a,b,c,d));return e>-1?a[e]:null};
80
- Ad.prototype.hasListener=function(a,b){var c=a!==void 0,d=c?a.toString():"",e=b!==void 0;return Za(this.ha,function(g){for(var f=0;f<g.length;++f)if(!(c&&g[f].type!=d||e&&g[f].capture!=b))return!0;return!1})};var Bd=function(a,b,c,d){for(var e=0;e<a.length;++e){var g=a[e];if(!g.fd&&g.listener==b&&g.capture==!!c&&g.ib==d)return e}return-1};var Dd="closure_lm_"+(Math.random()*1E6|0),Ed={},Fd=0,Hd=function(a,b,c,d,e){if(d&&d.once)return Gd(a,b,c,d,e);if(Array.isArray(b)){for(var g=0;g<b.length;g++)Hd(a,b[g],c,d,e);return null}c=Id(c);return wd(a)?a.Wa(b,c,u(d)?!!d.capture:!!d,e):Jd(a,b,c,!1,d,e)},Jd=function(a,b,c,d,e,g){if(!b)throw Error("Invalid event type");var f=u(e)?!!e.capture:!!e,l=Kd(a);l||(a[Dd]=l=new Ad(a));c=l.add(b,c,d,f,g);if(c.proxy)return c;d=Ld();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)od||(e=f),e===void 0&&
81
- (e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(Md(b.toString()),d);else if(a.addListener&&a.removeListener)E(b==="change","MediaQueryList only has a change event"),a.addListener(d);else throw Error("addEventListener and attachEvent are unavailable.");Fd++;return c},Ld=function(){var a=Nd,b=function(c){return a.call(b.src,b.listener,c)};return b},Gd=function(a,b,c,d,e){if(Array.isArray(b)){for(var g=0;g<b.length;g++)Gd(a,b[g],c,d,e);return null}c=Id(c);return wd(a)?
82
- a.Uc(b,c,u(d)?!!d.capture:!!d,e):Jd(a,b,c,!0,d,e)},Od=function(a,b,c,d,e){if(Array.isArray(b))for(var g=0;g<b.length;g++)Od(a,b[g],c,d,e);else d=u(d)?!!d.capture:!!d,c=Id(c),wd(a)?a.se(b,c,d,e):a&&(a=Kd(a))&&(b=a.Kc(b,c,d,e))&&Pd(b)},Pd=function(a){if(typeof a!=="number"&&a&&!a.fd){var b=a.src;if(wd(b))Cd(b.Ia,a);else{var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(Md(c),d):b.addListener&&b.removeListener&&b.removeListener(d);Fd--;(c=Kd(b))?
83
- (Cd(c,a),c.md==0&&(c.src=null,b[Dd]=null)):zd(a)}}},Md=function(a){return a in Ed?Ed[a]:Ed[a]="on"+a},Nd=function(a,b){if(a.fd)a=!0;else{b=new ud(b,this);var c=a.listener,d=a.ib||a.src;a.zd&&Pd(a);a=c.call(d,b)}return a},Kd=function(a){a=a[Dd];return a instanceof Ad?a:null},Qd="__closure_events_fn_"+(Math.random()*1E9>>>0),Id=function(a){E(a,"Listener can not be null.");if(typeof a==="function")return a;E(a.handleEvent,"An object listener must have handleEvent method.");a[Qd]||(a[Qd]=function(b){return a.handleEvent(b)});
84
- return a[Qd]};var J=function(){H.call(this);this.Ia=new Ad(this);this.Jk=this;this.Sf=null};y(J,H);J.prototype[vd]=!0;h=J.prototype;h.addEventListener=function(a,b,c,d){Hd(this,a,b,c,d)};h.removeEventListener=function(a,b,c,d){Od(this,a,b,c,d)};
85
- h.dispatchEvent=function(a){Rd(this);var b=this.Sf;if(b){var c=[];for(var d=1;b;b=b.Sf)c.push(b),E(++d<1E3,"infinite loop")}b=this.Jk;d=a.type||a;if(typeof a==="string")a=new nd(a,b);else if(a instanceof nd)a.target=a.target||b;else{var e=a;a=new nd(d,b);jb(a,e)}e=!0;if(c)for(var g=c.length-1;!a.cd&&g>=0;g--){var f=a.currentTarget=c[g];e=Sd(f,d,!0,a)&&e}a.cd||(f=a.currentTarget=b,e=Sd(f,d,!0,a)&&e,a.cd||(e=Sd(f,d,!1,a)&&e));if(c)for(g=0;!a.cd&&g<c.length;g++)f=a.currentTarget=c[g],e=Sd(f,d,!1,a)&&
86
- e;return e};h.J=function(){J.L.J.call(this);this.Ia&&this.Ia.ed();this.Sf=null};h.Wa=function(a,b,c,d){Rd(this);return this.Ia.add(String(a),b,!1,c,d)};h.Uc=function(a,b,c,d){return this.Ia.add(String(a),b,!0,c,d)};h.se=function(a,b,c,d){this.Ia.remove(String(a),b,c,d)};var Sd=function(a,b,c,d){b=a.Ia.ha[String(b)];if(!b)return!0;b=b.concat();for(var e=!0,g=0;g<b.length;++g){var f=b[g];if(f&&!f.fd&&f.capture==c){var l=f.listener,m=f.ib||f.src;f.zd&&Cd(a.Ia,f);e=l.call(m,d)!==!1&&e}}return e&&!d.defaultPrevented};
87
- J.prototype.Kc=function(a,b,c,d){return this.Ia.Kc(String(a),b,c,d)};J.prototype.hasListener=function(a,b){return this.Ia.hasListener(a!==void 0?String(a):void 0,b)};var Rd=function(a){E(a.Ia,"Event target is not initialized. Did you call the superclass (goog.events.EventTarget) constructor?")};var Td=function(a,b){this.Ok=a[t.Symbol.iterator]();this.gl=b};Td.prototype[Symbol.iterator]=function(){return this};Td.prototype.next=function(){var a=this.Ok.next();return{value:a.done?void 0:this.gl.call(void 0,a.value),done:a.done}};var Ud=function(a,b){return new Td(a,b)};var Vd=function(){},Wd=function(a){return a};var Xd=function(){};Xd.prototype.next=function(){return Yd};var Yd=pc({done:!0,value:void 0});Xd.prototype.Da=function(){return this};
88
- var Zd=function(a){if(a instanceof Xd)return a;if(typeof a.Da=="function")return a.Da(!1);if(xa(a)){var b=0,c=new Xd;c.next=function(){for(;;){if(b>=a.length)return Yd;if(b in a)return{value:a[b++],done:!1};b++}};return c}throw Error("Not implemented");},$d=function(a,b){if(xa(a))Wb(a,b);else for(a=Zd(a);;){var c=a.next();if(c.done)break;b.call(void 0,c.value,void 0,a)}};var de=function(a){if(a instanceof ae||a instanceof be||a instanceof ce)return a;if(typeof a.next=="function")return new ae(function(){return a});if(typeof a[Symbol.iterator]=="function")return new ae(function(){return a[Symbol.iterator]()});if(typeof a.Da=="function")return new ae(function(){return a.Da()});throw Error("Not an iterator or iterable.");},ae=function(a){this.sf=a};ae.prototype.Da=function(){return new be(this.sf())};ae.prototype[Symbol.iterator]=function(){return new ce(this.sf())};
89
- ae.prototype.vg=function(){return new ce(this.sf())};var be=function(a){this.Qc=a};r(be,Xd);be.prototype.next=function(){return this.Qc.next()};be.prototype[Symbol.iterator]=function(){return new ce(this.Qc)};be.prototype.vg=function(){return new ce(this.Qc)};var ce=function(a){ae.call(this,function(){return a});this.Qc=a};r(ce,ae);ce.prototype.next=function(){return this.Qc.next()};var fe=function(a,b){this.A={};this.K=[];this.od=this.size=0;var c=arguments.length;if(c>1){if(c%2)throw Error("Uneven number of arguments");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else a&&this.addAll(a)};h=fe.prototype;h.R=function(){return this.size};h.aa=function(){ge(this);for(var a=[],b=0;b<this.K.length;b++)a.push(this.A[this.K[b]]);return a};h.sb=function(){ge(this);return this.K.concat()};h.Ob=function(a){return this.has(a)};h.has=function(a){return he(this.A,a)};
90
- h.Gc=function(a){for(var b=0;b<this.K.length;b++){var c=this.K[b];if(he(this.A,c)&&this.A[c]==a)return!0}return!1};h.equals=function(a,b){if(this===a)return!0;if(this.size!=a.R())return!1;b=b||ie;ge(this);for(var c,d=0;c=this.K[d];d++)if(!b(this.get(c),a.get(c)))return!1;return!0};var ie=function(a,b){return a===b};fe.prototype.isEmpty=function(){return this.size==0};fe.prototype.clear=function(){this.A={};this.K.length=0;this.lb(0);this.od=0};fe.prototype.remove=function(a){return this.delete(a)};
91
- fe.prototype.delete=function(a){return he(this.A,a)?(delete this.A[a],this.lb(this.size-1),this.od++,this.K.length>2*this.size&&ge(this),!0):!1};var ge=function(a){if(a.size!=a.K.length){for(var b=0,c=0;b<a.K.length;){var d=a.K[b];he(a.A,d)&&(a.K[c++]=d);b++}a.K.length=c}if(a.size!=a.K.length){var e={};for(c=b=0;b<a.K.length;)d=a.K[b],he(e,d)||(a.K[c++]=d,e[d]=1),b++;a.K.length=c}};h=fe.prototype;h.get=function(a,b){return he(this.A,a)?this.A[a]:b};
92
- h.set=function(a,b){he(this.A,a)||(this.lb(this.size+1),this.K.push(a),this.od++);this.A[a]=b};h.addAll=function(a){if(a instanceof fe)for(var b=a.sb(),c=0;c<b.length;c++)this.set(b[c],a.get(b[c]));else for(b in a)this.set(b,a[b])};h.forEach=function(a,b){for(var c=this.sb(),d=0;d<c.length;d++){var e=c[d],g=this.get(e);a.call(b,g,e,this)}};h.clone=function(){return new fe(this)};h.keys=function(){return de(this.Da(!0)).vg()};h.values=function(){return de(this.Da(!1)).vg()};
93
- h.entries=function(){var a=this;return Ud(this.keys(),function(b){return[b,a.get(b)]})};h.Da=function(a){ge(this);var b=0,c=this.od,d=this,e=new Xd;e.next=function(){if(c!=d.od)throw Error("The map has changed since the iterator was created");if(b>=d.K.length)return Yd;var g=d.K[b++];return{value:a?g:d.A[g],done:!1}};return e};h.lb=function(a){this.size=a};var he=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};var je=function(a){this.A=new fe;this.size=0;a&&this.addAll(a)},ke=function(a){var b=typeof a;return b=="object"&&a||b=="function"?"o"+Ba(a):b.slice(0,1)+a};h=je.prototype;h.R=function(){return this.A.size};h.add=function(a){this.A.set(ke(a),a);this.lb(this.A.size)};h.addAll=function(a){a=Lc(a);for(var b=a.length,c=0;c<b;c++)this.add(a[c]);this.lb(this.A.size)};h.ed=function(a){a=Lc(a);for(var b=a.length,c=0;c<b;c++)this.remove(a[c]);this.lb(this.A.size)};
94
- h.delete=function(a){a=this.A.remove(ke(a));this.lb(this.A.size);return a};h.remove=function(a){return this.delete(a)};h.clear=function(){this.A.clear();this.lb(0)};h.isEmpty=function(){return this.A.size===0};h.has=function(a){return this.A.Ob(ke(a))};h.contains=function(a){return this.A.Ob(ke(a))};var le=function(a,b){var c=new je;b=Lc(b);for(var d=0;d<b.length;d++){var e=b[d];a.contains(e)&&c.add(e)}return c},me=function(a,b){a=a.clone();a.ed(b);return a};je.prototype.aa=function(){return this.A.aa()};
95
- je.prototype.values=function(){return this.A.values()};je.prototype.clone=function(){return new je(this)};je.prototype.equals=function(a){return this.R()==Kc(a)&&ne(this,a)};var ne=function(a,b){var c=Kc(b);if(a.R()>c)return!1;!(b instanceof je)&&c>5&&(b=new je(b));return Oc(a,function(d){var e=b;return e.contains&&typeof e.contains=="function"?e.contains(d):e.Gc&&typeof e.Gc=="function"?e.Gc(d):xa(e)||typeof e==="string"?bc(e,d):bb(e,d)})};je.prototype.Da=function(){return this.A.Da(!1)};
96
- je.prototype[Symbol.iterator]=function(){return this.values()};je.prototype.lb=function(a){this.size=a};var oe=function(a,b,c){J.call(this);this.hl=b;this.token=c;this.zb=[];this.tg=new je;this.xb=0;this.url=a};y(oe,J);x("ee.AbstractOverlay",oe);var pe=function(a,b,c){var d=1<<c,e=b.x%d;e<0&&(e+=d);return[a.hl,c,e,b.y].join("/")};oe.prototype.Lc=function(){return this.zb.length};var qe=function(a){nd.call(this,"tileevent");this.count=a};y(qe,nd);var re={yc:"ADMIN_READ",zc:"DATA_READ",Ac:"DATA_WRITE",ak:"LOG_TYPE_UNSPECIFIED",values:function(){return[re.ak,re.yc,re.Ac,re.zc]}},se={yc:"ADMIN_READ",we:"ADMIN_WRITE",zc:"DATA_READ",Ac:"DATA_WRITE",Ee:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[se.Ee,se.yc,se.we,se.zc,se.Ac]}},te={bj:"AUTO_APPEAL_ELIGIBLE",fj:"CAPABILITY_GROUP_UNSPECIFIED",hj:"CLOUD_ALPHA",Cj:"EXTERNAL",Tj:"INTERNAL",Wj:"LIMITED",ik:"PREAUTHORIZED",kk:"PREVIEW",Cc:"PUBLIC",mk:"RESTRICTED",values:function(){return[te.fj,
97
- te.Cc,te.Tj,te.Cj,te.Wj,te.ik,te.kk,te.hj,te.mk,te.bj]}},ue={Ui:"ADMIN_ACTIVITY",sj:"DATA_ACCESS",Ck:"UNSPECIFIED_LOG_NAME",values:function(){return[ue.Ck,ue.Ui,ue.sj]}},ve={yc:"ADMIN_READ",we:"ADMIN_WRITE",zc:"DATA_READ",Ac:"DATA_WRITE",Ee:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[ve.Ee,ve.yc,ve.we,ve.zc,ve.Ac]}},we={vj:"DEFAULT_OBJECT_ACL",Cc:"PUBLIC",xk:"TILE_PERMISSIONS_UNSPECIFIED",values:function(){return[we.xk,we.Cc,we.vj]}},xe={Xi:"APPROVER",Zi:"ATTRIBUTION",aj:"AUTHORITY",mj:"CREDENTIALS_TYPE",
98
- nj:"CREDS_ASSERTION",Vj:"JUSTIFICATION_TYPE",De:"NO_ATTR",pk:"SECURITY_REALM",values:function(){return[xe.De,xe.aj,xe.Zi,xe.pk,xe.Xi,xe.Vj,xe.mj,xe.nj]}},ye={Aj:"DISCHARGED",Bj:"EQUALS",Nj:"IN",ck:"NOT_EQUALS",dk:"NOT_IN",fk:"NO_OP",values:function(){return[ye.fk,ye.Bj,ye.ck,ye.Nj,ye.dk,ye.Aj]}},ze={Uj:"IP",bk:"NAME",De:"NO_ATTR",lk:"REGION",qk:"SERVICE",values:function(){return[ze.De,ze.lk,ze.qk,ze.bk,ze.Uj]}},Ae={Yj:"LOG_FAIL_CLOSED",Zj:"LOG_MODE_UNSPECIFIED",values:function(){return[Ae.Zj,Ae.Yj]}},
99
- Be={gj:"CLASSIFIER",Ej:"FEATURE_VIEW",Gj:"FOLDER",Kj:"IMAGE",Lj:"IMAGE_COLLECTION",wk:"TABLE",Ie:"TYPE_UNSPECIFIED",values:function(){return[Be.Ie,Be.Kj,Be.Lj,Be.wk,Be.Gj,Be.gj,Be.Ej]}},Ce={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[Ce.Cb,Ce.Db,Ce.Gb,Ce.Ab,Ce.Fb,Ce.Bb,Ce.Hb,Ce.Eb,Ce.Ib,Ce.Jb]}},De={Dk:"V1",Ek:"V2",Fk:"VERSION_UNSPECIFIED",
100
- values:function(){return[De.Fk,De.Dk,De.Ek]}},Ee={cj:"BOOLEAN",uj:"DATE_TIME",Bc:"DOUBLE",Sj:"INTEGER",uk:"STRING",Ie:"TYPE_UNSPECIFIED",values:function(){return[Ee.Ie,Ee.Sj,Ee.cj,Ee.Bc,Ee.uk,Ee.uj]}},Fe={Fj:"FEATURE_VIEW_ASSET_PERMISSIONS_UNSPECIFIED",Cc:"PUBLIC",values:function(){return[Fe.Fj,Fe.Cc]}},Ge={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",
101
- values:function(){return[Ge.Cb,Ge.Db,Ge.Gb,Ge.Ab,Ge.Fb,Ge.Bb,Ge.Hb,Ge.Eb,Ge.Ib,Ge.Jb]}},He={Jj:"HORIZONTAL",gk:"ORIENTATION_UNSPECIFIED",Gk:"VERTICAL",values:function(){return[He.gk,He.Jj,He.Gk]}},Ie={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ie.cb,Ie.Za,Ie.eb,Ie.MIN,Ie.MAX,Ie.bb,Ie.ab]}},Je={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Je.cb,
102
- Je.Za,Je.eb,Je.MIN,Je.MAX,Je.bb,Je.ab]}},Ke={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ke.cb,Ke.Za,Ke.eb,Ke.MIN,Ke.MAX,Ke.bb,Ke.ab]}},Le={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[Le.Cb,Le.Db,Le.Gb,Le.Ab,Le.Fb,Le.Bb,Le.Hb,Le.Eb,Le.Ib,Le.Jb]}},
103
- Me={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Me.cb,Me.Za,Me.eb,Me.MIN,Me.MAX,Me.bb,Me.ab]}},Ne={Mj:"IMPORT_MODE_UNSPECIFIED",Oj:"INGEST",Hk:"VIRTUAL",values:function(){return[Ne.Mj,Ne.Oj,Ne.Hk]}},Oe={dj:"CANCELLED",ej:"CANCELLING",Dj:"FAILED",hk:"PENDING",nk:"RUNNING",tk:"STATE_UNSPECIFIED",vk:"SUCCEEDED",values:function(){return[Oe.tk,Oe.hk,Oe.nk,Oe.ej,Oe.vk,Oe.dj,Oe.Dj]}},Pe={rk:"SEVERE",sk:"SEVERITY_UNSPECIFIED",
104
- Ik:"WARNING",values:function(){return[Pe.sk,Pe.Ik,Pe.rk]}},Qe={Bc:"DOUBLE",FLOAT:"FLOAT",INT:"INT",jk:"PRECISION_UNSPECIFIED",values:function(){return[Qe.jk,Qe.INT,Qe.FLOAT,Qe.Bc]}},Re={Yi:"ASCENDING",yj:"DESCENDING",zj:"DIRECTION_UNSPECIFIED",values:function(){return[Re.zj,Re.Yi,Re.yj]}},Se={Vi:"ALLOW",Wi:"ALLOW_WITH_LOG",wj:"DENY",xj:"DENY_WITH_LOG",Xj:"LOG",ek:"NO_ACTION",values:function(){return[Se.ek,Se.Vi,Se.Wi,Se.wj,Se.xj,Se.Xj]}},Te={xe:"CSV",ye:"GEO_JSON",Ae:"KML",Be:"KMZ",Fe:"SHP",Ge:"TABLE_FILE_FORMAT_UNSPECIFIED",
105
- He:"TF_RECORD_TABLE",values:function(){return[Te.Ge,Te.xe,Te.ye,Te.Ae,Te.Be,Te.Fe,Te.He]}},Ue={xe:"CSV",ye:"GEO_JSON",Ae:"KML",Be:"KMZ",Fe:"SHP",Ge:"TABLE_FILE_FORMAT_UNSPECIFIED",He:"TF_RECORD_TABLE",values:function(){return[Ue.Ge,Ue.xe,Ue.ye,Ue.Ae,Ue.Be,Ue.Fe,Ue.He]}},Ve={ij:"COLUMN_DATA_TYPE_LONG",jj:"COLUMN_DATA_TYPE_NUMERIC",kj:"COLUMN_DATA_TYPE_STRING",lj:"COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[Ve.lj,Ve.kj,Ve.jj,Ve.ij]}},We={oj:"CSV_COLUMN_DATA_TYPE_LONG",pj:"CSV_COLUMN_DATA_TYPE_NUMERIC",
106
- qj:"CSV_COLUMN_DATA_TYPE_STRING",rj:"CSV_COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[We.rj,We.qj,We.pj,We.oj]}},Xe={Hj:"GLOBALLY_CONSISTENT",Ij:"HIGHER_DENSITY",Bk:"UNKNOWN_THINNING_STRATEGY",values:function(){return[Xe.Bk,Xe.Hj,Xe.Ij]}},Ye={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[Ye.Cb,Ye.Db,Ye.Gb,Ye.Ab,Ye.Fb,
107
- Ye.Bb,Ye.Hb,Ye.Eb,Ye.Ib,Ye.Jb]}},Ze={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ze.cb,Ze.Za,Ze.eb,Ze.MIN,Ze.MAX,Ze.bb,Ze.ab]}},$e={tj:"DATA_TYPE_UNSPECIFIED",Bc:"DOUBLE",FLOAT:"FLOAT",Pj:"INT16",Qj:"INT32",Rj:"INT8",yk:"UINT16",zk:"UINT32",Ak:"UINT8",values:function(){return[$e.tj,$e.Rj,$e.Ak,$e.Pj,$e.yk,$e.Qj,$e.zk,$e.FLOAT,$e.Bc]}},af={ze:"GIF",Ce:"MP4",Je:"VIDEO_FILE_FORMAT_UNSPECIFIED",Ke:"VP9",values:function(){return[af.Je,
108
- af.Ce,af.ze,af.Ke]}},bf={ze:"GIF",Ce:"MP4",Je:"VIDEO_FILE_FORMAT_UNSPECIFIED",Ke:"VP9",values:function(){return[bf.Je,bf.Ce,bf.ze,bf.Ke]}},cf=function(a){a=a===void 0?{}:a;this.h={};this.h.scaleX=a.bg==null?null:a.bg;this.h.shearX=a.gg==null?null:a.gg;this.h.translateX=a.xg==null?null:a.xg;this.h.shearY=a.hg==null?null:a.hg;this.h.scaleY=a.cg==null?null:a.cg;this.h.translateY=a.yg==null?null:a.yg};r(cf,z);cf.prototype.i=function(){return{keys:"scaleX scaleY shearX shearY translateX translateY".split(" ")}};
109
- k.Object.defineProperties(cf.prototype,{bg:{configurable:!0,enumerable:!0,get:function(){return D(this,"scaleX")?B(this,"scaleX"):null},set:function(a){this.h.scaleX=a}},cg:{configurable:!0,enumerable:!0,get:function(){return D(this,"scaleY")?B(this,"scaleY"):null},set:function(a){this.h.scaleY=a}},gg:{configurable:!0,enumerable:!0,get:function(){return D(this,"shearX")?B(this,"shearX"):null},set:function(a){this.h.shearX=a}},hg:{configurable:!0,enumerable:!0,get:function(){return D(this,"shearY")?
60
+ function hc(a){var b=[];if(a-0<0)return[];for(var c=0;c<a;c+=1)b.push(c);return b}function ic(a){for(var b=[],c=0;c<arguments.length;c++){var d=arguments[c];if(Array.isArray(d))for(var e=0;e<d.length;e+=8192){var g=gc(d,e,e+8192);g=ic.apply(null,g);for(var f=0;f<g.length;f++)b.push(g[f])}else b.push(d)}return b};var jc=function(){Nb();this.pl=""};jc.prototype.toString=function(){return this.pl};new jc;var kc={},lc=function(){if(kc!==kc)throw Error("SafeStyleSheet is not meant to be built directly");this.ol=""};lc.prototype.toString=function(){return this.ol.toString()};new lc;var mc={},nc=function(){var a=t.trustedTypes&&t.trustedTypes.emptyHTML||"";if(mc!==mc)throw Error("SafeHtml is not meant to be built directly");this.nl=a};nc.prototype.toString=function(){return this.nl.toString()};new nc;var oc=Object.freeze||function(a){return a};var pc=function(a,b){this.name=a;this.value=b};pc.prototype.toString=function(){return this.name};var qc=new pc("OFF",Infinity),rc=new pc("SEVERE",1E3),sc=new pc("CONFIG",700),tc=new pc("FINE",500),uc=function(){this.Bd=0;this.clear()},vc;uc.prototype.clear=function(){this.yd=Array(this.Bd);this.ih=-1;this.Ih=!1};var wc=function(a,b,c){this.reset(a||qc,b,c,void 0,void 0)};wc.prototype.reset=function(){};
61
+ var xc=function(a,b){this.level=null;this.Yk=[];this.parent=(b===void 0?null:b)||null;this.children=[];this.fl={uf:function(){return a}}},yc=function(a){if(a.level)return a.level;if(a.parent)return yc(a.parent);pb("Root logger has no level set.");return qc},zc=function(a,b){for(;a;)a.Yk.forEach(function(c){c(b)}),a=a.parent},Ac=function(){this.entries={};var a=new xc("");a.level=sc;this.entries[""]=a},Bc,Cc=function(a,b){var c=a.entries[b];if(c)return c;c=Cc(a,b.slice(0,Math.max(b.lastIndexOf("."),
62
+ 0)));var d=new xc(b,c);a.entries[b]=d;c.children.push(d);return d},Dc=function(){Bc||(Bc=new Ac);return Bc},Ec=function(a,b,c){var d;if(d=a)if(d=a&&b){d=b.value;var e=a?yc(Cc(Dc(),a.uf())):qc;d=d>=e.value}if(d){b=b||qc;d=Cc(Dc(),a.uf());typeof c==="function"&&(c=c());vc||(vc=new uc);e=vc;a=a.uf();if(e.Bd>0){var g=(e.ih+1)%e.Bd;e.ih=g;e.Ih?(e=e.yd[g],e.reset(b,c,a),a=e):(e.Ih=g==e.Bd-1,a=e.yd[g]=new wc(b,c,a))}else a=new wc(b,c,a);zc(d,a)}},Fc=function(a,b){a&&Ec(a,rc,b)},Gc=function(a,b){a&&Ec(a,
63
+ tc,b)};var Hc=function(a,b){for(var c=a.split("%s"),d="",e=Array.prototype.slice.call(arguments,1);e.length&&c.length>1;)d+=c.shift()+e.shift();return d+c.join("%s")},Ic=function(a){var b=1;a=a.split(":");for(var c=[];b>0&&a.length;)c.push(a.shift()),b--;a.length&&c.push(a.join(":"));return c};var Jc=function(a){if(a.R&&typeof a.R=="function")a=a.R();else if(xa(a)||typeof a==="string")a=a.length;else{var b=0,c;for(c in a)b++;a=b}return a},Kc=function(a){if(a.aa&&typeof a.aa=="function")return a.aa();if(typeof Map!=="undefined"&&a instanceof Map||typeof Set!=="undefined"&&a instanceof Set)return Array.from(a.values());if(typeof a==="string")return a.split("");if(xa(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return $a(a)},Lc=function(a){if(a.sb&&typeof a.sb=="function")return a.sb();
64
+ if(!a.aa||typeof a.aa!="function"){if(typeof Map!=="undefined"&&a instanceof Map)return Array.from(a.keys());if(!(typeof Set!=="undefined"&&a instanceof Set)){if(xa(a)||typeof a==="string"){var b=[];a=a.length;for(var c=0;c<a;c++)b.push(c);return b}return ab(a)}}},Mc=function(a,b,c){if(a.forEach&&typeof a.forEach=="function")a.forEach(b,c);else if(xa(a)||typeof a==="string")Array.prototype.forEach.call(a,b,c);else for(var d=Lc(a),e=Kc(a),g=e.length,f=0;f<g;f++)b.call(c,e[f],d&&d[f],a)},Nc=function(a,
65
+ b){if(typeof a.every=="function")return a.every(b,void 0);if(xa(a)||typeof a==="string")return Array.prototype.every.call(a,b,void 0);for(var c=Lc(a),d=Kc(a),e=d.length,g=0;g<e;g++)if(!b.call(void 0,d[g],c&&c[g],a))return!1;return!0};var Oc=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),Pc=function(a,b){if(a){a=a.split("&");for(var c=0;c<a.length;c++){var d=a[c].indexOf("="),e=null;if(d>=0){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 Qc=function(a){this.hb=this.fc=this.vb="";this.uc=null;this.Rb=this.Yb="";this.za=this.bl=!1;if(a instanceof Qc){this.za=a.za;Rc(this,a.vb);var b=a.fc;Sc(this);this.fc=b;b=a.hb;Sc(this);this.hb=b;Tc(this,a.uc);this.setPath(a.getPath());Uc(this,a.Ba.clone());a=a.Rb;Sc(this);this.Rb=a}else a&&(b=String(a).match(Oc))?(this.za=!1,Rc(this,b[1]||"",!0),a=b[2]||"",Sc(this),this.fc=Vc(a),a=b[3]||"",Sc(this),this.hb=Vc(a,!0),Tc(this,b[4]),this.setPath(b[5]||"",!0),Uc(this,b[6]||"",!0),a=b[7]||"",Sc(this),
66
+ this.Rb=Vc(a)):(this.za=!1,this.Ba=new Wc(null,this.za))};
67
+ Qc.prototype.toString=function(){var a=[],b=this.vb;b&&a.push(Xc(b,Yc,!0),":");var c=this.hb;if(c||b=="file")a.push("//"),(b=this.fc)&&a.push(Xc(b,Yc,!0),"@"),a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),c=this.uc,c!=null&&a.push(":",String(c));if(c=this.getPath())this.hb&&c.charAt(0)!="/"&&a.push("/"),a.push(Xc(c,c.charAt(0)=="/"?Zc:$c,!0));(c=this.Ba.toString())&&a.push("?",c);(c=this.Rb)&&a.push("#",Xc(c,ad));return a.join("")};
68
+ Qc.prototype.resolve=function(a){var b=this.clone(),c=!!a.vb;c?Rc(b,a.vb):c=!!a.fc;if(c){var d=a.fc;Sc(b);b.fc=d}else c=!!a.hb;c?(d=a.hb,Sc(b),b.hb=d):c=a.uc!=null;d=a.getPath();if(c)Tc(b,a.uc);else if(c=!!a.Yb){if(d.charAt(0)!="/")if(this.hb&&!this.Yb)d="/"+d;else{var e=b.getPath().lastIndexOf("/");e!=-1&&(d=b.getPath().slice(0,e+1)+d)}e=d;if(e==".."||e==".")d="";else if(e.indexOf("./")!=-1||e.indexOf("/.")!=-1){d=e.lastIndexOf("/",0)==0;e=e.split("/");for(var g=[],f=0;f<e.length;){var l=e[f++];
69
+ l=="."?d&&f==e.length&&g.push(""):l==".."?((g.length>1||g.length==1&&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?Uc(b,a.Ba.clone()):c=!!a.Rb;c&&(a=a.Rb,Sc(b),b.Rb=a);return b};Qc.prototype.clone=function(){return new Qc(this)};
70
+ var Rc=function(a,b,c){Sc(a);a.vb=c?Vc(b,!0):b;a.vb&&(a.vb=a.vb.replace(/:$/,""))},Tc=function(a,b){Sc(a);if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port number "+b);a.uc=b}else a.uc=null};Qc.prototype.getPath=function(){return this.Yb};Qc.prototype.setPath=function(a,b){Sc(this);this.Yb=b?Vc(a,!0):a;return this};var Uc=function(a,b,c){Sc(a);b instanceof Wc?(a.Ba=b,a.Ba.fg(a.za)):(c||(b=Xc(b,bd)),a.Ba=new Wc(b,a.za))};Qc.prototype.getQuery=function(){return this.Ba.toString()};
71
+ Qc.prototype.removeParameter=function(a){Sc(this);this.Ba.remove(a);return this};var Sc=function(a){if(a.bl)throw Error("Tried to modify a read-only Uri");};Qc.prototype.fg=function(a){this.za=a;this.Ba&&this.Ba.fg(a)};
72
+ var cd=function(a){return a instanceof Qc?a.clone():new Qc(a)},Vc=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},Xc=function(a,b,c){return typeof a==="string"?(a=encodeURI(a).replace(b,dd),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null},dd=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)},Yc=/[#\/\?@]/g,$c=/[#\?:]/g,Zc=/[#\?]/g,bd=/[#\?@]/g,ad=/#/g,Wc=function(a,b){this.Y=this.N=null;this.ta=a||null;this.za=!!b},ed=
73
+ function(a){a.N||(a.N=new Map,a.Y=0,a.ta&&Pc(a.ta,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};h=Wc.prototype;h.R=function(){ed(this);return this.Y};h.add=function(a,b){ed(this);this.ta=null;a=fd(this,a);var c=this.N.get(a);c||this.N.set(a,c=[]);c.push(b);this.Y=qb(this.Y)+1;return this};h.remove=function(a){ed(this);a=fd(this,a);return this.N.has(a)?(this.ta=null,this.Y=qb(this.Y)-this.N.get(a).length,this.N.delete(a)):!1};h.clear=function(){this.N=this.ta=null;this.Y=0};
74
+ h.isEmpty=function(){ed(this);return this.Y==0};h.Ob=function(a){ed(this);a=fd(this,a);return this.N.has(a)};h.Gc=function(a){var b=this.aa();return bc(b,a)};h.forEach=function(a,b){ed(this);this.N.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};h.sb=function(){ed(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};
75
+ h.aa=function(a){ed(this);var b=[];if(typeof a==="string")this.Ob(a)&&(b=b.concat(this.N.get(fd(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){ed(this);this.ta=null;a=fd(this,a);this.Ob(a)&&(this.Y=qb(this.Y)-this.N.get(a).length);this.N.set(a,[b]);this.Y=qb(this.Y)+1;return this};h.get=function(a,b){if(!a)return b;a=this.aa(a);return a.length>0?String(a[0]):b};
76
+ h.setValues=function(a,b){this.remove(a);b.length>0&&(this.ta=null,this.N.set(fd(this,a),ec(b)),this.Y=qb(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("&")};
77
+ h.clone=function(){var a=new Wc;a.ta=this.ta;this.N&&(a.N=new Map(this.N),a.Y=this.Y);return a};var fd=function(a,b){b=String(b);a.za&&(b=b.toLowerCase());return b};Wc.prototype.fg=function(a){a&&!this.za&&(ed(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};Wc.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Mc(arguments[b],function(c,d){this.add(d,c)},this)};function gd(a){if(a.u!=null){var b={},c;for(c in a.u)a.u[c]!==void 0&&(b[c]=a.u[c]);a.u=b}}function F(a,b){var c=hd;b=b===void 0?{}:b;c=q(Object.entries(c));for(var d=c.next();!d.done;d=c.next()){var e=q(d.value);d=e.next().value;e=e.next().value;d in a&&(b[e]=a[d])}return b};var id=function(a,b){this.M=a;this.Zk=b===void 0?null:b};r(id,Ua);var jd=function(a,b,c){var d=Va(a.Zk,b);if(d==null)return c;d.Ol();return c.then(function(e){d.Ql(e);return e},function(e){d.Pl(e);throw e;})},G=function(a,b){var c=b.G||void 0,d=a.M,e=d.send,g=b.body instanceof z?Na(b.body,Ja,Ka,La):b.body;return jd(a,b,e.call(d,{path:b.path,B:b.B,D:b.D,body:g,u:b.u,Ci:b.Ci&&b.Ci},c))};var kd=function(){};kd.prototype.send=function(a,b){gd(a);return(void 0).then(function(c){return b?Ma(b,c):c})};function ld(a){a&&typeof a.dispose=="function"&&a.dispose()};var H=function(){this.Ra=this.Ra;this.Yd=this.Yd};H.prototype.Ra=!1;H.prototype.dispose=function(){this.Ra||(this.Ra=!0,this.J())};H.prototype[Symbol.dispose]=function(){this.dispose()};H.prototype.J=function(){if(this.Yd)for(;this.Yd.length;)this.Yd.shift()()};var md=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.cd=!1};md.prototype.stopPropagation=function(){this.cd=!0};md.prototype.preventDefault=function(){this.defaultPrevented=!0};var nd=function(){if(!t.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"passive",{get:function(){a=!0}});try{var c=function(){};t.addEventListener("test",c,b);t.removeEventListener("test",c,b)}catch(d){}return a}();function od(){var a=t.navigator;return a&&(a=a.userAgent)?a:""};var pd=od().toLowerCase().indexOf("webkit")!=-1&&od().indexOf("Edge")==-1;var qd=function(a,b){md.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType="";this.timeStamp=0;this.Ja=null;if(a){var c=this.type=a.type,d=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;
78
+ this.currentTarget=b;b=a.relatedTarget;b||(c=="mouseover"?b=a.fromElement:c=="mouseout"&&(b=a.toElement));this.relatedTarget=b;d?(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=pd||a.offsetX!==void 0?a.offsetX:a.layerX,this.offsetY=pd||a.offsetY!==void 0?a.offsetY:a.layerY,this.clientX=a.clientX!==void 0?a.clientX:a.pageX,this.clientY=a.clientY!==void 0?a.clientY:a.pageY,this.screenX=
79
+ a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||(c=="keypress"?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType=a.pointerType;this.state=a.state;this.timeStamp=a.timeStamp;this.Ja=a;a.defaultPrevented&&qd.L.preventDefault.call(this)}};y(qd,md);
80
+ qd.prototype.stopPropagation=function(){qd.L.stopPropagation.call(this);this.Ja.stopPropagation?this.Ja.stopPropagation():this.Ja.cancelBubble=!0};qd.prototype.preventDefault=function(){qd.L.preventDefault.call(this);var a=this.Ja;a.preventDefault?a.preventDefault():a.returnValue=!1};var rd="closure_listenable_"+(Math.random()*1E6|0),sd=function(a){return!(!a||!a[rd])};var td=0;var ud=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.ib=e;this.key=++td;this.fd=this.zd=!1},vd=function(a){a.fd=!0;a.listener=null;a.proxy=null;a.src=null;a.ib=null};var wd=function(a){this.src=a;this.ha={};this.md=0};wd.prototype.add=function(a,b,c,d,e){var g=a.toString();a=this.ha[g];a||(a=this.ha[g]=[],this.md++);var f=xd(a,b,d,e);f>-1?(b=a[f],c||(b.zd=!1)):(b=new ud(b,this.src,g,!!d,e),b.zd=c,a.push(b));return b};wd.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.ha))return!1;var e=this.ha[a];b=xd(e,b,c,d);return b>-1?(vd(e[b]),dc(e,b),e.length==0&&(delete this.ha[a],this.md--),!0):!1};
81
+ var yd=function(a,b){var c=b.type;c in a.ha&&cc(a.ha[c],b)&&(vd(b),a.ha[c].length==0&&(delete a.ha[c],a.md--))};wd.prototype.ed=function(a){a=a&&a.toString();var b=0,c;for(c in this.ha)if(!a||c==a){for(var d=this.ha[c],e=0;e<d.length;e++)++b,vd(d[e]);delete this.ha[c];this.md--}};wd.prototype.Kc=function(a,b,c,d){a=this.ha[a.toString()];var e=-1;a&&(e=xd(a,b,c,d));return e>-1?a[e]:null};
82
+ wd.prototype.hasListener=function(a,b){var c=a!==void 0,d=c?a.toString():"",e=b!==void 0;return Za(this.ha,function(g){for(var f=0;f<g.length;++f)if(!(c&&g[f].type!=d||e&&g[f].capture!=b))return!0;return!1})};var xd=function(a,b,c,d){for(var e=0;e<a.length;++e){var g=a[e];if(!g.fd&&g.listener==b&&g.capture==!!c&&g.ib==d)return e}return-1};var zd="closure_lm_"+(Math.random()*1E6|0),Ad={},Bd=0,Dd=function(a,b,c,d,e){if(d&&d.once)return Cd(a,b,c,d,e);if(Array.isArray(b)){for(var g=0;g<b.length;g++)Dd(a,b[g],c,d,e);return null}c=Ed(c);return sd(a)?a.Wa(b,c,u(d)?!!d.capture:!!d,e):Fd(a,b,c,!1,d,e)},Fd=function(a,b,c,d,e,g){if(!b)throw Error("Invalid event type");var f=u(e)?!!e.capture:!!e,l=Gd(a);l||(a[zd]=l=new wd(a));c=l.add(b,c,d,f,g);if(c.proxy)return c;d=Hd();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)nd||(e=f),e===void 0&&
83
+ (e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(Id(b.toString()),d);else if(a.addListener&&a.removeListener)E(b==="change","MediaQueryList only has a change event"),a.addListener(d);else throw Error("addEventListener and attachEvent are unavailable.");Bd++;return c},Hd=function(){var a=Jd,b=function(c){return a.call(b.src,b.listener,c)};return b},Cd=function(a,b,c,d,e){if(Array.isArray(b)){for(var g=0;g<b.length;g++)Cd(a,b[g],c,d,e);return null}c=Ed(c);return sd(a)?
84
+ a.Uc(b,c,u(d)?!!d.capture:!!d,e):Fd(a,b,c,!0,d,e)},Kd=function(a,b,c,d,e){if(Array.isArray(b))for(var g=0;g<b.length;g++)Kd(a,b[g],c,d,e);else d=u(d)?!!d.capture:!!d,c=Ed(c),sd(a)?a.se(b,c,d,e):a&&(a=Gd(a))&&(b=a.Kc(b,c,d,e))&&Ld(b)},Ld=function(a){if(typeof a!=="number"&&a&&!a.fd){var b=a.src;if(sd(b))yd(b.Ia,a);else{var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(Id(c),d):b.addListener&&b.removeListener&&b.removeListener(d);Bd--;(c=Gd(b))?
85
+ (yd(c,a),c.md==0&&(c.src=null,b[zd]=null)):vd(a)}}},Id=function(a){return a in Ad?Ad[a]:Ad[a]="on"+a},Jd=function(a,b){if(a.fd)a=!0;else{b=new qd(b,this);var c=a.listener,d=a.ib||a.src;a.zd&&Ld(a);a=c.call(d,b)}return a},Gd=function(a){a=a[zd];return a instanceof wd?a:null},Md="__closure_events_fn_"+(Math.random()*1E9>>>0),Ed=function(a){E(a,"Listener can not be null.");if(typeof a==="function")return a;E(a.handleEvent,"An object listener must have handleEvent method.");a[Md]||(a[Md]=function(b){return a.handleEvent(b)});
86
+ return a[Md]};var J=function(){H.call(this);this.Ia=new wd(this);this.Jk=this;this.Sf=null};y(J,H);J.prototype[rd]=!0;h=J.prototype;h.addEventListener=function(a,b,c,d){Dd(this,a,b,c,d)};h.removeEventListener=function(a,b,c,d){Kd(this,a,b,c,d)};
87
+ h.dispatchEvent=function(a){Nd(this);var b=this.Sf;if(b){var c=[];for(var d=1;b;b=b.Sf)c.push(b),E(++d<1E3,"infinite loop")}b=this.Jk;d=a.type||a;if(typeof a==="string")a=new md(a,b);else if(a instanceof md)a.target=a.target||b;else{var e=a;a=new md(d,b);jb(a,e)}e=!0;if(c)for(var g=c.length-1;!a.cd&&g>=0;g--){var f=a.currentTarget=c[g];e=Od(f,d,!0,a)&&e}a.cd||(f=a.currentTarget=b,e=Od(f,d,!0,a)&&e,a.cd||(e=Od(f,d,!1,a)&&e));if(c)for(g=0;!a.cd&&g<c.length;g++)f=a.currentTarget=c[g],e=Od(f,d,!1,a)&&
88
+ e;return e};h.J=function(){J.L.J.call(this);this.Ia&&this.Ia.ed();this.Sf=null};h.Wa=function(a,b,c,d){Nd(this);return this.Ia.add(String(a),b,!1,c,d)};h.Uc=function(a,b,c,d){return this.Ia.add(String(a),b,!0,c,d)};h.se=function(a,b,c,d){this.Ia.remove(String(a),b,c,d)};var Od=function(a,b,c,d){b=a.Ia.ha[String(b)];if(!b)return!0;b=b.concat();for(var e=!0,g=0;g<b.length;++g){var f=b[g];if(f&&!f.fd&&f.capture==c){var l=f.listener,m=f.ib||f.src;f.zd&&yd(a.Ia,f);e=l.call(m,d)!==!1&&e}}return e&&!d.defaultPrevented};
89
+ J.prototype.Kc=function(a,b,c,d){return this.Ia.Kc(String(a),b,c,d)};J.prototype.hasListener=function(a,b){return this.Ia.hasListener(a!==void 0?String(a):void 0,b)};var Nd=function(a){E(a.Ia,"Event target is not initialized. Did you call the superclass (goog.events.EventTarget) constructor?")};var Pd=function(a,b){this.Ok=a[t.Symbol.iterator]();this.gl=b};Pd.prototype[Symbol.iterator]=function(){return this};Pd.prototype.next=function(){var a=this.Ok.next();return{value:a.done?void 0:this.gl.call(void 0,a.value),done:a.done}};var Qd=function(a,b){return new Pd(a,b)};var Rd=function(){},Sd=function(a){return a};var Td=function(){};Td.prototype.next=function(){return Ud};var Ud=oc({done:!0,value:void 0});Td.prototype.Da=function(){return this};
90
+ var Vd=function(a){if(a instanceof Td)return a;if(typeof a.Da=="function")return a.Da(!1);if(xa(a)){var b=0,c=new Td;c.next=function(){for(;;){if(b>=a.length)return Ud;if(b in a)return{value:a[b++],done:!1};b++}};return c}throw Error("Not implemented");},Wd=function(a,b){if(xa(a))Wb(a,b);else for(a=Vd(a);;){var c=a.next();if(c.done)break;b.call(void 0,c.value,void 0,a)}};var $d=function(a){if(a instanceof Xd||a instanceof Yd||a instanceof Zd)return a;if(typeof a.next=="function")return new Xd(function(){return a});if(typeof a[Symbol.iterator]=="function")return new Xd(function(){return a[Symbol.iterator]()});if(typeof a.Da=="function")return new Xd(function(){return a.Da()});throw Error("Not an iterator or iterable.");},Xd=function(a){this.sf=a};Xd.prototype.Da=function(){return new Yd(this.sf())};Xd.prototype[Symbol.iterator]=function(){return new Zd(this.sf())};
91
+ Xd.prototype.vg=function(){return new Zd(this.sf())};var Yd=function(a){this.Qc=a};r(Yd,Td);Yd.prototype.next=function(){return this.Qc.next()};Yd.prototype[Symbol.iterator]=function(){return new Zd(this.Qc)};Yd.prototype.vg=function(){return new Zd(this.Qc)};var Zd=function(a){Xd.call(this,function(){return a});this.Qc=a};r(Zd,Xd);Zd.prototype.next=function(){return this.Qc.next()};var ae=function(a,b){this.A={};this.K=[];this.od=this.size=0;var c=arguments.length;if(c>1){if(c%2)throw Error("Uneven number of arguments");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else a&&this.addAll(a)};h=ae.prototype;h.R=function(){return this.size};h.aa=function(){be(this);for(var a=[],b=0;b<this.K.length;b++)a.push(this.A[this.K[b]]);return a};h.sb=function(){be(this);return this.K.concat()};h.Ob=function(a){return this.has(a)};h.has=function(a){return ce(this.A,a)};
92
+ h.Gc=function(a){for(var b=0;b<this.K.length;b++){var c=this.K[b];if(ce(this.A,c)&&this.A[c]==a)return!0}return!1};h.equals=function(a,b){if(this===a)return!0;if(this.size!=a.R())return!1;b=b||de;be(this);for(var c,d=0;c=this.K[d];d++)if(!b(this.get(c),a.get(c)))return!1;return!0};var de=function(a,b){return a===b};ae.prototype.isEmpty=function(){return this.size==0};ae.prototype.clear=function(){this.A={};this.K.length=0;this.lb(0);this.od=0};ae.prototype.remove=function(a){return this.delete(a)};
93
+ ae.prototype.delete=function(a){return ce(this.A,a)?(delete this.A[a],this.lb(this.size-1),this.od++,this.K.length>2*this.size&&be(this),!0):!1};var be=function(a){if(a.size!=a.K.length){for(var b=0,c=0;b<a.K.length;){var d=a.K[b];ce(a.A,d)&&(a.K[c++]=d);b++}a.K.length=c}if(a.size!=a.K.length){var e={};for(c=b=0;b<a.K.length;)d=a.K[b],ce(e,d)||(a.K[c++]=d,e[d]=1),b++;a.K.length=c}};h=ae.prototype;h.get=function(a,b){return ce(this.A,a)?this.A[a]:b};
94
+ h.set=function(a,b){ce(this.A,a)||(this.lb(this.size+1),this.K.push(a),this.od++);this.A[a]=b};h.addAll=function(a){if(a instanceof ae)for(var b=a.sb(),c=0;c<b.length;c++)this.set(b[c],a.get(b[c]));else for(b in a)this.set(b,a[b])};h.forEach=function(a,b){for(var c=this.sb(),d=0;d<c.length;d++){var e=c[d],g=this.get(e);a.call(b,g,e,this)}};h.clone=function(){return new ae(this)};h.keys=function(){return $d(this.Da(!0)).vg()};h.values=function(){return $d(this.Da(!1)).vg()};
95
+ h.entries=function(){var a=this;return Qd(this.keys(),function(b){return[b,a.get(b)]})};h.Da=function(a){be(this);var b=0,c=this.od,d=this,e=new Td;e.next=function(){if(c!=d.od)throw Error("The map has changed since the iterator was created");if(b>=d.K.length)return Ud;var g=d.K[b++];return{value:a?g:d.A[g],done:!1}};return e};h.lb=function(a){this.size=a};var ce=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};var fe=function(a){this.A=new ae;this.size=0;a&&this.addAll(a)},ge=function(a){var b=typeof a;return b=="object"&&a||b=="function"?"o"+Ba(a):b.slice(0,1)+a};h=fe.prototype;h.R=function(){return this.A.size};h.add=function(a){this.A.set(ge(a),a);this.lb(this.A.size)};h.addAll=function(a){a=Kc(a);for(var b=a.length,c=0;c<b;c++)this.add(a[c]);this.lb(this.A.size)};h.ed=function(a){a=Kc(a);for(var b=a.length,c=0;c<b;c++)this.remove(a[c]);this.lb(this.A.size)};
96
+ h.delete=function(a){a=this.A.remove(ge(a));this.lb(this.A.size);return a};h.remove=function(a){return this.delete(a)};h.clear=function(){this.A.clear();this.lb(0)};h.isEmpty=function(){return this.A.size===0};h.has=function(a){return this.A.Ob(ge(a))};h.contains=function(a){return this.A.Ob(ge(a))};var he=function(a,b){var c=new fe;b=Kc(b);for(var d=0;d<b.length;d++){var e=b[d];a.contains(e)&&c.add(e)}return c},ie=function(a,b){a=a.clone();a.ed(b);return a};fe.prototype.aa=function(){return this.A.aa()};
97
+ fe.prototype.values=function(){return this.A.values()};fe.prototype.clone=function(){return new fe(this)};fe.prototype.equals=function(a){return this.R()==Jc(a)&&je(this,a)};var je=function(a,b){var c=Jc(b);if(a.R()>c)return!1;!(b instanceof fe)&&c>5&&(b=new fe(b));return Nc(a,function(d){var e=b;return e.contains&&typeof e.contains=="function"?e.contains(d):e.Gc&&typeof e.Gc=="function"?e.Gc(d):xa(e)||typeof e==="string"?bc(e,d):bb(e,d)})};fe.prototype.Da=function(){return this.A.Da(!1)};
98
+ fe.prototype[Symbol.iterator]=function(){return this.values()};fe.prototype.lb=function(a){this.size=a};var ke=function(a,b,c){J.call(this);this.hl=b;this.token=c;this.zb=[];this.tg=new fe;this.xb=0;this.url=a};y(ke,J);x("ee.AbstractOverlay",ke);var le=function(a,b,c){var d=1<<c,e=b.x%d;e<0&&(e+=d);return[a.hl,c,e,b.y].join("/")};ke.prototype.Lc=function(){return this.zb.length};var me=function(a){md.call(this,"tileevent");this.count=a};y(me,md);var ne={yc:"ADMIN_READ",zc:"DATA_READ",Ac:"DATA_WRITE",ak:"LOG_TYPE_UNSPECIFIED",values:function(){return[ne.ak,ne.yc,ne.Ac,ne.zc]}},oe={yc:"ADMIN_READ",we:"ADMIN_WRITE",zc:"DATA_READ",Ac:"DATA_WRITE",Ee:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[oe.Ee,oe.yc,oe.we,oe.zc,oe.Ac]}},pe={bj:"AUTO_APPEAL_ELIGIBLE",fj:"CAPABILITY_GROUP_UNSPECIFIED",hj:"CLOUD_ALPHA",Cj:"EXTERNAL",Tj:"INTERNAL",Wj:"LIMITED",ik:"PREAUTHORIZED",kk:"PREVIEW",Cc:"PUBLIC",mk:"RESTRICTED",values:function(){return[pe.fj,
99
+ pe.Cc,pe.Tj,pe.Cj,pe.Wj,pe.ik,pe.kk,pe.hj,pe.mk,pe.bj]}},qe={Ui:"ADMIN_ACTIVITY",sj:"DATA_ACCESS",Ck:"UNSPECIFIED_LOG_NAME",values:function(){return[qe.Ck,qe.Ui,qe.sj]}},re={yc:"ADMIN_READ",we:"ADMIN_WRITE",zc:"DATA_READ",Ac:"DATA_WRITE",Ee:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[re.Ee,re.yc,re.we,re.zc,re.Ac]}},se={vj:"DEFAULT_OBJECT_ACL",Cc:"PUBLIC",xk:"TILE_PERMISSIONS_UNSPECIFIED",values:function(){return[se.xk,se.Cc,se.vj]}},te={Xi:"APPROVER",Zi:"ATTRIBUTION",aj:"AUTHORITY",mj:"CREDENTIALS_TYPE",
100
+ nj:"CREDS_ASSERTION",Vj:"JUSTIFICATION_TYPE",De:"NO_ATTR",pk:"SECURITY_REALM",values:function(){return[te.De,te.aj,te.Zi,te.pk,te.Xi,te.Vj,te.mj,te.nj]}},ue={Aj:"DISCHARGED",Bj:"EQUALS",Nj:"IN",ck:"NOT_EQUALS",dk:"NOT_IN",fk:"NO_OP",values:function(){return[ue.fk,ue.Bj,ue.ck,ue.Nj,ue.dk,ue.Aj]}},ve={Uj:"IP",bk:"NAME",De:"NO_ATTR",lk:"REGION",qk:"SERVICE",values:function(){return[ve.De,ve.lk,ve.qk,ve.bk,ve.Uj]}},we={Yj:"LOG_FAIL_CLOSED",Zj:"LOG_MODE_UNSPECIFIED",values:function(){return[we.Zj,we.Yj]}},
101
+ xe={gj:"CLASSIFIER",Ej:"FEATURE_VIEW",Gj:"FOLDER",Kj:"IMAGE",Lj:"IMAGE_COLLECTION",wk:"TABLE",Ie:"TYPE_UNSPECIFIED",values:function(){return[xe.Ie,xe.Kj,xe.Lj,xe.wk,xe.Gj,xe.gj,xe.Ej]}},ye={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[ye.Cb,ye.Db,ye.Gb,ye.Ab,ye.Fb,ye.Bb,ye.Hb,ye.Eb,ye.Ib,ye.Jb]}},ze={Dk:"V1",Ek:"V2",Fk:"VERSION_UNSPECIFIED",
102
+ values:function(){return[ze.Fk,ze.Dk,ze.Ek]}},Ae={cj:"BOOLEAN",uj:"DATE_TIME",Bc:"DOUBLE",Sj:"INTEGER",uk:"STRING",Ie:"TYPE_UNSPECIFIED",values:function(){return[Ae.Ie,Ae.Sj,Ae.cj,Ae.Bc,Ae.uk,Ae.uj]}},Be={Fj:"FEATURE_VIEW_ASSET_PERMISSIONS_UNSPECIFIED",Cc:"PUBLIC",values:function(){return[Be.Fj,Be.Cc]}},Ce={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",
103
+ values:function(){return[Ce.Cb,Ce.Db,Ce.Gb,Ce.Ab,Ce.Fb,Ce.Bb,Ce.Hb,Ce.Eb,Ce.Ib,Ce.Jb]}},De={Jj:"HORIZONTAL",gk:"ORIENTATION_UNSPECIFIED",Gk:"VERTICAL",values:function(){return[De.gk,De.Jj,De.Gk]}},Ee={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ee.cb,Ee.Za,Ee.eb,Ee.MIN,Ee.MAX,Ee.bb,Ee.ab]}},Fe={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Fe.cb,
104
+ Fe.Za,Fe.eb,Fe.MIN,Fe.MAX,Fe.bb,Fe.ab]}},Ge={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ge.cb,Ge.Za,Ge.eb,Ge.MIN,Ge.MAX,Ge.bb,Ge.ab]}},He={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[He.Cb,He.Db,He.Gb,He.Ab,He.Fb,He.Bb,He.Hb,He.Eb,He.Ib,He.Jb]}},
105
+ Ie={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ie.cb,Ie.Za,Ie.eb,Ie.MIN,Ie.MAX,Ie.bb,Ie.ab]}},Je={Mj:"IMPORT_MODE_UNSPECIFIED",Oj:"INGEST",Hk:"VIRTUAL",values:function(){return[Je.Mj,Je.Oj,Je.Hk]}},Ke={dj:"CANCELLED",ej:"CANCELLING",Dj:"FAILED",hk:"PENDING",nk:"RUNNING",tk:"STATE_UNSPECIFIED",vk:"SUCCEEDED",values:function(){return[Ke.tk,Ke.hk,Ke.nk,Ke.ej,Ke.vk,Ke.dj,Ke.Dj]}},Le={rk:"SEVERE",sk:"SEVERITY_UNSPECIFIED",
106
+ Ik:"WARNING",values:function(){return[Le.sk,Le.Ik,Le.rk]}},Me={Bc:"DOUBLE",FLOAT:"FLOAT",INT:"INT",jk:"PRECISION_UNSPECIFIED",values:function(){return[Me.jk,Me.INT,Me.FLOAT,Me.Bc]}},Ne={Yi:"ASCENDING",yj:"DESCENDING",zj:"DIRECTION_UNSPECIFIED",values:function(){return[Ne.zj,Ne.Yi,Ne.yj]}},Oe={Vi:"ALLOW",Wi:"ALLOW_WITH_LOG",wj:"DENY",xj:"DENY_WITH_LOG",Xj:"LOG",ek:"NO_ACTION",values:function(){return[Oe.ek,Oe.Vi,Oe.Wi,Oe.wj,Oe.xj,Oe.Xj]}},Pe={xe:"CSV",ye:"GEO_JSON",Ae:"KML",Be:"KMZ",Fe:"SHP",Ge:"TABLE_FILE_FORMAT_UNSPECIFIED",
107
+ He:"TF_RECORD_TABLE",values:function(){return[Pe.Ge,Pe.xe,Pe.ye,Pe.Ae,Pe.Be,Pe.Fe,Pe.He]}},Qe={xe:"CSV",ye:"GEO_JSON",Ae:"KML",Be:"KMZ",Fe:"SHP",Ge:"TABLE_FILE_FORMAT_UNSPECIFIED",He:"TF_RECORD_TABLE",values:function(){return[Qe.Ge,Qe.xe,Qe.ye,Qe.Ae,Qe.Be,Qe.Fe,Qe.He]}},Re={ij:"COLUMN_DATA_TYPE_LONG",jj:"COLUMN_DATA_TYPE_NUMERIC",kj:"COLUMN_DATA_TYPE_STRING",lj:"COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[Re.lj,Re.kj,Re.jj,Re.ij]}},Se={oj:"CSV_COLUMN_DATA_TYPE_LONG",pj:"CSV_COLUMN_DATA_TYPE_NUMERIC",
108
+ qj:"CSV_COLUMN_DATA_TYPE_STRING",rj:"CSV_COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[Se.rj,Se.qj,Se.pj,Se.oj]}},Te={Hj:"GLOBALLY_CONSISTENT",Ij:"HIGHER_DENSITY",Bk:"UNKNOWN_THINNING_STRATEGY",values:function(){return[Te.Bk,Te.Hj,Te.Ij]}},Ue={Ab:"AUTO_JPEG_PNG",Bb:"GEO_TIFF",Cb:"IMAGE_FILE_FORMAT_UNSPECIFIED",Db:"JPEG",Eb:"MULTI_BAND_IMAGE_TILE",Fb:"NPY",Gb:"PNG",Hb:"TF_RECORD_IMAGE",Ib:"ZIPPED_GEO_TIFF",Jb:"ZIPPED_GEO_TIFF_PER_BAND",values:function(){return[Ue.Cb,Ue.Db,Ue.Gb,Ue.Ab,Ue.Fb,
109
+ Ue.Bb,Ue.Hb,Ue.Eb,Ue.Ib,Ue.Jb]}},Ve={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ve.cb,Ve.Za,Ve.eb,Ve.MIN,Ve.MAX,Ve.bb,Ve.ab]}},We={tj:"DATA_TYPE_UNSPECIFIED",Bc:"DOUBLE",FLOAT:"FLOAT",Pj:"INT16",Qj:"INT32",Rj:"INT8",yk:"UINT16",zk:"UINT32",Ak:"UINT8",values:function(){return[We.tj,We.Rj,We.Ak,We.Pj,We.yk,We.Qj,We.zk,We.FLOAT,We.Bc]}},Xe={ze:"GIF",Ce:"MP4",Je:"VIDEO_FILE_FORMAT_UNSPECIFIED",Ke:"VP9",values:function(){return[Xe.Je,
110
+ Xe.Ce,Xe.ze,Xe.Ke]}},Ye={ze:"GIF",Ce:"MP4",Je:"VIDEO_FILE_FORMAT_UNSPECIFIED",Ke:"VP9",values:function(){return[Ye.Je,Ye.Ce,Ye.ze,Ye.Ke]}},Ze=function(a){a=a===void 0?{}:a;this.h={};this.h.scaleX=a.bg==null?null:a.bg;this.h.shearX=a.gg==null?null:a.gg;this.h.translateX=a.xg==null?null:a.xg;this.h.shearY=a.hg==null?null:a.hg;this.h.scaleY=a.cg==null?null:a.cg;this.h.translateY=a.yg==null?null:a.yg};r(Ze,z);Ze.prototype.i=function(){return{keys:"scaleX scaleY shearX shearY translateX translateY".split(" ")}};
111
+ k.Object.defineProperties(Ze.prototype,{bg:{configurable:!0,enumerable:!0,get:function(){return D(this,"scaleX")?B(this,"scaleX"):null},set:function(a){this.h.scaleX=a}},cg:{configurable:!0,enumerable:!0,get:function(){return D(this,"scaleY")?B(this,"scaleY"):null},set:function(a){this.h.scaleY=a}},gg:{configurable:!0,enumerable:!0,get:function(){return D(this,"shearX")?B(this,"shearX"):null},set:function(a){this.h.shearX=a}},hg:{configurable:!0,enumerable:!0,get:function(){return D(this,"shearY")?
110
112
  B(this,"shearY"):null},set:function(a){this.h.shearY=a}},xg:{configurable:!0,enumerable:!0,get:function(){return D(this,"translateX")?B(this,"translateX"):null},set:function(a){this.h.translateX=a}},yg:{configurable:!0,enumerable:!0,get:function(){return D(this,"translateY")?B(this,"translateY"):null},set:function(a){this.h.translateY=a}}});
111
- var df=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.description=a.description==null?null:a.description;this.h.returnType=a.ag==null?null:a.ag;this.h.arguments=a.arguments==null?null:a.arguments;this.h.deprecated=a.deprecated==null?null:a.deprecated;this.h.deprecationReason=a.df==null?null:a.df;this.h.hidden=a.hidden==null?null:a.hidden;this.h.preview=a.preview==null?null:a.preview;this.h.sourceCodeUri=a.sourceCodeUri==null?null:a.sourceCodeUri};r(df,z);
112
- df.prototype.i=function(){return{P:{arguments:ef},keys:"arguments deprecated deprecationReason description hidden name preview returnType sourceCodeUri".split(" ")}};
113
- k.Object.defineProperties(df.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return D(this,"arguments")?B(this,"arguments"):null},set:function(a){this.h.arguments=a}},deprecated:{configurable:!0,enumerable:!0,get:function(){return D(this,"deprecated")?B(this,"deprecated"):null},set:function(a){this.h.deprecated=a}},df:{configurable:!0,enumerable:!0,get:function(){return D(this,"deprecationReason")?B(this,"deprecationReason"):null},set:function(a){this.h.deprecationReason=a}},description:{configurable:!0,
113
+ var $e=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.description=a.description==null?null:a.description;this.h.returnType=a.ag==null?null:a.ag;this.h.arguments=a.arguments==null?null:a.arguments;this.h.deprecated=a.deprecated==null?null:a.deprecated;this.h.deprecationReason=a.df==null?null:a.df;this.h.hidden=a.hidden==null?null:a.hidden;this.h.preview=a.preview==null?null:a.preview;this.h.sourceCodeUri=a.sourceCodeUri==null?null:a.sourceCodeUri};r($e,z);
114
+ $e.prototype.i=function(){return{P:{arguments:af},keys:"arguments deprecated deprecationReason description hidden name preview returnType sourceCodeUri".split(" ")}};
115
+ k.Object.defineProperties($e.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return D(this,"arguments")?B(this,"arguments"):null},set:function(a){this.h.arguments=a}},deprecated:{configurable:!0,enumerable:!0,get:function(){return D(this,"deprecated")?B(this,"deprecated"):null},set:function(a){this.h.deprecated=a}},df:{configurable:!0,enumerable:!0,get:function(){return D(this,"deprecationReason")?B(this,"deprecationReason"):null},set:function(a){this.h.deprecationReason=a}},description:{configurable:!0,
114
116
  enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},hidden:{configurable:!0,enumerable:!0,get:function(){return D(this,"hidden")?B(this,"hidden"):null},set:function(a){this.h.hidden=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},preview:{configurable:!0,enumerable:!0,get:function(){return D(this,"preview")?B(this,"preview"):null},set:function(a){this.h.preview=
115
117
  a}},ag:{configurable:!0,enumerable:!0,get:function(){return D(this,"returnType")?B(this,"returnType"):null},set:function(a){this.h.returnType=a}},sourceCodeUri:{configurable:!0,enumerable:!0,get:function(){return D(this,"sourceCodeUri")?B(this,"sourceCodeUri"):null},set:function(a){this.h.sourceCodeUri=a}}});
116
- var ef=function(a){a=a===void 0?{}:a;this.h={};this.h.argumentName=a.ud==null?null:a.ud;this.h.type=a.type==null?null:a.type;this.h.description=a.description==null?null:a.description;this.h.optional=a.optional==null?null:a.optional;this.h.defaultValue=a.defaultValue==null?null:a.defaultValue};r(ef,z);ef.prototype.i=function(){return{keys:["argumentName","defaultValue","description","optional","type"]}};
117
- k.Object.defineProperties(ef.prototype,{ud:{configurable:!0,enumerable:!0,get:function(){return D(this,"argumentName")?B(this,"argumentName"):null},set:function(a){this.h.argumentName=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return D(this,"defaultValue")?B(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},optional:{configurable:!0,
118
- enumerable:!0,get:function(){return D(this,"optional")?B(this,"optional"):null},set:function(a){this.h.optional=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});var ff=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(ff,z);ff.prototype.i=function(){return{P:{values:gf},keys:["values"]}};
119
- k.Object.defineProperties(ff.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var hf=function(a){a=a===void 0?{}:a;this.h={};this.h.service=a.wi==null?null:a.wi;this.h.auditLogConfigs=a.Kg==null?null:a.Kg};r(hf,z);hf.prototype.i=function(){return{P:{auditLogConfigs:jf},keys:["auditLogConfigs","service"]}};
120
- k.Object.defineProperties(hf.prototype,{Kg:{configurable:!0,enumerable:!0,get:function(){return D(this,"auditLogConfigs")?B(this,"auditLogConfigs"):null},set:function(a){this.h.auditLogConfigs=a}},wi:{configurable:!0,enumerable:!0,get:function(){return D(this,"service")?B(this,"service"):null},set:function(a){this.h.service=a}}});
121
- var jf=function(a){a=a===void 0?{}:a;this.h={};this.h.logType=a.Qh==null?null:a.Qh;this.h.exemptedMembers=a.rh==null?null:a.rh;this.h.ignoreChildExemptions=a.Eh==null?null:a.Eh};r(jf,z);jf.prototype.i=function(){return{H:{logType:re},keys:["exemptedMembers","ignoreChildExemptions","logType"]}};
122
- k.Object.defineProperties(jf.prototype,{rh:{configurable:!0,enumerable:!0,get:function(){return D(this,"exemptedMembers")?B(this,"exemptedMembers"):null},set:function(a){this.h.exemptedMembers=a}},Eh:{configurable:!0,enumerable:!0,get:function(){return D(this,"ignoreChildExemptions")?B(this,"ignoreChildExemptions"):null},set:function(a){this.h.ignoreChildExemptions=a}},Qh:{configurable:!0,enumerable:!0,get:function(){return D(this,"logType")?B(this,"logType"):null},set:function(a){this.h.logType=
123
- a}}});var kf=function(a){a=a===void 0?{}:a;this.h={};this.h.permissionType=a.ad==null?null:a.ad};r(kf,z);kf.prototype.i=function(){return{H:{permissionType:se},keys:["permissionType"]}};k.Object.defineProperties(kf.prototype,{ad:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissionType")?B(this,"permissionType"):null},set:function(a){this.h.permissionType=a}}});
124
- var lf=function(a){a=a===void 0?{}:a;this.h={};this.h.table=a.table==null?null:a.table;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.append=a.append==null?null:a.append};r(lf,z);lf.prototype.i=function(){return{keys:["append","overwrite","table"]}};
125
- k.Object.defineProperties(lf.prototype,{append:{configurable:!0,enumerable:!0,get:function(){return D(this,"append")?B(this,"append"):null},set:function(a){this.h.append=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},table:{configurable:!0,enumerable:!0,get:function(){return D(this,"table")?B(this,"table"):null},set:function(a){this.h.table=a}}});
126
- var mf=function(a){a=a===void 0?{}:a;this.h={};this.h.bigqueryDestination=a.Pe==null?null:a.Pe};r(mf,z);mf.prototype.i=function(){return{keys:["bigqueryDestination"],o:{bigqueryDestination:lf}}};k.Object.defineProperties(mf.prototype,{Pe:{configurable:!0,enumerable:!0,get:function(){return D(this,"bigqueryDestination")?B(this,"bigqueryDestination"):null},set:function(a){this.h.bigqueryDestination=a}}});
127
- var nf=function(a){a=a===void 0?{}:a;this.h={};this.h.role=a.role==null?null:a.role;this.h.members=a.Wb==null?null:a.Wb;this.h.condition=a.Yg==null?null:a.Yg;this.h.bindingId=a.Ng==null?null:a.Ng};r(nf,z);nf.prototype.i=function(){return{keys:["bindingId","condition","members","role"],o:{condition:of}}};
128
- k.Object.defineProperties(nf.prototype,{Ng:{configurable:!0,enumerable:!0,get:function(){return D(this,"bindingId")?B(this,"bindingId"):null},set:function(a){this.h.bindingId=a}},Yg:{configurable:!0,enumerable:!0,get:function(){return D(this,"condition")?B(this,"condition"):null},set:function(a){this.h.condition=a}},Wb:{configurable:!0,enumerable:!0,get:function(){return D(this,"members")?B(this,"members"):null},set:function(a){this.h.members=a}},role:{configurable:!0,enumerable:!0,get:function(){return D(this,
129
- "role")?B(this,"role"):null},set:function(a){this.h.role=a}}});var pf=function(){this.h={}};r(pf,z);pf.prototype.i=function(){return{keys:[]}};var qf=function(a){a=a===void 0?{}:a;this.h={};this.h.capabilities=a.Tg==null?null:a.Tg};r(qf,z);qf.prototype.i=function(){return{H:{capabilities:te},keys:["capabilities"]}};
130
- k.Object.defineProperties(qf.prototype,{Tg:{configurable:!0,enumerable:!0,get:function(){return D(this,"capabilities")?B(this,"capabilities"):null},set:function(a){this.h.capabilities=a}}});var rf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha};r(rf,z);rf.prototype.i=function(){return{keys:["earthEngineDestination"],o:{earthEngineDestination:sf}}};
131
- k.Object.defineProperties(rf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var tf=function(a){a=a===void 0?{}:a;this.h={};this.h.logName=a.Ph==null?null:a.Ph;this.h.authorizationLoggingOptions=a.Lg==null?null:a.Lg;this.h.permissionType=a.ad==null?null:a.ad};r(tf,z);
132
- tf.prototype.i=function(){return{H:{logName:ue,permissionType:ve},keys:["authorizationLoggingOptions","logName","permissionType"],o:{authorizationLoggingOptions:kf}}};
133
- k.Object.defineProperties(tf.prototype,{Lg:{configurable:!0,enumerable:!0,get:function(){return D(this,"authorizationLoggingOptions")?B(this,"authorizationLoggingOptions"):null},set:function(a){this.h.authorizationLoggingOptions=a}},Ph:{configurable:!0,enumerable:!0,get:function(){return D(this,"logName")?B(this,"logName"):null},set:function(a){this.h.logName=a}},ad:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissionType")?B(this,"permissionType"):null},set:function(a){this.h.permissionType=
134
- a}}});var uf=function(a){a=a===void 0?{}:a;this.h={};this.h.bucket=a.Se==null?null:a.Se;this.h.filenamePrefix=a.xa==null?null:a.xa;this.h.permissions=a.permissions==null?null:a.permissions;this.h.bucketCorsUris=a.Te==null?null:a.Te};r(uf,z);uf.prototype.i=function(){return{H:{permissions:we},keys:["bucket","bucketCorsUris","filenamePrefix","permissions"]}};
135
- k.Object.defineProperties(uf.prototype,{Se:{configurable:!0,enumerable:!0,get:function(){return D(this,"bucket")?B(this,"bucket"):null},set:function(a){this.h.bucket=a}},Te:{configurable:!0,enumerable:!0,get:function(){return D(this,"bucketCorsUris")?B(this,"bucketCorsUris"):null},set:function(a){this.h.bucketCorsUris=a}},xa:{configurable:!0,enumerable:!0,get:function(){return D(this,"filenamePrefix")?B(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},permissions:{configurable:!0,
136
- enumerable:!0,get:function(){return D(this,"permissions")?B(this,"permissions"):null},set:function(a){this.h.permissions=a}}});k.Object.defineProperties(uf,{Permissions:{configurable:!0,enumerable:!0,get:function(){return we}}});var vf=function(a){a=a===void 0?{}:a;this.h={};this.h.uris=a.uris==null?null:a.uris};r(vf,z);vf.prototype.i=function(){return{keys:["uris"]}};
137
- k.Object.defineProperties(vf.prototype,{uris:{configurable:!0,enumerable:!0,get:function(){return D(this,"uris")?B(this,"uris"):null},set:function(a){this.h.uris=a}}});var wf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag};r(wf,z);wf.prototype.i=function(){return{keys:["expression","workloadTag"],o:{expression:xf}}};
138
- k.Object.defineProperties(wf.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var yf=function(a){a=a===void 0?{}:a;this.h={};this.h.result=a.result==null?null:a.result};r(yf,z);yf.prototype.i=function(){return{keys:["result"]}};
139
- k.Object.defineProperties(yf.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return D(this,"result")?B(this,"result"):null},set:function(a){this.h.result=a}}});var zf=function(a){a=a===void 0?{}:a;this.h={};this.h.iam=a.Dh==null?null:a.Dh;this.h.sys=a.Gi==null?null:a.Gi;this.h.svc=a.Fi==null?null:a.Fi;this.h.op=a.ei==null?null:a.ei;this.h.values=a.values==null?null:a.values};r(zf,z);zf.prototype.i=function(){return{H:{iam:xe,op:ye,sys:ze},keys:["iam","op","svc","sys","values"]}};
140
- k.Object.defineProperties(zf.prototype,{Dh:{configurable:!0,enumerable:!0,get:function(){return D(this,"iam")?B(this,"iam"):null},set:function(a){this.h.iam=a}},ei:{configurable:!0,enumerable:!0,get:function(){return D(this,"op")?B(this,"op"):null},set:function(a){this.h.op=a}},Fi:{configurable:!0,enumerable:!0,get:function(){return D(this,"svc")?B(this,"svc"):null},set:function(a){this.h.svc=a}},Gi:{configurable:!0,enumerable:!0,get:function(){return D(this,"sys")?B(this,"sys"):null},set:function(a){this.h.sys=
141
- a}},values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var Af=function(a){a=a===void 0?{}:a;this.h={};this.h.destinationName=a.Pb==null?null:a.Pb;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.bandIds=a.da==null?null:a.da};r(Af,z);Af.prototype.i=function(){return{keys:["bandIds","destinationName","overwrite"]}};
142
- k.Object.defineProperties(Af.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},Pb:{configurable:!0,enumerable:!0,get:function(){return D(this,"destinationName")?B(this,"destinationName"):null},set:function(a){this.h.destinationName=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
143
- var Bf=function(a){a=a===void 0?{}:a;this.h={};this.h.metric=a.Sh==null?null:a.Sh;this.h.field=a.th==null?null:a.th;this.h.customFields=a.jh==null?null:a.jh};r(Bf,z);Bf.prototype.i=function(){return{P:{customFields:Cf},keys:["customFields","field","metric"]}};
144
- k.Object.defineProperties(Bf.prototype,{jh:{configurable:!0,enumerable:!0,get:function(){return D(this,"customFields")?B(this,"customFields"):null},set:function(a){this.h.customFields=a}},th:{configurable:!0,enumerable:!0,get:function(){return D(this,"field")?B(this,"field"):null},set:function(a){this.h.field=a}},Sh:{configurable:!0,enumerable:!0,get:function(){return D(this,"metric")?B(this,"metric"):null},set:function(a){this.h.metric=a}}});
145
- var Cf=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.value=a.value==null?null:a.value};r(Cf,z);Cf.prototype.i=function(){return{keys:["name","value"]}};k.Object.defineProperties(Cf.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},value:{configurable:!0,enumerable:!0,get:function(){return D(this,"value")?B(this,"value"):null},set:function(a){this.h.value=a}}});
146
- var Df=function(a){a=a===void 0?{}:a;this.h={};this.h.logMode=a.Oh==null?null:a.Oh;this.h.isDirectAuth=a.Hh==null?null:a.Hh};r(Df,z);Df.prototype.i=function(){return{H:{logMode:Ae},keys:["isDirectAuth","logMode"]}};
147
- k.Object.defineProperties(Df.prototype,{Hh:{configurable:!0,enumerable:!0,get:function(){return D(this,"isDirectAuth")?B(this,"isDirectAuth"):null},set:function(a){this.h.isDirectAuth=a}},Oh:{configurable:!0,enumerable:!0,get:function(){return D(this,"logMode")?B(this,"logMode"):null},set:function(a){this.h.logMode=a}}});var Ef=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(Ef,z);
148
- Ef.prototype.i=function(){return{keys:["values"],Ma:{values:{ka:gf,pa:!1,qa:!0,ra:!1}}}};k.Object.defineProperties(Ef.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var Ff=function(a){a=a===void 0?{}:a;this.h={};this.h.min=a.min==null?null:a.min;this.h.max=a.max==null?null:a.max};r(Ff,z);Ff.prototype.i=function(){return{keys:["max","min"]}};
149
- k.Object.defineProperties(Ff.prototype,{max:{configurable:!0,enumerable:!0,get:function(){return D(this,"max")?B(this,"max"):null},set:function(a){this.h.max=a}},min:{configurable:!0,enumerable:!0,get:function(){return D(this,"min")?B(this,"min"):null},set:function(a){this.h.min=a}}});var Gf=function(a){a=a===void 0?{}:a;this.h={};this.h.folder=a.rf==null?null:a.rf;this.h.filenamePrefix=a.xa==null?null:a.xa};r(Gf,z);Gf.prototype.i=function(){return{keys:["filenamePrefix","folder"]}};
150
- k.Object.defineProperties(Gf.prototype,{xa:{configurable:!0,enumerable:!0,get:function(){return D(this,"filenamePrefix")?B(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},rf:{configurable:!0,enumerable:!0,get:function(){return D(this,"folder")?B(this,"folder"):null},set:function(a){this.h.folder=a}}});
151
- var Hf=function(a){a=a===void 0?{}:a;this.h={};this.h.tilestoreLocation=a.tilestoreLocation==null?null:a.tilestoreLocation;this.h.cloudStorageLocation=a.cloudStorageLocation==null?null:a.cloudStorageLocation;this.h.featureViewAssetLocation=a.Hd==null?null:a.Hd;this.h.tableLocation=a.Hi==null?null:a.Hi;this.h.type=a.type==null?null:a.type;this.h.name=a.name==null?null:a.name;this.h.id=a.id==null?null:a.id;this.h.updateTime=a.updateTime==null?null:a.updateTime;this.h.properties=a.properties==null?null:
152
- a.properties;this.h.startTime=a.startTime==null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.geometry=a.geometry==null?null:a.geometry;this.h.bands=a.bands==null?null:a.bands;this.h.sizeBytes=a.sizeBytes==null?null:a.sizeBytes;this.h.featureCount=a.featureCount==null?null:a.featureCount;this.h.quota=a.quota==null?null:a.quota;this.h.expression=a.l==null?null:a.l;this.h.tilesets=a.tilesets==null?null:a.tilesets};r(Hf,z);
153
- Hf.prototype.i=function(){return{P:{bands:If,tilesets:Jf},H:{type:Be},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}},o:{cloudStorageLocation:vf,expression:xf,featureViewAssetLocation:Kf,quota:Lf,tableLocation:Mf,tilestoreLocation:Nf}}};
154
- k.Object.defineProperties(Hf.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return D(this,"bands")?B(this,"bands"):null},set:function(a){this.h.bands=a}},cloudStorageLocation:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageLocation")?B(this,"cloudStorageLocation"):null},set:function(a){this.h.cloudStorageLocation=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"endTime")?B(this,"endTime"):null},set:function(a){this.h.endTime=a}},l:{configurable:!0,
118
+ var af=function(a){a=a===void 0?{}:a;this.h={};this.h.argumentName=a.ud==null?null:a.ud;this.h.type=a.type==null?null:a.type;this.h.description=a.description==null?null:a.description;this.h.optional=a.optional==null?null:a.optional;this.h.defaultValue=a.defaultValue==null?null:a.defaultValue};r(af,z);af.prototype.i=function(){return{keys:["argumentName","defaultValue","description","optional","type"]}};
119
+ k.Object.defineProperties(af.prototype,{ud:{configurable:!0,enumerable:!0,get:function(){return D(this,"argumentName")?B(this,"argumentName"):null},set:function(a){this.h.argumentName=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return D(this,"defaultValue")?B(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},optional:{configurable:!0,
120
+ enumerable:!0,get:function(){return D(this,"optional")?B(this,"optional"):null},set:function(a){this.h.optional=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});var bf=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(bf,z);bf.prototype.i=function(){return{P:{values:cf},keys:["values"]}};
121
+ k.Object.defineProperties(bf.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var df=function(a){a=a===void 0?{}:a;this.h={};this.h.service=a.wi==null?null:a.wi;this.h.auditLogConfigs=a.Kg==null?null:a.Kg};r(df,z);df.prototype.i=function(){return{P:{auditLogConfigs:ef},keys:["auditLogConfigs","service"]}};
122
+ k.Object.defineProperties(df.prototype,{Kg:{configurable:!0,enumerable:!0,get:function(){return D(this,"auditLogConfigs")?B(this,"auditLogConfigs"):null},set:function(a){this.h.auditLogConfigs=a}},wi:{configurable:!0,enumerable:!0,get:function(){return D(this,"service")?B(this,"service"):null},set:function(a){this.h.service=a}}});
123
+ var ef=function(a){a=a===void 0?{}:a;this.h={};this.h.logType=a.Qh==null?null:a.Qh;this.h.exemptedMembers=a.rh==null?null:a.rh;this.h.ignoreChildExemptions=a.Eh==null?null:a.Eh};r(ef,z);ef.prototype.i=function(){return{H:{logType:ne},keys:["exemptedMembers","ignoreChildExemptions","logType"]}};
124
+ k.Object.defineProperties(ef.prototype,{rh:{configurable:!0,enumerable:!0,get:function(){return D(this,"exemptedMembers")?B(this,"exemptedMembers"):null},set:function(a){this.h.exemptedMembers=a}},Eh:{configurable:!0,enumerable:!0,get:function(){return D(this,"ignoreChildExemptions")?B(this,"ignoreChildExemptions"):null},set:function(a){this.h.ignoreChildExemptions=a}},Qh:{configurable:!0,enumerable:!0,get:function(){return D(this,"logType")?B(this,"logType"):null},set:function(a){this.h.logType=
125
+ a}}});var ff=function(a){a=a===void 0?{}:a;this.h={};this.h.permissionType=a.ad==null?null:a.ad};r(ff,z);ff.prototype.i=function(){return{H:{permissionType:oe},keys:["permissionType"]}};k.Object.defineProperties(ff.prototype,{ad:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissionType")?B(this,"permissionType"):null},set:function(a){this.h.permissionType=a}}});
126
+ var gf=function(a){a=a===void 0?{}:a;this.h={};this.h.table=a.table==null?null:a.table;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.append=a.append==null?null:a.append};r(gf,z);gf.prototype.i=function(){return{keys:["append","overwrite","table"]}};
127
+ k.Object.defineProperties(gf.prototype,{append:{configurable:!0,enumerable:!0,get:function(){return D(this,"append")?B(this,"append"):null},set:function(a){this.h.append=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},table:{configurable:!0,enumerable:!0,get:function(){return D(this,"table")?B(this,"table"):null},set:function(a){this.h.table=a}}});
128
+ var hf=function(a){a=a===void 0?{}:a;this.h={};this.h.bigqueryDestination=a.Pe==null?null:a.Pe};r(hf,z);hf.prototype.i=function(){return{keys:["bigqueryDestination"],o:{bigqueryDestination:gf}}};k.Object.defineProperties(hf.prototype,{Pe:{configurable:!0,enumerable:!0,get:function(){return D(this,"bigqueryDestination")?B(this,"bigqueryDestination"):null},set:function(a){this.h.bigqueryDestination=a}}});
129
+ var jf=function(a){a=a===void 0?{}:a;this.h={};this.h.role=a.role==null?null:a.role;this.h.members=a.Wb==null?null:a.Wb;this.h.condition=a.Yg==null?null:a.Yg;this.h.bindingId=a.Ng==null?null:a.Ng};r(jf,z);jf.prototype.i=function(){return{keys:["bindingId","condition","members","role"],o:{condition:kf}}};
130
+ k.Object.defineProperties(jf.prototype,{Ng:{configurable:!0,enumerable:!0,get:function(){return D(this,"bindingId")?B(this,"bindingId"):null},set:function(a){this.h.bindingId=a}},Yg:{configurable:!0,enumerable:!0,get:function(){return D(this,"condition")?B(this,"condition"):null},set:function(a){this.h.condition=a}},Wb:{configurable:!0,enumerable:!0,get:function(){return D(this,"members")?B(this,"members"):null},set:function(a){this.h.members=a}},role:{configurable:!0,enumerable:!0,get:function(){return D(this,
131
+ "role")?B(this,"role"):null},set:function(a){this.h.role=a}}});var lf=function(){this.h={}};r(lf,z);lf.prototype.i=function(){return{keys:[]}};var mf=function(a){a=a===void 0?{}:a;this.h={};this.h.capabilities=a.Tg==null?null:a.Tg};r(mf,z);mf.prototype.i=function(){return{H:{capabilities:pe},keys:["capabilities"]}};
132
+ k.Object.defineProperties(mf.prototype,{Tg:{configurable:!0,enumerable:!0,get:function(){return D(this,"capabilities")?B(this,"capabilities"):null},set:function(a){this.h.capabilities=a}}});var nf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha};r(nf,z);nf.prototype.i=function(){return{keys:["earthEngineDestination"],o:{earthEngineDestination:of}}};
133
+ k.Object.defineProperties(nf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var pf=function(a){a=a===void 0?{}:a;this.h={};this.h.logName=a.Ph==null?null:a.Ph;this.h.authorizationLoggingOptions=a.Lg==null?null:a.Lg;this.h.permissionType=a.ad==null?null:a.ad};r(pf,z);
134
+ pf.prototype.i=function(){return{H:{logName:qe,permissionType:re},keys:["authorizationLoggingOptions","logName","permissionType"],o:{authorizationLoggingOptions:ff}}};
135
+ k.Object.defineProperties(pf.prototype,{Lg:{configurable:!0,enumerable:!0,get:function(){return D(this,"authorizationLoggingOptions")?B(this,"authorizationLoggingOptions"):null},set:function(a){this.h.authorizationLoggingOptions=a}},Ph:{configurable:!0,enumerable:!0,get:function(){return D(this,"logName")?B(this,"logName"):null},set:function(a){this.h.logName=a}},ad:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissionType")?B(this,"permissionType"):null},set:function(a){this.h.permissionType=
136
+ a}}});var qf=function(a){a=a===void 0?{}:a;this.h={};this.h.bucket=a.Se==null?null:a.Se;this.h.filenamePrefix=a.xa==null?null:a.xa;this.h.permissions=a.permissions==null?null:a.permissions;this.h.bucketCorsUris=a.Te==null?null:a.Te};r(qf,z);qf.prototype.i=function(){return{H:{permissions:se},keys:["bucket","bucketCorsUris","filenamePrefix","permissions"]}};
137
+ k.Object.defineProperties(qf.prototype,{Se:{configurable:!0,enumerable:!0,get:function(){return D(this,"bucket")?B(this,"bucket"):null},set:function(a){this.h.bucket=a}},Te:{configurable:!0,enumerable:!0,get:function(){return D(this,"bucketCorsUris")?B(this,"bucketCorsUris"):null},set:function(a){this.h.bucketCorsUris=a}},xa:{configurable:!0,enumerable:!0,get:function(){return D(this,"filenamePrefix")?B(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},permissions:{configurable:!0,
138
+ enumerable:!0,get:function(){return D(this,"permissions")?B(this,"permissions"):null},set:function(a){this.h.permissions=a}}});k.Object.defineProperties(qf,{Permissions:{configurable:!0,enumerable:!0,get:function(){return se}}});var rf=function(a){a=a===void 0?{}:a;this.h={};this.h.uris=a.uris==null?null:a.uris};r(rf,z);rf.prototype.i=function(){return{keys:["uris"]}};
139
+ k.Object.defineProperties(rf.prototype,{uris:{configurable:!0,enumerable:!0,get:function(){return D(this,"uris")?B(this,"uris"):null},set:function(a){this.h.uris=a}}});var sf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag};r(sf,z);sf.prototype.i=function(){return{keys:["expression","workloadTag"],o:{expression:tf}}};
140
+ k.Object.defineProperties(sf.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var uf=function(a){a=a===void 0?{}:a;this.h={};this.h.result=a.result==null?null:a.result};r(uf,z);uf.prototype.i=function(){return{keys:["result"]}};
141
+ k.Object.defineProperties(uf.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return D(this,"result")?B(this,"result"):null},set:function(a){this.h.result=a}}});var vf=function(a){a=a===void 0?{}:a;this.h={};this.h.iam=a.Dh==null?null:a.Dh;this.h.sys=a.Gi==null?null:a.Gi;this.h.svc=a.Fi==null?null:a.Fi;this.h.op=a.ei==null?null:a.ei;this.h.values=a.values==null?null:a.values};r(vf,z);vf.prototype.i=function(){return{H:{iam:te,op:ue,sys:ve},keys:["iam","op","svc","sys","values"]}};
142
+ k.Object.defineProperties(vf.prototype,{Dh:{configurable:!0,enumerable:!0,get:function(){return D(this,"iam")?B(this,"iam"):null},set:function(a){this.h.iam=a}},ei:{configurable:!0,enumerable:!0,get:function(){return D(this,"op")?B(this,"op"):null},set:function(a){this.h.op=a}},Fi:{configurable:!0,enumerable:!0,get:function(){return D(this,"svc")?B(this,"svc"):null},set:function(a){this.h.svc=a}},Gi:{configurable:!0,enumerable:!0,get:function(){return D(this,"sys")?B(this,"sys"):null},set:function(a){this.h.sys=
143
+ a}},values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var wf=function(a){a=a===void 0?{}:a;this.h={};this.h.destinationName=a.Pb==null?null:a.Pb;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.bandIds=a.da==null?null:a.da};r(wf,z);wf.prototype.i=function(){return{keys:["bandIds","destinationName","overwrite"]}};
144
+ k.Object.defineProperties(wf.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},Pb:{configurable:!0,enumerable:!0,get:function(){return D(this,"destinationName")?B(this,"destinationName"):null},set:function(a){this.h.destinationName=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
145
+ var xf=function(a){a=a===void 0?{}:a;this.h={};this.h.metric=a.Sh==null?null:a.Sh;this.h.field=a.th==null?null:a.th;this.h.customFields=a.jh==null?null:a.jh};r(xf,z);xf.prototype.i=function(){return{P:{customFields:yf},keys:["customFields","field","metric"]}};
146
+ k.Object.defineProperties(xf.prototype,{jh:{configurable:!0,enumerable:!0,get:function(){return D(this,"customFields")?B(this,"customFields"):null},set:function(a){this.h.customFields=a}},th:{configurable:!0,enumerable:!0,get:function(){return D(this,"field")?B(this,"field"):null},set:function(a){this.h.field=a}},Sh:{configurable:!0,enumerable:!0,get:function(){return D(this,"metric")?B(this,"metric"):null},set:function(a){this.h.metric=a}}});
147
+ var yf=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.value=a.value==null?null:a.value};r(yf,z);yf.prototype.i=function(){return{keys:["name","value"]}};k.Object.defineProperties(yf.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},value:{configurable:!0,enumerable:!0,get:function(){return D(this,"value")?B(this,"value"):null},set:function(a){this.h.value=a}}});
148
+ var zf=function(a){a=a===void 0?{}:a;this.h={};this.h.logMode=a.Oh==null?null:a.Oh;this.h.isDirectAuth=a.Hh==null?null:a.Hh};r(zf,z);zf.prototype.i=function(){return{H:{logMode:we},keys:["isDirectAuth","logMode"]}};
149
+ k.Object.defineProperties(zf.prototype,{Hh:{configurable:!0,enumerable:!0,get:function(){return D(this,"isDirectAuth")?B(this,"isDirectAuth"):null},set:function(a){this.h.isDirectAuth=a}},Oh:{configurable:!0,enumerable:!0,get:function(){return D(this,"logMode")?B(this,"logMode"):null},set:function(a){this.h.logMode=a}}});var Af=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(Af,z);
150
+ Af.prototype.i=function(){return{keys:["values"],Ma:{values:{ka:cf,pa:!1,qa:!0,ra:!1}}}};k.Object.defineProperties(Af.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var Bf=function(a){a=a===void 0?{}:a;this.h={};this.h.min=a.min==null?null:a.min;this.h.max=a.max==null?null:a.max};r(Bf,z);Bf.prototype.i=function(){return{keys:["max","min"]}};
151
+ k.Object.defineProperties(Bf.prototype,{max:{configurable:!0,enumerable:!0,get:function(){return D(this,"max")?B(this,"max"):null},set:function(a){this.h.max=a}},min:{configurable:!0,enumerable:!0,get:function(){return D(this,"min")?B(this,"min"):null},set:function(a){this.h.min=a}}});var Cf=function(a){a=a===void 0?{}:a;this.h={};this.h.folder=a.rf==null?null:a.rf;this.h.filenamePrefix=a.xa==null?null:a.xa};r(Cf,z);Cf.prototype.i=function(){return{keys:["filenamePrefix","folder"]}};
152
+ k.Object.defineProperties(Cf.prototype,{xa:{configurable:!0,enumerable:!0,get:function(){return D(this,"filenamePrefix")?B(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},rf:{configurable:!0,enumerable:!0,get:function(){return D(this,"folder")?B(this,"folder"):null},set:function(a){this.h.folder=a}}});
153
+ var Df=function(a){a=a===void 0?{}:a;this.h={};this.h.tilestoreLocation=a.tilestoreLocation==null?null:a.tilestoreLocation;this.h.cloudStorageLocation=a.cloudStorageLocation==null?null:a.cloudStorageLocation;this.h.featureViewAssetLocation=a.Hd==null?null:a.Hd;this.h.tableLocation=a.Hi==null?null:a.Hi;this.h.type=a.type==null?null:a.type;this.h.name=a.name==null?null:a.name;this.h.id=a.id==null?null:a.id;this.h.updateTime=a.updateTime==null?null:a.updateTime;this.h.properties=a.properties==null?null:
154
+ a.properties;this.h.startTime=a.startTime==null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.geometry=a.geometry==null?null:a.geometry;this.h.bands=a.bands==null?null:a.bands;this.h.sizeBytes=a.sizeBytes==null?null:a.sizeBytes;this.h.featureCount=a.featureCount==null?null:a.featureCount;this.h.quota=a.quota==null?null:a.quota;this.h.expression=a.l==null?null:a.l;this.h.tilesets=a.tilesets==null?null:a.tilesets};r(Df,z);
155
+ Df.prototype.i=function(){return{P:{bands:Ef,tilesets:Ff},H:{type:xe},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}},o:{cloudStorageLocation:rf,expression:tf,featureViewAssetLocation:Gf,quota:Hf,tableLocation:If,tilestoreLocation:Jf}}};
156
+ k.Object.defineProperties(Df.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return D(this,"bands")?B(this,"bands"):null},set:function(a){this.h.bands=a}},cloudStorageLocation:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageLocation")?B(this,"cloudStorageLocation"):null},set:function(a){this.h.cloudStorageLocation=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"endTime")?B(this,"endTime"):null},set:function(a){this.h.endTime=a}},l:{configurable:!0,
155
157
  enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},featureCount:{configurable:!0,enumerable:!0,get:function(){return D(this,"featureCount")?B(this,"featureCount"):null},set:function(a){this.h.featureCount=a}},Hd:{configurable:!0,enumerable:!0,get:function(){return D(this,"featureViewAssetLocation")?B(this,"featureViewAssetLocation"):null},set:function(a){this.h.featureViewAssetLocation=a}},geometry:{configurable:!0,enumerable:!0,
156
158
  get:function(){return D(this,"geometry")?B(this,"geometry"):null},set:function(a){this.h.geometry=a}},id:{configurable:!0,enumerable:!0,get:function(){return D(this,"id")?B(this,"id"):null},set:function(a){this.h.id=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},properties:{configurable:!0,enumerable:!0,get:function(){return D(this,"properties")?B(this,"properties"):null},set:function(a){this.h.properties=a}},quota:{configurable:!0,
157
159
  enumerable:!0,get:function(){return D(this,"quota")?B(this,"quota"):null},set:function(a){this.h.quota=a}},sizeBytes:{configurable:!0,enumerable:!0,get:function(){return D(this,"sizeBytes")?B(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"startTime")?B(this,"startTime"):null},set:function(a){this.h.startTime=a}},Hi:{configurable:!0,enumerable:!0,get:function(){return D(this,"tableLocation")?B(this,"tableLocation"):
158
160
  null},set:function(a){this.h.tableLocation=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesets")?B(this,"tilesets"):null},set:function(a){this.h.tilesets=a}},tilestoreLocation:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilestoreLocation")?B(this,"tilestoreLocation"):null},set:function(a){this.h.tilestoreLocation=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}},updateTime:{configurable:!0,
159
- enumerable:!0,get:function(){return D(this,"updateTime")?B(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var sf=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.overwrite=a.overwrite==null?null:a.overwrite};r(sf,z);sf.prototype.i=function(){return{keys:["name","overwrite"]}};
160
- k.Object.defineProperties(sf.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
161
- var Of=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.fileFormat=a.F==null?null:a.F;this.h.bandIds=a.da==null?null:a.da;this.h.visualizationOptions=a.hc==null?null:a.hc};r(Of,z);Of.prototype.i=function(){return{H:{fileFormat:Ce},keys:["bandIds","expression","fileFormat","name","visualizationOptions"],o:{expression:xf,visualizationOptions:Pf}}};
162
- k.Object.defineProperties(Of.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
163
- "name")?B(this,"name"):null},set:function(a){this.h.name=a}},hc:{configurable:!0,enumerable:!0,get:function(){return D(this,"visualizationOptions")?B(this,"visualizationOptions"):null},set:function(a){this.h.visualizationOptions=a}}});var Qf=function(){this.h={}};r(Qf,z);Qf.prototype.i=function(){return{keys:[]}};
164
- var Rf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.requestId=a.requestId==null?null:a.requestId;this.h.assetExportOptions=a.sa==null?null:a.sa;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};r(Rf,z);
165
- Rf.prototype.i=function(){return{keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "),o:{assetExportOptions:rf,expression:xf}}};
166
- k.Object.defineProperties(Rf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetExportOptions")?B(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},
161
+ enumerable:!0,get:function(){return D(this,"updateTime")?B(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var of=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.overwrite=a.overwrite==null?null:a.overwrite};r(of,z);of.prototype.i=function(){return{keys:["name","overwrite"]}};
162
+ k.Object.defineProperties(of.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}}});
163
+ var Kf=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.fileFormat=a.F==null?null:a.F;this.h.bandIds=a.da==null?null:a.da;this.h.visualizationOptions=a.hc==null?null:a.hc};r(Kf,z);Kf.prototype.i=function(){return{H:{fileFormat:ye},keys:["bandIds","expression","fileFormat","name","visualizationOptions"],o:{expression:tf,visualizationOptions:Lf}}};
164
+ k.Object.defineProperties(Kf.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
165
+ "name")?B(this,"name"):null},set:function(a){this.h.name=a}},hc:{configurable:!0,enumerable:!0,get:function(){return D(this,"visualizationOptions")?B(this,"visualizationOptions"):null},set:function(a){this.h.visualizationOptions=a}}});var Mf=function(){this.h={}};r(Mf,z);Mf.prototype.i=function(){return{keys:[]}};
166
+ var Nf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.requestId=a.requestId==null?null:a.requestId;this.h.assetExportOptions=a.sa==null?null:a.sa;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};r(Nf,z);
167
+ Nf.prototype.i=function(){return{keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "),o:{assetExportOptions:nf,expression:tf}}};
168
+ k.Object.defineProperties(Nf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetExportOptions")?B(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},
167
169
  O:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxWorkers")?B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,enumerable:!0,get:function(){return D(this,"priority")?B(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,
168
170
  "workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});
169
- var Sf=function(a){a=a===void 0?{}:a;this.h={};this.h.fileExportOptions=a.oa==null?null:a.oa;this.h.assetExportOptions=a.sa==null?null:a.sa;this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.maxPixels=a.Of==null?null:a.Of;this.h.grid=a.grid==null?null:a.grid;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};
170
- r(Sf,z);Sf.prototype.i=function(){return{keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "),o:{assetExportOptions:Tf,expression:xf,fileExportOptions:Uf,grid:Vf}}};
171
- k.Object.defineProperties(Sf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetExportOptions")?B(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},
171
+ var Of=function(a){a=a===void 0?{}:a;this.h={};this.h.fileExportOptions=a.oa==null?null:a.oa;this.h.assetExportOptions=a.sa==null?null:a.sa;this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.maxPixels=a.Of==null?null:a.Of;this.h.grid=a.grid==null?null:a.grid;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};
172
+ r(Of,z);Of.prototype.i=function(){return{keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "),o:{assetExportOptions:Pf,expression:tf,fileExportOptions:Qf,grid:Rf}}};
173
+ k.Object.defineProperties(Of.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetExportOptions")?B(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},
172
174
  oa:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileExportOptions")?B(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},Of:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxPixels")?B(this,"maxPixels"):null},set:function(a){this.h.maxPixels=a}},O:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxWorkers")?
173
175
  B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,enumerable:!0,get:function(){return D(this,"priority")?B(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=
174
- a}}});var Wf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.tileOptions=a.dc==null?null:a.dc;this.h.tileExportOptions=a.cc==null?null:a.cc;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};r(Wf,z);
175
- Wf.prototype.i=function(){return{keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "),o:{expression:xf,tileExportOptions:Uf,tileOptions:Xf}}};
176
- k.Object.defineProperties(Wf.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxWorkers")?B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
176
+ a}}});var Sf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.tileOptions=a.dc==null?null:a.dc;this.h.tileExportOptions=a.cc==null?null:a.cc;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};r(Sf,z);
177
+ Sf.prototype.i=function(){return{keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "),o:{expression:tf,tileExportOptions:Qf,tileOptions:Tf}}};
178
+ k.Object.defineProperties(Sf.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxWorkers")?B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
177
179
  enumerable:!0,get:function(){return D(this,"priority")?B(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},cc:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileExportOptions")?B(this,"tileExportOptions"):null},set:function(a){this.h.tileExportOptions=a}},dc:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileOptions")?
178
180
  B(this,"tileOptions"):null},set:function(a){this.h.tileOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});
179
- var Yf=function(a){a=a===void 0?{}:a;this.h={};this.h.fileExportOptions=a.oa==null?null:a.oa;this.h.assetExportOptions=a.sa==null?null:a.sa;this.h.featureViewExportOptions=a.Id==null?null:a.Id;this.h.bigqueryExportOptions=a.wd==null?null:a.wd;this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.selectors=a.selectors==null?null:a.selectors;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxErrorMeters=a.Ub==null?null:a.Ub;this.h.maxWorkers=
180
- a.O==null?null:a.O;this.h.maxVertices=a.maxVertices==null?null:a.maxVertices;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.policy=a.jb==null?null:a.jb;this.h.priority=a.priority==null?null:a.priority};r(Yf,z);
181
- Yf.prototype.i=function(){return{keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "),o:{assetExportOptions:Zf,bigqueryExportOptions:mf,expression:xf,featureViewExportOptions:$f,fileExportOptions:ag,policy:bg}}};
182
- k.Object.defineProperties(Yf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetExportOptions")?B(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},wd:{configurable:!0,enumerable:!0,get:function(){return D(this,"bigqueryExportOptions")?B(this,"bigqueryExportOptions"):null},set:function(a){this.h.bigqueryExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=
181
+ var Uf=function(a){a=a===void 0?{}:a;this.h={};this.h.fileExportOptions=a.oa==null?null:a.oa;this.h.assetExportOptions=a.sa==null?null:a.sa;this.h.featureViewExportOptions=a.Id==null?null:a.Id;this.h.bigqueryExportOptions=a.wd==null?null:a.wd;this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.selectors=a.selectors==null?null:a.selectors;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxErrorMeters=a.Ub==null?null:a.Ub;this.h.maxWorkers=
182
+ a.O==null?null:a.O;this.h.maxVertices=a.maxVertices==null?null:a.maxVertices;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.policy=a.jb==null?null:a.jb;this.h.priority=a.priority==null?null:a.priority};r(Uf,z);
183
+ Uf.prototype.i=function(){return{keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "),o:{assetExportOptions:Vf,bigqueryExportOptions:hf,expression:tf,featureViewExportOptions:Wf,fileExportOptions:Xf,policy:Yf}}};
184
+ k.Object.defineProperties(Uf.prototype,{sa:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetExportOptions")?B(this,"assetExportOptions"):null},set:function(a){this.h.assetExportOptions=a}},wd:{configurable:!0,enumerable:!0,get:function(){return D(this,"bigqueryExportOptions")?B(this,"bigqueryExportOptions"):null},set:function(a){this.h.bigqueryExportOptions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=
183
185
  a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},Id:{configurable:!0,enumerable:!0,get:function(){return D(this,"featureViewExportOptions")?B(this,"featureViewExportOptions"):null},set:function(a){this.h.featureViewExportOptions=a}},oa:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileExportOptions")?B(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},Ub:{configurable:!0,
184
186
  enumerable:!0,get:function(){return D(this,"maxErrorMeters")?B(this,"maxErrorMeters"):null},set:function(a){this.h.maxErrorMeters=a}},maxVertices:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxVertices")?B(this,"maxVertices"):null},set:function(a){this.h.maxVertices=a}},O:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxWorkers")?B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},jb:{configurable:!0,enumerable:!0,get:function(){return D(this,"policy")?
185
187
  B(this,"policy"):null},set:function(a){this.h.policy=a}},priority:{configurable:!0,enumerable:!0,get:function(){return D(this,"priority")?B(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},selectors:{configurable:!0,enumerable:!0,get:function(){return D(this,"selectors")?B(this,"selectors"):null},set:function(a){this.h.selectors=a}},workloadTag:{configurable:!0,
186
188
  enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});
187
- var cg=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.videoOptions=a.Pa==null?null:a.Pa;this.h.tileOptions=a.dc==null?null:a.dc;this.h.tileExportOptions=a.cc==null?null:a.cc;this.h.requestId=a.requestId==null?null:a.requestId;this.h.version=a.version==null?null:a.version;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};
188
- r(cg,z);cg.prototype.i=function(){return{H:{version:De},keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "),o:{expression:xf,tileExportOptions:dg,tileOptions:Xf,videoOptions:eg}}};
189
- k.Object.defineProperties(cg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxWorkers")?B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
189
+ var Zf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.videoOptions=a.Pa==null?null:a.Pa;this.h.tileOptions=a.dc==null?null:a.dc;this.h.tileExportOptions=a.cc==null?null:a.cc;this.h.requestId=a.requestId==null?null:a.requestId;this.h.version=a.version==null?null:a.version;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};
190
+ r(Zf,z);Zf.prototype.i=function(){return{H:{version:ze},keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "),o:{expression:tf,tileExportOptions:$f,tileOptions:Tf,videoOptions:ag}}};
191
+ k.Object.defineProperties(Zf.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},O:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxWorkers")?B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,
190
192
  enumerable:!0,get:function(){return D(this,"priority")?B(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},cc:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileExportOptions")?B(this,"tileExportOptions"):null},set:function(a){this.h.tileExportOptions=a}},dc:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileOptions")?
191
193
  B(this,"tileOptions"):null},set:function(a){this.h.tileOptions=a}},version:{configurable:!0,enumerable:!0,get:function(){return D(this,"version")?B(this,"version"):null},set:function(a){this.h.version=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return D(this,"videoOptions")?B(this,"videoOptions"):null},set:function(a){this.h.videoOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=
192
- a}}});var fg=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.videoOptions=a.Pa==null?null:a.Pa;this.h.fileExportOptions=a.oa==null?null:a.oa;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};r(fg,z);
193
- fg.prototype.i=function(){return{keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "),o:{expression:xf,fileExportOptions:dg,videoOptions:eg}}};
194
- k.Object.defineProperties(fg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},oa:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileExportOptions")?B(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},O:{configurable:!0,
194
+ a}}});var bg=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.description=a.description==null?null:a.description;this.h.videoOptions=a.Pa==null?null:a.Pa;this.h.fileExportOptions=a.oa==null?null:a.oa;this.h.requestId=a.requestId==null?null:a.requestId;this.h.maxWorkers=a.O==null?null:a.O;this.h.workloadTag=a.workloadTag==null?null:a.workloadTag;this.h.priority=a.priority==null?null:a.priority};r(bg,z);
195
+ bg.prototype.i=function(){return{keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "),o:{expression:tf,fileExportOptions:$f,videoOptions:ag}}};
196
+ k.Object.defineProperties(bg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},oa:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileExportOptions")?B(this,"fileExportOptions"):null},set:function(a){this.h.fileExportOptions=a}},O:{configurable:!0,
195
197
  enumerable:!0,get:function(){return D(this,"maxWorkers")?B(this,"maxWorkers"):null},set:function(a){this.h.maxWorkers=a}},priority:{configurable:!0,enumerable:!0,get:function(){return D(this,"priority")?B(this,"priority"):null},set:function(a){this.h.priority=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return D(this,"videoOptions")?B(this,"videoOptions"):
196
- null},set:function(a){this.h.videoOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var of=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.title=a.title==null?null:a.title;this.h.description=a.description==null?null:a.description;this.h.location=a.location==null?null:a.location};r(of,z);
197
- of.prototype.i=function(){return{keys:["description","expression","location","title"]}};
198
- k.Object.defineProperties(of.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},location:{configurable:!0,enumerable:!0,get:function(){return D(this,"location")?B(this,"location"):null},set:function(a){this.h.location=a}},title:{configurable:!0,enumerable:!0,
199
- get:function(){return D(this,"title")?B(this,"title"):null},set:function(a){this.h.title=a}}});var xf=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values;this.h.result=a.result==null?null:a.result};r(xf,z);xf.prototype.i=function(){return{keys:["result","values"],Ma:{values:{ka:gf,pa:!1,qa:!0,ra:!1}}}};
200
- k.Object.defineProperties(xf.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return D(this,"result")?B(this,"result"):null},set:function(a){this.h.result=a}},values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var gg=function(a){a=a===void 0?{}:a;this.h={};this.h.type=a.type==null?null:a.type;this.h.geometry=a.geometry==null?null:a.geometry;this.h.properties=a.properties==null?null:a.properties};
201
- r(gg,z);gg.prototype.i=function(){return{keys:["geometry","properties","type"]}};
202
- k.Object.defineProperties(gg.prototype,{geometry:{configurable:!0,enumerable:!0,get:function(){return D(this,"geometry")?B(this,"geometry"):null},set:function(a){this.h.geometry=a}},properties:{configurable:!0,enumerable:!0,get:function(){return D(this,"properties")?B(this,"properties"):null},set:function(a){this.h.properties=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});
203
- var hg=function(a){a=a===void 0?{}:a;this.h={};this.h.asset=a.Mb==null?null:a.Mb;this.h.mapName=a.mapName==null?null:a.mapName;this.h.name=a.name==null?null:a.name;this.h.visualizationExpression=a.Ag==null?null:a.Ag};r(hg,z);hg.prototype.i=function(){return{keys:["asset","mapName","name","visualizationExpression"],o:{visualizationExpression:xf}}};
204
- k.Object.defineProperties(hg.prototype,{Mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"asset")?B(this,"asset"):null},set:function(a){this.h.asset=a}},mapName:{configurable:!0,enumerable:!0,get:function(){return D(this,"mapName")?B(this,"mapName"):null},set:function(a){this.h.mapName=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},Ag:{configurable:!0,enumerable:!0,get:function(){return D(this,"visualizationExpression")?
205
- B(this,"visualizationExpression"):null},set:function(a){this.h.visualizationExpression=a}}});var $f=function(a){a=a===void 0?{}:a;this.h={};this.h.featureViewDestination=a.kf==null?null:a.kf;this.h.ingestionTimeParameters=a.qc==null?null:a.qc};r($f,z);$f.prototype.i=function(){return{keys:["featureViewDestination","ingestionTimeParameters"],o:{featureViewDestination:ig,ingestionTimeParameters:jg}}};
206
- k.Object.defineProperties($f.prototype,{kf:{configurable:!0,enumerable:!0,get:function(){return D(this,"featureViewDestination")?B(this,"featureViewDestination"):null},set:function(a){this.h.featureViewDestination=a}},qc:{configurable:!0,enumerable:!0,get:function(){return D(this,"ingestionTimeParameters")?B(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
207
- var kg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.type=a.type==null?null:a.type};r(kg,z);kg.prototype.i=function(){return{H:{type:Ee},keys:["name","type"]}};k.Object.defineProperties(kg.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});
208
- var ig=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.assetVersion=a.Fg==null?null:a.Fg;this.h.permissions=a.permissions==null?null:a.permissions};r(ig,z);ig.prototype.i=function(){return{H:{permissions:Fe},keys:["assetVersion","name","permissions"]}};
209
- k.Object.defineProperties(ig.prototype,{Fg:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetVersion")?B(this,"assetVersion"):null},set:function(a){this.h.assetVersion=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},permissions:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissions")?B(this,"permissions"):null},set:function(a){this.h.permissions=a}}});
210
- k.Object.defineProperties(ig,{Permissions:{configurable:!0,enumerable:!0,get:function(){return Fe}}});var jg=function(a){a=a===void 0?{}:a;this.h={};this.h.thinningOptions=a.pg==null?null:a.pg;this.h.rankingOptions=a.Wf==null?null:a.Wf;this.h.prerenderingOptions=a.hi==null?null:a.hi};r(jg,z);jg.prototype.i=function(){return{keys:["prerenderingOptions","rankingOptions","thinningOptions"],o:{prerenderingOptions:lg,rankingOptions:mg,thinningOptions:ng}}};
211
- k.Object.defineProperties(jg.prototype,{hi:{configurable:!0,enumerable:!0,get:function(){return D(this,"prerenderingOptions")?B(this,"prerenderingOptions"):null},set:function(a){this.h.prerenderingOptions=a}},Wf:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankingOptions")?B(this,"rankingOptions"):null},set:function(a){this.h.rankingOptions=a}},pg:{configurable:!0,enumerable:!0,get:function(){return D(this,"thinningOptions")?B(this,"thinningOptions"):null},set:function(a){this.h.thinningOptions=
212
- a}}});var Kf=function(a){a=a===void 0?{}:a;this.h={};this.h.location=a.location==null?null:a.location;this.h.assetOptions=a.assetOptions==null?null:a.assetOptions};r(Kf,z);Kf.prototype.i=function(){return{keys:["assetOptions","location"],o:{assetOptions:og}}};
213
- k.Object.defineProperties(Kf.prototype,{assetOptions:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetOptions")?B(this,"assetOptions"):null},set:function(a){this.h.assetOptions=a}},location:{configurable:!0,enumerable:!0,get:function(){return D(this,"location")?B(this,"location"):null},set:function(a){this.h.location=a}}});var og=function(a){a=a===void 0?{}:a;this.h={};this.h.featureViewAttributes=a.sh==null?null:a.sh;this.h.ingestionTimeParameters=a.qc==null?null:a.qc};r(og,z);
214
- og.prototype.i=function(){return{P:{featureViewAttributes:kg},keys:["featureViewAttributes","ingestionTimeParameters"],o:{ingestionTimeParameters:jg}}};
215
- k.Object.defineProperties(og.prototype,{sh:{configurable:!0,enumerable:!0,get:function(){return D(this,"featureViewAttributes")?B(this,"featureViewAttributes"):null},set:function(a){this.h.featureViewAttributes=a}},qc:{configurable:!0,enumerable:!0,get:function(){return D(this,"ingestionTimeParameters")?B(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
216
- var pg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.orientation=a.orientation==null?null:a.orientation;this.h.fileFormat=a.F==null?null:a.F;this.h.grid=a.grid==null?null:a.grid};r(pg,z);pg.prototype.i=function(){return{H:{fileFormat:Ge,orientation:He},keys:["expression","fileFormat","grid","name","orientation"],o:{expression:xf,grid:Vf}}};
217
- k.Object.defineProperties(pg.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
218
- "name")?B(this,"name"):null},set:function(a){this.h.name=a}},orientation:{configurable:!0,enumerable:!0,get:function(){return D(this,"orientation")?B(this,"orientation"):null},set:function(a){this.h.orientation=a}}});var Lf=function(a){a=a===void 0?{}:a;this.h={};this.h.sizeBytes=a.sizeBytes==null?null:a.sizeBytes;this.h.maxSizeBytes=a.Vb==null?null:a.Vb;this.h.assetCount=a.Ne==null?null:a.Ne;this.h.maxAssets=a.Lf==null?null:a.Lf};r(Lf,z);
219
- Lf.prototype.i=function(){return{keys:["assetCount","maxAssets","maxSizeBytes","sizeBytes"]}};
220
- k.Object.defineProperties(Lf.prototype,{Ne:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetCount")?B(this,"assetCount"):null},set:function(a){this.h.assetCount=a}},Lf:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxAssets")?B(this,"maxAssets"):null},set:function(a){this.h.maxAssets=a}},Vb:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxSizeBytes")?B(this,"maxSizeBytes"):null},set:function(a){this.h.maxSizeBytes=a}},sizeBytes:{configurable:!0,enumerable:!0,
221
- get:function(){return D(this,"sizeBytes")?B(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});var qg=function(a){a=a===void 0?{}:a;this.h={};this.h.argumentNames=a.kc==null?null:a.kc;this.h.body=a.body==null?null:a.body};r(qg,z);qg.prototype.i=function(){return{keys:["argumentNames","body"]}};
222
- k.Object.defineProperties(qg.prototype,{kc:{configurable:!0,enumerable:!0,get:function(){return D(this,"argumentNames")?B(this,"argumentNames"):null},set:function(a){this.h.argumentNames=a}},body:{configurable:!0,enumerable:!0,get:function(){return D(this,"body")?B(this,"body"):null},set:function(a){this.h.body=a}}});
223
- var rg=function(a){a=a===void 0?{}:a;this.h={};this.h.functionName=a.functionName==null?null:a.functionName;this.h.functionReference=a.Ua==null?null:a.Ua;this.h.arguments=a.arguments==null?null:a.arguments};r(rg,z);rg.prototype.i=function(){return{keys:["arguments","functionName","functionReference"],Ma:{arguments:{ka:gf,pa:!1,qa:!0,ra:!1}}}};
224
- k.Object.defineProperties(rg.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return D(this,"arguments")?B(this,"arguments"):null},set:function(a){this.h.arguments=a}},functionName:{configurable:!0,enumerable:!0,get:function(){return D(this,"functionName")?B(this,"functionName"):null},set:function(a){this.h.functionName=a}},Ua:{configurable:!0,enumerable:!0,get:function(){return D(this,"functionReference")?B(this,"functionReference"):null},set:function(a){this.h.functionReference=
225
- a}}});var sg=function(a){a=a===void 0?{}:a;this.h={};this.h.cloudOptimized=a.Ue==null?null:a.Ue;this.h.tileDimensions=a.bc==null?null:a.bc;this.h.skipEmptyFiles=a.kg==null?null:a.kg;this.h.tileSize=a.tileSize==null?null:a.tileSize;this.h.noData=a.Pf==null?null:a.Pf};r(sg,z);sg.prototype.i=function(){return{keys:["cloudOptimized","noData","skipEmptyFiles","tileDimensions","tileSize"],o:{noData:tg,tileDimensions:ug}}};
226
- k.Object.defineProperties(sg.prototype,{Ue:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudOptimized")?B(this,"cloudOptimized"):null},set:function(a){this.h.cloudOptimized=a}},Pf:{configurable:!0,enumerable:!0,get:function(){return D(this,"noData")?B(this,"noData"):null},set:function(a){this.h.noData=a}},kg:{configurable:!0,enumerable:!0,get:function(){return D(this,"skipEmptyFiles")?B(this,"skipEmptyFiles"):null},set:function(a){this.h.skipEmptyFiles=a}},bc:{configurable:!0,enumerable:!0,
227
- get:function(){return D(this,"tileDimensions")?B(this,"tileDimensions"):null},set:function(a){this.h.tileDimensions=a}},tileSize:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileSize")?B(this,"tileSize"):null},set:function(a){this.h.tileSize=a}}});var vg=function(a){a=a===void 0?{}:a;this.h={};this.h.options=a.options==null?null:a.options};r(vg,z);vg.prototype.i=function(){return{keys:["options"],o:{options:wg}}};
228
- k.Object.defineProperties(vg.prototype,{options:{configurable:!0,enumerable:!0,get:function(){return D(this,"options")?B(this,"options"):null},set:function(a){this.h.options=a}}});var wg=function(a){a=a===void 0?{}:a;this.h={};this.h.requestedPolicyVersion=a.ri==null?null:a.ri};r(wg,z);wg.prototype.i=function(){return{keys:["requestedPolicyVersion"]}};
229
- k.Object.defineProperties(wg.prototype,{ri:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestedPolicyVersion")?B(this,"requestedPolicyVersion"):null},set:function(a){this.h.requestedPolicyVersion=a}}});var ug=function(a){a=a===void 0?{}:a;this.h={};this.h.width=a.width==null?null:a.width;this.h.height=a.height==null?null:a.height};r(ug,z);ug.prototype.i=function(){return{keys:["height","width"]}};
230
- k.Object.defineProperties(ug.prototype,{height:{configurable:!0,enumerable:!0,get:function(){return D(this,"height")?B(this,"height"):null},set:function(a){this.h.height=a}},width:{configurable:!0,enumerable:!0,get:function(){return D(this,"width")?B(this,"width"):null},set:function(a){this.h.width=a}}});var xg=function(a){a=a===void 0?{}:a;this.h={};this.h.x=a.x==null?null:a.x;this.h.y=a.y==null?null:a.y};r(xg,z);xg.prototype.i=function(){return{keys:["x","y"]}};
231
- k.Object.defineProperties(xg.prototype,{x:{configurable:!0,enumerable:!0,get:function(){return D(this,"x")?B(this,"x"):null},set:function(a){this.h.x=a}},y:{configurable:!0,enumerable:!0,get:function(){return D(this,"y")?B(this,"y"):null},set:function(a){this.h.y=a}}});
232
- var Tf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy;this.h.pyramidingPolicyOverrides=a.Tf==null?null:a.Tf;this.h.tileSize=a.tileSize==null?null:a.tileSize};r(Tf,z);
233
- Tf.prototype.i=function(){return{H:{pyramidingPolicy:Ie,pyramidingPolicyOverrides:Je},keys:["earthEngineDestination","pyramidingPolicy","pyramidingPolicyOverrides","tileSize"],Ma:{pyramidingPolicyOverrides:{ka:null,pa:!1,qa:!1,ra:!1}},o:{earthEngineDestination:sf}}};
234
- k.Object.defineProperties(Tf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicy")?B(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},Tf:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicyOverrides")?B(this,"pyramidingPolicyOverrides"):
198
+ null},set:function(a){this.h.videoOptions=a}},workloadTag:{configurable:!0,enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});var kf=function(a){a=a===void 0?{}:a;this.h={};this.h.expression=a.l==null?null:a.l;this.h.title=a.title==null?null:a.title;this.h.description=a.description==null?null:a.description;this.h.location=a.location==null?null:a.location};r(kf,z);
199
+ kf.prototype.i=function(){return{keys:["description","expression","location","title"]}};
200
+ k.Object.defineProperties(kf.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},location:{configurable:!0,enumerable:!0,get:function(){return D(this,"location")?B(this,"location"):null},set:function(a){this.h.location=a}},title:{configurable:!0,enumerable:!0,
201
+ get:function(){return D(this,"title")?B(this,"title"):null},set:function(a){this.h.title=a}}});var tf=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values;this.h.result=a.result==null?null:a.result};r(tf,z);tf.prototype.i=function(){return{keys:["result","values"],Ma:{values:{ka:cf,pa:!1,qa:!0,ra:!1}}}};
202
+ k.Object.defineProperties(tf.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return D(this,"result")?B(this,"result"):null},set:function(a){this.h.result=a}},values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var cg=function(a){a=a===void 0?{}:a;this.h={};this.h.type=a.type==null?null:a.type;this.h.geometry=a.geometry==null?null:a.geometry;this.h.properties=a.properties==null?null:a.properties};
203
+ r(cg,z);cg.prototype.i=function(){return{keys:["geometry","properties","type"]}};
204
+ k.Object.defineProperties(cg.prototype,{geometry:{configurable:!0,enumerable:!0,get:function(){return D(this,"geometry")?B(this,"geometry"):null},set:function(a){this.h.geometry=a}},properties:{configurable:!0,enumerable:!0,get:function(){return D(this,"properties")?B(this,"properties"):null},set:function(a){this.h.properties=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});
205
+ var dg=function(a){a=a===void 0?{}:a;this.h={};this.h.asset=a.Mb==null?null:a.Mb;this.h.mapName=a.mapName==null?null:a.mapName;this.h.name=a.name==null?null:a.name;this.h.visualizationExpression=a.Ag==null?null:a.Ag};r(dg,z);dg.prototype.i=function(){return{keys:["asset","mapName","name","visualizationExpression"],o:{visualizationExpression:tf}}};
206
+ k.Object.defineProperties(dg.prototype,{Mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"asset")?B(this,"asset"):null},set:function(a){this.h.asset=a}},mapName:{configurable:!0,enumerable:!0,get:function(){return D(this,"mapName")?B(this,"mapName"):null},set:function(a){this.h.mapName=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},Ag:{configurable:!0,enumerable:!0,get:function(){return D(this,"visualizationExpression")?
207
+ B(this,"visualizationExpression"):null},set:function(a){this.h.visualizationExpression=a}}});var Wf=function(a){a=a===void 0?{}:a;this.h={};this.h.featureViewDestination=a.kf==null?null:a.kf;this.h.ingestionTimeParameters=a.qc==null?null:a.qc};r(Wf,z);Wf.prototype.i=function(){return{keys:["featureViewDestination","ingestionTimeParameters"],o:{featureViewDestination:eg,ingestionTimeParameters:fg}}};
208
+ k.Object.defineProperties(Wf.prototype,{kf:{configurable:!0,enumerable:!0,get:function(){return D(this,"featureViewDestination")?B(this,"featureViewDestination"):null},set:function(a){this.h.featureViewDestination=a}},qc:{configurable:!0,enumerable:!0,get:function(){return D(this,"ingestionTimeParameters")?B(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
209
+ var gg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.type=a.type==null?null:a.type};r(gg,z);gg.prototype.i=function(){return{H:{type:Ae},keys:["name","type"]}};k.Object.defineProperties(gg.prototype,{name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});
210
+ var eg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.assetVersion=a.Fg==null?null:a.Fg;this.h.permissions=a.permissions==null?null:a.permissions};r(eg,z);eg.prototype.i=function(){return{H:{permissions:Be},keys:["assetVersion","name","permissions"]}};
211
+ k.Object.defineProperties(eg.prototype,{Fg:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetVersion")?B(this,"assetVersion"):null},set:function(a){this.h.assetVersion=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},permissions:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissions")?B(this,"permissions"):null},set:function(a){this.h.permissions=a}}});
212
+ k.Object.defineProperties(eg,{Permissions:{configurable:!0,enumerable:!0,get:function(){return Be}}});var fg=function(a){a=a===void 0?{}:a;this.h={};this.h.thinningOptions=a.pg==null?null:a.pg;this.h.rankingOptions=a.Wf==null?null:a.Wf;this.h.prerenderingOptions=a.hi==null?null:a.hi};r(fg,z);fg.prototype.i=function(){return{keys:["prerenderingOptions","rankingOptions","thinningOptions"],o:{prerenderingOptions:hg,rankingOptions:ig,thinningOptions:jg}}};
213
+ k.Object.defineProperties(fg.prototype,{hi:{configurable:!0,enumerable:!0,get:function(){return D(this,"prerenderingOptions")?B(this,"prerenderingOptions"):null},set:function(a){this.h.prerenderingOptions=a}},Wf:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankingOptions")?B(this,"rankingOptions"):null},set:function(a){this.h.rankingOptions=a}},pg:{configurable:!0,enumerable:!0,get:function(){return D(this,"thinningOptions")?B(this,"thinningOptions"):null},set:function(a){this.h.thinningOptions=
214
+ a}}});var Gf=function(a){a=a===void 0?{}:a;this.h={};this.h.location=a.location==null?null:a.location;this.h.assetOptions=a.assetOptions==null?null:a.assetOptions};r(Gf,z);Gf.prototype.i=function(){return{keys:["assetOptions","location"],o:{assetOptions:kg}}};
215
+ k.Object.defineProperties(Gf.prototype,{assetOptions:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetOptions")?B(this,"assetOptions"):null},set:function(a){this.h.assetOptions=a}},location:{configurable:!0,enumerable:!0,get:function(){return D(this,"location")?B(this,"location"):null},set:function(a){this.h.location=a}}});var kg=function(a){a=a===void 0?{}:a;this.h={};this.h.featureViewAttributes=a.sh==null?null:a.sh;this.h.ingestionTimeParameters=a.qc==null?null:a.qc};r(kg,z);
216
+ kg.prototype.i=function(){return{P:{featureViewAttributes:gg},keys:["featureViewAttributes","ingestionTimeParameters"],o:{ingestionTimeParameters:fg}}};
217
+ k.Object.defineProperties(kg.prototype,{sh:{configurable:!0,enumerable:!0,get:function(){return D(this,"featureViewAttributes")?B(this,"featureViewAttributes"):null},set:function(a){this.h.featureViewAttributes=a}},qc:{configurable:!0,enumerable:!0,get:function(){return D(this,"ingestionTimeParameters")?B(this,"ingestionTimeParameters"):null},set:function(a){this.h.ingestionTimeParameters=a}}});
218
+ var lg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.orientation=a.orientation==null?null:a.orientation;this.h.fileFormat=a.F==null?null:a.F;this.h.grid=a.grid==null?null:a.grid};r(lg,z);lg.prototype.i=function(){return{H:{fileFormat:Ce,orientation:De},keys:["expression","fileFormat","grid","name","orientation"],o:{expression:tf,grid:Rf}}};
219
+ k.Object.defineProperties(lg.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
220
+ "name")?B(this,"name"):null},set:function(a){this.h.name=a}},orientation:{configurable:!0,enumerable:!0,get:function(){return D(this,"orientation")?B(this,"orientation"):null},set:function(a){this.h.orientation=a}}});var Hf=function(a){a=a===void 0?{}:a;this.h={};this.h.sizeBytes=a.sizeBytes==null?null:a.sizeBytes;this.h.maxSizeBytes=a.Vb==null?null:a.Vb;this.h.assetCount=a.Ne==null?null:a.Ne;this.h.maxAssets=a.Lf==null?null:a.Lf};r(Hf,z);
221
+ Hf.prototype.i=function(){return{keys:["assetCount","maxAssets","maxSizeBytes","sizeBytes"]}};
222
+ k.Object.defineProperties(Hf.prototype,{Ne:{configurable:!0,enumerable:!0,get:function(){return D(this,"assetCount")?B(this,"assetCount"):null},set:function(a){this.h.assetCount=a}},Lf:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxAssets")?B(this,"maxAssets"):null},set:function(a){this.h.maxAssets=a}},Vb:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxSizeBytes")?B(this,"maxSizeBytes"):null},set:function(a){this.h.maxSizeBytes=a}},sizeBytes:{configurable:!0,enumerable:!0,
223
+ get:function(){return D(this,"sizeBytes")?B(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});var mg=function(a){a=a===void 0?{}:a;this.h={};this.h.argumentNames=a.kc==null?null:a.kc;this.h.body=a.body==null?null:a.body};r(mg,z);mg.prototype.i=function(){return{keys:["argumentNames","body"]}};
224
+ k.Object.defineProperties(mg.prototype,{kc:{configurable:!0,enumerable:!0,get:function(){return D(this,"argumentNames")?B(this,"argumentNames"):null},set:function(a){this.h.argumentNames=a}},body:{configurable:!0,enumerable:!0,get:function(){return D(this,"body")?B(this,"body"):null},set:function(a){this.h.body=a}}});
225
+ var ng=function(a){a=a===void 0?{}:a;this.h={};this.h.functionName=a.functionName==null?null:a.functionName;this.h.functionReference=a.Ua==null?null:a.Ua;this.h.arguments=a.arguments==null?null:a.arguments};r(ng,z);ng.prototype.i=function(){return{keys:["arguments","functionName","functionReference"],Ma:{arguments:{ka:cf,pa:!1,qa:!0,ra:!1}}}};
226
+ k.Object.defineProperties(ng.prototype,{arguments:{configurable:!0,enumerable:!0,get:function(){return D(this,"arguments")?B(this,"arguments"):null},set:function(a){this.h.arguments=a}},functionName:{configurable:!0,enumerable:!0,get:function(){return D(this,"functionName")?B(this,"functionName"):null},set:function(a){this.h.functionName=a}},Ua:{configurable:!0,enumerable:!0,get:function(){return D(this,"functionReference")?B(this,"functionReference"):null},set:function(a){this.h.functionReference=
227
+ a}}});var og=function(a){a=a===void 0?{}:a;this.h={};this.h.cloudOptimized=a.Ue==null?null:a.Ue;this.h.tileDimensions=a.bc==null?null:a.bc;this.h.skipEmptyFiles=a.kg==null?null:a.kg;this.h.tileSize=a.tileSize==null?null:a.tileSize;this.h.noData=a.Pf==null?null:a.Pf};r(og,z);og.prototype.i=function(){return{keys:["cloudOptimized","noData","skipEmptyFiles","tileDimensions","tileSize"],o:{noData:pg,tileDimensions:qg}}};
228
+ k.Object.defineProperties(og.prototype,{Ue:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudOptimized")?B(this,"cloudOptimized"):null},set:function(a){this.h.cloudOptimized=a}},Pf:{configurable:!0,enumerable:!0,get:function(){return D(this,"noData")?B(this,"noData"):null},set:function(a){this.h.noData=a}},kg:{configurable:!0,enumerable:!0,get:function(){return D(this,"skipEmptyFiles")?B(this,"skipEmptyFiles"):null},set:function(a){this.h.skipEmptyFiles=a}},bc:{configurable:!0,enumerable:!0,
229
+ get:function(){return D(this,"tileDimensions")?B(this,"tileDimensions"):null},set:function(a){this.h.tileDimensions=a}},tileSize:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileSize")?B(this,"tileSize"):null},set:function(a){this.h.tileSize=a}}});var rg=function(a){a=a===void 0?{}:a;this.h={};this.h.options=a.options==null?null:a.options};r(rg,z);rg.prototype.i=function(){return{keys:["options"],o:{options:sg}}};
230
+ k.Object.defineProperties(rg.prototype,{options:{configurable:!0,enumerable:!0,get:function(){return D(this,"options")?B(this,"options"):null},set:function(a){this.h.options=a}}});var sg=function(a){a=a===void 0?{}:a;this.h={};this.h.requestedPolicyVersion=a.ri==null?null:a.ri};r(sg,z);sg.prototype.i=function(){return{keys:["requestedPolicyVersion"]}};
231
+ k.Object.defineProperties(sg.prototype,{ri:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestedPolicyVersion")?B(this,"requestedPolicyVersion"):null},set:function(a){this.h.requestedPolicyVersion=a}}});var qg=function(a){a=a===void 0?{}:a;this.h={};this.h.width=a.width==null?null:a.width;this.h.height=a.height==null?null:a.height};r(qg,z);qg.prototype.i=function(){return{keys:["height","width"]}};
232
+ k.Object.defineProperties(qg.prototype,{height:{configurable:!0,enumerable:!0,get:function(){return D(this,"height")?B(this,"height"):null},set:function(a){this.h.height=a}},width:{configurable:!0,enumerable:!0,get:function(){return D(this,"width")?B(this,"width"):null},set:function(a){this.h.width=a}}});var tg=function(a){a=a===void 0?{}:a;this.h={};this.h.x=a.x==null?null:a.x;this.h.y=a.y==null?null:a.y};r(tg,z);tg.prototype.i=function(){return{keys:["x","y"]}};
233
+ k.Object.defineProperties(tg.prototype,{x:{configurable:!0,enumerable:!0,get:function(){return D(this,"x")?B(this,"x"):null},set:function(a){this.h.x=a}},y:{configurable:!0,enumerable:!0,get:function(){return D(this,"y")?B(this,"y"):null},set:function(a){this.h.y=a}}});
234
+ var Pf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy;this.h.pyramidingPolicyOverrides=a.Tf==null?null:a.Tf;this.h.tileSize=a.tileSize==null?null:a.tileSize};r(Pf,z);
235
+ Pf.prototype.i=function(){return{H:{pyramidingPolicy:Ee,pyramidingPolicyOverrides:Fe},keys:["earthEngineDestination","pyramidingPolicy","pyramidingPolicyOverrides","tileSize"],Ma:{pyramidingPolicyOverrides:{ka:null,pa:!1,qa:!1,ra:!1}},o:{earthEngineDestination:of}}};
236
+ k.Object.defineProperties(Pf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicy")?B(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},Tf:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicyOverrides")?B(this,"pyramidingPolicyOverrides"):
235
237
  null},set:function(a){this.h.pyramidingPolicyOverrides=a}},tileSize:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileSize")?B(this,"tileSize"):null},set:function(a){this.h.tileSize=a}}});
236
- var If=function(a){a=a===void 0?{}:a;this.h={};this.h.id=a.id==null?null:a.id;this.h.dataType=a.dataType==null?null:a.dataType;this.h.grid=a.grid==null?null:a.grid;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy;this.h.tilesets=a.tilesets==null?null:a.tilesets;this.h.missingData=a.missingData==null?null:a.missingData;this.h.tilesetId=a.mb==null?null:a.mb;this.h.tilesetBandIndex=a.kd==null?null:a.kd};r(If,z);
237
- If.prototype.i=function(){return{P:{tilesets:yg},H:{pyramidingPolicy:Ke},keys:"dataType grid id missingData pyramidingPolicy tilesetBandIndex tilesetId tilesets".split(" "),o:{dataType:zg,grid:Vf,missingData:Ag}}};
238
- k.Object.defineProperties(If.prototype,{dataType:{configurable:!0,enumerable:!0,get:function(){return D(this,"dataType")?B(this,"dataType"):null},set:function(a){this.h.dataType=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},id:{configurable:!0,enumerable:!0,get:function(){return D(this,"id")?B(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return D(this,"missingData")?
238
+ var Ef=function(a){a=a===void 0?{}:a;this.h={};this.h.id=a.id==null?null:a.id;this.h.dataType=a.dataType==null?null:a.dataType;this.h.grid=a.grid==null?null:a.grid;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy;this.h.tilesets=a.tilesets==null?null:a.tilesets;this.h.missingData=a.missingData==null?null:a.missingData;this.h.tilesetId=a.mb==null?null:a.mb;this.h.tilesetBandIndex=a.kd==null?null:a.kd};r(Ef,z);
239
+ Ef.prototype.i=function(){return{P:{tilesets:ug},H:{pyramidingPolicy:Ge},keys:"dataType grid id missingData pyramidingPolicy tilesetBandIndex tilesetId tilesets".split(" "),o:{dataType:vg,grid:Rf,missingData:wg}}};
240
+ k.Object.defineProperties(Ef.prototype,{dataType:{configurable:!0,enumerable:!0,get:function(){return D(this,"dataType")?B(this,"dataType"):null},set:function(a){this.h.dataType=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},id:{configurable:!0,enumerable:!0,get:function(){return D(this,"id")?B(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return D(this,"missingData")?
239
241
  B(this,"missingData"):null},set:function(a){this.h.missingData=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicy")?B(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},kd:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesetBandIndex")?B(this,"tilesetBandIndex"):null},set:function(a){this.h.tilesetBandIndex=a}},mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesetId")?B(this,"tilesetId"):null},
240
- set:function(a){this.h.tilesetId=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesets")?B(this,"tilesets"):null},set:function(a){this.h.tilesets=a}}});var Uf=function(a){a=a===void 0?{}:a;this.h={};this.h.driveDestination=a.ma==null?null:a.ma;this.h.cloudStorageDestination=a.ja==null?null:a.ja;this.h.geoTiffOptions=a.Jd==null?null:a.Jd;this.h.tfRecordOptions=a.le==null?null:a.le;this.h.fileFormat=a.F==null?null:a.F};r(Uf,z);
241
- Uf.prototype.i=function(){return{H:{fileFormat:Le},keys:["cloudStorageDestination","driveDestination","fileFormat","geoTiffOptions","tfRecordOptions"],o:{cloudStorageDestination:uf,driveDestination:Gf,geoTiffOptions:sg,tfRecordOptions:Bg}}};
242
- k.Object.defineProperties(Uf.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageDestination")?B(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return D(this,"driveDestination")?B(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
242
+ set:function(a){this.h.tilesetId=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesets")?B(this,"tilesets"):null},set:function(a){this.h.tilesets=a}}});var Qf=function(a){a=a===void 0?{}:a;this.h={};this.h.driveDestination=a.ma==null?null:a.ma;this.h.cloudStorageDestination=a.ja==null?null:a.ja;this.h.geoTiffOptions=a.Jd==null?null:a.Jd;this.h.tfRecordOptions=a.le==null?null:a.le;this.h.fileFormat=a.F==null?null:a.F};r(Qf,z);
243
+ Qf.prototype.i=function(){return{H:{fileFormat:He},keys:["cloudStorageDestination","driveDestination","fileFormat","geoTiffOptions","tfRecordOptions"],o:{cloudStorageDestination:qf,driveDestination:Cf,geoTiffOptions:og,tfRecordOptions:xg}}};
244
+ k.Object.defineProperties(Qf.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageDestination")?B(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return D(this,"driveDestination")?B(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
243
245
  a}},Jd:{configurable:!0,enumerable:!0,get:function(){return D(this,"geoTiffOptions")?B(this,"geoTiffOptions"):null},set:function(a){this.h.geoTiffOptions=a}},le:{configurable:!0,enumerable:!0,get:function(){return D(this,"tfRecordOptions")?B(this,"tfRecordOptions"):null},set:function(a){this.h.tfRecordOptions=a}}});
244
- var Cg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.properties=a.properties==null?null:a.properties;this.h.uriPrefix=a.nd==null?null:a.nd;this.h.tilesets=a.tilesets==null?null:a.tilesets;this.h.bands=a.bands==null?null:a.bands;this.h.maskBands=a.Kf==null?null:a.Kf;this.h.footprint=a.zh==null?null:a.zh;this.h.missingData=a.missingData==null?null:a.missingData;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy;this.h.startTime=a.startTime==
245
- null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.minTileAreaRatio=a.Vh==null?null:a.Vh;this.h.skipMetadataRead=a.zi==null?null:a.zi;this.h.memo=a.Vc==null?null:a.Vc};r(Cg,z);
246
- Cg.prototype.i=function(){return{P:{bands:Dg,maskBands:Eg,tilesets:Jf},H:{pyramidingPolicy:Me},keys:"bands endTime footprint maskBands memo minTileAreaRatio missingData name properties pyramidingPolicy skipMetadataRead startTime tilesets uriPrefix".split(" "),Ma:{properties:{ka:null,pa:!1,qa:!1,ra:!1}},o:{footprint:Fg,missingData:Ag}}};
247
- k.Object.defineProperties(Cg.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return D(this,"bands")?B(this,"bands"):null},set:function(a){this.h.bands=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"endTime")?B(this,"endTime"):null},set:function(a){this.h.endTime=a}},zh:{configurable:!0,enumerable:!0,get:function(){return D(this,"footprint")?B(this,"footprint"):null},set:function(a){this.h.footprint=a}},Kf:{configurable:!0,enumerable:!0,get:function(){return D(this,
246
+ var yg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.properties=a.properties==null?null:a.properties;this.h.uriPrefix=a.nd==null?null:a.nd;this.h.tilesets=a.tilesets==null?null:a.tilesets;this.h.bands=a.bands==null?null:a.bands;this.h.maskBands=a.Kf==null?null:a.Kf;this.h.footprint=a.zh==null?null:a.zh;this.h.missingData=a.missingData==null?null:a.missingData;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy;this.h.startTime=a.startTime==
247
+ null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.minTileAreaRatio=a.Vh==null?null:a.Vh;this.h.skipMetadataRead=a.zi==null?null:a.zi;this.h.memo=a.Vc==null?null:a.Vc};r(yg,z);
248
+ yg.prototype.i=function(){return{P:{bands:zg,maskBands:Ag,tilesets:Ff},H:{pyramidingPolicy:Ie},keys:"bands endTime footprint maskBands memo minTileAreaRatio missingData name properties pyramidingPolicy skipMetadataRead startTime tilesets uriPrefix".split(" "),Ma:{properties:{ka:null,pa:!1,qa:!1,ra:!1}},o:{footprint:Bg,missingData:wg}}};
249
+ k.Object.defineProperties(yg.prototype,{bands:{configurable:!0,enumerable:!0,get:function(){return D(this,"bands")?B(this,"bands"):null},set:function(a){this.h.bands=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"endTime")?B(this,"endTime"):null},set:function(a){this.h.endTime=a}},zh:{configurable:!0,enumerable:!0,get:function(){return D(this,"footprint")?B(this,"footprint"):null},set:function(a){this.h.footprint=a}},Kf:{configurable:!0,enumerable:!0,get:function(){return D(this,
248
250
  "maskBands")?B(this,"maskBands"):null},set:function(a){this.h.maskBands=a}},Vc:{configurable:!0,enumerable:!0,get:function(){return D(this,"memo")?B(this,"memo"):null},set:function(a){this.h.memo=a}},Vh:{configurable:!0,enumerable:!0,get:function(){return D(this,"minTileAreaRatio")?B(this,"minTileAreaRatio"):null},set:function(a){this.h.minTileAreaRatio=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return D(this,"missingData")?B(this,"missingData"):null},set:function(a){this.h.missingData=
249
251
  a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},properties:{configurable:!0,enumerable:!0,get:function(){return D(this,"properties")?B(this,"properties"):null},set:function(a){this.h.properties=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicy")?B(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},zi:{configurable:!0,enumerable:!0,get:function(){return D(this,
250
252
  "skipMetadataRead")?B(this,"skipMetadataRead"):null},set:function(a){this.h.skipMetadataRead=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"startTime")?B(this,"startTime"):null},set:function(a){this.h.startTime=a}},tilesets:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesets")?B(this,"tilesets"):null},set:function(a){this.h.tilesets=a}},nd:{configurable:!0,enumerable:!0,get:function(){return D(this,"uriPrefix")?B(this,"uriPrefix"):null},set:function(a){this.h.uriPrefix=
251
- a}}});var Gg=function(a){a=a===void 0?{}:a;this.h={};this.h.uris=a.uris==null?null:a.uris;this.h.affineTransform=a.Kb==null?null:a.Kb;this.h.dimensions=a.dimensions==null?null:a.dimensions};r(Gg,z);Gg.prototype.i=function(){return{keys:["affineTransform","dimensions","uris"],o:{affineTransform:cf,dimensions:ug}}};
252
- k.Object.defineProperties(Gg.prototype,{Kb:{configurable:!0,enumerable:!0,get:function(){return D(this,"affineTransform")?B(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},dimensions:{configurable:!0,enumerable:!0,get:function(){return D(this,"dimensions")?B(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},uris:{configurable:!0,enumerable:!0,get:function(){return D(this,"uris")?B(this,"uris"):null},set:function(a){this.h.uris=a}}});
253
- var Hg=function(a){a=a===void 0?{}:a;this.h={};this.h.imageManifest=a.zf==null?null:a.zf;this.h.description=a.description==null?null:a.description;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.requestId=a.requestId==null?null:a.requestId;this.h.mode=a.mode==null?null:a.mode};r(Hg,z);Hg.prototype.i=function(){return{H:{mode:Ne},keys:["description","imageManifest","mode","overwrite","requestId"],o:{imageManifest:Cg}}};
254
- k.Object.defineProperties(Hg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},zf:{configurable:!0,enumerable:!0,get:function(){return D(this,"imageManifest")?B(this,"imageManifest"):null},set:function(a){this.h.imageManifest=a}},mode:{configurable:!0,enumerable:!0,get:function(){return D(this,"mode")?B(this,"mode"):null},set:function(a){this.h.mode=a}},overwrite:{configurable:!0,enumerable:!0,
255
- get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}}});var Ig=function(a){a=a===void 0?{}:a;this.h={};this.h.tableManifest=a.og==null?null:a.og;this.h.description=a.description==null?null:a.description;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.requestId=a.requestId==null?null:a.requestId};
256
- r(Ig,z);Ig.prototype.i=function(){return{keys:["description","overwrite","requestId","tableManifest"],o:{tableManifest:Jg}}};
257
- k.Object.defineProperties(Ig.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},og:{configurable:!0,
258
- enumerable:!0,get:function(){return D(this,"tableManifest")?B(this,"tableManifest"):null},set:function(a){this.h.tableManifest=a}}});var Kg=function(a){a=a===void 0?{}:a;this.h={};this.h.algorithms=a.Dc==null?null:a.Dc};r(Kg,z);Kg.prototype.i=function(){return{P:{algorithms:df},keys:["algorithms"]}};k.Object.defineProperties(Kg.prototype,{Dc:{configurable:!0,enumerable:!0,get:function(){return D(this,"algorithms")?B(this,"algorithms"):null},set:function(a){this.h.algorithms=a}}});
259
- var Lg=function(a){a=a===void 0?{}:a;this.h={};this.h.assets=a.assets==null?null:a.assets;this.h.nextPageToken=a.nextPageToken==null?null:a.nextPageToken};r(Lg,z);Lg.prototype.i=function(){return{P:{assets:Hf},keys:["assets","nextPageToken"]}};
260
- k.Object.defineProperties(Lg.prototype,{assets:{configurable:!0,enumerable:!0,get:function(){return D(this,"assets")?B(this,"assets"):null},set:function(a){this.h.assets=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return D(this,"nextPageToken")?B(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}}});
261
- var Mg=function(a){a=a===void 0?{}:a;this.h={};this.h.type=a.type==null?null:a.type;this.h.features=a.features==null?null:a.features;this.h.nextPageToken=a.nextPageToken==null?null:a.nextPageToken};r(Mg,z);Mg.prototype.i=function(){return{P:{features:gg},keys:["features","nextPageToken","type"]}};
262
- k.Object.defineProperties(Mg.prototype,{features:{configurable:!0,enumerable:!0,get:function(){return D(this,"features")?B(this,"features"):null},set:function(a){this.h.features=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return D(this,"nextPageToken")?B(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});
263
- var Ng=function(a){a=a===void 0?{}:a;this.h={};this.h.operations=a.Na==null?null:a.Na;this.h.nextPageToken=a.nextPageToken==null?null:a.nextPageToken};r(Ng,z);Ng.prototype.i=function(){return{P:{operations:Og},keys:["nextPageToken","operations"]}};
264
- k.Object.defineProperties(Ng.prototype,{nextPageToken:{configurable:!0,enumerable:!0,get:function(){return D(this,"nextPageToken")?B(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},Na:{configurable:!0,enumerable:!0,get:function(){return D(this,"operations")?B(this,"operations"):null},set:function(a){this.h.operations=a}}});
265
- var Pg=function(a){a=a===void 0?{}:a;this.h={};this.h.counter=a.counter==null?null:a.counter;this.h.dataAccess=a.kh==null?null:a.kh;this.h.cloudAudit=a.Vg==null?null:a.Vg};r(Pg,z);Pg.prototype.i=function(){return{keys:["cloudAudit","counter","dataAccess"],o:{cloudAudit:tf,counter:Bf,dataAccess:Df}}};
266
- k.Object.defineProperties(Pg.prototype,{Vg:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudAudit")?B(this,"cloudAudit"):null},set:function(a){this.h.cloudAudit=a}},counter:{configurable:!0,enumerable:!0,get:function(){return D(this,"counter")?B(this,"counter"):null},set:function(a){this.h.counter=a}},kh:{configurable:!0,enumerable:!0,get:function(){return D(this,"dataAccess")?B(this,"dataAccess"):null},set:function(a){this.h.dataAccess=a}}});
267
- var Ag=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(Ag,z);Ag.prototype.i=function(){return{keys:["values"]}};k.Object.defineProperties(Ag.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var Qg=function(a){a=a===void 0?{}:a;this.h={};this.h.destinationName=a.Pb==null?null:a.Pb};r(Qg,z);Qg.prototype.i=function(){return{keys:["destinationName"]}};
268
- k.Object.defineProperties(Qg.prototype,{Pb:{configurable:!0,enumerable:!0,get:function(){return D(this,"destinationName")?B(this,"destinationName"):null},set:function(a){this.h.destinationName=a}}});var tg=function(a){a=a===void 0?{}:a;this.h={};this.h.floatValue=a.pf==null?null:a.pf;this.h.integerValue=a.Va==null?null:a.Va};r(tg,z);tg.prototype.i=function(){return{keys:["floatValue","integerValue"]}};
269
- k.Object.defineProperties(tg.prototype,{pf:{configurable:!0,enumerable:!0,get:function(){return D(this,"floatValue")?B(this,"floatValue"):null},set:function(a){this.h.floatValue=a}},Va:{configurable:!0,enumerable:!0,get:function(){return D(this,"integerValue")?B(this,"integerValue"):null},set:function(a){this.h.integerValue=a}}});
270
- var Og=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.metadata=a.metadata==null?null:a.metadata;this.h.done=a.done==null?null:a.done;this.h.error=a.error==null?null:a.error;this.h.response=a.response==null?null:a.response};r(Og,z);Og.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}},o:{error:Rg}}};
271
- k.Object.defineProperties(Og.prototype,{done:{configurable:!0,enumerable:!0,get:function(){return D(this,"done")?B(this,"done"):null},set:function(a){this.h.done=a}},error:{configurable:!0,enumerable:!0,get:function(){return D(this,"error")?B(this,"error"):null},set:function(a){this.h.error=a}},metadata:{configurable:!0,enumerable:!0,get:function(){return D(this,"metadata")?B(this,"metadata"):null},set:function(a){this.h.metadata=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
253
+ a}}});var Cg=function(a){a=a===void 0?{}:a;this.h={};this.h.uris=a.uris==null?null:a.uris;this.h.affineTransform=a.Kb==null?null:a.Kb;this.h.dimensions=a.dimensions==null?null:a.dimensions};r(Cg,z);Cg.prototype.i=function(){return{keys:["affineTransform","dimensions","uris"],o:{affineTransform:Ze,dimensions:qg}}};
254
+ k.Object.defineProperties(Cg.prototype,{Kb:{configurable:!0,enumerable:!0,get:function(){return D(this,"affineTransform")?B(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},dimensions:{configurable:!0,enumerable:!0,get:function(){return D(this,"dimensions")?B(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},uris:{configurable:!0,enumerable:!0,get:function(){return D(this,"uris")?B(this,"uris"):null},set:function(a){this.h.uris=a}}});
255
+ var Dg=function(a){a=a===void 0?{}:a;this.h={};this.h.imageManifest=a.zf==null?null:a.zf;this.h.description=a.description==null?null:a.description;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.requestId=a.requestId==null?null:a.requestId;this.h.mode=a.mode==null?null:a.mode};r(Dg,z);Dg.prototype.i=function(){return{H:{mode:Je},keys:["description","imageManifest","mode","overwrite","requestId"],o:{imageManifest:yg}}};
256
+ k.Object.defineProperties(Dg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},zf:{configurable:!0,enumerable:!0,get:function(){return D(this,"imageManifest")?B(this,"imageManifest"):null},set:function(a){this.h.imageManifest=a}},mode:{configurable:!0,enumerable:!0,get:function(){return D(this,"mode")?B(this,"mode"):null},set:function(a){this.h.mode=a}},overwrite:{configurable:!0,enumerable:!0,
257
+ get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}}});var Eg=function(a){a=a===void 0?{}:a;this.h={};this.h.tableManifest=a.og==null?null:a.og;this.h.description=a.description==null?null:a.description;this.h.overwrite=a.overwrite==null?null:a.overwrite;this.h.requestId=a.requestId==null?null:a.requestId};
258
+ r(Eg,z);Eg.prototype.i=function(){return{keys:["description","overwrite","requestId","tableManifest"],o:{tableManifest:Fg}}};
259
+ k.Object.defineProperties(Eg.prototype,{description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},overwrite:{configurable:!0,enumerable:!0,get:function(){return D(this,"overwrite")?B(this,"overwrite"):null},set:function(a){this.h.overwrite=a}},requestId:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestId")?B(this,"requestId"):null},set:function(a){this.h.requestId=a}},og:{configurable:!0,
260
+ enumerable:!0,get:function(){return D(this,"tableManifest")?B(this,"tableManifest"):null},set:function(a){this.h.tableManifest=a}}});var Gg=function(a){a=a===void 0?{}:a;this.h={};this.h.algorithms=a.Dc==null?null:a.Dc};r(Gg,z);Gg.prototype.i=function(){return{P:{algorithms:$e},keys:["algorithms"]}};k.Object.defineProperties(Gg.prototype,{Dc:{configurable:!0,enumerable:!0,get:function(){return D(this,"algorithms")?B(this,"algorithms"):null},set:function(a){this.h.algorithms=a}}});
261
+ var Hg=function(a){a=a===void 0?{}:a;this.h={};this.h.assets=a.assets==null?null:a.assets;this.h.nextPageToken=a.nextPageToken==null?null:a.nextPageToken};r(Hg,z);Hg.prototype.i=function(){return{P:{assets:Df},keys:["assets","nextPageToken"]}};
262
+ k.Object.defineProperties(Hg.prototype,{assets:{configurable:!0,enumerable:!0,get:function(){return D(this,"assets")?B(this,"assets"):null},set:function(a){this.h.assets=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return D(this,"nextPageToken")?B(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}}});
263
+ var Ig=function(a){a=a===void 0?{}:a;this.h={};this.h.type=a.type==null?null:a.type;this.h.features=a.features==null?null:a.features;this.h.nextPageToken=a.nextPageToken==null?null:a.nextPageToken};r(Ig,z);Ig.prototype.i=function(){return{P:{features:cg},keys:["features","nextPageToken","type"]}};
264
+ k.Object.defineProperties(Ig.prototype,{features:{configurable:!0,enumerable:!0,get:function(){return D(this,"features")?B(this,"features"):null},set:function(a){this.h.features=a}},nextPageToken:{configurable:!0,enumerable:!0,get:function(){return D(this,"nextPageToken")?B(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=a}}});
265
+ var Jg=function(a){a=a===void 0?{}:a;this.h={};this.h.operations=a.Na==null?null:a.Na;this.h.nextPageToken=a.nextPageToken==null?null:a.nextPageToken};r(Jg,z);Jg.prototype.i=function(){return{P:{operations:Kg},keys:["nextPageToken","operations"]}};
266
+ k.Object.defineProperties(Jg.prototype,{nextPageToken:{configurable:!0,enumerable:!0,get:function(){return D(this,"nextPageToken")?B(this,"nextPageToken"):null},set:function(a){this.h.nextPageToken=a}},Na:{configurable:!0,enumerable:!0,get:function(){return D(this,"operations")?B(this,"operations"):null},set:function(a){this.h.operations=a}}});
267
+ var Lg=function(a){a=a===void 0?{}:a;this.h={};this.h.counter=a.counter==null?null:a.counter;this.h.dataAccess=a.kh==null?null:a.kh;this.h.cloudAudit=a.Vg==null?null:a.Vg};r(Lg,z);Lg.prototype.i=function(){return{keys:["cloudAudit","counter","dataAccess"],o:{cloudAudit:pf,counter:xf,dataAccess:zf}}};
268
+ k.Object.defineProperties(Lg.prototype,{Vg:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudAudit")?B(this,"cloudAudit"):null},set:function(a){this.h.cloudAudit=a}},counter:{configurable:!0,enumerable:!0,get:function(){return D(this,"counter")?B(this,"counter"):null},set:function(a){this.h.counter=a}},kh:{configurable:!0,enumerable:!0,get:function(){return D(this,"dataAccess")?B(this,"dataAccess"):null},set:function(a){this.h.dataAccess=a}}});
269
+ var wg=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(wg,z);wg.prototype.i=function(){return{keys:["values"]}};k.Object.defineProperties(wg.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var Mg=function(a){a=a===void 0?{}:a;this.h={};this.h.destinationName=a.Pb==null?null:a.Pb};r(Mg,z);Mg.prototype.i=function(){return{keys:["destinationName"]}};
270
+ k.Object.defineProperties(Mg.prototype,{Pb:{configurable:!0,enumerable:!0,get:function(){return D(this,"destinationName")?B(this,"destinationName"):null},set:function(a){this.h.destinationName=a}}});var pg=function(a){a=a===void 0?{}:a;this.h={};this.h.floatValue=a.pf==null?null:a.pf;this.h.integerValue=a.Va==null?null:a.Va};r(pg,z);pg.prototype.i=function(){return{keys:["floatValue","integerValue"]}};
271
+ k.Object.defineProperties(pg.prototype,{pf:{configurable:!0,enumerable:!0,get:function(){return D(this,"floatValue")?B(this,"floatValue"):null},set:function(a){this.h.floatValue=a}},Va:{configurable:!0,enumerable:!0,get:function(){return D(this,"integerValue")?B(this,"integerValue"):null},set:function(a){this.h.integerValue=a}}});
272
+ var Kg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.metadata=a.metadata==null?null:a.metadata;this.h.done=a.done==null?null:a.done;this.h.error=a.error==null?null:a.error;this.h.response=a.response==null?null:a.response};r(Kg,z);Kg.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}},o:{error:Ng}}};
273
+ k.Object.defineProperties(Kg.prototype,{done:{configurable:!0,enumerable:!0,get:function(){return D(this,"done")?B(this,"done"):null},set:function(a){this.h.done=a}},error:{configurable:!0,enumerable:!0,get:function(){return D(this,"error")?B(this,"error"):null},set:function(a){this.h.error=a}},metadata:{configurable:!0,enumerable:!0,get:function(){return D(this,"metadata")?B(this,"metadata"):null},set:function(a){this.h.metadata=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
272
274
  "name")?B(this,"name"):null},set:function(a){this.h.name=a}},response:{configurable:!0,enumerable:!0,get:function(){return D(this,"response")?B(this,"response"):null},set:function(a){this.h.response=a}}});
273
- var Sg=function(a){a=a===void 0?{}:a;this.h={};this.h.state=a.state==null?null:a.state;this.h.description=a.description==null?null:a.description;this.h.type=a.type==null?null:a.type;this.h.priority=a.priority==null?null:a.priority;this.h.createTime=a.bf==null?null:a.bf;this.h.updateTime=a.updateTime==null?null:a.updateTime;this.h.startTime=a.startTime==null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.progress=a.progress==null?null:a.progress;this.h.stages=a.Bi==null?null:
274
- a.Bi;this.h.attempt=a.attempt==null?null:a.attempt;this.h.scriptUri=a.dg==null?null:a.dg;this.h.destinationUris=a.ef==null?null:a.ef;this.h.notifications=a.Zh==null?null:a.Zh;this.h.batchEecuUsageSeconds=a.vd==null?null:a.vd};r(Sg,z);Sg.prototype.i=function(){return{P:{notifications:Tg,stages:Ug},H:{state:Oe},keys:"attempt batchEecuUsageSeconds createTime description destinationUris endTime notifications priority progress scriptUri stages startTime state type updateTime".split(" ")}};
275
- k.Object.defineProperties(Sg.prototype,{attempt:{configurable:!0,enumerable:!0,get:function(){return D(this,"attempt")?B(this,"attempt"):null},set:function(a){this.h.attempt=a}},vd:{configurable:!0,enumerable:!0,get:function(){return D(this,"batchEecuUsageSeconds")?B(this,"batchEecuUsageSeconds"):null},set:function(a){this.h.batchEecuUsageSeconds=a}},bf:{configurable:!0,enumerable:!0,get:function(){return D(this,"createTime")?B(this,"createTime"):null},set:function(a){this.h.createTime=a}},description:{configurable:!0,
275
+ var Og=function(a){a=a===void 0?{}:a;this.h={};this.h.state=a.state==null?null:a.state;this.h.description=a.description==null?null:a.description;this.h.type=a.type==null?null:a.type;this.h.priority=a.priority==null?null:a.priority;this.h.createTime=a.bf==null?null:a.bf;this.h.updateTime=a.updateTime==null?null:a.updateTime;this.h.startTime=a.startTime==null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.progress=a.progress==null?null:a.progress;this.h.stages=a.Bi==null?null:
276
+ a.Bi;this.h.attempt=a.attempt==null?null:a.attempt;this.h.scriptUri=a.dg==null?null:a.dg;this.h.destinationUris=a.ef==null?null:a.ef;this.h.notifications=a.Zh==null?null:a.Zh;this.h.batchEecuUsageSeconds=a.vd==null?null:a.vd};r(Og,z);Og.prototype.i=function(){return{P:{notifications:Pg,stages:Qg},H:{state:Ke},keys:"attempt batchEecuUsageSeconds createTime description destinationUris endTime notifications priority progress scriptUri stages startTime state type updateTime".split(" ")}};
277
+ k.Object.defineProperties(Og.prototype,{attempt:{configurable:!0,enumerable:!0,get:function(){return D(this,"attempt")?B(this,"attempt"):null},set:function(a){this.h.attempt=a}},vd:{configurable:!0,enumerable:!0,get:function(){return D(this,"batchEecuUsageSeconds")?B(this,"batchEecuUsageSeconds"):null},set:function(a){this.h.batchEecuUsageSeconds=a}},bf:{configurable:!0,enumerable:!0,get:function(){return D(this,"createTime")?B(this,"createTime"):null},set:function(a){this.h.createTime=a}},description:{configurable:!0,
276
278
  enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},ef:{configurable:!0,enumerable:!0,get:function(){return D(this,"destinationUris")?B(this,"destinationUris"):null},set:function(a){this.h.destinationUris=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"endTime")?B(this,"endTime"):null},set:function(a){this.h.endTime=a}},Zh:{configurable:!0,enumerable:!0,get:function(){return D(this,"notifications")?B(this,
277
279
  "notifications"):null},set:function(a){this.h.notifications=a}},priority:{configurable:!0,enumerable:!0,get:function(){return D(this,"priority")?B(this,"priority"):null},set:function(a){this.h.priority=a}},progress:{configurable:!0,enumerable:!0,get:function(){return D(this,"progress")?B(this,"progress"):null},set:function(a){this.h.progress=a}},dg:{configurable:!0,enumerable:!0,get:function(){return D(this,"scriptUri")?B(this,"scriptUri"):null},set:function(a){this.h.scriptUri=a}},Bi:{configurable:!0,
278
280
  enumerable:!0,get:function(){return D(this,"stages")?B(this,"stages"):null},set:function(a){this.h.stages=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"startTime")?B(this,"startTime"):null},set:function(a){this.h.startTime=a}},state:{configurable:!0,enumerable:!0,get:function(){return D(this,"state")?B(this,"state"):null},set:function(a){this.h.state=a}},type:{configurable:!0,enumerable:!0,get:function(){return D(this,"type")?B(this,"type"):null},set:function(a){this.h.type=
279
- a}},updateTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"updateTime")?B(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var Tg=function(a){a=a===void 0?{}:a;this.h={};this.h.severity=a.severity==null?null:a.severity;this.h.topic=a.Mi==null?null:a.Mi;this.h.detail=a.detail==null?null:a.detail};r(Tg,z);Tg.prototype.i=function(){return{H:{severity:Pe},keys:["detail","severity","topic"]}};
280
- k.Object.defineProperties(Tg.prototype,{detail:{configurable:!0,enumerable:!0,get:function(){return D(this,"detail")?B(this,"detail"):null},set:function(a){this.h.detail=a}},severity:{configurable:!0,enumerable:!0,get:function(){return D(this,"severity")?B(this,"severity"):null},set:function(a){this.h.severity=a}},Mi:{configurable:!0,enumerable:!0,get:function(){return D(this,"topic")?B(this,"topic"):null},set:function(a){this.h.topic=a}}});
281
- var Ug=function(a){a=a===void 0?{}:a;this.h={};this.h.displayName=a.displayName==null?null:a.displayName;this.h.completeWorkUnits=a.Xg==null?null:a.Xg;this.h.totalWorkUnits=a.Ni==null?null:a.Ni;this.h.description=a.description==null?null:a.description};r(Ug,z);Ug.prototype.i=function(){return{keys:["completeWorkUnits","description","displayName","totalWorkUnits"]}};
282
- k.Object.defineProperties(Ug.prototype,{Xg:{configurable:!0,enumerable:!0,get:function(){return D(this,"completeWorkUnits")?B(this,"completeWorkUnits"):null},set:function(a){this.h.completeWorkUnits=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},displayName:{configurable:!0,enumerable:!0,get:function(){return D(this,"displayName")?B(this,"displayName"):null},set:function(a){this.h.displayName=
283
- a}},Ni:{configurable:!0,enumerable:!0,get:function(){return D(this,"totalWorkUnits")?B(this,"totalWorkUnits"):null},set:function(a){this.h.totalWorkUnits=a}}});var zg=function(a){a=a===void 0?{}:a;this.h={};this.h.precision=a.precision==null?null:a.precision;this.h.range=a.dd==null?null:a.dd;this.h.dimensionsCount=a.oh==null?null:a.oh};r(zg,z);zg.prototype.i=function(){return{H:{precision:Qe},keys:["dimensionsCount","precision","range"],o:{range:Ff}}};
284
- k.Object.defineProperties(zg.prototype,{oh:{configurable:!0,enumerable:!0,get:function(){return D(this,"dimensionsCount")?B(this,"dimensionsCount"):null},set:function(a){this.h.dimensionsCount=a}},precision:{configurable:!0,enumerable:!0,get:function(){return D(this,"precision")?B(this,"precision"):null},set:function(a){this.h.precision=a}},dd:{configurable:!0,enumerable:!0,get:function(){return D(this,"range")?B(this,"range"):null},set:function(a){this.h.range=a}}});
285
- var Fg=function(a){a=a===void 0?{}:a;this.h={};this.h.points=a.points==null?null:a.points;this.h.bandId=a.Mg==null?null:a.Mg};r(Fg,z);Fg.prototype.i=function(){return{P:{points:xg},keys:["bandId","points"]}};
286
- k.Object.defineProperties(Fg.prototype,{Mg:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandId")?B(this,"bandId"):null},set:function(a){this.h.bandId=a}},points:{configurable:!0,enumerable:!0,get:function(){return D(this,"points")?B(this,"points"):null},set:function(a){this.h.points=a}}});
287
- var Vf=function(a){a=a===void 0?{}:a;this.h={};this.h.crsCode=a.cf==null?null:a.cf;this.h.crsWkt=a.eh==null?null:a.eh;this.h.dimensions=a.dimensions==null?null:a.dimensions;this.h.affineTransform=a.Kb==null?null:a.Kb};r(Vf,z);Vf.prototype.i=function(){return{keys:["affineTransform","crsCode","crsWkt","dimensions"],o:{affineTransform:cf,dimensions:ug}}};
288
- k.Object.defineProperties(Vf.prototype,{Kb:{configurable:!0,enumerable:!0,get:function(){return D(this,"affineTransform")?B(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},cf:{configurable:!0,enumerable:!0,get:function(){return D(this,"crsCode")?B(this,"crsCode"):null},set:function(a){this.h.crsCode=a}},eh:{configurable:!0,enumerable:!0,get:function(){return D(this,"crsWkt")?B(this,"crsWkt"):null},set:function(a){this.h.crsWkt=a}},dimensions:{configurable:!0,enumerable:!0,
289
- get:function(){return D(this,"dimensions")?B(this,"dimensions"):null},set:function(a){this.h.dimensions=a}}});var bg=function(a){a=a===void 0?{}:a;this.h={};this.h.version=a.version==null?null:a.version;this.h.bindings=a.xd==null?null:a.xd;this.h.auditConfigs=a.Jg==null?null:a.Jg;this.h.rules=a.rules==null?null:a.rules;this.h.etag=a.hf==null?null:a.hf};r(bg,z);bg.prototype.i=function(){return{P:{auditConfigs:hf,bindings:nf,rules:Vg},keys:["auditConfigs","bindings","etag","rules","version"]}};
290
- k.Object.defineProperties(bg.prototype,{Jg:{configurable:!0,enumerable:!0,get:function(){return D(this,"auditConfigs")?B(this,"auditConfigs"):null},set:function(a){this.h.auditConfigs=a}},xd:{configurable:!0,enumerable:!0,get:function(){return D(this,"bindings")?B(this,"bindings"):null},set:function(a){this.h.bindings=a}},hf:{configurable:!0,enumerable:!0,get:function(){return D(this,"etag")?B(this,"etag"):null},set:function(a){this.h.etag=a}},rules:{configurable:!0,enumerable:!0,get:function(){return D(this,
291
- "rules")?B(this,"rules"):null},set:function(a){this.h.rules=a}},version:{configurable:!0,enumerable:!0,get:function(){return D(this,"version")?B(this,"version"):null},set:function(a){this.h.version=a}}});var lg=function(a){a=a===void 0?{}:a;this.h={};this.h.prerenderTiles=a.gi==null?null:a.gi;this.h.tileLimiting=a.Ii==null?null:a.Ii};r(lg,z);lg.prototype.i=function(){return{keys:["prerenderTiles","tileLimiting"],o:{tileLimiting:Wg}}};
292
- k.Object.defineProperties(lg.prototype,{gi:{configurable:!0,enumerable:!0,get:function(){return D(this,"prerenderTiles")?B(this,"prerenderTiles"):null},set:function(a){this.h.prerenderTiles=a}},Ii:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileLimiting")?B(this,"tileLimiting"):null},set:function(a){this.h.tileLimiting=a}}});var Xg=function(a){a=a===void 0?{}:a;this.h={};this.h.attributeName=a.attributeName==null?null:a.attributeName};r(Xg,z);Xg.prototype.i=function(){return{keys:["attributeName"]}};
293
- k.Object.defineProperties(Xg.prototype,{attributeName:{configurable:!0,enumerable:!0,get:function(){return D(this,"attributeName")?B(this,"attributeName"):null},set:function(a){this.h.attributeName=a}}});var Yg=function(){this.h={}};r(Yg,z);Yg.prototype.i=function(){return{keys:[]}};var Zg=function(){this.h={}};r(Zg,z);Zg.prototype.i=function(){return{keys:[]}};var $g=function(){this.h={}};r($g,z);$g.prototype.i=function(){return{keys:[]}};
294
- var ah=function(a){a=a===void 0?{}:a;this.h={};this.h.rankByAttributeRule=a.Zd==null?null:a.Zd;this.h.rankByMinVisibleLodRule=a.mi==null?null:a.mi;this.h.rankByGeometryTypeRule=a.ae==null?null:a.ae;this.h.rankByMinZoomLevelRule=a.be==null?null:a.be;this.h.direction=a.direction==null?null:a.direction};r(ah,z);
295
- ah.prototype.i=function(){return{H:{direction:Re},keys:["direction","rankByAttributeRule","rankByGeometryTypeRule","rankByMinVisibleLodRule","rankByMinZoomLevelRule"],o:{rankByAttributeRule:Xg,rankByGeometryTypeRule:Yg,rankByMinVisibleLodRule:Zg,rankByMinZoomLevelRule:$g}}};
296
- k.Object.defineProperties(ah.prototype,{direction:{configurable:!0,enumerable:!0,get:function(){return D(this,"direction")?B(this,"direction"):null},set:function(a){this.h.direction=a}},Zd:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByAttributeRule")?B(this,"rankByAttributeRule"):null},set:function(a){this.h.rankByAttributeRule=a}},ae:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByGeometryTypeRule")?B(this,"rankByGeometryTypeRule"):null},set:function(a){this.h.rankByGeometryTypeRule=
281
+ a}},updateTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"updateTime")?B(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var Pg=function(a){a=a===void 0?{}:a;this.h={};this.h.severity=a.severity==null?null:a.severity;this.h.topic=a.Mi==null?null:a.Mi;this.h.detail=a.detail==null?null:a.detail};r(Pg,z);Pg.prototype.i=function(){return{H:{severity:Le},keys:["detail","severity","topic"]}};
282
+ k.Object.defineProperties(Pg.prototype,{detail:{configurable:!0,enumerable:!0,get:function(){return D(this,"detail")?B(this,"detail"):null},set:function(a){this.h.detail=a}},severity:{configurable:!0,enumerable:!0,get:function(){return D(this,"severity")?B(this,"severity"):null},set:function(a){this.h.severity=a}},Mi:{configurable:!0,enumerable:!0,get:function(){return D(this,"topic")?B(this,"topic"):null},set:function(a){this.h.topic=a}}});
283
+ var Qg=function(a){a=a===void 0?{}:a;this.h={};this.h.displayName=a.displayName==null?null:a.displayName;this.h.completeWorkUnits=a.Xg==null?null:a.Xg;this.h.totalWorkUnits=a.Ni==null?null:a.Ni;this.h.description=a.description==null?null:a.description};r(Qg,z);Qg.prototype.i=function(){return{keys:["completeWorkUnits","description","displayName","totalWorkUnits"]}};
284
+ k.Object.defineProperties(Qg.prototype,{Xg:{configurable:!0,enumerable:!0,get:function(){return D(this,"completeWorkUnits")?B(this,"completeWorkUnits"):null},set:function(a){this.h.completeWorkUnits=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},displayName:{configurable:!0,enumerable:!0,get:function(){return D(this,"displayName")?B(this,"displayName"):null},set:function(a){this.h.displayName=
285
+ a}},Ni:{configurable:!0,enumerable:!0,get:function(){return D(this,"totalWorkUnits")?B(this,"totalWorkUnits"):null},set:function(a){this.h.totalWorkUnits=a}}});var vg=function(a){a=a===void 0?{}:a;this.h={};this.h.precision=a.precision==null?null:a.precision;this.h.range=a.dd==null?null:a.dd;this.h.dimensionsCount=a.oh==null?null:a.oh};r(vg,z);vg.prototype.i=function(){return{H:{precision:Me},keys:["dimensionsCount","precision","range"],o:{range:Bf}}};
286
+ k.Object.defineProperties(vg.prototype,{oh:{configurable:!0,enumerable:!0,get:function(){return D(this,"dimensionsCount")?B(this,"dimensionsCount"):null},set:function(a){this.h.dimensionsCount=a}},precision:{configurable:!0,enumerable:!0,get:function(){return D(this,"precision")?B(this,"precision"):null},set:function(a){this.h.precision=a}},dd:{configurable:!0,enumerable:!0,get:function(){return D(this,"range")?B(this,"range"):null},set:function(a){this.h.range=a}}});
287
+ var Bg=function(a){a=a===void 0?{}:a;this.h={};this.h.points=a.points==null?null:a.points;this.h.bandId=a.Mg==null?null:a.Mg};r(Bg,z);Bg.prototype.i=function(){return{P:{points:tg},keys:["bandId","points"]}};
288
+ k.Object.defineProperties(Bg.prototype,{Mg:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandId")?B(this,"bandId"):null},set:function(a){this.h.bandId=a}},points:{configurable:!0,enumerable:!0,get:function(){return D(this,"points")?B(this,"points"):null},set:function(a){this.h.points=a}}});
289
+ var Rf=function(a){a=a===void 0?{}:a;this.h={};this.h.crsCode=a.cf==null?null:a.cf;this.h.crsWkt=a.eh==null?null:a.eh;this.h.dimensions=a.dimensions==null?null:a.dimensions;this.h.affineTransform=a.Kb==null?null:a.Kb};r(Rf,z);Rf.prototype.i=function(){return{keys:["affineTransform","crsCode","crsWkt","dimensions"],o:{affineTransform:Ze,dimensions:qg}}};
290
+ k.Object.defineProperties(Rf.prototype,{Kb:{configurable:!0,enumerable:!0,get:function(){return D(this,"affineTransform")?B(this,"affineTransform"):null},set:function(a){this.h.affineTransform=a}},cf:{configurable:!0,enumerable:!0,get:function(){return D(this,"crsCode")?B(this,"crsCode"):null},set:function(a){this.h.crsCode=a}},eh:{configurable:!0,enumerable:!0,get:function(){return D(this,"crsWkt")?B(this,"crsWkt"):null},set:function(a){this.h.crsWkt=a}},dimensions:{configurable:!0,enumerable:!0,
291
+ get:function(){return D(this,"dimensions")?B(this,"dimensions"):null},set:function(a){this.h.dimensions=a}}});var Yf=function(a){a=a===void 0?{}:a;this.h={};this.h.version=a.version==null?null:a.version;this.h.bindings=a.xd==null?null:a.xd;this.h.auditConfigs=a.Jg==null?null:a.Jg;this.h.rules=a.rules==null?null:a.rules;this.h.etag=a.hf==null?null:a.hf};r(Yf,z);Yf.prototype.i=function(){return{P:{auditConfigs:df,bindings:jf,rules:Rg},keys:["auditConfigs","bindings","etag","rules","version"]}};
292
+ k.Object.defineProperties(Yf.prototype,{Jg:{configurable:!0,enumerable:!0,get:function(){return D(this,"auditConfigs")?B(this,"auditConfigs"):null},set:function(a){this.h.auditConfigs=a}},xd:{configurable:!0,enumerable:!0,get:function(){return D(this,"bindings")?B(this,"bindings"):null},set:function(a){this.h.bindings=a}},hf:{configurable:!0,enumerable:!0,get:function(){return D(this,"etag")?B(this,"etag"):null},set:function(a){this.h.etag=a}},rules:{configurable:!0,enumerable:!0,get:function(){return D(this,
293
+ "rules")?B(this,"rules"):null},set:function(a){this.h.rules=a}},version:{configurable:!0,enumerable:!0,get:function(){return D(this,"version")?B(this,"version"):null},set:function(a){this.h.version=a}}});var hg=function(a){a=a===void 0?{}:a;this.h={};this.h.prerenderTiles=a.gi==null?null:a.gi;this.h.tileLimiting=a.Ii==null?null:a.Ii};r(hg,z);hg.prototype.i=function(){return{keys:["prerenderTiles","tileLimiting"],o:{tileLimiting:Sg}}};
294
+ k.Object.defineProperties(hg.prototype,{gi:{configurable:!0,enumerable:!0,get:function(){return D(this,"prerenderTiles")?B(this,"prerenderTiles"):null},set:function(a){this.h.prerenderTiles=a}},Ii:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileLimiting")?B(this,"tileLimiting"):null},set:function(a){this.h.tileLimiting=a}}});var Tg=function(a){a=a===void 0?{}:a;this.h={};this.h.attributeName=a.attributeName==null?null:a.attributeName};r(Tg,z);Tg.prototype.i=function(){return{keys:["attributeName"]}};
295
+ k.Object.defineProperties(Tg.prototype,{attributeName:{configurable:!0,enumerable:!0,get:function(){return D(this,"attributeName")?B(this,"attributeName"):null},set:function(a){this.h.attributeName=a}}});var Ug=function(){this.h={}};r(Ug,z);Ug.prototype.i=function(){return{keys:[]}};var Vg=function(){this.h={}};r(Vg,z);Vg.prototype.i=function(){return{keys:[]}};var Wg=function(){this.h={}};r(Wg,z);Wg.prototype.i=function(){return{keys:[]}};
296
+ var Xg=function(a){a=a===void 0?{}:a;this.h={};this.h.rankByAttributeRule=a.Zd==null?null:a.Zd;this.h.rankByMinVisibleLodRule=a.mi==null?null:a.mi;this.h.rankByGeometryTypeRule=a.ae==null?null:a.ae;this.h.rankByMinZoomLevelRule=a.be==null?null:a.be;this.h.direction=a.direction==null?null:a.direction};r(Xg,z);
297
+ Xg.prototype.i=function(){return{H:{direction:Ne},keys:["direction","rankByAttributeRule","rankByGeometryTypeRule","rankByMinVisibleLodRule","rankByMinZoomLevelRule"],o:{rankByAttributeRule:Tg,rankByGeometryTypeRule:Ug,rankByMinVisibleLodRule:Vg,rankByMinZoomLevelRule:Wg}}};
298
+ k.Object.defineProperties(Xg.prototype,{direction:{configurable:!0,enumerable:!0,get:function(){return D(this,"direction")?B(this,"direction"):null},set:function(a){this.h.direction=a}},Zd:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByAttributeRule")?B(this,"rankByAttributeRule"):null},set:function(a){this.h.rankByAttributeRule=a}},ae:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByGeometryTypeRule")?B(this,"rankByGeometryTypeRule"):null},set:function(a){this.h.rankByGeometryTypeRule=
297
299
  a}},mi:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByMinVisibleLodRule")?B(this,"rankByMinVisibleLodRule"):null},set:function(a){this.h.rankByMinVisibleLodRule=a}},be:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByMinZoomLevelRule")?B(this,"rankByMinZoomLevelRule"):null},set:function(a){this.h.rankByMinZoomLevelRule=a}}});
298
- var mg=function(a){a=a===void 0?{}:a;this.h={};this.h.zOrderRankingRule=a.Cg==null?null:a.Cg;this.h.thinningRankingRule=a.qg==null?null:a.qg};r(mg,z);mg.prototype.i=function(){return{keys:["thinningRankingRule","zOrderRankingRule"],o:{thinningRankingRule:bh,zOrderRankingRule:bh}}};
299
- k.Object.defineProperties(mg.prototype,{qg:{configurable:!0,enumerable:!0,get:function(){return D(this,"thinningRankingRule")?B(this,"thinningRankingRule"):null},set:function(a){this.h.thinningRankingRule=a}},Cg:{configurable:!0,enumerable:!0,get:function(){return D(this,"zOrderRankingRule")?B(this,"zOrderRankingRule"):null},set:function(a){this.h.zOrderRankingRule=a}}});
300
- var bh=function(a){a=a===void 0?{}:a;this.h={};this.h.rankByOneThingRule=a.Vf==null?null:a.Vf;this.h.pseudoRandomTiebreaking=a.li==null?null:a.li};r(bh,z);bh.prototype.i=function(){return{P:{rankByOneThingRule:ah},keys:["pseudoRandomTiebreaking","rankByOneThingRule"]}};
301
- k.Object.defineProperties(bh.prototype,{li:{configurable:!0,enumerable:!0,get:function(){return D(this,"pseudoRandomTiebreaking")?B(this,"pseudoRandomTiebreaking"):null},set:function(a){this.h.pseudoRandomTiebreaking=a}},Vf:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByOneThingRule")?B(this,"rankByOneThingRule"):null},set:function(a){this.h.rankByOneThingRule=a}}});
302
- var Vg=function(a){a=a===void 0?{}:a;this.h={};this.h.description=a.description==null?null:a.description;this.h.permissions=a.permissions==null?null:a.permissions;this.h.action=a.action==null?null:a.action;this.h["in"]=a.Gh==null?null:a.Gh;this.h.notIn=a.Yh==null?null:a.Yh;this.h.conditions=a.conditions==null?null:a.conditions;this.h.logConfig=a.Nh==null?null:a.Nh};r(Vg,z);Vg.prototype.i=function(){return{P:{conditions:zf,logConfig:Pg},H:{action:Se},keys:"action conditions description in logConfig notIn permissions".split(" ")}};
303
- k.Object.defineProperties(Vg.prototype,{action:{configurable:!0,enumerable:!0,get:function(){return D(this,"action")?B(this,"action"):null},set:function(a){this.h.action=a}},conditions:{configurable:!0,enumerable:!0,get:function(){return D(this,"conditions")?B(this,"conditions"):null},set:function(a){this.h.conditions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},Gh:{configurable:!0,enumerable:!0,
300
+ var ig=function(a){a=a===void 0?{}:a;this.h={};this.h.zOrderRankingRule=a.Cg==null?null:a.Cg;this.h.thinningRankingRule=a.qg==null?null:a.qg};r(ig,z);ig.prototype.i=function(){return{keys:["thinningRankingRule","zOrderRankingRule"],o:{thinningRankingRule:Yg,zOrderRankingRule:Yg}}};
301
+ k.Object.defineProperties(ig.prototype,{qg:{configurable:!0,enumerable:!0,get:function(){return D(this,"thinningRankingRule")?B(this,"thinningRankingRule"):null},set:function(a){this.h.thinningRankingRule=a}},Cg:{configurable:!0,enumerable:!0,get:function(){return D(this,"zOrderRankingRule")?B(this,"zOrderRankingRule"):null},set:function(a){this.h.zOrderRankingRule=a}}});
302
+ var Yg=function(a){a=a===void 0?{}:a;this.h={};this.h.rankByOneThingRule=a.Vf==null?null:a.Vf;this.h.pseudoRandomTiebreaking=a.li==null?null:a.li};r(Yg,z);Yg.prototype.i=function(){return{P:{rankByOneThingRule:Xg},keys:["pseudoRandomTiebreaking","rankByOneThingRule"]}};
303
+ k.Object.defineProperties(Yg.prototype,{li:{configurable:!0,enumerable:!0,get:function(){return D(this,"pseudoRandomTiebreaking")?B(this,"pseudoRandomTiebreaking"):null},set:function(a){this.h.pseudoRandomTiebreaking=a}},Vf:{configurable:!0,enumerable:!0,get:function(){return D(this,"rankByOneThingRule")?B(this,"rankByOneThingRule"):null},set:function(a){this.h.rankByOneThingRule=a}}});
304
+ var Rg=function(a){a=a===void 0?{}:a;this.h={};this.h.description=a.description==null?null:a.description;this.h.permissions=a.permissions==null?null:a.permissions;this.h.action=a.action==null?null:a.action;this.h["in"]=a.Gh==null?null:a.Gh;this.h.notIn=a.Yh==null?null:a.Yh;this.h.conditions=a.conditions==null?null:a.conditions;this.h.logConfig=a.Nh==null?null:a.Nh};r(Rg,z);Rg.prototype.i=function(){return{P:{conditions:vf,logConfig:Lg},H:{action:Oe},keys:"action conditions description in logConfig notIn permissions".split(" ")}};
305
+ k.Object.defineProperties(Rg.prototype,{action:{configurable:!0,enumerable:!0,get:function(){return D(this,"action")?B(this,"action"):null},set:function(a){this.h.action=a}},conditions:{configurable:!0,enumerable:!0,get:function(){return D(this,"conditions")?B(this,"conditions"):null},set:function(a){this.h.conditions=a}},description:{configurable:!0,enumerable:!0,get:function(){return D(this,"description")?B(this,"description"):null},set:function(a){this.h.description=a}},Gh:{configurable:!0,enumerable:!0,
304
306
  get:function(){return D(this,"in")?B(this,"in"):null},set:function(a){this.h["in"]=a}},Nh:{configurable:!0,enumerable:!0,get:function(){return D(this,"logConfig")?B(this,"logConfig"):null},set:function(a){this.h.logConfig=a}},Yh:{configurable:!0,enumerable:!0,get:function(){return D(this,"notIn")?B(this,"notIn"):null},set:function(a){this.h.notIn=a}},permissions:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissions")?B(this,"permissions"):null},set:function(a){this.h.permissions=
305
- a}}});var ch=function(a){a=a===void 0?{}:a;this.h={};this.h.policy=a.jb==null?null:a.jb;this.h.updateMask=a.updateMask==null?null:a.updateMask};r(ch,z);ch.prototype.i=function(){return{keys:["policy","updateMask"],o:{policy:bg}}};
306
- k.Object.defineProperties(ch.prototype,{jb:{configurable:!0,enumerable:!0,get:function(){return D(this,"policy")?B(this,"policy"):null},set:function(a){this.h.policy=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return D(this,"updateMask")?B(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});var Rg=function(a){a=a===void 0?{}:a;this.h={};this.h.code=a.code==null?null:a.code;this.h.message=a.message==null?null:a.message;this.h.details=a.details==null?null:a.details};
307
- r(Rg,z);Rg.prototype.i=function(){return{keys:["code","details","message"],Ma:{details:{ka:null,pa:!0,qa:!1,ra:!1}}}};
308
- k.Object.defineProperties(Rg.prototype,{code:{configurable:!0,enumerable:!0,get:function(){return D(this,"code")?B(this,"code"):null},set:function(a){this.h.code=a}},details:{configurable:!0,enumerable:!0,get:function(){return D(this,"details")?B(this,"details"):null},set:function(a){this.h.details=a}},message:{configurable:!0,enumerable:!0,get:function(){return D(this,"message")?B(this,"message"):null},set:function(a){this.h.message=a}}});
309
- var dh=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.fileFormat=a.F==null?null:a.F;this.h.selectors=a.selectors==null?null:a.selectors;this.h.filename=a.filename==null?null:a.filename};r(dh,z);dh.prototype.i=function(){return{H:{fileFormat:Ue},keys:["expression","fileFormat","filename","name","selectors"],o:{expression:xf}}};
310
- k.Object.defineProperties(dh.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},filename:{configurable:!0,enumerable:!0,get:function(){return D(this,"filename")?B(this,"filename"):null},set:function(a){this.h.filename=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
311
- "name")?B(this,"name"):null},set:function(a){this.h.name=a}},selectors:{configurable:!0,enumerable:!0,get:function(){return D(this,"selectors")?B(this,"selectors"):null},set:function(a){this.h.selectors=a}}});var Zf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha};r(Zf,z);Zf.prototype.i=function(){return{keys:["earthEngineDestination"],o:{earthEngineDestination:sf}}};
312
- k.Object.defineProperties(Zf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var ag=function(a){a=a===void 0?{}:a;this.h={};this.h.driveDestination=a.ma==null?null:a.ma;this.h.cloudStorageDestination=a.ja==null?null:a.ja;this.h.fileFormat=a.F==null?null:a.F};r(ag,z);
313
- ag.prototype.i=function(){return{H:{fileFormat:Te},keys:["cloudStorageDestination","driveDestination","fileFormat"],o:{cloudStorageDestination:uf,driveDestination:Gf}}};
314
- k.Object.defineProperties(ag.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageDestination")?B(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return D(this,"driveDestination")?B(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
315
- a}}});var Mf=function(a){a=a===void 0?{}:a;this.h={};this.h.paths=a.paths==null?null:a.paths;this.h.sizeBytes=a.sizeBytes==null?null:a.sizeBytes;this.h.shardCount=a.yi==null?null:a.yi;this.h.primaryGeometryColumn=a.bd==null?null:a.bd};r(Mf,z);Mf.prototype.i=function(){return{keys:["paths","primaryGeometryColumn","shardCount","sizeBytes"]}};
316
- k.Object.defineProperties(Mf.prototype,{paths:{configurable:!0,enumerable:!0,get:function(){return D(this,"paths")?B(this,"paths"):null},set:function(a){this.h.paths=a}},bd:{configurable:!0,enumerable:!0,get:function(){return D(this,"primaryGeometryColumn")?B(this,"primaryGeometryColumn"):null},set:function(a){this.h.primaryGeometryColumn=a}},yi:{configurable:!0,enumerable:!0,get:function(){return D(this,"shardCount")?B(this,"shardCount"):null},set:function(a){this.h.shardCount=a}},sizeBytes:{configurable:!0,
307
+ a}}});var Zg=function(a){a=a===void 0?{}:a;this.h={};this.h.policy=a.jb==null?null:a.jb;this.h.updateMask=a.updateMask==null?null:a.updateMask};r(Zg,z);Zg.prototype.i=function(){return{keys:["policy","updateMask"],o:{policy:Yf}}};
308
+ k.Object.defineProperties(Zg.prototype,{jb:{configurable:!0,enumerable:!0,get:function(){return D(this,"policy")?B(this,"policy"):null},set:function(a){this.h.policy=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return D(this,"updateMask")?B(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});var Ng=function(a){a=a===void 0?{}:a;this.h={};this.h.code=a.code==null?null:a.code;this.h.message=a.message==null?null:a.message;this.h.details=a.details==null?null:a.details};
309
+ r(Ng,z);Ng.prototype.i=function(){return{keys:["code","details","message"],Ma:{details:{ka:null,pa:!0,qa:!1,ra:!1}}}};
310
+ k.Object.defineProperties(Ng.prototype,{code:{configurable:!0,enumerable:!0,get:function(){return D(this,"code")?B(this,"code"):null},set:function(a){this.h.code=a}},details:{configurable:!0,enumerable:!0,get:function(){return D(this,"details")?B(this,"details"):null},set:function(a){this.h.details=a}},message:{configurable:!0,enumerable:!0,get:function(){return D(this,"message")?B(this,"message"):null},set:function(a){this.h.message=a}}});
311
+ var $g=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.fileFormat=a.F==null?null:a.F;this.h.selectors=a.selectors==null?null:a.selectors;this.h.filename=a.filename==null?null:a.filename};r($g,z);$g.prototype.i=function(){return{H:{fileFormat:Qe},keys:["expression","fileFormat","filename","name","selectors"],o:{expression:tf}}};
312
+ k.Object.defineProperties($g.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},filename:{configurable:!0,enumerable:!0,get:function(){return D(this,"filename")?B(this,"filename"):null},set:function(a){this.h.filename=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
313
+ "name")?B(this,"name"):null},set:function(a){this.h.name=a}},selectors:{configurable:!0,enumerable:!0,get:function(){return D(this,"selectors")?B(this,"selectors"):null},set:function(a){this.h.selectors=a}}});var Vf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha};r(Vf,z);Vf.prototype.i=function(){return{keys:["earthEngineDestination"],o:{earthEngineDestination:of}}};
314
+ k.Object.defineProperties(Vf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var Xf=function(a){a=a===void 0?{}:a;this.h={};this.h.driveDestination=a.ma==null?null:a.ma;this.h.cloudStorageDestination=a.ja==null?null:a.ja;this.h.fileFormat=a.F==null?null:a.F};r(Xf,z);
315
+ Xf.prototype.i=function(){return{H:{fileFormat:Pe},keys:["cloudStorageDestination","driveDestination","fileFormat"],o:{cloudStorageDestination:qf,driveDestination:Cf}}};
316
+ k.Object.defineProperties(Xf.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageDestination")?B(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return D(this,"driveDestination")?B(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
317
+ a}}});var If=function(a){a=a===void 0?{}:a;this.h={};this.h.paths=a.paths==null?null:a.paths;this.h.sizeBytes=a.sizeBytes==null?null:a.sizeBytes;this.h.shardCount=a.yi==null?null:a.yi;this.h.primaryGeometryColumn=a.bd==null?null:a.bd};r(If,z);If.prototype.i=function(){return{keys:["paths","primaryGeometryColumn","shardCount","sizeBytes"]}};
318
+ k.Object.defineProperties(If.prototype,{paths:{configurable:!0,enumerable:!0,get:function(){return D(this,"paths")?B(this,"paths"):null},set:function(a){this.h.paths=a}},bd:{configurable:!0,enumerable:!0,get:function(){return D(this,"primaryGeometryColumn")?B(this,"primaryGeometryColumn"):null},set:function(a){this.h.primaryGeometryColumn=a}},yi:{configurable:!0,enumerable:!0,get:function(){return D(this,"shardCount")?B(this,"shardCount"):null},set:function(a){this.h.shardCount=a}},sizeBytes:{configurable:!0,
317
319
  enumerable:!0,get:function(){return D(this,"sizeBytes")?B(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});
318
- var Jg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.properties=a.properties==null?null:a.properties;this.h.uriPrefix=a.nd==null?null:a.nd;this.h.sources=a.sources==null?null:a.sources;this.h.startTime=a.startTime==null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.csvColumnDataTypeOverrides=a.fh==null?null:a.fh;this.h.policy=a.jb==null?null:a.jb;this.h.columnDataTypeOverrides=a.Wg==null?null:a.Wg;this.h.memo=a.Vc==null?null:a.Vc};
319
- r(Jg,z);Jg.prototype.i=function(){return{P:{sources:eh},H:{columnDataTypeOverrides:Ve,csvColumnDataTypeOverrides:We},keys:"columnDataTypeOverrides csvColumnDataTypeOverrides endTime memo 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}},o:{policy:bg}}};
320
- k.Object.defineProperties(Jg.prototype,{Wg:{configurable:!0,enumerable:!0,get:function(){return D(this,"columnDataTypeOverrides")?B(this,"columnDataTypeOverrides"):null},set:function(a){this.h.columnDataTypeOverrides=a}},fh:{configurable:!0,enumerable:!0,get:function(){return D(this,"csvColumnDataTypeOverrides")?B(this,"csvColumnDataTypeOverrides"):null},set:function(a){this.h.csvColumnDataTypeOverrides=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"endTime")?B(this,"endTime"):
320
+ var Fg=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.properties=a.properties==null?null:a.properties;this.h.uriPrefix=a.nd==null?null:a.nd;this.h.sources=a.sources==null?null:a.sources;this.h.startTime=a.startTime==null?null:a.startTime;this.h.endTime=a.endTime==null?null:a.endTime;this.h.csvColumnDataTypeOverrides=a.fh==null?null:a.fh;this.h.policy=a.jb==null?null:a.jb;this.h.columnDataTypeOverrides=a.Wg==null?null:a.Wg;this.h.memo=a.Vc==null?null:a.Vc};
321
+ r(Fg,z);Fg.prototype.i=function(){return{P:{sources:ah},H:{columnDataTypeOverrides:Re,csvColumnDataTypeOverrides:Se},keys:"columnDataTypeOverrides csvColumnDataTypeOverrides endTime memo 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}},o:{policy:Yf}}};
322
+ k.Object.defineProperties(Fg.prototype,{Wg:{configurable:!0,enumerable:!0,get:function(){return D(this,"columnDataTypeOverrides")?B(this,"columnDataTypeOverrides"):null},set:function(a){this.h.columnDataTypeOverrides=a}},fh:{configurable:!0,enumerable:!0,get:function(){return D(this,"csvColumnDataTypeOverrides")?B(this,"csvColumnDataTypeOverrides"):null},set:function(a){this.h.csvColumnDataTypeOverrides=a}},endTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"endTime")?B(this,"endTime"):
321
323
  null},set:function(a){this.h.endTime=a}},Vc:{configurable:!0,enumerable:!0,get:function(){return D(this,"memo")?B(this,"memo"):null},set:function(a){this.h.memo=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},jb:{configurable:!0,enumerable:!0,get:function(){return D(this,"policy")?B(this,"policy"):null},set:function(a){this.h.policy=a}},properties:{configurable:!0,enumerable:!0,get:function(){return D(this,"properties")?
322
324
  B(this,"properties"):null},set:function(a){this.h.properties=a}},sources:{configurable:!0,enumerable:!0,get:function(){return D(this,"sources")?B(this,"sources"):null},set:function(a){this.h.sources=a}},startTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"startTime")?B(this,"startTime"):null},set:function(a){this.h.startTime=a}},nd:{configurable:!0,enumerable:!0,get:function(){return D(this,"uriPrefix")?B(this,"uriPrefix"):null},set:function(a){this.h.uriPrefix=a}}});
323
- var eh=function(a){a=a===void 0?{}:a;this.h={};this.h.uris=a.uris==null?null:a.uris;this.h.charset=a.charset==null?null:a.charset;this.h.maxErrorMeters=a.Ub==null?null:a.Ub;this.h.maxVertices=a.maxVertices==null?null:a.maxVertices;this.h.crs=a.crs==null?null:a.crs;this.h.geodesic=a.geodesic==null?null:a.geodesic;this.h.primaryGeometryColumn=a.bd==null?null:a.bd;this.h.xColumn=a.Qi==null?null:a.Qi;this.h.yColumn=a.Si==null?null:a.Si;this.h.dateFormat=a.lh==null?null:a.lh;this.h.csvDelimiter=a.gh==
324
- null?null:a.gh;this.h.csvQualifier=a.hh==null?null:a.hh};r(eh,z);eh.prototype.i=function(){return{keys:"charset crs csvDelimiter csvQualifier dateFormat geodesic maxErrorMeters maxVertices primaryGeometryColumn uris xColumn yColumn".split(" ")}};
325
- k.Object.defineProperties(eh.prototype,{charset:{configurable:!0,enumerable:!0,get:function(){return D(this,"charset")?B(this,"charset"):null},set:function(a){this.h.charset=a}},crs:{configurable:!0,enumerable:!0,get:function(){return D(this,"crs")?B(this,"crs"):null},set:function(a){this.h.crs=a}},gh:{configurable:!0,enumerable:!0,get:function(){return D(this,"csvDelimiter")?B(this,"csvDelimiter"):null},set:function(a){this.h.csvDelimiter=a}},hh:{configurable:!0,enumerable:!0,get:function(){return D(this,
325
+ var ah=function(a){a=a===void 0?{}:a;this.h={};this.h.uris=a.uris==null?null:a.uris;this.h.charset=a.charset==null?null:a.charset;this.h.maxErrorMeters=a.Ub==null?null:a.Ub;this.h.maxVertices=a.maxVertices==null?null:a.maxVertices;this.h.crs=a.crs==null?null:a.crs;this.h.geodesic=a.geodesic==null?null:a.geodesic;this.h.primaryGeometryColumn=a.bd==null?null:a.bd;this.h.xColumn=a.Qi==null?null:a.Qi;this.h.yColumn=a.Si==null?null:a.Si;this.h.dateFormat=a.lh==null?null:a.lh;this.h.csvDelimiter=a.gh==
326
+ null?null:a.gh;this.h.csvQualifier=a.hh==null?null:a.hh};r(ah,z);ah.prototype.i=function(){return{keys:"charset crs csvDelimiter csvQualifier dateFormat geodesic maxErrorMeters maxVertices primaryGeometryColumn uris xColumn yColumn".split(" ")}};
327
+ k.Object.defineProperties(ah.prototype,{charset:{configurable:!0,enumerable:!0,get:function(){return D(this,"charset")?B(this,"charset"):null},set:function(a){this.h.charset=a}},crs:{configurable:!0,enumerable:!0,get:function(){return D(this,"crs")?B(this,"crs"):null},set:function(a){this.h.crs=a}},gh:{configurable:!0,enumerable:!0,get:function(){return D(this,"csvDelimiter")?B(this,"csvDelimiter"):null},set:function(a){this.h.csvDelimiter=a}},hh:{configurable:!0,enumerable:!0,get:function(){return D(this,
326
328
  "csvQualifier")?B(this,"csvQualifier"):null},set:function(a){this.h.csvQualifier=a}},lh:{configurable:!0,enumerable:!0,get:function(){return D(this,"dateFormat")?B(this,"dateFormat"):null},set:function(a){this.h.dateFormat=a}},geodesic:{configurable:!0,enumerable:!0,get:function(){return D(this,"geodesic")?B(this,"geodesic"):null},set:function(a){this.h.geodesic=a}},Ub:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxErrorMeters")?B(this,"maxErrorMeters"):null},set:function(a){this.h.maxErrorMeters=
327
329
  a}},maxVertices:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxVertices")?B(this,"maxVertices"):null},set:function(a){this.h.maxVertices=a}},bd:{configurable:!0,enumerable:!0,get:function(){return D(this,"primaryGeometryColumn")?B(this,"primaryGeometryColumn"):null},set:function(a){this.h.primaryGeometryColumn=a}},uris:{configurable:!0,enumerable:!0,get:function(){return D(this,"uris")?B(this,"uris"):null},set:function(a){this.h.uris=a}},Qi:{configurable:!0,enumerable:!0,get:function(){return D(this,
328
330
  "xColumn")?B(this,"xColumn"):null},set:function(a){this.h.xColumn=a}},Si:{configurable:!0,enumerable:!0,get:function(){return D(this,"yColumn")?B(this,"yColumn"):null},set:function(a){this.h.yColumn=a}}});
329
- var Bg=function(a){a=a===void 0?{}:a;this.h={};this.h.tileDimensions=a.bc==null?null:a.bc;this.h.marginDimensions=a.Jf==null?null:a.Jf;this.h.compress=a.Xe==null?null:a.Xe;this.h.maxSizeBytes=a.Vb==null?null:a.Vb;this.h.defaultValue=a.defaultValue==null?null:a.defaultValue;this.h.tensorDepths=a.ke==null?null:a.ke;this.h.sequenceData=a.eg==null?null:a.eg;this.h.collapseBands=a.Ve==null?null:a.Ve;this.h.maxMaskedRatio=a.Nf==null?null:a.Nf};r(Bg,z);
330
- Bg.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}},o:{marginDimensions:ug,tileDimensions:ug}}};
331
- k.Object.defineProperties(Bg.prototype,{Ve:{configurable:!0,enumerable:!0,get:function(){return D(this,"collapseBands")?B(this,"collapseBands"):null},set:function(a){this.h.collapseBands=a}},Xe:{configurable:!0,enumerable:!0,get:function(){return D(this,"compress")?B(this,"compress"):null},set:function(a){this.h.compress=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return D(this,"defaultValue")?B(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},Jf:{configurable:!0,
331
+ var xg=function(a){a=a===void 0?{}:a;this.h={};this.h.tileDimensions=a.bc==null?null:a.bc;this.h.marginDimensions=a.Jf==null?null:a.Jf;this.h.compress=a.Xe==null?null:a.Xe;this.h.maxSizeBytes=a.Vb==null?null:a.Vb;this.h.defaultValue=a.defaultValue==null?null:a.defaultValue;this.h.tensorDepths=a.ke==null?null:a.ke;this.h.sequenceData=a.eg==null?null:a.eg;this.h.collapseBands=a.Ve==null?null:a.Ve;this.h.maxMaskedRatio=a.Nf==null?null:a.Nf};r(xg,z);
332
+ xg.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}},o:{marginDimensions:qg,tileDimensions:qg}}};
333
+ k.Object.defineProperties(xg.prototype,{Ve:{configurable:!0,enumerable:!0,get:function(){return D(this,"collapseBands")?B(this,"collapseBands"):null},set:function(a){this.h.collapseBands=a}},Xe:{configurable:!0,enumerable:!0,get:function(){return D(this,"compress")?B(this,"compress"):null},set:function(a){this.h.compress=a}},defaultValue:{configurable:!0,enumerable:!0,get:function(){return D(this,"defaultValue")?B(this,"defaultValue"):null},set:function(a){this.h.defaultValue=a}},Jf:{configurable:!0,
332
334
  enumerable:!0,get:function(){return D(this,"marginDimensions")?B(this,"marginDimensions"):null},set:function(a){this.h.marginDimensions=a}},Nf:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxMaskedRatio")?B(this,"maxMaskedRatio"):null},set:function(a){this.h.maxMaskedRatio=a}},Vb:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxSizeBytes")?B(this,"maxSizeBytes"):null},set:function(a){this.h.maxSizeBytes=a}},eg:{configurable:!0,enumerable:!0,get:function(){return D(this,
333
335
  "sequenceData")?B(this,"sequenceData"):null},set:function(a){this.h.sequenceData=a}},ke:{configurable:!0,enumerable:!0,get:function(){return D(this,"tensorDepths")?B(this,"tensorDepths"):null},set:function(a){this.h.tensorDepths=a}},bc:{configurable:!0,enumerable:!0,get:function(){return D(this,"tileDimensions")?B(this,"tileDimensions"):null},set:function(a){this.h.tileDimensions=a}}});
334
- var ng=function(a){a=a===void 0?{}:a;this.h={};this.h.maxFeaturesPerTile=a.Mf==null?null:a.Mf;this.h.thinningStrategy=a.rg==null?null:a.rg};r(ng,z);ng.prototype.i=function(){return{H:{thinningStrategy:Xe},keys:["maxFeaturesPerTile","thinningStrategy"]}};
335
- k.Object.defineProperties(ng.prototype,{Mf:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxFeaturesPerTile")?B(this,"maxFeaturesPerTile"):null},set:function(a){this.h.maxFeaturesPerTile=a}},rg:{configurable:!0,enumerable:!0,get:function(){return D(this,"thinningStrategy")?B(this,"thinningStrategy"):null},set:function(a){this.h.thinningStrategy=a}}});
336
- var fh=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.fileFormat=a.F==null?null:a.F;this.h.bandIds=a.da==null?null:a.da;this.h.visualizationOptions=a.hc==null?null:a.hc;this.h.grid=a.grid==null?null:a.grid;this.h.filenamePrefix=a.xa==null?null:a.xa};r(fh,z);
337
- fh.prototype.i=function(){return{H:{fileFormat:Ye},keys:"bandIds expression fileFormat filenamePrefix grid name visualizationOptions".split(" "),o:{expression:xf,grid:Vf,visualizationOptions:Pf}}};
338
- k.Object.defineProperties(fh.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},xa:{configurable:!0,enumerable:!0,get:function(){return D(this,
336
+ var jg=function(a){a=a===void 0?{}:a;this.h={};this.h.maxFeaturesPerTile=a.Mf==null?null:a.Mf;this.h.thinningStrategy=a.rg==null?null:a.rg};r(jg,z);jg.prototype.i=function(){return{H:{thinningStrategy:Te},keys:["maxFeaturesPerTile","thinningStrategy"]}};
337
+ k.Object.defineProperties(jg.prototype,{Mf:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxFeaturesPerTile")?B(this,"maxFeaturesPerTile"):null},set:function(a){this.h.maxFeaturesPerTile=a}},rg:{configurable:!0,enumerable:!0,get:function(){return D(this,"thinningStrategy")?B(this,"thinningStrategy"):null},set:function(a){this.h.thinningStrategy=a}}});
338
+ var bh=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.fileFormat=a.F==null?null:a.F;this.h.bandIds=a.da==null?null:a.da;this.h.visualizationOptions=a.hc==null?null:a.hc;this.h.grid=a.grid==null?null:a.grid;this.h.filenamePrefix=a.xa==null?null:a.xa};r(bh,z);
339
+ bh.prototype.i=function(){return{H:{fileFormat:Ue},keys:"bandIds expression fileFormat filenamePrefix grid name visualizationOptions".split(" "),o:{expression:tf,grid:Rf,visualizationOptions:Lf}}};
340
+ k.Object.defineProperties(bh.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},xa:{configurable:!0,enumerable:!0,get:function(){return D(this,
339
341
  "filenamePrefix")?B(this,"filenamePrefix"):null},set:function(a){this.h.filenamePrefix=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,"name")?B(this,"name"):null},set:function(a){this.h.name=a}},hc:{configurable:!0,enumerable:!0,get:function(){return D(this,"visualizationOptions")?B(this,"visualizationOptions"):null},set:function(a){this.h.visualizationOptions=
340
- a}}});var Wg=function(a){a=a===void 0?{}:a;this.h={};this.h.maxPrerenderZoom=a.Rh==null?null:a.Rh;this.h.minVerticesPerTile=a.Wh==null?null:a.Wh;this.h.neighborDepth=a.Xh==null?null:a.Xh;this.h.minFeaturesPerTile=a.Uh==null?null:a.Uh};r(Wg,z);Wg.prototype.i=function(){return{keys:["maxPrerenderZoom","minFeaturesPerTile","minVerticesPerTile","neighborDepth"]}};
341
- k.Object.defineProperties(Wg.prototype,{Rh:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxPrerenderZoom")?B(this,"maxPrerenderZoom"):null},set:function(a){this.h.maxPrerenderZoom=a}},Uh:{configurable:!0,enumerable:!0,get:function(){return D(this,"minFeaturesPerTile")?B(this,"minFeaturesPerTile"):null},set:function(a){this.h.minFeaturesPerTile=a}},Wh:{configurable:!0,enumerable:!0,get:function(){return D(this,"minVerticesPerTile")?B(this,"minVerticesPerTile"):null},set:function(a){this.h.minVerticesPerTile=
342
+ a}}});var Sg=function(a){a=a===void 0?{}:a;this.h={};this.h.maxPrerenderZoom=a.Rh==null?null:a.Rh;this.h.minVerticesPerTile=a.Wh==null?null:a.Wh;this.h.neighborDepth=a.Xh==null?null:a.Xh;this.h.minFeaturesPerTile=a.Uh==null?null:a.Uh};r(Sg,z);Sg.prototype.i=function(){return{keys:["maxPrerenderZoom","minFeaturesPerTile","minVerticesPerTile","neighborDepth"]}};
343
+ k.Object.defineProperties(Sg.prototype,{Rh:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxPrerenderZoom")?B(this,"maxPrerenderZoom"):null},set:function(a){this.h.maxPrerenderZoom=a}},Uh:{configurable:!0,enumerable:!0,get:function(){return D(this,"minFeaturesPerTile")?B(this,"minFeaturesPerTile"):null},set:function(a){this.h.minFeaturesPerTile=a}},Wh:{configurable:!0,enumerable:!0,get:function(){return D(this,"minVerticesPerTile")?B(this,"minVerticesPerTile"):null},set:function(a){this.h.minVerticesPerTile=
342
344
  a}},Xh:{configurable:!0,enumerable:!0,get:function(){return D(this,"neighborDepth")?B(this,"neighborDepth"):null},set:function(a){this.h.neighborDepth=a}}});
343
- var Xf=function(a){a=a===void 0?{}:a;this.h={};this.h.endZoom=a.ff==null?null:a.ff;this.h.scale=a.scale==null?null:a.scale;this.h.startZoom=a.mg==null?null:a.mg;this.h.skipEmpty=a.jg==null?null:a.jg;this.h.mapsApiKey=a.If==null?null:a.If;this.h.dimensions=a.dimensions==null?null:a.dimensions;this.h.stride=a.stride==null?null:a.stride;this.h.zoomSubset=a.Dg==null?null:a.Dg};r(Xf,z);
344
- Xf.prototype.i=function(){return{keys:"dimensions endZoom mapsApiKey scale skipEmpty startZoom stride zoomSubset".split(" "),o:{dimensions:ug,zoomSubset:gh}}};
345
- k.Object.defineProperties(Xf.prototype,{dimensions:{configurable:!0,enumerable:!0,get:function(){return D(this,"dimensions")?B(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},ff:{configurable:!0,enumerable:!0,get:function(){return D(this,"endZoom")?B(this,"endZoom"):null},set:function(a){this.h.endZoom=a}},If:{configurable:!0,enumerable:!0,get:function(){return D(this,"mapsApiKey")?B(this,"mapsApiKey"):null},set:function(a){this.h.mapsApiKey=a}},scale:{configurable:!0,enumerable:!0,
345
+ var Tf=function(a){a=a===void 0?{}:a;this.h={};this.h.endZoom=a.ff==null?null:a.ff;this.h.scale=a.scale==null?null:a.scale;this.h.startZoom=a.mg==null?null:a.mg;this.h.skipEmpty=a.jg==null?null:a.jg;this.h.mapsApiKey=a.If==null?null:a.If;this.h.dimensions=a.dimensions==null?null:a.dimensions;this.h.stride=a.stride==null?null:a.stride;this.h.zoomSubset=a.Dg==null?null:a.Dg};r(Tf,z);
346
+ Tf.prototype.i=function(){return{keys:"dimensions endZoom mapsApiKey scale skipEmpty startZoom stride zoomSubset".split(" "),o:{dimensions:qg,zoomSubset:ch}}};
347
+ k.Object.defineProperties(Tf.prototype,{dimensions:{configurable:!0,enumerable:!0,get:function(){return D(this,"dimensions")?B(this,"dimensions"):null},set:function(a){this.h.dimensions=a}},ff:{configurable:!0,enumerable:!0,get:function(){return D(this,"endZoom")?B(this,"endZoom"):null},set:function(a){this.h.endZoom=a}},If:{configurable:!0,enumerable:!0,get:function(){return D(this,"mapsApiKey")?B(this,"mapsApiKey"):null},set:function(a){this.h.mapsApiKey=a}},scale:{configurable:!0,enumerable:!0,
346
348
  get:function(){return D(this,"scale")?B(this,"scale"):null},set:function(a){this.h.scale=a}},jg:{configurable:!0,enumerable:!0,get:function(){return D(this,"skipEmpty")?B(this,"skipEmpty"):null},set:function(a){this.h.skipEmpty=a}},mg:{configurable:!0,enumerable:!0,get:function(){return D(this,"startZoom")?B(this,"startZoom"):null},set:function(a){this.h.startZoom=a}},stride:{configurable:!0,enumerable:!0,get:function(){return D(this,"stride")?B(this,"stride"):null},set:function(a){this.h.stride=
347
- a}},Dg:{configurable:!0,enumerable:!0,get:function(){return D(this,"zoomSubset")?B(this,"zoomSubset"):null},set:function(a){this.h.zoomSubset=a}}});var Jf=function(a){a=a===void 0?{}:a;this.h={};this.h.id=a.id==null?null:a.id;this.h.sources=a.sources==null?null:a.sources;this.h.dataType=a.dataType==null?null:a.dataType;this.h.crs=a.crs==null?null:a.crs;this.h.subdatasetPrefix=a.Di==null?null:a.Di;this.h.subdatasetSuffix=a.Ei==null?null:a.Ei};r(Jf,z);
348
- Jf.prototype.i=function(){return{P:{sources:Gg},H:{dataType:$e},keys:"crs dataType id sources subdatasetPrefix subdatasetSuffix".split(" ")}};
349
- k.Object.defineProperties(Jf.prototype,{crs:{configurable:!0,enumerable:!0,get:function(){return D(this,"crs")?B(this,"crs"):null},set:function(a){this.h.crs=a}},dataType:{configurable:!0,enumerable:!0,get:function(){return D(this,"dataType")?B(this,"dataType"):null},set:function(a){this.h.dataType=a}},id:{configurable:!0,enumerable:!0,get:function(){return D(this,"id")?B(this,"id"):null},set:function(a){this.h.id=a}},sources:{configurable:!0,enumerable:!0,get:function(){return D(this,"sources")?
349
+ a}},Dg:{configurable:!0,enumerable:!0,get:function(){return D(this,"zoomSubset")?B(this,"zoomSubset"):null},set:function(a){this.h.zoomSubset=a}}});var Ff=function(a){a=a===void 0?{}:a;this.h={};this.h.id=a.id==null?null:a.id;this.h.sources=a.sources==null?null:a.sources;this.h.dataType=a.dataType==null?null:a.dataType;this.h.crs=a.crs==null?null:a.crs;this.h.subdatasetPrefix=a.Di==null?null:a.Di;this.h.subdatasetSuffix=a.Ei==null?null:a.Ei};r(Ff,z);
350
+ Ff.prototype.i=function(){return{P:{sources:Cg},H:{dataType:We},keys:"crs dataType id sources subdatasetPrefix subdatasetSuffix".split(" ")}};
351
+ k.Object.defineProperties(Ff.prototype,{crs:{configurable:!0,enumerable:!0,get:function(){return D(this,"crs")?B(this,"crs"):null},set:function(a){this.h.crs=a}},dataType:{configurable:!0,enumerable:!0,get:function(){return D(this,"dataType")?B(this,"dataType"):null},set:function(a){this.h.dataType=a}},id:{configurable:!0,enumerable:!0,get:function(){return D(this,"id")?B(this,"id"):null},set:function(a){this.h.id=a}},sources:{configurable:!0,enumerable:!0,get:function(){return D(this,"sources")?
350
352
  B(this,"sources"):null},set:function(a){this.h.sources=a}},Di:{configurable:!0,enumerable:!0,get:function(){return D(this,"subdatasetPrefix")?B(this,"subdatasetPrefix"):null},set:function(a){this.h.subdatasetPrefix=a}},Ei:{configurable:!0,enumerable:!0,get:function(){return D(this,"subdatasetSuffix")?B(this,"subdatasetSuffix"):null},set:function(a){this.h.subdatasetSuffix=a}}});
351
- var Dg=function(a){a=a===void 0?{}:a;this.h={};this.h.id=a.id==null?null:a.id;this.h.tilesetId=a.mb==null?null:a.mb;this.h.tilesetBandIndex=a.kd==null?null:a.kd;this.h.missingData=a.missingData==null?null:a.missingData;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy};r(Dg,z);Dg.prototype.i=function(){return{H:{pyramidingPolicy:Ze},keys:["id","missingData","pyramidingPolicy","tilesetBandIndex","tilesetId"],o:{missingData:Ag}}};
352
- k.Object.defineProperties(Dg.prototype,{id:{configurable:!0,enumerable:!0,get:function(){return D(this,"id")?B(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return D(this,"missingData")?B(this,"missingData"):null},set:function(a){this.h.missingData=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicy")?B(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},kd:{configurable:!0,
353
- enumerable:!0,get:function(){return D(this,"tilesetBandIndex")?B(this,"tilesetBandIndex"):null},set:function(a){this.h.tilesetBandIndex=a}},mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesetId")?B(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var Eg=function(a){a=a===void 0?{}:a;this.h={};this.h.tilesetId=a.mb==null?null:a.mb;this.h.bandIds=a.da==null?null:a.da};r(Eg,z);Eg.prototype.i=function(){return{keys:["bandIds","tilesetId"]}};
354
- k.Object.defineProperties(Eg.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesetId")?B(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var Nf=function(a){a=a===void 0?{}:a;this.h={};this.h.sources=a.sources==null?null:a.sources;this.h.pathPrefix=a.pathPrefix==null?null:a.pathPrefix};r(Nf,z);
355
- Nf.prototype.i=function(){return{P:{sources:hh},keys:["pathPrefix","sources"]}};k.Object.defineProperties(Nf.prototype,{pathPrefix:{configurable:!0,enumerable:!0,get:function(){return D(this,"pathPrefix")?B(this,"pathPrefix"):null},set:function(a){this.h.pathPrefix=a}},sources:{configurable:!0,enumerable:!0,get:function(){return D(this,"sources")?B(this,"sources"):null},set:function(a){this.h.sources=a}}});
356
- var hh=function(a){a=a===void 0?{}:a;this.h={};this.h.pathSuffix=a.pathSuffix==null?null:a.pathSuffix;this.h.headerSizeBytes=a.headerSizeBytes==null?null:a.headerSizeBytes};r(hh,z);hh.prototype.i=function(){return{keys:["headerSizeBytes","pathSuffix"]}};
357
- k.Object.defineProperties(hh.prototype,{headerSizeBytes:{configurable:!0,enumerable:!0,get:function(){return D(this,"headerSizeBytes")?B(this,"headerSizeBytes"):null},set:function(a){this.h.headerSizeBytes=a}},pathSuffix:{configurable:!0,enumerable:!0,get:function(){return D(this,"pathSuffix")?B(this,"pathSuffix"):null},set:function(a){this.h.pathSuffix=a}}});
358
- var yg=function(a){a=a===void 0?{}:a;this.h={};this.h.fileIndexes=a.uh==null?null:a.uh;this.h.firstTileIndex=a.wh==null?null:a.wh;this.h.tilesPerFile=a.Ki==null?null:a.Ki};r(yg,z);yg.prototype.i=function(){return{keys:["fileIndexes","firstTileIndex","tilesPerFile"]}};
359
- k.Object.defineProperties(yg.prototype,{uh:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileIndexes")?B(this,"fileIndexes"):null},set:function(a){this.h.fileIndexes=a}},wh:{configurable:!0,enumerable:!0,get:function(){return D(this,"firstTileIndex")?B(this,"firstTileIndex"):null},set:function(a){this.h.firstTileIndex=a}},Ki:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesPerFile")?B(this,"tilesPerFile"):null},set:function(a){this.h.tilesPerFile=a}}});
360
- var ih=function(a){a=a===void 0?{}:a;this.h={};this.h.asset=a.Mb==null?null:a.Mb;this.h.updateMask=a.updateMask==null?null:a.updateMask};r(ih,z);ih.prototype.i=function(){return{keys:["asset","updateMask"],o:{asset:Hf}}};
361
- k.Object.defineProperties(ih.prototype,{Mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"asset")?B(this,"asset"):null},set:function(a){this.h.asset=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return D(this,"updateMask")?B(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});
362
- var gf=function(a){a=a===void 0?{}:a;this.h={};this.h.constantValue=a.gb==null?null:a.gb;this.h.integerValue=a.Va==null?null:a.Va;this.h.bytesValue=a.pb==null?null:a.pb;this.h.arrayValue=a.Fa==null?null:a.Fa;this.h.dictionaryValue=a.Ga==null?null:a.Ga;this.h.functionDefinitionValue=a.Ta==null?null:a.Ta;this.h.functionInvocationValue=a.ya==null?null:a.ya;this.h.argumentReference=a.Lb==null?null:a.Lb;this.h.valueReference=a.Oa==null?null:a.Oa};r(gf,z);
363
- gf.prototype.i=function(){return{keys:"argumentReference arrayValue bytesValue constantValue dictionaryValue functionDefinitionValue functionInvocationValue integerValue valueReference".split(" "),o:{arrayValue:ff,dictionaryValue:Ef,functionDefinitionValue:qg,functionInvocationValue:rg}}};
364
- k.Object.defineProperties(gf.prototype,{Lb:{configurable:!0,enumerable:!0,get:function(){return D(this,"argumentReference")?B(this,"argumentReference"):null},set:function(a){this.h.argumentReference=a}},Fa:{configurable:!0,enumerable:!0,get:function(){return D(this,"arrayValue")?B(this,"arrayValue"):null},set:function(a){this.h.arrayValue=a}},pb:{configurable:!0,enumerable:!0,get:function(){return D(this,"bytesValue")?B(this,"bytesValue"):null},set:function(a){this.h.bytesValue=a}},gb:{configurable:!0,
353
+ var zg=function(a){a=a===void 0?{}:a;this.h={};this.h.id=a.id==null?null:a.id;this.h.tilesetId=a.mb==null?null:a.mb;this.h.tilesetBandIndex=a.kd==null?null:a.kd;this.h.missingData=a.missingData==null?null:a.missingData;this.h.pyramidingPolicy=a.pyramidingPolicy==null?null:a.pyramidingPolicy};r(zg,z);zg.prototype.i=function(){return{H:{pyramidingPolicy:Ve},keys:["id","missingData","pyramidingPolicy","tilesetBandIndex","tilesetId"],o:{missingData:wg}}};
354
+ k.Object.defineProperties(zg.prototype,{id:{configurable:!0,enumerable:!0,get:function(){return D(this,"id")?B(this,"id"):null},set:function(a){this.h.id=a}},missingData:{configurable:!0,enumerable:!0,get:function(){return D(this,"missingData")?B(this,"missingData"):null},set:function(a){this.h.missingData=a}},pyramidingPolicy:{configurable:!0,enumerable:!0,get:function(){return D(this,"pyramidingPolicy")?B(this,"pyramidingPolicy"):null},set:function(a){this.h.pyramidingPolicy=a}},kd:{configurable:!0,
355
+ enumerable:!0,get:function(){return D(this,"tilesetBandIndex")?B(this,"tilesetBandIndex"):null},set:function(a){this.h.tilesetBandIndex=a}},mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesetId")?B(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var Ag=function(a){a=a===void 0?{}:a;this.h={};this.h.tilesetId=a.mb==null?null:a.mb;this.h.bandIds=a.da==null?null:a.da};r(Ag,z);Ag.prototype.i=function(){return{keys:["bandIds","tilesetId"]}};
356
+ k.Object.defineProperties(Ag.prototype,{da:{configurable:!0,enumerable:!0,get:function(){return D(this,"bandIds")?B(this,"bandIds"):null},set:function(a){this.h.bandIds=a}},mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesetId")?B(this,"tilesetId"):null},set:function(a){this.h.tilesetId=a}}});var Jf=function(a){a=a===void 0?{}:a;this.h={};this.h.sources=a.sources==null?null:a.sources;this.h.pathPrefix=a.pathPrefix==null?null:a.pathPrefix};r(Jf,z);
357
+ Jf.prototype.i=function(){return{P:{sources:dh},keys:["pathPrefix","sources"]}};k.Object.defineProperties(Jf.prototype,{pathPrefix:{configurable:!0,enumerable:!0,get:function(){return D(this,"pathPrefix")?B(this,"pathPrefix"):null},set:function(a){this.h.pathPrefix=a}},sources:{configurable:!0,enumerable:!0,get:function(){return D(this,"sources")?B(this,"sources"):null},set:function(a){this.h.sources=a}}});
358
+ var dh=function(a){a=a===void 0?{}:a;this.h={};this.h.pathSuffix=a.pathSuffix==null?null:a.pathSuffix;this.h.headerSizeBytes=a.headerSizeBytes==null?null:a.headerSizeBytes};r(dh,z);dh.prototype.i=function(){return{keys:["headerSizeBytes","pathSuffix"]}};
359
+ k.Object.defineProperties(dh.prototype,{headerSizeBytes:{configurable:!0,enumerable:!0,get:function(){return D(this,"headerSizeBytes")?B(this,"headerSizeBytes"):null},set:function(a){this.h.headerSizeBytes=a}},pathSuffix:{configurable:!0,enumerable:!0,get:function(){return D(this,"pathSuffix")?B(this,"pathSuffix"):null},set:function(a){this.h.pathSuffix=a}}});
360
+ var ug=function(a){a=a===void 0?{}:a;this.h={};this.h.fileIndexes=a.uh==null?null:a.uh;this.h.firstTileIndex=a.wh==null?null:a.wh;this.h.tilesPerFile=a.Ki==null?null:a.Ki};r(ug,z);ug.prototype.i=function(){return{keys:["fileIndexes","firstTileIndex","tilesPerFile"]}};
361
+ k.Object.defineProperties(ug.prototype,{uh:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileIndexes")?B(this,"fileIndexes"):null},set:function(a){this.h.fileIndexes=a}},wh:{configurable:!0,enumerable:!0,get:function(){return D(this,"firstTileIndex")?B(this,"firstTileIndex"):null},set:function(a){this.h.firstTileIndex=a}},Ki:{configurable:!0,enumerable:!0,get:function(){return D(this,"tilesPerFile")?B(this,"tilesPerFile"):null},set:function(a){this.h.tilesPerFile=a}}});
362
+ var eh=function(a){a=a===void 0?{}:a;this.h={};this.h.asset=a.Mb==null?null:a.Mb;this.h.updateMask=a.updateMask==null?null:a.updateMask};r(eh,z);eh.prototype.i=function(){return{keys:["asset","updateMask"],o:{asset:Df}}};
363
+ k.Object.defineProperties(eh.prototype,{Mb:{configurable:!0,enumerable:!0,get:function(){return D(this,"asset")?B(this,"asset"):null},set:function(a){this.h.asset=a}},updateMask:{configurable:!0,enumerable:!0,get:function(){return D(this,"updateMask")?B(this,"updateMask"):null},set:function(a){this.h.updateMask=a}}});
364
+ var cf=function(a){a=a===void 0?{}:a;this.h={};this.h.constantValue=a.gb==null?null:a.gb;this.h.integerValue=a.Va==null?null:a.Va;this.h.bytesValue=a.pb==null?null:a.pb;this.h.arrayValue=a.Fa==null?null:a.Fa;this.h.dictionaryValue=a.Ga==null?null:a.Ga;this.h.functionDefinitionValue=a.Ta==null?null:a.Ta;this.h.functionInvocationValue=a.ya==null?null:a.ya;this.h.argumentReference=a.Lb==null?null:a.Lb;this.h.valueReference=a.Oa==null?null:a.Oa};r(cf,z);
365
+ cf.prototype.i=function(){return{keys:"argumentReference arrayValue bytesValue constantValue dictionaryValue functionDefinitionValue functionInvocationValue integerValue valueReference".split(" "),o:{arrayValue:bf,dictionaryValue:Af,functionDefinitionValue:mg,functionInvocationValue:ng}}};
366
+ k.Object.defineProperties(cf.prototype,{Lb:{configurable:!0,enumerable:!0,get:function(){return D(this,"argumentReference")?B(this,"argumentReference"):null},set:function(a){this.h.argumentReference=a}},Fa:{configurable:!0,enumerable:!0,get:function(){return D(this,"arrayValue")?B(this,"arrayValue"):null},set:function(a){this.h.arrayValue=a}},pb:{configurable:!0,enumerable:!0,get:function(){return D(this,"bytesValue")?B(this,"bytesValue"):null},set:function(a){this.h.bytesValue=a}},gb:{configurable:!0,
365
367
  enumerable:!0,get:function(){return D(this,"constantValue")?B(this,"constantValue"):null},set:function(a){this.h.constantValue=a}},Ga:{configurable:!0,enumerable:!0,get:function(){return D(this,"dictionaryValue")?B(this,"dictionaryValue"):null},set:function(a){this.h.dictionaryValue=a}},Ta:{configurable:!0,enumerable:!0,get:function(){return D(this,"functionDefinitionValue")?B(this,"functionDefinitionValue"):null},set:function(a){this.h.functionDefinitionValue=a}},ya:{configurable:!0,enumerable:!0,
366
368
  get:function(){return D(this,"functionInvocationValue")?B(this,"functionInvocationValue"):null},set:function(a){this.h.functionInvocationValue=a}},Va:{configurable:!0,enumerable:!0,get:function(){return D(this,"integerValue")?B(this,"integerValue"):null},set:function(a){this.h.integerValue=a}},Oa:{configurable:!0,enumerable:!0,get:function(){return D(this,"valueReference")?B(this,"valueReference"):null},set:function(a){this.h.valueReference=a}}});
367
- var dg=function(a){a=a===void 0?{}:a;this.h={};this.h.driveDestination=a.ma==null?null:a.ma;this.h.cloudStorageDestination=a.ja==null?null:a.ja;this.h.fileFormat=a.F==null?null:a.F};r(dg,z);dg.prototype.i=function(){return{H:{fileFormat:af},keys:["cloudStorageDestination","driveDestination","fileFormat"],o:{cloudStorageDestination:uf,driveDestination:Gf}}};
368
- k.Object.defineProperties(dg.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageDestination")?B(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return D(this,"driveDestination")?B(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
369
- a}}});var eg=function(a){a=a===void 0?{}:a;this.h={};this.h.framesPerSecond=a.framesPerSecond==null?null:a.framesPerSecond;this.h.maxFrames=a.maxFrames==null?null:a.maxFrames;this.h.maxPixelsPerFrame=a.maxPixelsPerFrame==null?null:a.maxPixelsPerFrame};r(eg,z);eg.prototype.i=function(){return{keys:["framesPerSecond","maxFrames","maxPixelsPerFrame"]}};
370
- k.Object.defineProperties(eg.prototype,{framesPerSecond:{configurable:!0,enumerable:!0,get:function(){return D(this,"framesPerSecond")?B(this,"framesPerSecond"):null},set:function(a){this.h.framesPerSecond=a}},maxFrames:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxFrames")?B(this,"maxFrames"):null},set:function(a){this.h.maxFrames=a}},maxPixelsPerFrame:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxPixelsPerFrame")?B(this,"maxPixelsPerFrame"):null},set:function(a){this.h.maxPixelsPerFrame=
371
- a}}});var jh=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.videoOptions=a.Pa==null?null:a.Pa;this.h.fileFormat=a.F==null?null:a.F;this.h.grid=a.grid==null?null:a.grid};r(jh,z);jh.prototype.i=function(){return{H:{fileFormat:bf},keys:["expression","fileFormat","grid","name","videoOptions"],o:{expression:xf,grid:Vf,videoOptions:eg}}};
372
- k.Object.defineProperties(jh.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
373
- "name")?B(this,"name"):null},set:function(a){this.h.name=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return D(this,"videoOptions")?B(this,"videoOptions"):null},set:function(a){this.h.videoOptions=a}}});var Pf=function(a){a=a===void 0?{}:a;this.h={};this.h.ranges=a.Uf==null?null:a.Uf;this.h.paletteColors=a.Yc==null?null:a.Yc;this.h.gamma=a.gamma==null?null:a.gamma;this.h.opacity=a.opacity==null?null:a.opacity};r(Pf,z);
374
- Pf.prototype.i=function(){return{P:{ranges:Ff},keys:["gamma","opacity","paletteColors","ranges"]}};
375
- k.Object.defineProperties(Pf.prototype,{gamma:{configurable:!0,enumerable:!0,get:function(){return D(this,"gamma")?B(this,"gamma"):null},set:function(a){this.h.gamma=a}},opacity:{configurable:!0,enumerable:!0,get:function(){return D(this,"opacity")?B(this,"opacity"):null},set:function(a){this.h.opacity=a}},Yc:{configurable:!0,enumerable:!0,get:function(){return D(this,"paletteColors")?B(this,"paletteColors"):null},set:function(a){this.h.paletteColors=a}},Uf:{configurable:!0,enumerable:!0,get:function(){return D(this,
376
- "ranges")?B(this,"ranges"):null},set:function(a){this.h.ranges=a}}});var gh=function(a){a=a===void 0?{}:a;this.h={};this.h.start=a.start==null?null:a.start;this.h.end=a.end==null?null:a.end};r(gh,z);gh.prototype.i=function(){return{keys:["end","start"]}};
377
- k.Object.defineProperties(gh.prototype,{end:{configurable:!0,enumerable:!0,get:function(){return D(this,"end")?B(this,"end"):null},set:function(a){this.h.end=a}},start:{configurable:!0,enumerable:!0,get:function(){return D(this,"start")?B(this,"start"):null},set:function(a){this.h.start=a}}});
378
- var id={$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"},kh=function(a){this.m="v1";this.j=new jd(a,null)};
379
- kh.prototype.list=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.algorithms.list",path:"/"+this.m+"/"+a+"/algorithms",u:F(b,c),G:Kg})};var lh=function(a){this.m="v1";this.j=new jd(a,null)};
380
- lh.prototype.getCapabilities=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.getCapabilities",path:"/"+this.m+"/"+a+"/capabilities",u:F(b,c),G:qf})};lh.prototype.Sc=function(a,b){b=b===void 0?{}:b;var c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:F(b,c),G:Lg})};
381
- var mh=function(a){this.m="v1";this.j=new jd(a,null)};h=mh.prototype;h.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.create",path:"/"+this.m+"/"+a+"/assets",u:F(c,d),G:Hf})};
382
- h.delete=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:null,B:"DELETE",D:"earthengine.projects.assets.delete",path:"/"+this.m+"/"+a,u:F(b,c),G:Qf})};h.get=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.get",path:"/"+this.m+"/"+a,u:F(b,c),G:Hf})};
383
- h.link=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.link",path:"/"+this.m+"/"+a+":link",u:F(c,d),G:Hf})};h.Sc=function(a,b){b=b===void 0?{}:b;var c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:F(b,c),G:Lg})};
384
- h.move=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.move",path:"/"+this.m+"/"+a+":move",u:F(c,d),G:Hf})};var nh=function(a){this.m="v1";this.j=new jd(a,null)};
385
- nh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.classifier.export",path:"/"+this.m+"/"+a+"/classifier:export",u:F(c,d),G:Og})};var oh=function(a){this.m="v1";this.j=new jd(a,null)};
386
- oh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.featureView.create",path:"/"+this.m+"/"+a+"/featureView",u:F(c,d),G:hg})};var ph=function(a){this.m="v1";this.j=new jd(a,null)};
387
- ph.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.filmstripThumbnails.create",path:"/"+this.m+"/"+a+"/filmstripThumbnails",u:F(c,d),G:pg})};var qh=function(a){this.m="v1";this.j=new jd(a,null)};
388
- qh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.image.export",path:"/"+this.m+"/"+a+"/image:export",u:F(c,d),G:Og})};qh.prototype.import=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.image.import",path:"/"+this.m+"/"+a+"/image:import",u:F(c,d),G:Og})};
389
- var rh=function(a){this.m="v1";this.j=new jd(a,null)};rh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.map.export",path:"/"+this.m+"/"+a+"/map:export",u:F(c,d),G:Og})};var sh=function(a){this.m="v1";this.j=new jd(a,null)};
390
- sh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.maps.create",path:"/"+this.m+"/"+a+"/maps",u:F(c,d),G:Of})};var th=function(a){this.m="v1";this.j=new jd(a,null)};h=th.prototype;
391
- h.cancel=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.cancel",path:"/"+this.m+"/"+a+":cancel",u:F(c,d),G:Qf})};h.delete=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:null,B:"DELETE",D:"earthengine.projects.operations.delete",path:"/"+this.m+"/"+a,u:F(b,c),G:Qf})};
392
- h.get=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.get",path:"/"+this.m+"/"+a,u:F(b,c),G:Og})};h.list=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.list",path:"/"+this.m+"/"+a+"/operations",u:F(b,c),G:Ng})};
393
- h.wait=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.wait",path:"/"+this.m+"/"+a+":wait",u:F(c,d),G:Og})};var uh=function(a){this.m="v1";this.j=new jd(a,null)};
394
- uh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.table.export",path:"/"+this.m+"/"+a+"/table:export",u:F(c,d),G:Og})};uh.prototype.import=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.table.import",path:"/"+this.m+"/"+a+"/table:import",u:F(c,d),G:Og})};
395
- var vh=function(a){this.m="v1";this.j=new jd(a,null)};vh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.tables.create",path:"/"+this.m+"/"+a+"/tables",u:F(c,d),G:dh})};var wh=function(a){this.m="v1";this.j=new jd(a,null)};
396
- wh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.thumbnails.create",path:"/"+this.m+"/"+a+"/thumbnails",u:F(c,d),G:fh})};
397
- var xh=function(a){this.m="v1";this.j=new jd(a,null)},yh=function(a,b,c){var d=d===void 0?{}:d;var e=e===void 0?{}:e;a.j.C(b,RegExp("^projects/[^/]+$"));return G(a.j,{body:c,B:"POST",D:"earthengine.projects.value.compute",path:"/"+a.m+"/"+b+"/value:compute",u:F(d,e),G:yf})},zh=function(a){this.m="v1";this.j=new jd(a,null)};
398
- zh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.video.export",path:"/"+this.m+"/"+a+"/video:export",u:F(c,d),G:Og})};var Ah=function(a){this.m="v1";this.j=new jd(a,null)};
399
- Ah.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.videoMap.export",path:"/"+this.m+"/"+a+"/videoMap:export",u:F(c,d),G:Og})};var Bh=function(a){this.m="v1";this.j=new jd(a,null)};
400
- Bh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.videoThumbnails.create",path:"/"+this.m+"/"+a+"/videoThumbnails",u:F(c,d),G:jh})};var Ch=function(a,b){this.cl=100;this.Rk=a;this.sl=b;this.Xd=0;this.Pd=null};Ch.prototype.get=function(){if(this.Xd>0){this.Xd--;var a=this.Pd;this.Pd=a.next;a.next=null}else a=this.Rk();return a};Ch.prototype.put=function(a){this.sl(a);this.Xd<this.cl&&(this.Xd++,a.next=this.Pd,this.Pd=a)};function Dh(a){var b=sa.apply(1,arguments);if(!Array.isArray(a)||!Array.isArray(a.raw)||a.length!==a.raw.length||!Lb&&a===a.raw||!(Lb&&!Mb||Ib(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(b.length===0)return zb(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.");
369
+ var $f=function(a){a=a===void 0?{}:a;this.h={};this.h.driveDestination=a.ma==null?null:a.ma;this.h.cloudStorageDestination=a.ja==null?null:a.ja;this.h.fileFormat=a.F==null?null:a.F};r($f,z);$f.prototype.i=function(){return{H:{fileFormat:Xe},keys:["cloudStorageDestination","driveDestination","fileFormat"],o:{cloudStorageDestination:qf,driveDestination:Cf}}};
370
+ k.Object.defineProperties($f.prototype,{ja:{configurable:!0,enumerable:!0,get:function(){return D(this,"cloudStorageDestination")?B(this,"cloudStorageDestination"):null},set:function(a){this.h.cloudStorageDestination=a}},ma:{configurable:!0,enumerable:!0,get:function(){return D(this,"driveDestination")?B(this,"driveDestination"):null},set:function(a){this.h.driveDestination=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=
371
+ a}}});var ag=function(a){a=a===void 0?{}:a;this.h={};this.h.framesPerSecond=a.framesPerSecond==null?null:a.framesPerSecond;this.h.maxFrames=a.maxFrames==null?null:a.maxFrames;this.h.maxPixelsPerFrame=a.maxPixelsPerFrame==null?null:a.maxPixelsPerFrame};r(ag,z);ag.prototype.i=function(){return{keys:["framesPerSecond","maxFrames","maxPixelsPerFrame"]}};
372
+ k.Object.defineProperties(ag.prototype,{framesPerSecond:{configurable:!0,enumerable:!0,get:function(){return D(this,"framesPerSecond")?B(this,"framesPerSecond"):null},set:function(a){this.h.framesPerSecond=a}},maxFrames:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxFrames")?B(this,"maxFrames"):null},set:function(a){this.h.maxFrames=a}},maxPixelsPerFrame:{configurable:!0,enumerable:!0,get:function(){return D(this,"maxPixelsPerFrame")?B(this,"maxPixelsPerFrame"):null},set:function(a){this.h.maxPixelsPerFrame=
373
+ a}}});var fh=function(a){a=a===void 0?{}:a;this.h={};this.h.name=a.name==null?null:a.name;this.h.expression=a.l==null?null:a.l;this.h.videoOptions=a.Pa==null?null:a.Pa;this.h.fileFormat=a.F==null?null:a.F;this.h.grid=a.grid==null?null:a.grid};r(fh,z);fh.prototype.i=function(){return{H:{fileFormat:Ye},keys:["expression","fileFormat","grid","name","videoOptions"],o:{expression:tf,grid:Rf,videoOptions:ag}}};
374
+ k.Object.defineProperties(fh.prototype,{l:{configurable:!0,enumerable:!0,get:function(){return D(this,"expression")?B(this,"expression"):null},set:function(a){this.h.expression=a}},F:{configurable:!0,enumerable:!0,get:function(){return D(this,"fileFormat")?B(this,"fileFormat"):null},set:function(a){this.h.fileFormat=a}},grid:{configurable:!0,enumerable:!0,get:function(){return D(this,"grid")?B(this,"grid"):null},set:function(a){this.h.grid=a}},name:{configurable:!0,enumerable:!0,get:function(){return D(this,
375
+ "name")?B(this,"name"):null},set:function(a){this.h.name=a}},Pa:{configurable:!0,enumerable:!0,get:function(){return D(this,"videoOptions")?B(this,"videoOptions"):null},set:function(a){this.h.videoOptions=a}}});var Lf=function(a){a=a===void 0?{}:a;this.h={};this.h.ranges=a.Uf==null?null:a.Uf;this.h.paletteColors=a.Yc==null?null:a.Yc;this.h.gamma=a.gamma==null?null:a.gamma;this.h.opacity=a.opacity==null?null:a.opacity};r(Lf,z);
376
+ Lf.prototype.i=function(){return{P:{ranges:Bf},keys:["gamma","opacity","paletteColors","ranges"]}};
377
+ k.Object.defineProperties(Lf.prototype,{gamma:{configurable:!0,enumerable:!0,get:function(){return D(this,"gamma")?B(this,"gamma"):null},set:function(a){this.h.gamma=a}},opacity:{configurable:!0,enumerable:!0,get:function(){return D(this,"opacity")?B(this,"opacity"):null},set:function(a){this.h.opacity=a}},Yc:{configurable:!0,enumerable:!0,get:function(){return D(this,"paletteColors")?B(this,"paletteColors"):null},set:function(a){this.h.paletteColors=a}},Uf:{configurable:!0,enumerable:!0,get:function(){return D(this,
378
+ "ranges")?B(this,"ranges"):null},set:function(a){this.h.ranges=a}}});var ch=function(a){a=a===void 0?{}:a;this.h={};this.h.start=a.start==null?null:a.start;this.h.end=a.end==null?null:a.end};r(ch,z);ch.prototype.i=function(){return{keys:["end","start"]}};
379
+ k.Object.defineProperties(ch.prototype,{end:{configurable:!0,enumerable:!0,get:function(){return D(this,"end")?B(this,"end"):null},set:function(a){this.h.end=a}},start:{configurable:!0,enumerable:!0,get:function(){return D(this,"start")?B(this,"start"):null},set:function(a){this.h.start=a}}});
380
+ var hd={$Xgafv:"$.xgafv",access_token:"access_token",alt:"alt",assetId:"assetId",callback:"callback",featureProjection:"featureProjection",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"},gh=function(a){this.m="v1";this.j=
381
+ new id(a,null)};gh.prototype.list=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.algorithms.list",path:"/"+this.m+"/"+a+"/algorithms",u:F(b,c),G:Gg})};var hh=function(a){this.m="v1";this.j=new id(a,null)};
382
+ hh.prototype.getCapabilities=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.getCapabilities",path:"/"+this.m+"/"+a+"/capabilities",u:F(b,c),G:mf})};hh.prototype.Sc=function(a,b){b=b===void 0?{}:b;var c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:F(b,c),G:Hg})};
383
+ var ih=function(a){this.m="v1";this.j=new id(a,null)};h=ih.prototype;h.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.create",path:"/"+this.m+"/"+a+"/assets",u:F(c,d),G:Df})};
384
+ h.delete=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:null,B:"DELETE",D:"earthengine.projects.assets.delete",path:"/"+this.m+"/"+a,u:F(b,c),G:Mf})};h.get=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.get",path:"/"+this.m+"/"+a,u:F(b,c),G:Df})};
385
+ h.link=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.link",path:"/"+this.m+"/"+a+":link",u:F(c,d),G:Df})};h.Sc=function(a,b){b=b===void 0?{}:b;var c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.assets.listAssets",path:"/"+this.m+"/"+a+":listAssets",u:F(b,c),G:Hg})};
386
+ h.move=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.assets.move",path:"/"+this.m+"/"+a+":move",u:F(c,d),G:Df})};var jh=function(a){this.m="v1";this.j=new id(a,null)};
387
+ jh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.classifier.export",path:"/"+this.m+"/"+a+"/classifier:export",u:F(c,d),G:Kg})};var kh=function(a){this.m="v1";this.j=new id(a,null)};
388
+ kh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.featureView.create",path:"/"+this.m+"/"+a+"/featureView",u:F(c,d),G:dg})};var lh=function(a){this.m="v1";this.j=new id(a,null)};
389
+ lh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.filmstripThumbnails.create",path:"/"+this.m+"/"+a+"/filmstripThumbnails",u:F(c,d),G:lg})};var mh=function(a){this.m="v1";this.j=new id(a,null)};
390
+ mh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.image.export",path:"/"+this.m+"/"+a+"/image:export",u:F(c,d),G:Kg})};mh.prototype.import=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.image.import",path:"/"+this.m+"/"+a+"/image:import",u:F(c,d),G:Kg})};
391
+ var nh=function(a){this.m="v1";this.j=new id(a,null)};nh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.map.export",path:"/"+this.m+"/"+a+"/map:export",u:F(c,d),G:Kg})};var oh=function(a){this.m="v1";this.j=new id(a,null)};
392
+ oh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.maps.create",path:"/"+this.m+"/"+a+"/maps",u:F(c,d),G:Kf})};var ph=function(a){this.m="v1";this.j=new id(a,null)};h=ph.prototype;
393
+ h.cancel=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.cancel",path:"/"+this.m+"/"+a+":cancel",u:F(c,d),G:Mf})};h.delete=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:null,B:"DELETE",D:"earthengine.projects.operations.delete",path:"/"+this.m+"/"+a,u:F(b,c),G:Mf})};
394
+ h.get=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.get",path:"/"+this.m+"/"+a,u:F(b,c),G:Kg})};h.list=function(a,b,c){b=b===void 0?{}:b;c=c===void 0?{}:c;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:null,B:"GET",D:"earthengine.projects.operations.list",path:"/"+this.m+"/"+a+"/operations",u:F(b,c),G:Jg})};
395
+ h.wait=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+/operations/.*$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.operations.wait",path:"/"+this.m+"/"+a+":wait",u:F(c,d),G:Kg})};var qh=function(a){this.m="v1";this.j=new id(a,null)};
396
+ qh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.table.export",path:"/"+this.m+"/"+a+"/table:export",u:F(c,d),G:Kg})};qh.prototype.import=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.table.import",path:"/"+this.m+"/"+a+"/table:import",u:F(c,d),G:Kg})};
397
+ var rh=function(a){this.m="v1";this.j=new id(a,null)};rh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.tables.create",path:"/"+this.m+"/"+a+"/tables",u:F(c,d),G:$g})};var sh=function(a){this.m="v1";this.j=new id(a,null)};
398
+ sh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.thumbnails.create",path:"/"+this.m+"/"+a+"/thumbnails",u:F(c,d),G:bh})};
399
+ var th=function(a){this.m="v1";this.j=new id(a,null)},uh=function(a,b,c){var d=d===void 0?{}:d;var e=e===void 0?{}:e;a.j.C(b,RegExp("^projects/[^/]+$"));return G(a.j,{body:c,B:"POST",D:"earthengine.projects.value.compute",path:"/"+a.m+"/"+b+"/value:compute",u:F(d,e),G:uf})},vh=function(a){this.m="v1";this.j=new id(a,null)};
400
+ vh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.video.export",path:"/"+this.m+"/"+a+"/video:export",u:F(c,d),G:Kg})};var wh=function(a){this.m="v1";this.j=new id(a,null)};
401
+ wh.prototype.Ka=function(a,b){var c=c===void 0?{}:c;var d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.videoMap.export",path:"/"+this.m+"/"+a+"/videoMap:export",u:F(c,d),G:Kg})};var xh=function(a){this.m="v1";this.j=new id(a,null)};
402
+ xh.prototype.create=function(a,b,c,d){c=c===void 0?{}:c;d=d===void 0?{}:d;this.j.C(a,RegExp("^projects/[^/]+$"));return G(this.j,{body:b,B:"POST",D:"earthengine.projects.videoThumbnails.create",path:"/"+this.m+"/"+a+"/videoThumbnails",u:F(c,d),G:fh})};var yh=function(a,b){this.cl=100;this.Rk=a;this.sl=b;this.Xd=0;this.Pd=null};yh.prototype.get=function(){if(this.Xd>0){this.Xd--;var a=this.Pd;this.Pd=a.next;a.next=null}else a=this.Rk();return a};yh.prototype.put=function(a){this.sl(a);this.Xd<this.cl&&(this.Xd++,a.next=this.Pd,this.Pd=a)};function zh(a){var b=sa.apply(1,arguments);if(!Array.isArray(a)||!Array.isArray(a.raw)||a.length!==a.raw.length||!Kb&&a===a.raw||!(Kb&&!Lb||Ib(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 ##############################");
403
+ if(b.length===0)return yb(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
404
  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==="/"||c.length>1&&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(c!=="about:blank"&&!/^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 zb(c)};var Fh=function(a,b){if(!u(a)||!u(a)||!u(a)||a.nodeType!==1||a.namespaceURI&&a.namespaceURI!=="http://www.w3.org/1999/xhtml"||a.tagName.toUpperCase()!=="SCRIPT".toString()){var c="SCRIPT".toString()+"; got: ";if(u(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=a===void 0?"undefined":a===null?"null":typeof a;qb("Argument is not an HTML Element with tag name "+(c+d))}a:{c=(a.ownerDocument&&a.ownerDocument.defaultView||
404
- t).document;if(c.querySelector&&(c=c.querySelector("script[nonce]"))&&(c=c.nonce||c.getAttribute("nonce"))&&Eh.test(c))break a;c=""}c&&a.setAttribute("nonce",c);a.src=yb(b)},Eh=/^[\w+/_-]+[=]{0,2}$/;var Hh=function(a,b){Wa(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?a.htmlFor=c:Gh.hasOwnProperty(d)?a.setAttribute(Gh[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?a.setAttribute(d,c):a[d]=c})},Gh={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"},Jh=function(a,
405
- b,c){return Ih(document,arguments)},Ih=function(a,b){var c=b[1],d=Kh(a,String(b[0]));c&&(typeof c==="string"?d.className=c:Array.isArray(c)?d.className=c.join(" "):Hh(d,c));b.length>2&&Lh(a,d,b,2);return d},Lh=function(a,b,c,d){function e(l){l&&b.appendChild(typeof l==="string"?a.createTextNode(l):l)}for(;d<c.length;d++){var g=c[d];if(!xa(g)||u(g)&&g.nodeType>0)e(g);else{a:{if(g&&typeof g.length=="number"){if(u(g)){var f=typeof g.item=="function"||typeof g.item=="string";break a}if(typeof g==="function"){f=
406
- typeof g.item=="function";break a}}f=!1}Wb(f?ec(g):g,e)}}},Kh=function(a,b){b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return a.createElement(b)},Mh=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null},Nh=function(a){E(a,"Node cannot be null or undefined.");return a.nodeType==9?a:a.ownerDocument||a.document},Oh=function(a){this.Dd=a||t.document||document};h=Oh.prototype;h.getElementsByTagName=function(a,b){return(b||this.Dd).getElementsByTagName(String(a))};
407
- h.Qk=function(a,b,c){return Ih(this.Dd,arguments)};h.createElement=function(a){return Kh(this.Dd,a)};h.createTextNode=function(a){return this.Dd.createTextNode(String(a))};h.appendChild=function(a,b){E(a!=null&&b!=null,"goog.dom.appendChild expects non-null arguments");a.appendChild(b)};h.append=function(a,b){Lh(Nh(a),a,arguments,1)};h.canHaveChildren=function(a){if(a.nodeType!=1)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=Mh;h.contains=function(a,b){if(!a||!b)return!1;if(a.contains&&b.nodeType==1)return a==b||a.contains(b);if(typeof a.compareDocumentPosition!="undefined")return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var Ph,Qh=function(){var a=t.MessageChannel;typeof a==="undefined"&&typeof window!=="undefined"&&window.postMessage&&window.addEventListener&&!kb(pd(),"Presto")&&(a=function(){var e=Kh(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=g.location.protocol=="file:"?"*":g.location.protocol+"//"+g.location.host;e=w(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(typeof a!=="undefined"){var b=new a,c={},d=c;b.port1.onmessage=function(){if(c.next!==void 0){c=c.next;var e=c.Ug;c.Ug=null;e()}};return function(e){d.next={Ug:e};d=d.next;b.port2.postMessage(0)}}return function(e){t.setTimeout(e,0)}};function Rh(a){t.setTimeout(function(){throw a;},0)};var Sh=function(){this.ue=this.ic=null};Sh.prototype.add=function(a,b){var c=Th.get();c.set(a,b);this.ue?this.ue.next=c:(E(!this.ic),this.ic=c);this.ue=c};Sh.prototype.remove=function(){var a=null;this.ic&&(a=this.ic,this.ic=this.ic.next,this.ic||(this.ue=null),a.next=null);return a};var Th=new Ch(function(){return new Uh},function(a){return a.reset()}),Uh=function(){this.next=this.scope=this.qf=null};Uh.prototype.set=function(a,b){this.qf=a;this.scope=b;this.next=null};
410
- Uh.prototype.reset=function(){this.next=this.scope=this.qf=null};var Vh=t.console&&t.console.createTask?t.console.createTask.bind(t.console):void 0,Wh=Vh?Symbol("consoleTask"):void 0;
411
- function Xh(a,b){function c(){var l=sa.apply(0,arguments),m=this;return f.run(function(){return a.call.apply(a,[m].concat(ja(l)))})}b=b===void 0?"anonymous":b;if(Wh&&a[Wh])return a;var d=a,e,g=(e=Yh)==null?void 0:e();a=function(){var l=sa.apply(0,arguments),m,p=(m=Yh)==null?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(ja(l)))};if(!Vh)return a;var f=Vh(a.name||b);c[pb(Wh)]=f;return c}var Yh;var Zh,$h=!1,ai=new Sh,ci=function(a,b){Zh||bi();$h||(Zh(),$h=!0);a=Xh(a,"goog.async.run");ai.add(a,b)},bi=function(){if(t.Promise&&t.Promise.resolve){var a=t.Promise.resolve(void 0);Zh=function(){a.then(di)}}else Zh=function(){var b=di;typeof t.setImmediate!=="function"||t.Window&&t.Window.prototype&&t.Window.prototype.setImmediate==t.setImmediate?(Ph||(Ph=Qh()),Ph(b)):t.setImmediate(b)}},di=function(){for(var a;a=ai.remove();){try{a.qf.call(a.scope)}catch(b){Rh(b)}Th.put(a)}$h=!1};var ei=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var hi=function(a){this.T=0;this.ia=void 0;this.lc=this.fb=this.X=null;this.Md=this.jf=!1;if(a!=Vd)try{var b=this;a.call(void 0,function(c){fi(b,2,c)},function(c){if(!(c instanceof gi))try{if(c instanceof Error)throw c;throw Error("Promise rejected.");}catch(d){}fi(b,3,c)})}catch(c){fi(this,3,c)}},ii=function(){this.next=this.context=this.sc=this.Xb=this.Nb=null;this.sd=!1};ii.prototype.reset=function(){this.context=this.sc=this.Xb=this.Nb=null;this.sd=!1};
413
- var ji=new Ch(function(){return new ii},function(a){a.reset()}),ki=function(a,b,c){var d=ji.get();d.Xb=a;d.sc=b;d.context=c;return d};hi.prototype.then=function(a,b,c){a!=null&&tb(a,"opt_onFulfilled should be a function.");b!=null&&tb(b,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");return li(this,typeof a==="function"?a:null,typeof b==="function"?b:null,c)};hi.prototype.$goog_Thenable=!0;
414
- hi.prototype.Bl=function(a,b){return li(this,null,a,b)};hi.prototype.catch=hi.prototype.Bl;hi.prototype.cancel=function(a){if(this.T==0){var b=new gi(a);ci(function(){mi(this,b)},this)}};
415
- var mi=function(a,b){if(a.T==0)if(a.X){var c=a.X;if(c.fb){for(var d=0,e=null,g=null,f=c.fb;f&&(f.sd||(d++,f.Nb==a&&(e=f),!(e&&d>1)));f=f.next)e||(g=f);e&&(c.T==0&&d==1?mi(c,b):(g?(d=g,E(c.fb),E(d!=null),d.next==c.lc&&(c.lc=d),d.next=d.next.next):ni(c),oi(c,e,3,b)))}a.X=null}else fi(a,3,b)},qi=function(a,b){a.fb||a.T!=2&&a.T!=3||pi(a);E(b.Xb!=null);a.lc?a.lc.next=b:a.fb=b;a.lc=b},li=function(a,b,c,d){b&&(b=Xh(b,"goog.Promise.then"));c&&(c=Xh(c,"goog.Promise.then"));var e=ki(null,null,null);e.Nb=new hi(function(g,
416
- f){e.Xb=b?function(l){try{var m=b.call(d,l);g(m)}catch(p){f(p)}}:g;e.sc=c?function(l){try{var m=c.call(d,l);m===void 0&&l instanceof gi?f(l):g(m)}catch(p){f(p)}}:f});e.Nb.X=a;qi(a,e);return e.Nb};hi.prototype.Dl=function(a){E(this.T==1);this.T=0;fi(this,2,a)};hi.prototype.El=function(a){E(this.T==1);this.T=0;fi(this,3,a)};
417
- var fi=function(a,b,c){if(a.T==0){a===c&&(b=3,c=new TypeError("Promise cannot resolve to itself"));a.T=1;a:{var d=c,e=a.Dl,g=a.El;if(d instanceof hi){e!=null&&tb(e,"opt_onFulfilled should be a function.");g!=null&&tb(g,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");qi(d,ki(e||Vd,g||null,a));var f=!0}else if(ei(d))d.then(e,g,a),f=!0;else{if(u(d))try{var l=d.then;if(typeof l==="function"){ri(d,l,e,g,a);f=!0;break a}}catch(m){g.call(a,m);
418
- f=!0;break a}f=!1}}f||(a.ia=c,a.T=b,a.X=null,pi(a),b!=3||c instanceof gi||si(a,c))}},ri=function(a,b,c,d,e){var g=!1,f=function(m){g||(g=!0,c.call(e,m))},l=function(m){g||(g=!0,d.call(e,m))};try{b.call(a,f,l)}catch(m){l(m)}},pi=function(a){a.jf||(a.jf=!0,ci(a.Uk,a))},ni=function(a){var b=null;a.fb&&(b=a.fb,a.fb=b.next,b.next=null);a.fb||(a.lc=null);b!=null&&E(b.Xb!=null);return b};hi.prototype.Uk=function(){for(var a;a=ni(this);)oi(this,a,this.T,this.ia);this.jf=!1};
419
- var oi=function(a,b,c,d){if(c==3&&b.sc&&!b.sd)for(;a&&a.Md;a=a.X)a.Md=!1;if(b.Nb)b.Nb.X=null,ti(b,c,d);else try{b.sd?b.Xb.call(b.context):ti(b,c,d)}catch(e){ui.call(null,e)}ji.put(b)},ti=function(a,b,c){b==2?a.Xb.call(a.context,c):a.sc&&a.sc.call(a.context,c)},si=function(a,b){a.Md=!0;ci(function(){a.Md&&ui.call(null,b)})},ui=Rh,gi=function(a){lb.call(this,a)};y(gi,lb);gi.prototype.name="cancel";var vi=function(a,b,c){if(typeof a==="function")c&&(a=w(a,c));else if(a&&typeof a.handleEvent=="function")a=w(a.handleEvent,a);else throw Error("Invalid listener argument");return Number(b)>2147483647?-1:t.setTimeout(a,b||0)};var wi=function(a,b,c){H.call(this);this.dl=c!=null?a.bind(c):a;this.al=b;this.td=null;this.xc=!1;this.Zc=0;this.ec=null};r(wi,H);h=wi.prototype;h.nf=function(a){this.td=arguments;this.ec||this.Zc?this.xc=!0:xi(this)};h.stop=function(){this.ec&&(t.clearTimeout(this.ec),this.ec=null,this.xc=!1,this.td=null)};h.pause=function(){this.Zc++};h.resume=function(){this.Zc--;this.Zc||!this.xc||this.ec||(this.xc=!1,xi(this))};h.J=function(){H.prototype.J.call(this);this.stop()};
420
- var xi=function(a){a.ec=vi(function(){a.ec=null;a.xc&&!a.Zc&&(a.xc=!1,xi(a))},a.al);var b=a.td;a.td=null;a.dl.apply(null,b)};/*
405
+ c=a[0];for(d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return yb(c)};var Bh=function(a,b){if(!u(a)||!u(a)||!u(a)||a.nodeType!==1||a.namespaceURI&&a.namespaceURI!=="http://www.w3.org/1999/xhtml"||a.tagName.toUpperCase()!=="SCRIPT".toString()){var c="SCRIPT".toString()+"; got: ";if(u(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=a===void 0?"undefined":a===null?"null":typeof a;pb("Argument is not an HTML Element with tag name "+(c+d))}a:{c=(a.ownerDocument&&a.ownerDocument.defaultView||
406
+ t).document;if(c.querySelector&&(c=c.querySelector("script[nonce]"))&&(c=c.nonce||c.getAttribute("nonce"))&&Ah.test(c))break a;c=""}c&&a.setAttribute("nonce",c);a.src=xb(b)},Ah=/^[\w+/_-]+[=]{0,2}$/;var Dh=function(a,b){Wa(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?a.htmlFor=c:Ch.hasOwnProperty(d)?a.setAttribute(Ch[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?a.setAttribute(d,c):a[d]=c})},Ch={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"},Fh=function(a,
407
+ b,c){return Eh(document,arguments)},Eh=function(a,b){var c=b[1],d=Gh(a,String(b[0]));c&&(typeof c==="string"?d.className=c:Array.isArray(c)?d.className=c.join(" "):Dh(d,c));b.length>2&&Hh(a,d,b,2);return d},Hh=function(a,b,c,d){function e(l){l&&b.appendChild(typeof l==="string"?a.createTextNode(l):l)}for(;d<c.length;d++){var g=c[d];if(!xa(g)||u(g)&&g.nodeType>0)e(g);else{a:{if(g&&typeof g.length=="number"){if(u(g)){var f=typeof g.item=="function"||typeof g.item=="string";break a}if(typeof g==="function"){f=
408
+ typeof g.item=="function";break a}}f=!1}Wb(f?ec(g):g,e)}}},Gh=function(a,b){b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return a.createElement(b)},Ih=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null},Jh=function(a){E(a,"Node cannot be null or undefined.");return a.nodeType==9?a:a.ownerDocument||a.document},Kh=function(a){this.Dd=a||t.document||document};h=Kh.prototype;h.getElementsByTagName=function(a,b){return(b||this.Dd).getElementsByTagName(String(a))};
409
+ h.Qk=function(a,b,c){return Eh(this.Dd,arguments)};h.createElement=function(a){return Gh(this.Dd,a)};h.createTextNode=function(a){return this.Dd.createTextNode(String(a))};h.appendChild=function(a,b){E(a!=null&&b!=null,"goog.dom.appendChild expects non-null arguments");a.appendChild(b)};h.append=function(a,b){Hh(Jh(a),a,arguments,1)};h.canHaveChildren=function(a){if(a.nodeType!=1)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};
410
+ h.removeNode=Ih;h.contains=function(a,b){if(!a||!b)return!1;if(a.contains&&b.nodeType==1)return a==b||a.contains(b);if(typeof a.compareDocumentPosition!="undefined")return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var Lh,Mh=function(){var a=t.MessageChannel;typeof a==="undefined"&&typeof window!=="undefined"&&window.postMessage&&window.addEventListener&&od().indexOf("Presto")==-1&&(a=function(){var e=Gh(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=g.location.protocol=="file:"?"*":g.location.protocol+"//"+g.location.host;e=w(function(m){if((l=="*"||m.origin==l)&&m.data==f)this.port1.onmessage()},
411
+ this);g.addEventListener("message",e,!1);this.port1={};this.port2={postMessage:function(){g.postMessage(f,l)}}});if(typeof a!=="undefined"){var b=new a,c={},d=c;b.port1.onmessage=function(){if(c.next!==void 0){c=c.next;var e=c.Ug;c.Ug=null;e()}};return function(e){d.next={Ug:e};d=d.next;b.port2.postMessage(0)}}return function(e){t.setTimeout(e,0)}};function Nh(a){t.setTimeout(function(){throw a;},0)};var Oh=function(){this.ue=this.ic=null};Oh.prototype.add=function(a,b){var c=Ph.get();c.set(a,b);this.ue?this.ue.next=c:(E(!this.ic),this.ic=c);this.ue=c};Oh.prototype.remove=function(){var a=null;this.ic&&(a=this.ic,this.ic=this.ic.next,this.ic||(this.ue=null),a.next=null);return a};var Ph=new yh(function(){return new Qh},function(a){return a.reset()}),Qh=function(){this.next=this.scope=this.qf=null};Qh.prototype.set=function(a,b){this.qf=a;this.scope=b;this.next=null};
412
+ Qh.prototype.reset=function(){this.next=this.scope=this.qf=null};var Rh=t.console&&t.console.createTask?t.console.createTask.bind(t.console):void 0,Sh=Rh?Symbol("consoleTask"):void 0;
413
+ function Th(a,b){function c(){var l=sa.apply(0,arguments),m=this;return f.run(function(){return a.call.apply(a,[m].concat(ja(l)))})}b=b===void 0?"anonymous":b;if(Sh&&a[Sh])return a;var d=a,e,g=(e=Uh)==null?void 0:e();a=function(){var l=sa.apply(0,arguments),m,p=(m=Uh)==null?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,
414
+ [this].concat(ja(l)))};if(!Rh)return a;var f=Rh(a.name||b);c[ob(Sh)]=f;return c}var Uh;var Vh,Wh=!1,Xh=new Oh,Zh=function(a,b){Vh||Yh();Wh||(Vh(),Wh=!0);a=Th(a,"goog.async.run");Xh.add(a,b)},Yh=function(){if(t.Promise&&t.Promise.resolve){var a=t.Promise.resolve(void 0);Vh=function(){a.then($h)}}else Vh=function(){var b=$h;typeof t.setImmediate!=="function"||t.Window&&t.Window.prototype&&t.Window.prototype.setImmediate==t.setImmediate?(Lh||(Lh=Mh()),Lh(b)):t.setImmediate(b)}},$h=function(){for(var a;a=Xh.remove();){try{a.qf.call(a.scope)}catch(b){Nh(b)}Ph.put(a)}Wh=!1};var ai=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var di=function(a){this.T=0;this.ia=void 0;this.lc=this.fb=this.X=null;this.Md=this.jf=!1;if(a!=Rd)try{var b=this;a.call(void 0,function(c){bi(b,2,c)},function(c){if(!(c instanceof ci))try{if(c instanceof Error)throw c;throw Error("Promise rejected.");}catch(d){}bi(b,3,c)})}catch(c){bi(this,3,c)}},ei=function(){this.next=this.context=this.sc=this.Xb=this.Nb=null;this.sd=!1};ei.prototype.reset=function(){this.context=this.sc=this.Xb=this.Nb=null;this.sd=!1};
415
+ var fi=new yh(function(){return new ei},function(a){a.reset()}),gi=function(a,b,c){var d=fi.get();d.Xb=a;d.sc=b;d.context=c;return d};di.prototype.then=function(a,b,c){a!=null&&sb(a,"opt_onFulfilled should be a function.");b!=null&&sb(b,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");return hi(this,typeof a==="function"?a:null,typeof b==="function"?b:null,c)};di.prototype.$goog_Thenable=!0;
416
+ di.prototype.Bl=function(a,b){return hi(this,null,a,b)};di.prototype.catch=di.prototype.Bl;di.prototype.cancel=function(a){if(this.T==0){var b=new ci(a);Zh(function(){ii(this,b)},this)}};
417
+ var ii=function(a,b){if(a.T==0)if(a.X){var c=a.X;if(c.fb){for(var d=0,e=null,g=null,f=c.fb;f&&(f.sd||(d++,f.Nb==a&&(e=f),!(e&&d>1)));f=f.next)e||(g=f);e&&(c.T==0&&d==1?ii(c,b):(g?(d=g,E(c.fb),E(d!=null),d.next==c.lc&&(c.lc=d),d.next=d.next.next):ji(c),ki(c,e,3,b)))}a.X=null}else bi(a,3,b)},mi=function(a,b){a.fb||a.T!=2&&a.T!=3||li(a);E(b.Xb!=null);a.lc?a.lc.next=b:a.fb=b;a.lc=b},hi=function(a,b,c,d){b&&(b=Th(b,"goog.Promise.then"));c&&(c=Th(c,"goog.Promise.then"));var e=gi(null,null,null);e.Nb=new di(function(g,
418
+ f){e.Xb=b?function(l){try{var m=b.call(d,l);g(m)}catch(p){f(p)}}:g;e.sc=c?function(l){try{var m=c.call(d,l);m===void 0&&l instanceof ci?f(l):g(m)}catch(p){f(p)}}:f});e.Nb.X=a;mi(a,e);return e.Nb};di.prototype.Dl=function(a){E(this.T==1);this.T=0;bi(this,2,a)};di.prototype.El=function(a){E(this.T==1);this.T=0;bi(this,3,a)};
419
+ var bi=function(a,b,c){if(a.T==0){a===c&&(b=3,c=new TypeError("Promise cannot resolve to itself"));a.T=1;a:{var d=c,e=a.Dl,g=a.El;if(d instanceof di){e!=null&&sb(e,"opt_onFulfilled should be a function.");g!=null&&sb(g,"opt_onRejected should be a function. Did you pass opt_context as the second argument instead of the third?");mi(d,gi(e||Rd,g||null,a));var f=!0}else if(ai(d))d.then(e,g,a),f=!0;else{if(u(d))try{var l=d.then;if(typeof l==="function"){ni(d,l,e,g,a);f=!0;break a}}catch(m){g.call(a,m);
420
+ f=!0;break a}f=!1}}f||(a.ia=c,a.T=b,a.X=null,li(a),b!=3||c instanceof ci||oi(a,c))}},ni=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)}},li=function(a){a.jf||(a.jf=!0,Zh(a.Uk,a))},ji=function(a){var b=null;a.fb&&(b=a.fb,a.fb=b.next,b.next=null);a.fb||(a.lc=null);b!=null&&E(b.Xb!=null);return b};di.prototype.Uk=function(){for(var a;a=ji(this);)ki(this,a,this.T,this.ia);this.jf=!1};
421
+ var ki=function(a,b,c,d){if(c==3&&b.sc&&!b.sd)for(;a&&a.Md;a=a.X)a.Md=!1;if(b.Nb)b.Nb.X=null,pi(b,c,d);else try{b.sd?b.Xb.call(b.context):pi(b,c,d)}catch(e){qi.call(null,e)}fi.put(b)},pi=function(a,b,c){b==2?a.Xb.call(a.context,c):a.sc&&a.sc.call(a.context,c)},oi=function(a,b){a.Md=!0;Zh(function(){a.Md&&qi.call(null,b)})},qi=Nh,ci=function(a){kb.call(this,a)};y(ci,kb);ci.prototype.name="cancel";var ri=function(a,b,c){if(typeof a==="function")c&&(a=w(a,c));else if(a&&typeof a.handleEvent=="function")a=w(a.handleEvent,a);else throw Error("Invalid listener argument");return Number(b)>2147483647?-1:t.setTimeout(a,b||0)};var si=function(a,b,c){H.call(this);this.dl=c!=null?a.bind(c):a;this.al=b;this.td=null;this.xc=!1;this.Zc=0;this.ec=null};r(si,H);h=si.prototype;h.nf=function(a){this.td=arguments;this.ec||this.Zc?this.xc=!0:ti(this)};h.stop=function(){this.ec&&(t.clearTimeout(this.ec),this.ec=null,this.xc=!1,this.td=null)};h.pause=function(){this.Zc++};h.resume=function(){this.Zc--;this.Zc||!this.xc||this.ec||(this.xc=!1,ti(this))};h.J=function(){H.prototype.J.call(this);this.stop()};
422
+ var ti=function(a){a.ec=ri(function(){a.ec=null;a.xc&&!a.Zc&&(a.xc=!1,ti(a))},a.al);var b=a.td;a.td=null;a.dl.apply(null,b)};/*
421
423
 
422
424
  Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.
423
425
  Copyright The Closure Library Authors.
424
426
  SPDX-License-Identifier: MIT
425
427
  */
426
- var zi=function(a){var b=yi;this.ge=[];this.ai=b;this.mh=a||null;this.Nc=this.oc=!1;this.ia=void 0;this.ig=this.Og=this.Qe=!1;this.re=0;this.X=null;this.Re=0};zi.prototype.cancel=function(a){if(this.oc)this.ia instanceof zi&&this.ia.cancel();else{if(this.X){var b=this.X;delete this.X;a?b.cancel(a):(b.Re--,b.Re<=0&&b.cancel())}this.ai?this.ai.call(this.mh,this):this.ig=!0;this.oc||Ai(this,new Bi(this))}};zi.prototype.Zg=function(a,b){this.Qe=!1;Ci(this,a,b)};
427
- var Ci=function(a,b,c){a.oc=!0;a.ia=c;a.Nc=!b;Di(a)},Fi=function(a){if(a.oc){if(!a.ig)throw new Ei(a);a.ig=!1}};zi.prototype.callback=function(a){Fi(this);Gi(a);Ci(this,!0,a)};var Ai=function(a,b){Fi(a);Gi(b);Ci(a,!1,b)},Gi=function(a){E(!(a instanceof zi),"An execution sequence may not be initiated with a blocking Deferred.")},Ji=function(a){var b=Hi();Ii(b,a,null)},Ii=function(a,b,c,d){E(!a.Og,"Blocking Deferreds can not be re-used");a.ge.push([b,c,d]);a.oc&&Di(a)};
428
- zi.prototype.then=function(a,b,c){var d,e,g=new hi(function(f,l){e=f;d=l});Ii(this,e,function(f){f instanceof Bi?g.cancel():d(f);return Ki},this);return g.then(a,b,c)};zi.prototype.$goog_Thenable=!0;
429
- var Li=function(a){return Zb(a.ge,function(b){return typeof b[1]==="function"})},Ki={},Di=function(a){if(a.re&&a.oc&&Li(a)){var b=a.re,c=Mi[b];c&&(t.clearTimeout(c.fa),delete Mi[b]);a.re=0}a.X&&(a.X.Re--,delete a.X);b=a.ia;for(var d=c=!1;a.ge.length&&!a.Qe;){var e=a.ge.shift(),g=e[0],f=e[1];e=e[2];if(g=a.Nc?f:g)try{var l=g.call(e||a.mh,b);l===Ki&&(l=void 0);l!==void 0&&(a.Nc=a.Nc&&(l==b||l instanceof Error),a.ia=b=l);if(ei(b)||typeof t.Promise==="function"&&b instanceof t.Promise)d=!0,a.Qe=!0}catch(m){b=
430
- m,a.Nc=!0,Li(a)||(c=!0)}}a.ia=b;d&&(l=w(a.Zg,a,!0),d=w(a.Zg,a,!1),b instanceof zi?(Ii(b,l,d),b.Og=!0):b.then(l,d));c&&(b=new Ni(b),Mi[b.fa]=b,a.re=b.fa)},Ei=function(){lb.call(this)};y(Ei,lb);Ei.prototype.message="Deferred has already fired";Ei.prototype.name="AlreadyCalledError";var Bi=function(){lb.call(this)};y(Bi,lb);Bi.prototype.message="Deferred was canceled";Bi.prototype.name="CanceledError";var Ni=function(a){this.fa=t.setTimeout(w(this.Cl,this),0);this.Gd=a};
431
- Ni.prototype.Cl=function(){E(Mi[this.fa],"Cannot throw an error that is not scheduled.");delete Mi[this.fa];throw this.Gd;};var Mi={};var Hi=function(){var a=Dh(Oi),b={},c=b.document||document,d=yb(a).toString(),e=(new Oh(c)).createElement("SCRIPT"),g={vi:e,ne:void 0},f=new zi(g),l=null,m=b.timeout!=null?b.timeout:5E3;m>0&&(l=window.setTimeout(function(){Pi(e,!0);Ai(f,new Qi(1,"Timeout reached for loading script "+d))},m),g.ne=l);e.onload=e.onreadystatechange=function(){e.readyState&&e.readyState!="loaded"&&e.readyState!="complete"||(Pi(e,b.Ll||!1,l),f.callback(null))};e.onerror=function(){Pi(e,!0,l);Ai(f,new Qi(0,"Error while loading script "+
432
- d))};g=b.attributes||{};jb(g,{type:"text/javascript",charset:"UTF-8"});Hh(e,g);Fh(e,a);Ri(c).appendChild(e);return f},Ri=function(a){var b;return(b=(a||document).getElementsByTagName("HEAD"))&&b.length!==0?b[0]:a.documentElement},yi=function(){if(this&&this.vi){var a=this.vi;a&&a.tagName=="SCRIPT"&&Pi(a,!0,this.ne)}},Pi=function(a,b,c){c!=null&&t.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=function(){};b&&window.setTimeout(function(){Mh(a)},0)},Qi=function(a,
433
- b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);lb.call(this,c);this.code=a};y(Qi,lb);var Si=function(){this.de=void 0};Si.prototype.va=function(a){var b=[];Ti(this,a,b);return b.join("")};
434
- var Ti=function(a,b,c){if(b==null)c.push("null");else{if(typeof b=="object"){if(Array.isArray(b)){var d=b;b=d.length;c.push("[");for(var e="",g=0;g<b;g++)c.push(e),e=d[g],Ti(a,a.de?a.de.call(d,String(g),e):e,c),e=",";c.push("]");return}if(b instanceof String||b instanceof Number||b instanceof Boolean)b=b.valueOf();else{c.push("{");g="";for(d in b)Object.prototype.hasOwnProperty.call(b,d)&&(e=b[d],typeof e!="function"&&(c.push(g),Ui(d,c),c.push(":"),Ti(a,a.de?a.de.call(b,d,e):e,c),g=","));c.push("}");
435
- return}}switch(typeof b){case "string":Ui(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);}}},Vi={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\u000b"},Wi=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,Ui=function(a,b){b.push('"',a.replace(Wi,function(c){var d=Vi[c];
436
- d||(d="\\u"+(c.charCodeAt(0)|65536).toString(16).slice(1),Vi[c]=d);return d}),'"')};var Xi=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};var Yi=function(){};Yi.prototype.Sg=null;var Zi=function(a){var b;(b=a.Sg)||(b=a.Sg={});return b};var $i,aj=function(){};y(aj,Yi);$i=new aj;var bj=function(a){J.call(this);this.headers=new Map;this.Ri=a||null;this.Ea=!1;this.ve=this.s=null;this.Rc=this.Mh=this.Td="";this.Tb=this.Af=this.Rd=this.gf=!1;this.ld=0;this.me=null;this.wc="";this.ql=this.Pi=!1;this.Oe=this.zg=null};y(bj,J);bj.prototype.ba=Dc(Ec(),"goog.net.XhrIo").fl;var cj=/^https?$/i,dj=["POST","PUT"],ej=[];h=bj.prototype;h.Pk=function(){this.dispose();cc(ej,this)};h.setTrustToken=function(a){this.zg=a};h.setAttributionReporting=function(a){this.Oe=a};
437
- h.send=function(a,b,c,d){if(this.s)throw Error("[goog.net.XhrIo] Object is active with another request="+this.Td+"; newUri="+a);b=b?b.toUpperCase():"GET";this.Td=a;this.Rc="";this.Mh=b;this.gf=!1;this.Ea=!0;this.s=new XMLHttpRequest;this.ve=this.Ri?Zi(this.Ri):Zi($i);this.s.onreadystatechange=w(this.di,this);this.ql&&"onprogress"in this.s&&(this.s.onprogress=w(function(f){this.ci(f,!0)},this),this.s.upload&&(this.s.upload.onprogress=w(this.ci,this)));try{Hc(this.ba,fj(this,"Opening Xhr")),this.Af=
438
- !0,this.s.open(b,String(a),!0),this.Af=!1}catch(f){Hc(this.ba,fj(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(typeof d.keys==="function"&&typeof d.get==="function"){e=q(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"==
439
- f.toLowerCase()});e=t.FormData&&a instanceof t.FormData;!bc(dj,b)||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=q(c);for(d=b.next();!d.done;d=b.next())c=q(d.value),d=c.next().value,c=c.next().value,this.s.setRequestHeader(d,c);this.wc&&(this.s.responseType=this.wc);"withCredentials"in this.s&&this.s.withCredentials!==this.Pi&&(this.s.withCredentials=this.Pi);if("setTrustToken"in this.s&&this.zg)try{this.s.setTrustToken(this.zg)}catch(f){Hc(this.ba,fj(this,"Error SetTrustToken: "+
440
- f.message))}if("setAttributionReporting"in this.s&&this.Oe)try{this.s.setAttributionReporting(this.Oe)}catch(f){Hc(this.ba,fj(this,"Error SetAttributionReporting: "+f.message))}try{gj(this),this.ld>0&&(Hc(this.ba,fj(this,"Will abort after "+this.ld+"ms if incomplete")),this.me=vi(this.ne,this.ld,this)),Hc(this.ba,fj(this,"Sending request")),this.Rd=!0,this.s.send(a),this.Rd=!1}catch(f){Hc(this.ba,fj(this,"Send error: "+f.message)),this.Gd(5,f)}};
441
- h.ne=function(){typeof va!="undefined"&&this.s&&(this.Rc="Timed out after "+this.ld+"ms, aborting",Hc(this.ba,fj(this,this.Rc)),this.dispatchEvent("timeout"),this.abort(8))};h.Gd=function(a,b){this.Ea=!1;this.s&&(this.Tb=!0,this.s.abort(),this.Tb=!1);this.Rc=b;hj(this);ij(this)};var hj=function(a){a.gf||(a.gf=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
442
- bj.prototype.abort=function(){this.s&&this.Ea&&(Hc(this.ba,fj(this,"Aborting")),this.Ea=!1,this.Tb=!0,this.s.abort(),this.Tb=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),ij(this))};bj.prototype.J=function(){this.s&&(this.Ea&&(this.Ea=!1,this.Tb=!0,this.s.abort(),this.Tb=!1),ij(this,!0));bj.L.J.call(this)};bj.prototype.di=function(){this.Ra||(this.Af||this.Rd||this.Tb?jj(this):this.ml())};bj.prototype.ml=function(){jj(this)};
443
- var jj=function(a){if(a.Ea&&typeof va!="undefined")if(a.ve[1]&&a.tb()==4&&a.getStatus()==2)Hc(a.ba,fj(a,"Local request error detected and ignored"));else if(a.Rd&&a.tb()==4)vi(a.di,0,a);else if(a.dispatchEvent("readystatechange"),a.tb()==4){Hc(a.ba,fj(a,"Request complete"));a.Ea=!1;try{var b=a.getStatus(),c;if(!(c=Xi(b))){var d;if(d=b===0){var e=String(a.Td).match(Pc)[1]||null;!e&&t.self&&t.self.location&&(e=t.self.location.protocol.slice(0,-1));d=!cj.test(e?e.toLowerCase():"")}c=d}if(c)a.dispatchEvent("complete"),
444
- a.dispatchEvent("success");else{try{var g=a.tb()>2?a.s.statusText:""}catch(f){Hc(a.ba,"Can not get status: "+f.message),g=""}a.Rc=g+" ["+a.getStatus()+"]";hj(a)}}finally{ij(a)}}};bj.prototype.ci=function(a,b){E(a.type==="progress","goog.net.EventType.PROGRESS is of the same type as raw XHR progress.");this.dispatchEvent(kj(a,"progress"));this.dispatchEvent(kj(a,b?"downloadprogress":"uploadprogress"))};
445
- var kj=function(a,b){return{type:b,lengthComputable:a.lengthComputable,loaded:a.loaded,total:a.total}},ij=function(a,b){if(a.s){gj(a);var c=a.s,d=a.ve[0]?function(){}:null;a.s=null;a.ve=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){Gc(a.ba,"Problem encountered resetting onreadystatechange: "+e.message)}}},gj=function(a){a.me&&(t.clearTimeout(a.me),a.me=null)};bj.prototype.isActive=function(){return!!this.s};bj.prototype.tb=function(){return this.s?this.s.readyState:0};
446
- bj.prototype.getStatus=function(){try{return this.tb()>2?this.s.status:-1}catch(a){return-1}};var lj=function(a){try{if(!a.s)return null;if("response"in a.s)return a.s.response;switch(a.wc){case "":case "text":return a.s.responseText;case "arraybuffer":if("mozResponseArrayBuffer"in a.s)return a.s.mozResponseArrayBuffer}Gc(a.ba,"Response type "+a.wc+" is not supported on this browser");return null}catch(b){return Hc(a.ba,"Can not get response: "+b.message),null}};
447
- bj.prototype.getResponseHeader=function(a){if(this.s&&this.tb()==4)return a=this.s.getResponseHeader(a),a===null?void 0:a};bj.prototype.getAllResponseHeaders=function(){return this.s&&this.tb()>=2?this.s.getAllResponseHeaders()||"":""};
448
- var mj=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=Jc(a[c]),e=d[0];d=d[1];if(typeof d==="string"){d=d.trim();var g=b[e]||[];b[e]=g;g.push(d)}}return Ya(b,function(f){return f.join(", ")})},fj=function(a,b){return b+" ["+a.Mh+" "+a.Td+" "+a.getStatus()+"]"};var Oi=ha(["https://accounts.google.com/gsi/client"]),nj,K=function(a,b){oj();this.callback=a;this.M=new pj(!a,b)};K.prototype.pd=function(a){this.M.Qb=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 qj=function(){return"projects/"+nj};h=K.prototype;h.Dc=function(){return new kh(this.M)};
449
- h.assets=function(){return new mh(this.M)};h.Na=function(){return new th(this.M)};h.value=function(){return new xh(this.M)};h.maps=function(){return new sh(this.M)};h.map=function(){return new rh(this.M)};h.image=function(){return new qh(this.M)};h.table=function(){return new uh(this.M)};h.video=function(){return new zh(this.M)};var pj=function(a,b){this.sync=a=a===void 0?!1:a;this.Qb=void 0;this.si=b!=null?b:a?5:10};r(pj,ld);
450
- pj.prototype.send=function(a,b){var c=this;hd(a);var d=a.path||"",e=sj()+d,g=tj(a.u||{}),f=a.body?JSON.stringify(a.body):void 0;if(this.sync){d=uj(e,g,void 0,a.B,f,this.si,this.Qb);d=b?Ma(b,d):d;var l=function(m){return{then:function(p){return l(p(m))}}};return l(d)}return(new Promise(function(m,p){uj(e,g,function(v,A){A?p(A):m(v)},a.B,f,c.si,c.Qb)})).then(function(m){return b?Ma(b,m):m})};var wj=function(a){K.call(this,a);this.M=new vj;this.Qb=void 0};r(wj,K);
451
- wj.prototype.pd=function(a){this.Qb=a;return this};
452
- wj.prototype.send=function(a,b){var c=this,d=sj()+"/batch",e=a.map(function(f){var l=q(f);f=l.next().value;var m=q(l.next().value);l=m.next().value;m.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"+l+"\r\n"}).join("")+"--batch_EARTHENGINE_batch--\r\n",g=function(f){var l={};a.forEach(function(m){var p=q(m);m=p.next().value;p=q(p.next().value);p.next();p=p.next().value;f[m]!=null&&(l[m]=
453
- Ma(p,f[m]))});return b?b(l):l};return this.callback?(uj(d,null,function(f,l){return c.callback(l?f:g(f),l)},"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Qb),null):g(uj(d,null,void 0,"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Qb))};var vj=function(){};r(vj,ld);
454
- vj.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=xj();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
455
- var yj=function(a,b,c){a=q(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(b.length<3)){var d=b[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1],e=Number(b[1].match(/^HTTP\S*\s(\d+)\s/)[1]);c(d,e,b.slice(2).join("\r\n\r\n"))}},sj=function(){var a=zj.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},Bj=function(a,b,c){var d=[];a&&(d=d.concat(Aj));
456
- b&&d.push("https://www.googleapis.com/auth/devstorage.read_write");a=d=d.concat(c);c=b=0;for(var e={};c<a.length;){var g=a[c++],f=u(g)?"o"+Ba(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Hj=function(a,b,c){Cj&&Dj&&Cj({client_id:String(Dj),scope:Ej.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{Fj(function(){try{Gj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Gj(a,
457
- b,d)})},xj=function(){Ij&&Date.now()-Ij>=0&&Jj();return Kj},Jj=function(){Ij=Kj=null},oj=function(a,b,c,d){a!=null?zj=a:Lj||(zj="https://earthengine.googleapis.com/api");b!=null?Mj=b:Lj||(Mj="https://earthengine.googleapis.com");c!==void 0&&(Nj=c);nj=d!=null?d:nj||"earthengine-legacy";Lj=!0},uj=function(a,b,c,d,e,g,f){oj();var l=Oj,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.415";p==="0.1.415"&&
458
- (p="latest");m["x-goog-api-client"]="ee-js/"+p;p=xj();if(p!=null)m.Authorization=p;else if(c&&Cj&&Dj)return Hj(function(){Pj(l,function(){uj(a,b,c,d)})}),null;b=b?b.clone():new Xc;Qj!=null&&b.add("key",Qj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");nj&&nj!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=nj);b=Rj(b,a);Nj!=null&&(m["X-XSRF-Token"]=Nj);Sj!=null&&(m["X-Earth-Engine-App-ID-Token"]=Sj);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=kb(a,
459
- "?")?"&":"?",a+=v);e=a.startsWith("/")?zj+a:a;if(c)return Tj.push(Uj(e,c,d,p,m,g,f)),Vj.nf(),null;v=function(I,ea){this.setRequestHeader&&this.setRequestHeader(ea,I)};var A=0;for(g=g!=null?g:5;;){var C=new XMLHttpRequest;C.open(d,e,!1);Wa(m,v,C);C.send(p);if(C.status!=429||A>g)break;A++}return Wj(C.status,function(I){try{return C.getResponseHeader(I)}catch(ea){return null}},C.responseText,l,void 0,e,d,f)},Uj=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=Oj,v=g!=null?g:10;
460
- m.callback=function(A){A=A.target;if(A.getStatus()==429&&l<v)return l++,setTimeout(function(){Tj.push(m);Vj.nf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var C=Wj,I=A.getStatus(),ea=w(A.getResponseHeader,A);try{var Z=A.s?A.s.responseText:""}catch(da){Hc(A.ba,"Can not get responseText: "+da.message),Z=""}return C(I,ea,Z,p,b,a,c,f)};return m},Pj=function(a,b){var c=Oj;try{Oj=a,b.call(void 0)}finally{Oj=c}},Wj=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
461
- function(Z){try{var da=JSON.parse(Z);return!(u(da)&&"error"in da&&"message"in da.error)||l&&l(da)?{parsed:da}:da.error.message}catch(Jb){return"Invalid JSON: "+Z}},v=function(Z){if(Z===0)return"Failed to contact Earth Engine servers. Please check your connection, firewall, or browser extension settings.";if(Z<200||Z>=300)return"Server returned HTTP code: "+Z+" for "+f+" "+g},A,C;b=b("Content-Type")||"application/json";d=b.replace(/;.*/,"");if(d==="application/json"||d==="text/json")c=p(c),c.parsed?
462
- C=c.parsed:A=c;else if(d==="multipart/mixed"){C={};var I=[];yj(b,c,function(Z,da,Jb){Jb=p(Jb);Jb.parsed&&(C[Z]=Jb.parsed);(da=(Jb.parsed?"":Jb)||v(da))&&I.push(Z+": "+da)});I.length&&(A=I.join("\n"))}else var ea="Response was unexpectedly not JSON, but "+d;A=A||v(a)||ea;if(e)return e(C,A),null;if(!A)return C;throw Error(A);},Fj=function(a){var b=function(){Cj||(Cj=function(c,d){t.google.accounts.oauth2.initTokenClient({client_id:c.client_id,callback:d,scope:c.scope}).requestAccessToken()});a()};u(t.default_gsi)?
463
- b():Ji(b)},Gj=function(a,b,c){if(c.access_token){b=c.token_type+" "+c.access_token;if(c.expires_in||c.expires_in===0){c=c.expires_in*900;var d=setTimeout(Hj,c*.9);d.unref!==void 0&&d.unref();Ij=Date.now()+c}Kj=b;a&&a()}else b&&b(c.error||"Unknown error.")},tj=function(a){var b=new Xc;a=q(Object.entries(a));for(var c=a.next();!c.done;c=a.next()){var d=q(c.value);c=d.next().value;d=d.next().value;b.set(c,d)}return b},Tj=[],Vj=new wi(function(){var a=Tj.shift();if(a){var b=a.url,c=a.callback,d=a.method,
464
- e=a.content;a=a.headers;var g=Xj,f=new bj;ej.push(f);c&&f.Wa("complete",c);f.Uc("ready",f.Pk);g&&(f.ld=Math.max(0,g));f.send(b,d,e,a)}Tj.length==0||Vj.nf()},350),zj=null,Mj=null,Nj=null,Sj=null,Rj=Wd,Kj=null,Ij=null,Dj=null,Ej=[],Cj=null,Aj=["https://www.googleapis.com/auth/earthengine","https://www.googleapis.com/auth/cloud-platform"],Qj=null,Lj=!1,Xj=0,Oj=null;x("ee.api.ListAssetsResponse",Lg);x("ee.api.EarthEngineAsset",Hf);x("ee.api.Operation",Og);x("ee.api.ListFeaturesResponse",Mg);
465
- x("ee.api.FeatureViewLocation",Kf);var Yj=function(){};Yj.prototype.Ch=function(){return null};var Zj=function(){};x("ee.Encodable.SourceFrame",Zj);
466
- var ak=function(a){if(a===void 0||a===null)a=Ha;return new gf({gb:a})},bk=function(a){return new gf({Oa:a})},ck=function(a){return new gf({Fa:new ff({values:a})})},dk=function(a){return new gf({Ga:new Ef({values:a})})},ek=function(a,b){return new gf({ya:new rg({functionName:a,arguments:b})})},fk=function(a,b){return new gf({ya:new rg({Ua:a,arguments:b})})},gk=function(a,b){return new gf({Ta:new qg({kc:a,body:b})})},hk=function(a){if(!a)return"AUTO_JPEG_PNG";a=a.toUpperCase();switch(a){case "JPG":return"JPEG";
467
- 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}},ik=function(a){if(!a)return"CSV";a=a.toUpperCase();
468
- switch(a){case "TF_RECORD":case "TFRECORD":return"TF_RECORD_TABLE";case "JSON":case "GEOJSON":return"GEO_JSON";default:return a}},jk=function(a){if(!a)return"VERTICAL";a=a.toUpperCase();if(a!=="HORIZONTAL"&&a!=="VERTICAL")throw Error('Orientation must be "horizontal" or "vertical"');return a},kk=function(a){if(!a)return[];if(typeof a==="string")return a.split(",");if(Array.isArray(a))return a;throw Error("Invalid band list "+a);},nk=function(a){var b=new Pf,c=!1;"palette"in a&&(c=a.palette,b.Yc=typeof c===
469
- "string"?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=lk(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=lk(a,"min","max");d.length!==0&&(b.Uf=d.map(function(g){return new Ff(g)}),c=!0);a=mk(a.gamma);if(a.length>1)throw Error("Only one gamma value is supported");a.length===1&&(b.gamma=a[0],c=!0);return c?
470
- b:null},mk=function(a){return a?a.split(",").map(Number):[]},lk=function(a,b,c){var d=mk(a[b]),e=mk(a[c]);if(d.length===0)return e.map(function(g){var f={};return f[b]=0,f[c]=g,f});if(e.length===0)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})},ok=function(a){var b=function(f){var l={};l.description=f.description||"";l.type=f.type||"";f.ud!=null&&
428
+ var vi=function(a){var b=ui;this.ge=[];this.ai=b;this.mh=a||null;this.Nc=this.oc=!1;this.ia=void 0;this.ig=this.Og=this.Qe=!1;this.re=0;this.X=null;this.Re=0};vi.prototype.cancel=function(a){if(this.oc)this.ia instanceof vi&&this.ia.cancel();else{if(this.X){var b=this.X;delete this.X;a?b.cancel(a):(b.Re--,b.Re<=0&&b.cancel())}this.ai?this.ai.call(this.mh,this):this.ig=!0;this.oc||wi(this,new xi(this))}};vi.prototype.Zg=function(a,b){this.Qe=!1;yi(this,a,b)};
429
+ var yi=function(a,b,c){a.oc=!0;a.ia=c;a.Nc=!b;zi(a)},Bi=function(a){if(a.oc){if(!a.ig)throw new Ai(a);a.ig=!1}};vi.prototype.callback=function(a){Bi(this);Ci(a);yi(this,!0,a)};var wi=function(a,b){Bi(a);Ci(b);yi(a,!1,b)},Ci=function(a){E(!(a instanceof vi),"An execution sequence may not be initiated with a blocking Deferred.")},Fi=function(a){var b=Di();Ei(b,a,null)},Ei=function(a,b,c,d){E(!a.Og,"Blocking Deferreds can not be re-used");a.ge.push([b,c,d]);a.oc&&zi(a)};
430
+ vi.prototype.then=function(a,b,c){var d,e,g=new di(function(f,l){e=f;d=l});Ei(this,e,function(f){f instanceof xi?g.cancel():d(f);return Gi},this);return g.then(a,b,c)};vi.prototype.$goog_Thenable=!0;
431
+ var Hi=function(a){return Zb(a.ge,function(b){return typeof b[1]==="function"})},Gi={},zi=function(a){if(a.re&&a.oc&&Hi(a)){var b=a.re,c=Ii[b];c&&(t.clearTimeout(c.fa),delete Ii[b]);a.re=0}a.X&&(a.X.Re--,delete a.X);b=a.ia;for(var d=c=!1;a.ge.length&&!a.Qe;){var e=a.ge.shift(),g=e[0],f=e[1];e=e[2];if(g=a.Nc?f:g)try{var l=g.call(e||a.mh,b);l===Gi&&(l=void 0);l!==void 0&&(a.Nc=a.Nc&&(l==b||l instanceof Error),a.ia=b=l);if(ai(b)||typeof t.Promise==="function"&&b instanceof t.Promise)d=!0,a.Qe=!0}catch(m){b=
432
+ m,a.Nc=!0,Hi(a)||(c=!0)}}a.ia=b;d&&(l=w(a.Zg,a,!0),d=w(a.Zg,a,!1),b instanceof vi?(Ei(b,l,d),b.Og=!0):b.then(l,d));c&&(b=new Ji(b),Ii[b.fa]=b,a.re=b.fa)},Ai=function(){kb.call(this)};y(Ai,kb);Ai.prototype.message="Deferred has already fired";Ai.prototype.name="AlreadyCalledError";var xi=function(){kb.call(this)};y(xi,kb);xi.prototype.message="Deferred was canceled";xi.prototype.name="CanceledError";var Ji=function(a){this.fa=t.setTimeout(w(this.Cl,this),0);this.Gd=a};
433
+ Ji.prototype.Cl=function(){E(Ii[this.fa],"Cannot throw an error that is not scheduled.");delete Ii[this.fa];throw this.Gd;};var Ii={};var Di=function(){var a=zh(Ki),b={},c=b.document||document,d=xb(a).toString(),e=(new Kh(c)).createElement("SCRIPT"),g={vi:e,ne:void 0},f=new vi(g),l=null,m=b.timeout!=null?b.timeout:5E3;m>0&&(l=window.setTimeout(function(){Li(e,!0);wi(f,new Mi(1,"Timeout reached for loading script "+d))},m),g.ne=l);e.onload=e.onreadystatechange=function(){e.readyState&&e.readyState!="loaded"&&e.readyState!="complete"||(Li(e,b.Ll||!1,l),f.callback(null))};e.onerror=function(){Li(e,!0,l);wi(f,new Mi(0,"Error while loading script "+
434
+ d))};g=b.attributes||{};jb(g,{type:"text/javascript",charset:"UTF-8"});Dh(e,g);Bh(e,a);Ni(c).appendChild(e);return f},Ni=function(a){var b;return(b=(a||document).getElementsByTagName("HEAD"))&&b.length!==0?b[0]:a.documentElement},ui=function(){if(this&&this.vi){var a=this.vi;a&&a.tagName=="SCRIPT"&&Li(a,!0,this.ne)}},Li=function(a,b,c){c!=null&&t.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=function(){};b&&window.setTimeout(function(){Ih(a)},0)},Mi=function(a,
435
+ b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);kb.call(this,c);this.code=a};y(Mi,kb);var Oi=function(){this.de=void 0};Oi.prototype.va=function(a){var b=[];Pi(this,a,b);return b.join("")};
436
+ var Pi=function(a,b,c){if(b==null)c.push("null");else{if(typeof b=="object"){if(Array.isArray(b)){var d=b;b=d.length;c.push("[");for(var e="",g=0;g<b;g++)c.push(e),e=d[g],Pi(a,a.de?a.de.call(d,String(g),e):e,c),e=",";c.push("]");return}if(b instanceof String||b instanceof Number||b instanceof Boolean)b=b.valueOf();else{c.push("{");g="";for(d in b)Object.prototype.hasOwnProperty.call(b,d)&&(e=b[d],typeof e!="function"&&(c.push(g),Qi(d,c),c.push(":"),Pi(a,a.de?a.de.call(b,d,e):e,c),g=","));c.push("}");
437
+ return}}switch(typeof b){case "string":Qi(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);}}},Ri={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\u000b"},Si=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,Qi=function(a,b){b.push('"',a.replace(Si,function(c){var d=Ri[c];
438
+ d||(d="\\u"+(c.charCodeAt(0)|65536).toString(16).slice(1),Ri[c]=d);return d}),'"')};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.Sg=null;var Vi=function(a){var b;(b=a.Sg)||(b=a.Sg={});return b};var Wi,Xi=function(){};y(Xi,Ui);Wi=new Xi;var Yi=function(a){J.call(this);this.headers=new Map;this.Ri=a||null;this.Ea=!1;this.ve=this.s=null;this.Rc=this.Mh=this.Td="";this.Tb=this.Af=this.Rd=this.gf=!1;this.ld=0;this.me=null;this.wc="";this.ql=this.Pi=!1;this.Oe=this.zg=null};y(Yi,J);Yi.prototype.ba=Cc(Dc(),"goog.net.XhrIo").fl;var Zi=/^https?$/i,$i=["POST","PUT"],aj=[];h=Yi.prototype;h.Pk=function(){this.dispose();cc(aj,this)};h.setTrustToken=function(a){this.zg=a};h.setAttributionReporting=function(a){this.Oe=a};
439
+ h.send=function(a,b,c,d){if(this.s)throw Error("[goog.net.XhrIo] Object is active with another request="+this.Td+"; newUri="+a);b=b?b.toUpperCase():"GET";this.Td=a;this.Rc="";this.Mh=b;this.gf=!1;this.Ea=!0;this.s=new XMLHttpRequest;this.ve=this.Ri?Vi(this.Ri):Vi(Wi);this.s.onreadystatechange=w(this.di,this);this.ql&&"onprogress"in this.s&&(this.s.onprogress=w(function(f){this.ci(f,!0)},this),this.s.upload&&(this.s.upload.onprogress=w(this.ci,this)));try{Gc(this.ba,bj(this,"Opening Xhr")),this.Af=
440
+ !0,this.s.open(b,String(a),!0),this.Af=!1}catch(f){Gc(this.ba,bj(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(typeof d.keys==="function"&&typeof d.get==="function"){e=q(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"==
441
+ f.toLowerCase()});e=t.FormData&&a instanceof t.FormData;!bc($i,b)||d||e||c.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");b=q(c);for(d=b.next();!d.done;d=b.next())c=q(d.value),d=c.next().value,c=c.next().value,this.s.setRequestHeader(d,c);this.wc&&(this.s.responseType=this.wc);"withCredentials"in this.s&&this.s.withCredentials!==this.Pi&&(this.s.withCredentials=this.Pi);if("setTrustToken"in this.s&&this.zg)try{this.s.setTrustToken(this.zg)}catch(f){Gc(this.ba,bj(this,"Error SetTrustToken: "+
442
+ f.message))}if("setAttributionReporting"in this.s&&this.Oe)try{this.s.setAttributionReporting(this.Oe)}catch(f){Gc(this.ba,bj(this,"Error SetAttributionReporting: "+f.message))}try{cj(this),this.ld>0&&(Gc(this.ba,bj(this,"Will abort after "+this.ld+"ms if incomplete")),this.me=ri(this.ne,this.ld,this)),Gc(this.ba,bj(this,"Sending request")),this.Rd=!0,this.s.send(a),this.Rd=!1}catch(f){Gc(this.ba,bj(this,"Send error: "+f.message)),this.Gd(5,f)}};
443
+ h.ne=function(){typeof va!="undefined"&&this.s&&(this.Rc="Timed out after "+this.ld+"ms, aborting",Gc(this.ba,bj(this,this.Rc)),this.dispatchEvent("timeout"),this.abort(8))};h.Gd=function(a,b){this.Ea=!1;this.s&&(this.Tb=!0,this.s.abort(),this.Tb=!1);this.Rc=b;dj(this);ej(this)};var dj=function(a){a.gf||(a.gf=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
444
+ Yi.prototype.abort=function(){this.s&&this.Ea&&(Gc(this.ba,bj(this,"Aborting")),this.Ea=!1,this.Tb=!0,this.s.abort(),this.Tb=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),ej(this))};Yi.prototype.J=function(){this.s&&(this.Ea&&(this.Ea=!1,this.Tb=!0,this.s.abort(),this.Tb=!1),ej(this,!0));Yi.L.J.call(this)};Yi.prototype.di=function(){this.Ra||(this.Af||this.Rd||this.Tb?fj(this):this.ml())};Yi.prototype.ml=function(){fj(this)};
445
+ var fj=function(a){if(a.Ea&&typeof va!="undefined")if(a.ve[1]&&a.tb()==4&&a.getStatus()==2)Gc(a.ba,bj(a,"Local request error detected and ignored"));else if(a.Rd&&a.tb()==4)ri(a.di,0,a);else if(a.dispatchEvent("readystatechange"),a.tb()==4){Gc(a.ba,bj(a,"Request complete"));a.Ea=!1;try{var b=a.getStatus(),c;if(!(c=Ti(b))){var d;if(d=b===0){var e=String(a.Td).match(Oc)[1]||null;!e&&t.self&&t.self.location&&(e=t.self.location.protocol.slice(0,-1));d=!Zi.test(e?e.toLowerCase():"")}c=d}if(c)a.dispatchEvent("complete"),
446
+ a.dispatchEvent("success");else{try{var g=a.tb()>2?a.s.statusText:""}catch(f){Gc(a.ba,"Can not get status: "+f.message),g=""}a.Rc=g+" ["+a.getStatus()+"]";dj(a)}}finally{ej(a)}}};Yi.prototype.ci=function(a,b){E(a.type==="progress","goog.net.EventType.PROGRESS is of the same type as raw XHR progress.");this.dispatchEvent(gj(a,"progress"));this.dispatchEvent(gj(a,b?"downloadprogress":"uploadprogress"))};
447
+ var gj=function(a,b){return{type:b,lengthComputable:a.lengthComputable,loaded:a.loaded,total:a.total}},ej=function(a,b){if(a.s){cj(a);var c=a.s,d=a.ve[0]?function(){}:null;a.s=null;a.ve=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=d}catch(e){Fc(a.ba,"Problem encountered resetting onreadystatechange: "+e.message)}}},cj=function(a){a.me&&(t.clearTimeout(a.me),a.me=null)};Yi.prototype.isActive=function(){return!!this.s};Yi.prototype.tb=function(){return this.s?this.s.readyState:0};
448
+ Yi.prototype.getStatus=function(){try{return this.tb()>2?this.s.status:-1}catch(a){return-1}};var hj=function(a){try{if(!a.s)return null;if("response"in a.s)return a.s.response;switch(a.wc){case "":case "text":return a.s.responseText;case "arraybuffer":if("mozResponseArrayBuffer"in a.s)return a.s.mozResponseArrayBuffer}Fc(a.ba,"Response type "+a.wc+" is not supported on this browser");return null}catch(b){return Gc(a.ba,"Can not get response: "+b.message),null}};
449
+ Yi.prototype.getResponseHeader=function(a){if(this.s&&this.tb()==4)return a=this.s.getResponseHeader(a),a===null?void 0:a};Yi.prototype.getAllResponseHeaders=function(){return this.s&&this.tb()>=2?this.s.getAllResponseHeaders()||"":""};
450
+ var ij=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=Ic(a[c]),e=d[0];d=d[1];if(typeof d==="string"){d=d.trim();var g=b[e]||[];b[e]=g;g.push(d)}}return Ya(b,function(f){return f.join(", ")})},bj=function(a,b){return b+" ["+a.Mh+" "+a.Td+" "+a.getStatus()+"]"};var Ki=ha(["https://accounts.google.com/gsi/client"]),jj,K=function(a,b){kj();this.callback=a;this.M=new lj(!a,b)};K.prototype.pd=function(a){this.M.Qb=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 mj=function(){return"projects/"+jj};h=K.prototype;h.Dc=function(){return new gh(this.M)};
451
+ h.assets=function(){return new ih(this.M)};h.Na=function(){return new ph(this.M)};h.value=function(){return new th(this.M)};h.maps=function(){return new oh(this.M)};h.map=function(){return new nh(this.M)};h.image=function(){return new mh(this.M)};h.table=function(){return new qh(this.M)};h.video=function(){return new vh(this.M)};var lj=function(a,b){this.sync=a=a===void 0?!1:a;this.Qb=void 0;this.si=b!=null?b:a?5:10};r(lj,kd);
452
+ lj.prototype.send=function(a,b){var c=this;gd(a);var d=a.path||"",e=nj()+d,g=oj(a.u||{}),f=a.body?JSON.stringify(a.body):void 0;if(this.sync){d=qj(e,g,void 0,a.B,f,this.si,this.Qb);d=b?Ma(b,d):d;var l=function(m){return{then:function(p){return l(p(m))}}};return l(d)}return(new Promise(function(m,p){qj(e,g,function(v,A){A?p(A):m(v)},a.B,f,c.si,c.Qb)})).then(function(m){return b?Ma(b,m):m})};var sj=function(a){K.call(this,a);this.M=new rj;this.Qb=void 0};r(sj,K);
453
+ sj.prototype.pd=function(a){this.Qb=a;return this};
454
+ sj.prototype.send=function(a,b){var c=this,d=nj()+"/batch",e=a.map(function(f){var l=q(f);f=l.next().value;var m=q(l.next().value);l=m.next().value;m.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"+l+"\r\n"}).join("")+"--batch_EARTHENGINE_batch--\r\n",g=function(f){var l={};a.forEach(function(m){var p=q(m);m=p.next().value;p=q(p.next().value);p.next();p=p.next().value;f[m]!=null&&(l[m]=
455
+ Ma(p,f[m]))});return b?b(l):l};return this.callback?(qj(d,null,function(f,l){return c.callback(l?f:g(f),l)},"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Qb),null):g(qj(d,null,void 0,"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Qb))};var rj=function(){};r(rj,kd);
456
+ rj.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=tj();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
457
+ var uj=function(a,b,c){a=q(b.split("--"+a.split("; boundary=")[1]));for(b=a.next();!b.done;b=a.next())if(b=b.value.split("\r\n\r\n"),!(b.length<3)){var d=b[0].match(/\r\nContent-ID: <response-([^>]*)>/)[1],e=Number(b[1].match(/^HTTP\S*\s(\d+)\s/)[1]);c(d,e,b.slice(2).join("\r\n\r\n"))}},nj=function(){var a=vj.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},xj=function(a,b,c){var d=[];a&&(d=d.concat(wj));
458
+ b&&d.push("https://www.googleapis.com/auth/devstorage.read_write");a=d=d.concat(c);c=b=0;for(var e={};c<a.length;){var g=a[c++],f=u(g)?"o"+Ba(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(e,f)||(e[f]=!0,a[b++]=g)}a.length=b;return d},Dj=function(a,b,c){yj&&zj&&yj({client_id:String(zj),scope:Aj.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{Bj(function(){try{Cj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else Cj(a,
459
+ b,d)})},tj=function(){Ej&&Date.now()-Ej>=0&&Fj();return Gj},Fj=function(){Ej=Gj=null},kj=function(a,b,c,d){a!=null?vj=a:Hj||(vj="https://earthengine.googleapis.com/api");b!=null?Ij=b:Hj||(Ij="https://earthengine.googleapis.com");c!==void 0&&(Jj=c);jj=d!=null?d:jj||"earthengine-legacy";Hj=!0},qj=function(a,b,c,d,e,g,f){kj();var l=Kj,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.417";p==="0.1.417"&&
460
+ (p="latest");m["x-goog-api-client"]="ee-js/"+p;p=tj();if(p!=null)m.Authorization=p;else if(c&&yj&&zj)return Dj(function(){Lj(l,function(){qj(a,b,c,d)})}),null;b=b?b.clone():new Wc;Mj!=null&&b.add("key",Mj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");jj&&jj!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=jj);b=Nj(b,a);Jj!=null&&(m["X-XSRF-Token"]=Jj);Oj!=null&&(m["X-Earth-Engine-App-ID-Token"]=Oj);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=a.indexOf("?")!=
461
+ -1?"&":"?",a+=v);e=a.startsWith("/")?vj+a:a;if(c)return Pj.push(Qj(e,c,d,p,m,g,f)),Rj.nf(),null;v=function(I,ea){this.setRequestHeader&&this.setRequestHeader(ea,I)};var A=0;for(g=g!=null?g:5;;){var C=new XMLHttpRequest;C.open(d,e,!1);Wa(m,v,C);C.send(p);if(C.status!=429||A>g)break;A++}return Sj(C.status,function(I){try{return C.getResponseHeader(I)}catch(ea){return null}},C.responseText,l,void 0,e,d,f)},Qj=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=Kj,v=g!=null?g:10;
462
+ m.callback=function(A){A=A.target;if(A.getStatus()==429&&l<v)return l++,setTimeout(function(){Pj.push(m);Rj.nf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var C=Sj,I=A.getStatus(),ea=w(A.getResponseHeader,A);try{var Z=A.s?A.s.responseText:""}catch(da){Gc(A.ba,"Can not get responseText: "+da.message),Z=""}return C(I,ea,Z,p,b,a,c,f)};return m},Lj=function(a,b){var c=Kj;try{Kj=a,b.call(void 0)}finally{Kj=c}},Sj=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
463
+ function(Z){try{var da=JSON.parse(Z);return!(u(da)&&"error"in da&&"message"in da.error)||l&&l(da)?{parsed:da}:da.error.message}catch(Hb){return"Invalid JSON: "+Z}},v=function(Z){if(Z===0)return"Failed to contact Earth Engine servers. Please check your connection, firewall, or browser extension settings.";if(Z<200||Z>=300)return"Server returned HTTP code: "+Z+" for "+f+" "+g},A,C;b=b("Content-Type")||"application/json";d=b.replace(/;.*/,"");if(d==="application/json"||d==="text/json")c=p(c),c.parsed?
464
+ C=c.parsed:A=c;else if(d==="multipart/mixed"){C={};var I=[];uj(b,c,function(Z,da,Hb){Hb=p(Hb);Hb.parsed&&(C[Z]=Hb.parsed);(da=(Hb.parsed?"":Hb)||v(da))&&I.push(Z+": "+da)});I.length&&(A=I.join("\n"))}else var ea="Response was unexpectedly not JSON, but "+d;A=A||v(a)||ea;if(e)return e(C,A),null;if(!A)return C;throw Error(A);},Bj=function(a){var b=function(){yj||(yj=function(c,d){t.google.accounts.oauth2.initTokenClient({client_id:c.client_id,callback:d,scope:c.scope}).requestAccessToken()});a()};u(t.default_gsi)?
465
+ b():Fi(b)},Cj=function(a,b,c){if(c.access_token){b=c.token_type+" "+c.access_token;if(c.expires_in||c.expires_in===0){c=c.expires_in*900;var d=setTimeout(Dj,c*.9);d.unref!==void 0&&d.unref();Ej=Date.now()+c}Gj=b;a&&a()}else b&&b(c.error||"Unknown error.")},oj=function(a){var b=new Wc;a=q(Object.entries(a));for(var c=a.next();!c.done;c=a.next()){var d=q(c.value);c=d.next().value;d=d.next().value;b.set(c,d)}return b},Pj=[],Rj=new si(function(){var a=Pj.shift();if(a){var b=a.url,c=a.callback,d=a.method,
466
+ e=a.content;a=a.headers;var g=Tj,f=new Yi;aj.push(f);c&&f.Wa("complete",c);f.Uc("ready",f.Pk);g&&(f.ld=Math.max(0,g));f.send(b,d,e,a)}Pj.length==0||Rj.nf()},350),vj=null,Ij=null,Jj=null,Oj=null,Nj=Sd,Gj=null,Ej=null,zj=null,Aj=[],yj=null,wj=["https://www.googleapis.com/auth/earthengine","https://www.googleapis.com/auth/cloud-platform"],Mj=null,Hj=!1,Tj=0,Kj=null;x("ee.api.ListAssetsResponse",Hg);x("ee.api.EarthEngineAsset",Df);x("ee.api.Operation",Kg);x("ee.api.ListFeaturesResponse",Ig);
467
+ x("ee.api.FeatureViewLocation",Gf);var Uj=function(){};Uj.prototype.Ch=function(){return null};var Vj=function(){};x("ee.Encodable.SourceFrame",Vj);
468
+ var Wj=function(a){if(a===void 0||a===null)a=Ha;return new cf({gb:a})},Xj=function(a){return new cf({Oa:a})},Yj=function(a){return new cf({Fa:new bf({values:a})})},Zj=function(a){return new cf({Ga:new Af({values:a})})},ak=function(a,b){return new cf({ya:new ng({functionName:a,arguments:b})})},bk=function(a,b){return new cf({ya:new ng({Ua:a,arguments:b})})},ck=function(a,b){return new cf({Ta:new mg({kc:a,body:b})})},dk=function(a){if(!a)return"AUTO_JPEG_PNG";a=a.toUpperCase();switch(a){case "JPG":return"JPEG";
469
+ 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}},ek=function(a){if(!a)return"CSV";a=a.toUpperCase();
470
+ switch(a){case "TF_RECORD":case "TFRECORD":return"TF_RECORD_TABLE";case "JSON":case "GEOJSON":return"GEO_JSON";default:return a}},fk=function(a){if(!a)return"VERTICAL";a=a.toUpperCase();if(a!=="HORIZONTAL"&&a!=="VERTICAL")throw Error('Orientation must be "horizontal" or "vertical"');return a},gk=function(a){if(!a)return[];if(typeof a==="string")return a.split(",");if(Array.isArray(a))return a;throw Error("Invalid band list "+a);},jk=function(a){var b=new Lf,c=!1;"palette"in a&&(c=a.palette,b.Yc=typeof c===
471
+ "string"?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=hk(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=hk(a,"min","max");d.length!==0&&(b.Uf=d.map(function(g){return new Bf(g)}),c=!0);a=ik(a.gamma);if(a.length>1)throw Error("Only one gamma value is supported");a.length===1&&(b.gamma=a[0],c=!0);return c?
472
+ b:null},ik=function(a){return a?a.split(",").map(Number):[]},hk=function(a,b,c){var d=ik(a[b]),e=ik(a[c]);if(d.length===0)return e.map(function(g){var f={};return f[b]=0,f[c]=g,f});if(e.length===0)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})},kk=function(a){var b=function(f){var l={};l.description=f.description||"";l.type=f.type||"";f.ud!=null&&
471
473
  (l.name=f.ud);f.defaultValue!==void 0&&(l["default"]=f.defaultValue);f.optional!=null&&(l.optional=f.optional);return l},c=function(f){var l={};l.args=(f.arguments||[]).map(b);l.description=f.description||"";l.returns=f.ag||"";f.hidden!=null&&(l.hidden=f.hidden);f.preview&&(l.preview=f.preview);f.deprecated&&(l.deprecated=f.df);f.sourceCodeUri&&(l.sourceCodeUri=f.sourceCodeUri);return l},d={};a=q(a.Dc||[]);for(var e=a.next();!e.done;e=a.next()){e=e.value;var g=e.name.replace(/^algorithms\//,"");d[g]=
472
- c(e)}return d},pk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/.+/,qk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/(.*)$/,rk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/?$/,sk=function(a){return(a=pk.exec(a))?a[1]:"earthengine-legacy"},tk=function(a){return qk.exec(a)?a:/^(users|projects)\/.*/.exec(a)?"projects/earthengine-legacy/assets/"+a:"projects/earthengine-public/assets/"+
473
- a},vk=function(a){return(a.assets||[]).map(uk)},wk=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"}},uk=function(a){var b=xk(wk(a.type),a.name),c=Object.assign({},a.properties||{});a.sizeBytes&&(c["system:asset_size"]=Number(a.sizeBytes));a.startTime&&(c["system:time_start"]=
474
+ c(e)}return d},lk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/.+/,mk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/(.*)$/,nk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/?$/,ok=function(a){return(a=lk.exec(a))?a[1]:"earthengine-legacy"},pk=function(a){return mk.exec(a)?a:/^(users|projects)\/.*/.exec(a)?"projects/earthengine-legacy/assets/"+a:"projects/earthengine-public/assets/"+
475
+ a},rk=function(a){return(a.assets||[]).map(qk)},sk=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"}},qk=function(a){var b=tk(sk(a.type),a.name),c=Object.assign({},a.properties||{});a.sizeBytes&&(c["system:asset_size"]=Number(a.sizeBytes));a.startTime&&(c["system:time_start"]=
474
476
  Date.parse(a.startTime));a.endTime&&(c["system:time_end"]=Date.parse(a.endTime));a.geometry&&(c["system:footprint"]=a.geometry);typeof a.title==="string"?c["system:title"]=a.title:typeof c.title==="string"&&(c["system:title"]=c.title);typeof a.description==="string"?c["system:description"]=a.description:typeof c.description==="string"&&(c["system:description"]=c.description);a.updateTime&&(b.version=Date.parse(a.updateTime)*1E3);b.properties=c;a.bands&&(b.bands=a.bands.map(function(d){var e={id:d.id,
475
477
  crs:d.grid.cf,dimensions:void 0,crs_transform:void 0};if(d.grid){if(d.grid.Kb!=null){var g=d.grid.Kb;e.crs_transform=[g.bg||0,g.gg||0,g.xg||0,g.hg||0,g.cg||0,g.yg||0]}d.grid.dimensions!=null&&(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);
476
- return b},yk=function(a){var b=new Hf,c=function(g){return g===null?Ha:void 0},d=Object.assign({},a),e;a=function(g){e=d[g];delete d[g];return e};a("system:asset_size")!==void 0&&(b.sizeBytes=c(e)||String(e));a("system:time_start")!==void 0&&(b.startTime=c(e)||(new Date(Number(e))).toISOString());a("system:time_end")!==void 0&&(b.endTime=c(e)||(new Date(Number(e))).toISOString());a("system:footprint")!==void 0&&(b.geometry=c(e)||e);a("system:title");typeof e!=="string"&&e!==null||d.title!=null||(d.title=
477
- c(e)||e);a("system:description");typeof e!=="string"&&e!==null||d.description!=null||(d.description=c(e)||e);Object.entries(d).forEach(function(g){var f=q(g);g=f.next().value;f=f.next().value;d[g]=c(f)||f});b.properties=d;return b},xk=function(a,b){var c={};c.type=a;b!=null&&(a=b.split("/"),b=a[0]==="projects"&&a[2]==="assets"&&["earthengine-legacy","earthengine-public"].includes(a[1])?a.slice(3).join("/"):b,c.id=b);return c},Bk=function(a){var b={};a.num&&(b.pageSize=a.num);a.starttime&&(b.startTime=
478
- (new Date(a.starttime)).toISOString());a.endtime&&(b.endTime=(new Date(a.endtime)).toISOString());a.bbox&&(b.region=zk(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=q(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 Ak(b)},zk=function(a){return'{"type":"Polygon","coordinates":[[['+
479
- [[0,1],[2,1],[2,3],[0,3],[0,1]].map(function(b){return a[b[0]]+","+a[b[1]]}).join("],[")+"]]]}"},Ck=function(a){var b={};(a.xd||[]).forEach(function(g){b[g.role]=g.Wb});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 g!=="allUsers"});d={owners:(b["roles/owner"]||[]).map(d),writers:(b["roles/editor"]||[]).map(d),readers:e.map(d)};c.size>0&&(d.groups=c);a.length!=
480
- e.length&&(d.all_users_can_read=!0);return d},Dk=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",Wb:b("owners")},{role:"roles/viewer",Wb:b("readers").concat(c)},{role:"roles/editor",Wb:b("writers")}].map(function(d){return new nf(d)});return new bg({xd:b.filter(function(d){return d.Wb.length}),
481
- hf:null})},Fk=function(a){var b=/^projects\/(.+)\/operations\/.+$/.exec(a);return"projects/"+(b?b[1]:"earthengine-legacy")+"/operations/"+Ek(a)},Ek=function(a){var b=/^.*operations\/(.*)$/.exec(a);return b?b[1]:a},Gk=function(a){var b={},c=function(g,f){f!=null&&(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";
482
- default:return"UNKNOWN"}},e=Ma(Sg,a.metadata||{});e.description!=null&&(b.description=e.description);e.state!=null&&(b.state=d(e.state));c("creation_timestamp_ms",e.bf);c("update_timestamp_ms",e.updateTime);c("start_timestamp_ms",e.startTime);b.attempt=e.attempt;a.done&&a.error!=null&&(b.error_message=a.error.message);a.name!=null&&(b.id=Ek(a.name),b.name=a.name);b.task_type=e.type||"UNKNOWN";b.output_url=e.ef;b.source_url=e.dg;e.vd!=null&&(b.batch_eecu_usage_seconds=e.vd);return b},Hk=function(a){var b=
483
- {started:"OK"};a.name&&(b.taskId=Ek(a.name),b.name=a.name);a.error&&(b.note=a.error.message);return b},Ik=function(a){return a.primaryPath?[a.primaryPath].concat(ja(a.additionalPaths||[])):null},Lk=function(a){var b=function(g){var f=Ma(Gg,g);f.uris=Ik(g);return f},c=Ma(Cg,a);c.name=tk(a.id);c.tilesets=(a.tilesets||[]).map(function(g){var f=Ma(Jf,g);f.sources=(g.sources||[]).map(b);return f});c.bands=(a.bands||[]).map(function(g){var f=Ma(Dg,g);f.missingData=Jk(g.missingData);return f});c.missingData=
484
- Jk(a.missingData);c.Kf=ic((a.tilesets||[]).map(Kk));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},Kk=function(a){var b=[];if(!Array.isArray(a.fileBands))return b;var c=function(d){var e=[];d!=null&&Array.isArray(d.bandId)&&(e=d.bandId.map(function(g){return g||
485
- ""}));return new Eg({mb:a.id||"",da:e})};a.fileBands.forEach(function(d){d.maskForAllBands?b.push(c(null)):d.maskForBands!=null&&b.push(c(d.maskForBands))});return b},Mk=function(a){var b=Ma(Jg,a);b.name=tk(a.id);b.sources=(a.sources||[]).map(function(e){var g=Ma(eh,e);g.uris=Ik(e);e.maxError&&(g.Ub=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")&&
486
- (b.endTime=(new Date(Number(d))).toISOString());b.properties=c}return b},Jk=function(a){if(a==null)return null;var b=new Ag({values:[]});a.value!=null&&typeof a.value==="number"&&b.values.push(a.value);Array.isArray(a.values)&&a.values.map(function(c){typeof c==="number"&&b.values.push(c)});return b.values.length==0?null:b},Nk=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()+
478
+ return b},uk=function(a){var b=new Df,c=function(g){return g===null?Ha:void 0},d=Object.assign({},a),e;a=function(g){e=d[g];delete d[g];return e};a("system:asset_size")!==void 0&&(b.sizeBytes=c(e)||String(e));a("system:time_start")!==void 0&&(b.startTime=c(e)||(new Date(Number(e))).toISOString());a("system:time_end")!==void 0&&(b.endTime=c(e)||(new Date(Number(e))).toISOString());a("system:footprint")!==void 0&&(b.geometry=c(e)||e);a("system:title");typeof e!=="string"&&e!==null||d.title!=null||(d.title=
479
+ c(e)||e);a("system:description");typeof e!=="string"&&e!==null||d.description!=null||(d.description=c(e)||e);Object.entries(d).forEach(function(g){var f=q(g);g=f.next().value;f=f.next().value;d[g]=c(f)||f});b.properties=d;return b},tk=function(a,b){var c={};c.type=a;b!=null&&(a=b.split("/"),b=a[0]==="projects"&&a[2]==="assets"&&["earthengine-legacy","earthengine-public"].includes(a[1])?a.slice(3).join("/"):b,c.id=b);return c},xk=function(a){var b={};a.num&&(b.pageSize=a.num);a.starttime&&(b.startTime=
480
+ (new Date(a.starttime)).toISOString());a.endtime&&(b.endTime=(new Date(a.endtime)).toISOString());a.bbox&&(b.region=vk(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=q(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 wk(b)},vk=function(a){return'{"type":"Polygon","coordinates":[[['+
481
+ [[0,1],[2,1],[2,3],[0,3],[0,1]].map(function(b){return a[b[0]]+","+a[b[1]]}).join("],[")+"]]]}"},yk=function(a){var b={};(a.xd||[]).forEach(function(g){b[g.role]=g.Wb});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 g!=="allUsers"});d={owners:(b["roles/owner"]||[]).map(d),writers:(b["roles/editor"]||[]).map(d),readers:e.map(d)};c.size>0&&(d.groups=c);a.length!=
482
+ e.length&&(d.all_users_can_read=!0);return d},zk=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",Wb:b("owners")},{role:"roles/viewer",Wb:b("readers").concat(c)},{role:"roles/editor",Wb:b("writers")}].map(function(d){return new jf(d)});return new Yf({xd:b.filter(function(d){return d.Wb.length}),
483
+ hf:null})},Bk=function(a){var b=/^projects\/(.+)\/operations\/.+$/.exec(a);return"projects/"+(b?b[1]:"earthengine-legacy")+"/operations/"+Ak(a)},Ak=function(a){var b=/^.*operations\/(.*)$/.exec(a);return b?b[1]:a},Ck=function(a){var b={},c=function(g,f){f!=null&&(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";
484
+ default:return"UNKNOWN"}},e=Ma(Og,a.metadata||{});e.description!=null&&(b.description=e.description);e.state!=null&&(b.state=d(e.state));c("creation_timestamp_ms",e.bf);c("update_timestamp_ms",e.updateTime);c("start_timestamp_ms",e.startTime);b.attempt=e.attempt;a.done&&a.error!=null&&(b.error_message=a.error.message);a.name!=null&&(b.id=Ak(a.name),b.name=a.name);b.task_type=e.type||"UNKNOWN";b.output_url=e.ef;b.source_url=e.dg;e.vd!=null&&(b.batch_eecu_usage_seconds=e.vd);return b},Dk=function(a){var b=
485
+ {started:"OK"};a.name&&(b.taskId=Ak(a.name),b.name=a.name);a.error&&(b.note=a.error.message);return b},Ek=function(a){return a.primaryPath?[a.primaryPath].concat(ja(a.additionalPaths||[])):null},Hk=function(a){var b=function(g){var f=Ma(Cg,g);f.uris=Ek(g);return f},c=Ma(yg,a);c.name=pk(a.id);c.tilesets=(a.tilesets||[]).map(function(g){var f=Ma(Ff,g);f.sources=(g.sources||[]).map(b);return f});c.bands=(a.bands||[]).map(function(g){var f=Ma(zg,g);f.missingData=Fk(g.missingData);return f});c.missingData=
486
+ Fk(a.missingData);c.Kf=ic((a.tilesets||[]).map(Gk));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},Gk=function(a){var b=[];if(!Array.isArray(a.fileBands))return b;var c=function(d){var e=[];d!=null&&Array.isArray(d.bandId)&&(e=d.bandId.map(function(g){return g||
487
+ ""}));return new Ag({mb:a.id||"",da:e})};a.fileBands.forEach(function(d){d.maskForAllBands?b.push(c(null)):d.maskForBands!=null&&b.push(c(d.maskForBands))});return b},Ik=function(a){var b=Ma(Fg,a);b.name=pk(a.id);b.sources=(a.sources||[]).map(function(e){var g=Ma(ah,e);g.uris=Ek(e);e.maxError&&(g.Ub=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")&&
488
+ (b.endTime=(new Date(Number(d))).toISOString());b.properties=c}return b},Fk=function(a){if(a==null)return null;var b=new wg({values:[]});a.value!=null&&typeof a.value==="number"&&b.values.push(a.value);Array.isArray(a.values)&&a.values.map(function(c){typeof c==="number"&&b.values.push(c)});return b.values.length==0?null:b},Jk=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()+
487
489
  '"'),delete a.endTime);if("region"in a){var c=a.region;if(typeof c==="object")try{c=JSON.stringify(c)}catch(e){throw Error('Filter parameter "region" must be a GeoJSON or WKT string.');}else if(typeof c!=="string")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 typeof e!=="string"}))throw Error('Filter parameter "properties" must be an array of strings');
488
- c=q(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 ")},Ak=function(a){a=Object.assign({},a);var b=Nk(a);b&&(a.filter=a.filter?a.filter+" AND "+b:b);return a};var Ok=function(){this.blockSize=-1};var Pk=function(){this.blockSize=-1;this.blockSize=64;this.W=Array(4);this.Mk=Array(this.blockSize);this.qe=this.Ec=0;this.reset()};y(Pk,Ok);Pk.prototype.reset=function(){this.W[0]=1732584193;this.W[1]=4023233417;this.W[2]=2562383102;this.W[3]=271733878;this.qe=this.Ec=0};
489
- var Qk=function(a,b,c){c||(c=0);var d=Array(16);if(typeof b==="string")for(var e=0;e<16;++e)d[e]=b.charCodeAt(c++)|b.charCodeAt(c++)<<8|b.charCodeAt(c++)<<16|b.charCodeAt(c++)<<24;else for(e=0;e<16;++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>>>
490
+ c=q(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 ")},wk=function(a){a=Object.assign({},a);var b=Jk(a);b&&(a.filter=a.filter?a.filter+" AND "+b:b);return a};var Kk=function(){this.blockSize=-1};var Lk=function(){this.blockSize=-1;this.blockSize=64;this.W=Array(4);this.Mk=Array(this.blockSize);this.qe=this.Ec=0;this.reset()};y(Lk,Kk);Lk.prototype.reset=function(){this.W[0]=1732584193;this.W[1]=4023233417;this.W[2]=2562383102;this.W[3]=271733878;this.qe=this.Ec=0};
491
+ var Mk=function(a,b,c){c||(c=0);var d=Array(16);if(typeof b==="string")for(var e=0;e<16;++e)d[e]=b.charCodeAt(c++)|b.charCodeAt(c++)<<8|b.charCodeAt(c++)<<16|b.charCodeAt(c++)<<24;else for(e=0;e<16;++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>>>
490
492
  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|
491
493
  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<<
492
494
  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=
@@ -496,229 +498,229 @@ f>>>21);f=e+(g^b^c)+d[7]+4139469664&4294967295;e=g+(f<<16&4294967295|f>>>16);f=c
496
498
  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&
497
499
  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&
498
500
  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};
499
- Pk.prototype.update=function(a,b){b===void 0&&(b=a.length);for(var c=b-this.blockSize,d=this.Mk,e=this.Ec,g=0;g<b;){if(e==0)for(;g<=c;)Qk(this,a,g),g+=this.blockSize;if(typeof a==="string")for(;g<b;){if(d[e++]=a.charCodeAt(g++),e==this.blockSize){Qk(this,d);e=0;break}}else for(;g<b;)if(d[e++]=a[g++],e==this.blockSize){Qk(this,d);e=0;break}}this.Ec=e;this.qe+=b};
500
- Pk.prototype.digest=function(){var a=Array((this.Ec<56?this.blockSize:this.blockSize*2)-this.Ec);a[0]=128;for(var b=1;b<a.length-8;++b)a[b]=0;var c=this.qe*8;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;b<4;++b)for(var d=0;d<32;d+=8)a[c++]=this.W[b]>>>d&255;return a};var Rk=function(a){this.qd="__ee_hash__";this.Sd=a!==!1;this.Xa=[];this.wa={};this.Bg=[];this.Od=new WeakMap;this.lg=new WeakMap;this.Oi=void 0};x("ee.Serializer",Rk);var Sk=new Si,Tk=new Pk,Vk=function(a,b){return Uk(new Rk(b!==void 0?b:!0),a)};x("ee.Serializer.encode",Vk);var Wk=function(a){return Sk.va(Vk(a))};x("ee.Serializer.toJSON",Wk);var Yk=function(a){return Xk(Vk(a,!1))};x("ee.Serializer.toReadableJSON",Yk);
501
- var Xk=function(a){return"JSON"in t?t.JSON.stringify(a,null," "):Sk.va(a)},Uk=function(a,b){b=a.Fd(b);a.Sd&&(b=u(b)&&b.type=="ValueRef"&&a.Xa.length==1?a.Xa[0][1]:{type:"CompoundValue",scope:a.Xa,value:b},a.Xa=[],Wb(a.Bg,w(function(c){delete c[this.qd]},a)),a.Bg=[],a.wa={});return b};
502
- Rk.prototype.Fd=function(a){if(a===void 0)throw Error("Can't encode an undefined value.");var b=u(a)?a[this.qd]:null;if(this.Sd&&b!=null&&this.wa[b])return{type:"ValueRef",value:this.wa[b]};if(a===null||typeof a==="boolean"||typeof a==="number"||typeof a==="string")return a;if(ya(a))return{type:"Invocation",functionName:"Date",arguments:{value:Math.floor(a.getTime())}};if(a instanceof Yj){var c=a.encode(w(this.Fd,this));if(!(Array.isArray(c)||u(c)&&c.type!="ArgumentRef"))return c}else if(Array.isArray(a))c=
503
- Yb(a,function(e){return this.Fd(e)},this);else if(u(a)&&typeof a!=="function")c=Ya(a,function(e){if(typeof e!=="function")return this.Fd(e)},this),fb(c,this.qd),c={type:"Dictionary",value:c};else throw Error("Can't encode object: "+a);if(this.Sd){b=Zk(c);if(this.wa[b])var d=this.wa[b];else d=String(this.Xa.length),this.Xa.push([d,c]),this.wa[b]=d;a[this.qd]=b;this.Bg.push(a);return{type:"ValueRef",value:d}}return c};
504
- var Zk=function(a){Tk.reset();Tk.update(Sk.va(a));return Tk.digest().toString()},al=function(a){return Na($k(a),Ja,Ka,La)};x("ee.Serializer.encodeCloudApi",al);
505
- var $k=function(a,b){return bl(new Rk(!0),a,b)},bl=function(a,b,c){a.Oi=c;return cl(a,b)},dl=function(a,b){var c={};b=b.values;for(var d in b){var e=a.lg.get(b[d]);c[d]=Object.assign({},e)}return c},el=function(a){a=cl(new Rk(!1),a);var b=a.values,c=function(d){if(!u(d))return d;var e=Array.isArray(d)?[]:{},g=d instanceof Object.getPrototypeOf(gf);d=q(Object.entries(g?d.h:d));for(var f=d.next();!f.done;f=d.next()){var l=q(f.value);f=l.next().value;l=l.next().value;g?l!==null&&(e[f]=f==="functionDefinitionValue"&&
506
- l.body!=null?{argumentNames:l.kc,body:c(b[l.body])}:f==="functionInvocationValue"&&l.Ua!=null?{arguments:Ya(l.arguments,c),functionReference:c(b[l.Ua])}:f==="constantValue"?l===Ha?null:l:c(l)):e[f]=c(l)}return e};return a.result&&c(b[a.result])};x("ee.Serializer.encodeCloudApiPretty",el);var fl=function(a){return Sk.va(al(a))};x("ee.Serializer.toCloudApiJSON",fl);var gl=function(a){return Xk(el(a))};x("ee.Serializer.toReadableCloudApiJSON",gl);
507
- var cl=function(a,b){try{var c=hl(a,b),d=new il(c,a.Xa,a.Sd,a.lg),e=jl(d,d.ui);return new xf({result:e,values:d.fi})}finally{a.Od=new WeakMap,a.wa={},a.Xa=[]}},hl=function(a,b){var c=function(f){var l=Zk(f);u(b)&&a.Od.set(b,l);if(a.wa[l])return a.wa[l];var m=String(a.Xa.length);a.Xa.push([m,f]);return a.wa[l]=m};if(u(b)&&a.wa[a.Od.get(b)])return a.wa[a.Od.get(b)];if(b===null||typeof b==="boolean"||typeof b==="string"||typeof b==="number")return c(ak(b));if(ya(b))return c(ek("Date",{value:ak(Math.floor(b.getTime()))}));
508
- if(b instanceof Yj){var d=b.na(a),e=b.Ch();e!==null&&a.lg.set(d,e);return c(d)}if(Array.isArray(b))return c(ck(b.map(function(f){return bk(hl(a,f))})));if(u(b)&&typeof b!=="function"){var g={};Object.keys(b).sort().forEach(function(f){g[f]=bk(hl(a,b[f]))});return c(dk(g))}throw Error("Can't encode object: "+b);},il=function(a,b,c,d){var e=this;this.ui=a;this.values={};b.forEach(function(g){return e.values[g[0]]=g[1]});this.ni=c?kl(this):null;this.fi={};this.Xf={};this.kl=0;this.hd=d},jl=function(a,
509
- b){if(b in a.Xf)return a.Xf[b];var c=String(a.kl++);a.Xf[b]=c;a.fi[c]=ll(a,a.values[b],0);return c},ll=function(a,b,c){var d=function(A){return A.gb!==null},e=function(A){return A===Ha?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)||b.Va!=null||b.pb!=null||b.Lb!=null)return b;if(b.Oa!=null){d=a.values[b.Oa];if(a.ni===null||c<50&&a.ni[b.Oa]===1)return d=ll(a,d,c),g(b,d);if(ml(d))return g(b,d);d=bk(jl(a,b.Oa));return g(b,d)}if(b.Fa!=null){var f=b.Fa.values.map(function(A){return ll(a,
510
- A,c+3)});d=f.every(d)?ak(f.map(function(A){return e(A.gb)})):ck(f);return g(b,d)}if(b.Ga!=null){f={};for(var l={},m=q(Object.entries(b.Ga.values||{})),p=m.next();!p.done;p=m.next()){var v=q(p.value);p=v.next().value;v=v.next().value;f[p]=ll(a,v,c+3);l!==null&&d(f[p])?l[p]=e(f[p].gb):l=null}return l!==null?g(b,ak(l)):g(f,dk(f))}if(b.Ta!=null)return d=b.Ta,d=gk(d.kc||[],jl(a,d.body||"")),g(b,d);if(b.ya!=null){d=b.ya;f={};l=q(Object.keys(d.arguments||{}));for(m=l.next();!m.done;m=l.next())m=m.value,
511
- f[m]=ll(a,d.arguments[m],c+3);d=d.functionName?ek(d.functionName,f):fk(jl(a,d.Ua||""),f);return g(b,d)}throw Error("Can't optimize value: "+b);},ml=function(a){var b=a.gb;return b!==null?b===Ha||typeof b==="number"||typeof b==="boolean":a.Lb!=null},kl=function(a){var b={},c=function(e){b[e]?b[e]++:(b[e]=1,d(a.values[e]))},d=function(e){e.Fa!=null?e.Fa.values.forEach(d):e.Ga!=null?Object.values(e.Ga.values).forEach(d):e.Ta!=null?c(e.Ta.body):e.ya!=null?(e=e.ya,e.Ua!=null&&c(e.Ua),Object.values(e.arguments).forEach(d)):
512
- e.Oa!=null&&c(e.Oa)};c(a.ui);return b};var sl=function(a){if(a.element==null)throw Error('"element" not found in params '+a);var b=a.selectors||null;b!=null&&typeof b==="string"&&(b=b.split(","));b=new Yf({l:$k(a.element),description:L(a.description),oa:null,sa:null,Id:null,wd:null,selectors:b,Ub:M(a.maxErrorMeters),requestId:L(a.id),maxVertices:M(a.maxVertices),O:M(a.maxWorkers),priority:M(a.priority)});var c=nl(a);switch(c){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":var d=new ag({ja:null,ma:null,F:ik(a.fileFormat)});c==="GOOGLE_CLOUD_STORAGE"?
513
- d.ja=ol(a):d.ma=pl(a);b.oa=d;break;case "ASSET":b.sa=new Zf({Ha:ql(a)});break;case "FEATURE_VIEW":c=new ig({name:tk(a.mapName)});d=a==null?null:new ng({Mf:M(a.maxFeaturesPerTile),rg:a.thinningStrategy});var e=a==null?null:new mg({Cg:rl(a.zOrderRanking),qg:rl(a.thinningRanking)});d=new jg({pg:d,Wf:e});c=new $f({kf:c,qc:d});b.Id=c;break;case "BIGQUERY":b.wd=new mf({Pe:new lf({table:L(a.table),overwrite:!!a.overwrite,append:!!a.append})});break;default:throw Error('Export destination "'+c+'" unknown');
501
+ Lk.prototype.update=function(a,b){b===void 0&&(b=a.length);for(var c=b-this.blockSize,d=this.Mk,e=this.Ec,g=0;g<b;){if(e==0)for(;g<=c;)Mk(this,a,g),g+=this.blockSize;if(typeof a==="string")for(;g<b;){if(d[e++]=a.charCodeAt(g++),e==this.blockSize){Mk(this,d);e=0;break}}else for(;g<b;)if(d[e++]=a[g++],e==this.blockSize){Mk(this,d);e=0;break}}this.Ec=e;this.qe+=b};
502
+ Lk.prototype.digest=function(){var a=Array((this.Ec<56?this.blockSize:this.blockSize*2)-this.Ec);a[0]=128;for(var b=1;b<a.length-8;++b)a[b]=0;var c=this.qe*8;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;b<4;++b)for(var d=0;d<32;d+=8)a[c++]=this.W[b]>>>d&255;return a};var Nk=function(a){this.qd="__ee_hash__";this.Sd=a!==!1;this.Xa=[];this.wa={};this.Bg=[];this.Od=new WeakMap;this.lg=new WeakMap;this.Oi=void 0};x("ee.Serializer",Nk);var Ok=new Oi,Pk=new Lk,Rk=function(a,b){return Qk(new Nk(b!==void 0?b:!0),a)};x("ee.Serializer.encode",Rk);var Sk=function(a){return Ok.va(Rk(a))};x("ee.Serializer.toJSON",Sk);var Uk=function(a){return Tk(Rk(a,!1))};x("ee.Serializer.toReadableJSON",Uk);
503
+ var Tk=function(a){return"JSON"in t?t.JSON.stringify(a,null," "):Ok.va(a)},Qk=function(a,b){b=a.Fd(b);a.Sd&&(b=u(b)&&b.type=="ValueRef"&&a.Xa.length==1?a.Xa[0][1]:{type:"CompoundValue",scope:a.Xa,value:b},a.Xa=[],Wb(a.Bg,w(function(c){delete c[this.qd]},a)),a.Bg=[],a.wa={});return b};
504
+ Nk.prototype.Fd=function(a){if(a===void 0)throw Error("Can't encode an undefined value.");var b=u(a)?a[this.qd]:null;if(this.Sd&&b!=null&&this.wa[b])return{type:"ValueRef",value:this.wa[b]};if(a===null||typeof a==="boolean"||typeof a==="number"||typeof a==="string")return a;if(ya(a))return{type:"Invocation",functionName:"Date",arguments:{value:Math.floor(a.getTime())}};if(a instanceof Uj){var c=a.encode(w(this.Fd,this));if(!(Array.isArray(c)||u(c)&&c.type!="ArgumentRef"))return c}else if(Array.isArray(a))c=
505
+ Yb(a,function(e){return this.Fd(e)},this);else if(u(a)&&typeof a!=="function")c=Ya(a,function(e){if(typeof e!=="function")return this.Fd(e)},this),fb(c,this.qd),c={type:"Dictionary",value:c};else throw Error("Can't encode object: "+a);if(this.Sd){b=Vk(c);if(this.wa[b])var d=this.wa[b];else d=String(this.Xa.length),this.Xa.push([d,c]),this.wa[b]=d;a[this.qd]=b;this.Bg.push(a);return{type:"ValueRef",value:d}}return c};
506
+ var Vk=function(a){Pk.reset();Pk.update(Ok.va(a));return Pk.digest().toString()},Xk=function(a){return Na(Wk(a),Ja,Ka,La)};x("ee.Serializer.encodeCloudApi",Xk);
507
+ var Wk=function(a,b){return Yk(new Nk(!0),a,b)},Yk=function(a,b,c){a.Oi=c;return Zk(a,b)},$k=function(a,b){var c={};b=b.values;for(var d in b){var e=a.lg.get(b[d]);c[d]=Object.assign({},e)}return c},al=function(a){a=Zk(new Nk(!1),a);var b=a.values,c=function(d){if(!u(d))return d;var e=Array.isArray(d)?[]:{},g=d instanceof Object.getPrototypeOf(cf);d=q(Object.entries(g?d.h:d));for(var f=d.next();!f.done;f=d.next()){var l=q(f.value);f=l.next().value;l=l.next().value;g?l!==null&&(e[f]=f==="functionDefinitionValue"&&
508
+ l.body!=null?{argumentNames:l.kc,body:c(b[l.body])}:f==="functionInvocationValue"&&l.Ua!=null?{arguments:Ya(l.arguments,c),functionReference:c(b[l.Ua])}:f==="constantValue"?l===Ha?null:l:c(l)):e[f]=c(l)}return e};return a.result&&c(b[a.result])};x("ee.Serializer.encodeCloudApiPretty",al);var bl=function(a){return Ok.va(Xk(a))};x("ee.Serializer.toCloudApiJSON",bl);var cl=function(a){return Tk(al(a))};x("ee.Serializer.toReadableCloudApiJSON",cl);
509
+ var Zk=function(a,b){try{var c=dl(a,b),d=new el(c,a.Xa,a.Sd,a.lg),e=fl(d,d.ui);return new tf({result:e,values:d.fi})}finally{a.Od=new WeakMap,a.wa={},a.Xa=[]}},dl=function(a,b){var c=function(f){var l=Vk(f);u(b)&&a.Od.set(b,l);if(a.wa[l])return a.wa[l];var m=String(a.Xa.length);a.Xa.push([m,f]);return a.wa[l]=m};if(u(b)&&a.wa[a.Od.get(b)])return a.wa[a.Od.get(b)];if(b===null||typeof b==="boolean"||typeof b==="string"||typeof b==="number")return c(Wj(b));if(ya(b))return c(ak("Date",{value:Wj(Math.floor(b.getTime()))}));
510
+ if(b instanceof Uj){var d=b.na(a),e=b.Ch();e!==null&&a.lg.set(d,e);return c(d)}if(Array.isArray(b))return c(Yj(b.map(function(f){return Xj(dl(a,f))})));if(u(b)&&typeof b!=="function"){var g={};Object.keys(b).sort().forEach(function(f){g[f]=Xj(dl(a,b[f]))});return c(Zj(g))}throw Error("Can't encode object: "+b);},el=function(a,b,c,d){var e=this;this.ui=a;this.values={};b.forEach(function(g){return e.values[g[0]]=g[1]});this.ni=c?gl(this):null;this.fi={};this.Xf={};this.kl=0;this.hd=d},fl=function(a,
511
+ b){if(b in a.Xf)return a.Xf[b];var c=String(a.kl++);a.Xf[b]=c;a.fi[c]=hl(a,a.values[b],0);return c},hl=function(a,b,c){var d=function(A){return A.gb!==null},e=function(A){return A===Ha?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)||b.Va!=null||b.pb!=null||b.Lb!=null)return b;if(b.Oa!=null){d=a.values[b.Oa];if(a.ni===null||c<50&&a.ni[b.Oa]===1)return d=hl(a,d,c),g(b,d);if(il(d))return g(b,d);d=Xj(fl(a,b.Oa));return g(b,d)}if(b.Fa!=null){var f=b.Fa.values.map(function(A){return hl(a,
512
+ A,c+3)});d=f.every(d)?Wj(f.map(function(A){return e(A.gb)})):Yj(f);return g(b,d)}if(b.Ga!=null){f={};for(var l={},m=q(Object.entries(b.Ga.values||{})),p=m.next();!p.done;p=m.next()){var v=q(p.value);p=v.next().value;v=v.next().value;f[p]=hl(a,v,c+3);l!==null&&d(f[p])?l[p]=e(f[p].gb):l=null}return l!==null?g(b,Wj(l)):g(f,Zj(f))}if(b.Ta!=null)return d=b.Ta,d=ck(d.kc||[],fl(a,d.body||"")),g(b,d);if(b.ya!=null){d=b.ya;f={};l=q(Object.keys(d.arguments||{}));for(m=l.next();!m.done;m=l.next())m=m.value,
513
+ f[m]=hl(a,d.arguments[m],c+3);d=d.functionName?ak(d.functionName,f):bk(fl(a,d.Ua||""),f);return g(b,d)}throw Error("Can't optimize value: "+b);},il=function(a){var b=a.gb;return b!==null?b===Ha||typeof b==="number"||typeof b==="boolean":a.Lb!=null},gl=function(a){var b={},c=function(e){b[e]?b[e]++:(b[e]=1,d(a.values[e]))},d=function(e){e.Fa!=null?e.Fa.values.forEach(d):e.Ga!=null?Object.values(e.Ga.values).forEach(d):e.Ta!=null?c(e.Ta.body):e.ya!=null?(e=e.ya,e.Ua!=null&&c(e.Ua),Object.values(e.arguments).forEach(d)):
514
+ e.Oa!=null&&c(e.Oa)};c(a.ui);return b};var ol=function(a){if(a.element==null)throw Error('"element" not found in params '+a);var b=a.selectors||null;b!=null&&typeof b==="string"&&(b=b.split(","));b=new Uf({l:Wk(a.element),description:L(a.description),oa:null,sa:null,Id:null,wd:null,selectors:b,Ub:M(a.maxErrorMeters),requestId:L(a.id),maxVertices:M(a.maxVertices),O:M(a.maxWorkers),priority:M(a.priority)});var c=jl(a);switch(c){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":var d=new Xf({ja:null,ma:null,F:ek(a.fileFormat)});c==="GOOGLE_CLOUD_STORAGE"?
515
+ d.ja=kl(a):d.ma=ll(a);b.oa=d;break;case "ASSET":b.sa=new Vf({Ha:ml(a)});break;case "FEATURE_VIEW":c=new eg({name:pk(a.mapName)});d=a==null?null:new jg({Mf:M(a.maxFeaturesPerTile),rg:a.thinningStrategy});var e=a==null?null:new ig({Cg:nl(a.zOrderRanking),qg:nl(a.thinningRanking)});d=new fg({pg:d,Wf:e});c=new Wf({kf:c,qc:d});b.Id=c;break;case "BIGQUERY":b.wd=new hf({Pe:new gf({table:L(a.table),overwrite:!!a.overwrite,append:!!a.append})});break;default:throw Error('Export destination "'+c+'" unknown');
514
516
  }a.workloadTag&&(b.workloadTag=a.workloadTag);return b};function L(a){return a!=null?String(a):null}function M(a){return a!=null?Number(a):null}
515
- var nl=function(a){var b="DRIVE";if(a==null)return b;a.outputBucket!=null||a.outputPrefix!=null?b="GOOGLE_CLOUD_STORAGE":a.assetId!=null?b="ASSET":a.mapName!=null&&(b="FEATURE_VIEW");a.table!=null&&(b="BIGQUERY");return b},ul=function(a){var b=new Bg({Xe:!!a.tfrecordCompressed,Vb:L(a.tfrecordMaxFileSize),eg:!!a.tfrecordSequenceData,Ve:!!a.tfrecordCollapseBands,Nf:M(a.tfrecordMaskedThreshold),defaultValue:M(a.tfrecordDefaultValue),bc:tl(a.tfrecordPatchDimensions),Jf:tl(a.tfrecordKernelSize),ke:null});
516
- a=a.tfrecordTensorDepths;if(a!=null)if(u(a)){var c={};Wa(a,function(d,e){if(typeof e!=="string"||typeof d!=="number")throw Error('"tensorDepths" option must be an object of type Object<string, number>');c[e]=d});b.ke=c}else throw Error('"tensorDepths" option needs to have the form Object<string, number>.');return b},vl=function(a,b){var c=new Uf({ja:null,ma:null,Jd:null,le:null,F:hk(a.fileFormat)});if(c.F==="GEO_TIFF"){if(a.fileDimensions&&a.tiffFileDimensions)throw Error('Export cannot set both "fileDimensions" and "tiffFileDimensions".');
517
- var d=a.tiffShardSize||a.shardSize;var e=!!a.tiffCloudOptimized;var g=!(!a.skipEmptyTiles&&!a.tiffSkipEmptyFiles),f=tl(a.fileDimensions||a.tiffFileDimensions);d=M(d);var l=a.tiffNoData;l=l!=null?new tg({pf:Number(l)}):null;e=new sg({Ue:e,kg:g,bc:f,tileSize:d,Pf:l});c.Jd=e}else c.F==="TF_RECORD_IMAGE"&&(c.le=ul(a));b==="GOOGLE_CLOUD_STORAGE"?c.ja=ol(a):c.ma=pl(a);return c},wl=function(a,b){var c=new dg({ja:null,ma:null,F:"MP4"});b==="GOOGLE_CLOUD_STORAGE"?c.ja=ol(a):c.ma=pl(a);return c},xl=function(a){var b,
518
- c,d,e,g=M((b=a.endZoom)!=null?b:a.maxZoom);b=M((c=a.startZoom)!=null?c:a.minZoom);c=M(a.scale);var f=!((d=a.skipEmpty)!=null?!d:!a.skipEmptyTiles);d=L(a.mapsApiKey);var l=tl((e=a.dimensions)!=null?e:a.tileDimensions);e=M(a.stride);var m=M(a.minTimeMachineZoomSubset);a=M(a.maxTimeMachineZoomSubset);a=m==null&&a==null?null:new gh({start:m!=null?m:0,end:a});return new Xf({ff:g,mg:b,scale:c,jg:f,If:d,dimensions:l,stride:e,Dg:a})},tl=function(a){if(a==null)return null;var b=new ug({height:0,width:0});
517
+ var jl=function(a){var b="DRIVE";if(a==null)return b;a.outputBucket!=null||a.outputPrefix!=null?b="GOOGLE_CLOUD_STORAGE":a.assetId!=null?b="ASSET":a.mapName!=null&&(b="FEATURE_VIEW");a.table!=null&&(b="BIGQUERY");return b},ql=function(a){var b=new xg({Xe:!!a.tfrecordCompressed,Vb:L(a.tfrecordMaxFileSize),eg:!!a.tfrecordSequenceData,Ve:!!a.tfrecordCollapseBands,Nf:M(a.tfrecordMaskedThreshold),defaultValue:M(a.tfrecordDefaultValue),bc:pl(a.tfrecordPatchDimensions),Jf:pl(a.tfrecordKernelSize),ke:null});
518
+ a=a.tfrecordTensorDepths;if(a!=null)if(u(a)){var c={};Wa(a,function(d,e){if(typeof e!=="string"||typeof d!=="number")throw Error('"tensorDepths" option must be an object of type Object<string, number>');c[e]=d});b.ke=c}else throw Error('"tensorDepths" option needs to have the form Object<string, number>.');return b},rl=function(a,b){var c=new Qf({ja:null,ma:null,Jd:null,le:null,F:dk(a.fileFormat)});if(c.F==="GEO_TIFF"){if(a.fileDimensions&&a.tiffFileDimensions)throw Error('Export cannot set both "fileDimensions" and "tiffFileDimensions".');
519
+ var d=a.tiffShardSize||a.shardSize;var e=!!a.tiffCloudOptimized;var g=!(!a.skipEmptyTiles&&!a.tiffSkipEmptyFiles),f=pl(a.fileDimensions||a.tiffFileDimensions);d=M(d);var l=a.tiffNoData;l=l!=null?new pg({pf:Number(l)}):null;e=new og({Ue:e,kg:g,bc:f,tileSize:d,Pf:l});c.Jd=e}else c.F==="TF_RECORD_IMAGE"&&(c.le=ql(a));b==="GOOGLE_CLOUD_STORAGE"?c.ja=kl(a):c.ma=ll(a);return c},sl=function(a,b){var c=new $f({ja:null,ma:null,F:"MP4"});b==="GOOGLE_CLOUD_STORAGE"?c.ja=kl(a):c.ma=ll(a);return c},tl=function(a){var b,
520
+ c,d,e,g=M((b=a.endZoom)!=null?b:a.maxZoom);b=M((c=a.startZoom)!=null?c:a.minZoom);c=M(a.scale);var f=!((d=a.skipEmpty)!=null?!d:!a.skipEmptyTiles);d=L(a.mapsApiKey);var l=pl((e=a.dimensions)!=null?e:a.tileDimensions);e=M(a.stride);var m=M(a.minTimeMachineZoomSubset);a=M(a.maxTimeMachineZoomSubset);a=m==null&&a==null?null:new ch({start:m!=null?m:0,end:a});return new Tf({ff:g,mg:b,scale:c,jg:f,If:d,dimensions:l,stride:e,Dg:a})},pl=function(a){if(a==null)return null;var b=new qg({height:0,width:0});
519
521
  typeof a==="string"&&(a.indexOf("x")!==-1?a=a.split("x").map(Number):a.indexOf(",")!==-1&&(a=a.split(",").map(Number)));if(Array.isArray(a))if(a.length===2)b.height=a[0],b.width=a[1];else if(a.length===1)b.height=a[0],b.width=a[0];else throw Error("Unable to construct grid from dimensions: "+a);else if(typeof a!=="number"||isNaN(a))if(u(a)&&a.height!=null&&a.width!=null)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},
520
- ol=function(a){var b=null;a.writePublicTiles!=null&&(b=a.writePublicTiles?"PUBLIC":"DEFAULT_OBJECT_ACL");return new uf({Se:L(a.outputBucket),xa:L(a.outputPrefix),Te:a.bucketCorsUris||null,permissions:b})},pl=function(a){return new Gf({rf:L(a.driveFolder),xa:L(a.driveFileNamePrefix)})},ql=function(a){return new sf({name:tk(a.assetId)})},rl=function(a){if(!a)return null;var b=a;typeof a==="string"&&(a=a.split(","));if(Array.isArray(a))return new bh({Vf:(a||[]).map(yl)});throw Error("Unable to build ranking rule from rules: "+
521
- JSON.stringify(b)+". Rules should either be a comma-separated string or list of strings.");},yl=function(a){var b=new ah({direction:null,Zd:null,be:null,ae:null});a=a.trim();a=a.match(/^([\S]+.*)\s+(ASC|DESC)$/);if(a==null)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=q(a);c.next();a=c.next().value;c=c.next().value;switch(c.toUpperCase()){case "ASC":b.direction=
522
- "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.ae=new Yg({});break;case ".minZoomLevel":b.be=new $g({});break;default:b.Zd=new Xg({attributeName:L(a)})}return b};var zl=[],Al=function(a){E(!Object.isSealed(a),"Cannot use getInstance() with a sealed constructor.");var b="Cf";if(a.Cf&&a.hasOwnProperty(b))return a.Cf;zl.push(a);var c=new a;a.Cf=c;E(a.hasOwnProperty(b),"Could not instantiate singleton.");return c};var Cl=function(a,b,c,d,e,g){d=Bj(!g,!1,d||[]);Dj=a;Ej=d;a===null?Jj():Fj(function(){Hj(b,c,e||Ea(Bl,b,c))})};x("ee.data.authenticateViaOauth",Cl);var Dl=function(a,b,c,d,e){Cl(a,b,c,d,e)};x("ee.data.authenticate",Dl);var Bl=function(a,b){t.google.accounts.oauth2.initTokenClient({client_id:Dj,callback:Ea(Gj,a,b),scope:Ej.join(" ")}).requestAccessToken()};x("ee.data.authenticateViaPopup",Bl);
523
- var El=function(a,b,c,d,e){if("window"in t)throw Error("Use of private key authentication in the browser is insecure. Consider using OAuth, instead.");d=Bj(!e,!e,d||[]);Dj=a.client_email;Ej=d;var g=new google.auth.JWT(a.client_email,null,a.private_key,d,null);Cj=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})})};Hj(b,c)};x("ee.data.authenticateViaPrivateKey",El);
524
- x("ee.data.setExpressionAugmenter",function(a){Fl=a||Wd});var Fl=Wd;x("ee.data.setAuthToken",function(a,b,c,d,e,g,f,l){e=Bj(!l,!1,e||[]);Dj=a;Ej=e;Gj(void 0,void 0,{token_type:b,access_token:c,state:e.join(" "),expires_in:d});f===!1?g&&g():Fj(function(){g&&g()})});x("ee.data.refreshAuthToken",Hj);x("ee.data.setAuthTokenRefresher",function(a){Cj=a});x("ee.data.getAuthToken",xj);x("ee.data.clearAuthToken",Jj);x("ee.data.getAuthClientId",function(){return Dj});x("ee.data.getAuthScopes",function(){return Ej});
525
- x("ee.data.setDeadline",function(a){Xj=a});x("ee.data.setParamAugmenter",function(a){Rj=a||Wd});
526
- var Gl=function(a){a=new K(a);return a.handle(a.Dc().list(qj(),{prettyPrint:!1}).then(ok))},Jl=function(a,b){if(typeof a.image==="string")throw Error("Image as JSON string not supported.");if(a.version!==void 0)throw Error("Image version specification not supported.");a=new Of({name:null,l:Fl($k(a.image)),F:hk(a.format),da:kk(a.bands),hc:nk(a)});var c={fields:"name"},d=Hl();d&&(c.workloadTag=d);b=new K(b);return b.handle(b.maps().create(qj(),a,c).then(function(e){return Il(e.name,"")}))};
527
- x("ee.data.getMapId",Jl);var Kl=function(a,b,c,d){if(!a.formatTileUrl){var e=Il(a.mapid,a.token,a.urlFormat);a.urlFormat=e.urlFormat;a.formatTileUrl=e.formatTileUrl}return a.formatTileUrl(b,c,d)};x("ee.data.getTileUrl",Kl);
528
- var Il=function(a,b,c){var d=c===void 0?"":c;d||(oj(),c=Mj,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(e<0?e+l:e);return d.replace("{x}",e).replace("{y}",g).replace("{z}",f)},urlFormat:d}},Ll=function(a,b){var c=a.visParams?Fl($k(a.visParams)):null;a=new hg({name:null,Mb:a.assetId,mapName:a.mapName,Ag:c});b=new K(b);return b.handle((new oh(b.M)).create(qj(),a,{fields:["name"]}).then(function(d){var e=
529
- d.name.split("/").pop();return{token:e,formatTileUrl:function(g,f,l){return Mj+"/v1/"+d.name+"/tiles/"+l+"/"+g+"/"+f},rawTilesKey:e.substring(0,e.lastIndexOf("-"))}}))};x("ee.data.getFeatureViewTilesKey",Ll);
530
- var Ml=function(a,b,c){c=new K(c);var d=tk(a);a=c.handle;var e=c.assets();b=b===void 0?{}:b;var g=g===void 0?{}:g;e.j.C(d,RegExp("^projects/[^/]+/assets/.*$"));g=G(e.j,{body:null,B:"GET",D:"earthengine.projects.assets.listFeatures",path:"/"+e.m+"/"+d+":listFeatures",u:F(b,g),G:Mg});return a.call(c,g)};x("ee.data.listFeatures",Ml);
531
- var Nl=function(a,b){var c=new Rk(!0);a=bl(c,a);var d={};c=dl(c,a);Object.keys(c).length&&(d={__source_code_nodes__:c});c={l:Fl(a,d)};if(a=Hl())c.workloadTag=a;b=new K(b);return b.handle(yh(b.value(),qj(),new wf(c)).then(function(e){return e.result}))};x("ee.data.computeValue",Nl);
532
- var Ol=function(a,b){if(typeof a.image==="string")throw Error("Image as JSON string not supported.");if(a.version!==void 0)throw Error("Image version specification not supported.");if(a.region!==void 0)throw Error('"region" not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');if(a.dimensions!==void 0)throw Error('"dimensions" is not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');a=new fh({name:null,l:Fl($k(a.image)),F:hk(a.format),xa:a.name,da:kk(a.bands),
533
- hc:nk(a),grid:null});var c={fields:"name"},d=Hl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new wh(b.M)).create(qj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getThumbId",Ol);
534
- var Pl=function(a,b){var c=new eg({framesPerSecond:a.framesPerSecond||null,maxFrames:a.maxFrames||null,maxPixelsPerFrame:a.maxPixelsPerFrame||null});a=new jh({name:null,l:Fl($k(a.imageCollection)),F:hk(a.format),Pa:c,grid:null});c={fields:"name"};var d=Hl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new Bh(b.M)).create(qj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getVideoThumbId",Pl);
535
- var Ql=function(a,b){a=new pg({name:null,l:Fl($k(a.imageCollection)),F:hk(a.format),orientation:jk(a.orientation),grid:null});var c={fields:"name"},d=Hl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new ph(b.M)).create(qj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getFilmstripThumbId",Ql);var Rl=function(a){return Mj+"/v1/"+a.thumbid+":getPixels"};x("ee.data.makeThumbUrl",Rl);
536
- var Tl=function(a,b){a=Object.assign({},a);a.id&&(a.image=new N(a.id));if(typeof a.image==="string")throw Error("Image as serialized JSON string not supported.");if(!a.image)throw Error("Missing ID or image parameter.");a.filePerBand=a.filePerBand!==!1;a.format=a.format||(a.filePerBand?"ZIPPED_GEO_TIFF_PER_BAND":"ZIPPED_GEO_TIFF");if(a.region!=null&&(a.scale!=null||a.crs_transform!=null)&&a.dimensions!=null)throw Error("Cannot specify (bounding region, crs_transform/scale, dimensions) simultaneously.");
537
- if(typeof a.bands==="string")try{a.bands=JSON.parse(a.bands)}catch(e){a.bands=kk(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 typeof e==="string"})&&(a.bands=a.bands.map(function(e){return{id:e}}));if(a.bands&&a.bands.some(function(e){return e.id==null}))throw Error("Each band dictionary must have an id.");typeof a.region==="string"&&(a.region=JSON.parse(a.region));if(typeof a.crs_transform==="string")try{a.crs_transform=
538
- JSON.parse(a.crs_transform)}catch(e){}var c=Sl(a.image,a);a=new fh({name:null,l:Fl($k(c)),F:hk(a.format),xa:a.name,da:a.bands&&kk(a.bands.map(function(e){return e.id})),grid:null});c={fields:"name"};var d=Hl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new wh(b.M)).create(qj(),a,c).then(function(e){return{docid:e.name,token:""}}))};x("ee.data.getDownloadId",Tl);var Ul=function(a){oj();return Mj+"/v1/"+a.docid+":getPixels"};x("ee.data.makeDownloadUrl",Ul);
539
- var Vl=function(a,b){b=new K(b);var c=ik(a.format),d=Fl($k(a.table)),e=null;if(a.selectors!=null)if(typeof a.selectors==="string")e=a.selectors.split(",");else if(Array.isArray(a.selectors)&&a.selectors.every(function(g){return typeof g==="string"}))e=a.selectors;else throw Error("'selectors' parameter must be an array of strings.");a=new dh({name:null,l:d,F:c,selectors:e,filename:a.filename||null});c={fields:"name"};if(d=Hl())c.workloadTag=d;return b.handle((new vh(b.M)).create(qj(),a,c).then(function(g){return{docid:g.name||
540
- "",token:""}}))};x("ee.data.getTableDownloadId",Vl);var Wl=function(a){return Mj+"/v1/"+a.docid+":getFeatures"};x("ee.data.makeTableDownloadUrl",Wl);var Xl=function(a,b){var c=function(d){return Math.floor(Math.random()*Math.pow(2,d*4)).toString(16).padStart(d,"0")};a=hc(a||1).map(function(){return[c(8),c(4),"4"+c(3),(8+Math.floor(Math.random()*4)).toString(16)+c(3),c(12)].join("-")});return b?b(a):a};x("ee.data.newTaskId",Xl);
541
- var Yl=function(a){return a.name&&a.done&&a.error},$l=function(a,b){var c=Zl(a).map(Fk);if(c.length===1)return a=(new K(b)).pd(Yl),a.handle(a.Na().get(c[0]).then(function(e){return[Gk(e)]}));a=(new wj(b)).pd(Yl);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}),function(e){return c.map(function(g){return Gk(e[g])})})};x("ee.data.getTaskStatus",$l);
542
- var Zl=function(a){if(typeof a==="string")return[a];if(Array.isArray(a))return a;throw Error("Invalid value: expected a string or an array of strings.");},bm=function(a){return am(void 0,a)};x("ee.data.getTaskList",bm);var am=function(a,b){return b?(cm(a,function(c,d){return b(c?{tasks:c.map(Gk)}:null,d)}),null):{tasks:cm(a).map(Gk)}};x("ee.data.getTaskListWithLimit",am);
543
- var cm=function(a,b){var c=[],d={pageSize:500},e=function(l){fc(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(qj(),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(qj(),d).then(e));return b?null:a?c.slice(0,a):c};x("ee.data.listOperations",cm);
544
- var dm=function(a,b){a=Zl(a).map(Fk);var c=new pf;if(a.length===1)b=new K(b),b.handle(b.Na().cancel(a[0],c));else{b=new wj(b);var d=b.Na();b.send(a.map(function(e){return[e,d.cancel(e,c)]}))}};x("ee.data.cancelOperation",dm);var em=function(a,b){var c=Zl(a).map(Fk);if(!Array.isArray(a))return a=(new K(b)).pd(Yl),a.handle(a.Na().get(c[0]));a=(new wj(b)).pd(Yl);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}))};x("ee.data.getOperation",em);
545
- var gm=function(a,b){return fm(a,"CANCEL",b)};x("ee.data.cancelTask",gm);var fm=function(a,b,c){if(!bb(hm,b))throw Error("Invalid action: "+b);a=Zl(a);a=a.map(Fk);dm(a,c);return null};x("ee.data.updateTask",fm);
546
- var nm=function(a,b,c){b.id=a;var d=b.type;a=b.sourceUrl!=null?{__source_url__:b.sourceUrl}:{};if("workloadTag"in b)b.workloadTag||delete b.workloadTag;else{var e=Hl();e&&(b.workloadTag=e)}var g=new K(c);c=function(f){return g.handle(f.then(Hk))};switch(d){case "EXPORT_IMAGE":return b=im(b,a),c(g.image().Ka(qj(),b));case "EXPORT_FEATURES":return b=sl(b),b.l=Fl(b.l,a),c(g.table().Ka(qj(),b));case "EXPORT_VIDEO":return b=jm(b,a),c(g.video().Ka(qj(),b));case "EXPORT_TILES":return b=km(b,a),c(g.map().Ka(qj(),
547
- b));case "EXPORT_VIDEO_MAP":return b=lm(b),c((new Ah(g.M)).Ka(qj(),b));case "EXPORT_CLASSIFIER":return b=mm(b,a),c((new nh(g.M)).Ka(qj(),b));default:throw Error("Unable to start processing for task of type "+d);}};x("ee.data.startProcessing",nm);
548
- var im=function(a,b){var c=om(a);if(c.element==null)throw Error('"element" not found in params '+c);var d=new Sf({l:$k(c.element),description:L(c.description),oa:null,sa:null,grid:null,Of:L(c.maxPixels),requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)}),e=nl(c);switch(e){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":d.oa=vl(c,e);break;case "ASSET":e=c.pyramidingPolicy||{};try{e=JSON.parse(e)}catch(f){}var g="PYRAMIDING_POLICY_UNSPECIFIED";typeof e==="string"?(g=e,e={}):e[".default"]&&(g=e[".default"],
549
- delete e[".default"]);c=new Tf({Ha:ql(c),pyramidingPolicy:g,Tf:eb(e)?null:e,tileSize:M(c.shardSize)});d.sa=c;break;default:throw Error('Export destination "'+e+'" unknown');}d.l=Fl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},jm=function(a,b){var c=pm(a);if(c.element==null)throw Error('"element" not found in params '+c);var d=new fg({l:$k(c.element),description:L(c.description),Pa:new eg({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:L(c.maxPixels)}),
550
- oa:null,requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)});d.oa=wl(c,nl(c));d.l=Fl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},km=function(a,b){var c=a.scale;delete a.scale;var d=om(a);d.scale=c;if(d.element==null)throw Error('"element" not found in params '+d);c=new Wf({l:$k(d.element),description:L(d.description),dc:xl(d),cc:vl(d,"GOOGLE_CLOUD_STORAGE"),requestId:L(d.id),O:M(d.maxWorkers),priority:M(d.priority)});c.l=Fl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);
551
- return c},lm=function(a){var b=a.scale;delete a.scale;var c=pm(a);c.scale=b;if(c.element==null)throw Error('"element" not found in params '+c);b=new cg({l:$k(c.element),description:L(c.description),Pa:new eg({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:null}),dc:xl(c),cc:wl(c,"GOOGLE_CLOUD_STORAGE"),requestId:L(c.id),version:L(c.version),O:M(c.maxWorkers),priority:M(c.priority)});b.l=Fl(b.l);a.workloadTag&&(b.workloadTag=a.workloadTag);return b},mm=function(a,b){if(a.element==
552
- null)throw Error('"element" not found in params '+a);var c=nl(a);if(c!="ASSET")throw Error('Export destination "'+c+'" unknown');c=new Rf({l:$k(a.element),description:L(a.description),requestId:L(a.id),sa:new rf({Ha:ql(a)}),O:M(a.maxWorkers),priority:M(a.priority)});c.l=Fl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);return c},rm=function(a,b,c){b=Lk(b);var d=function(e){return e?Hk(e):null};return d(qm(a,b,c&&function(e,g){return c(d(e),g)}))};x("ee.data.startIngestion",rm);
553
- var qm=function(a,b,c){b=new Hg({zf:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.image().import(qj(),b))},sm=function(a,b,c){b=new Ig({og:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.table().import(qj(),b))},tm=function(a,b,c){b=Mk(b);var d=function(e){return e?Hk(e):null};return d(sm(a,b,c&&function(e,g){return c(d(e),g)}))};x("ee.data.startTableIngestion",tm);
554
- var um=function(a,b){b=new K(b);a=tk(a);return b.handle(b.assets().get(a,{prettyPrint:!1}).then(uk))};x("ee.data.getAsset",um);x("ee.data.getInfo",um);
555
- var vm=function(a,b,c,d){b=b===void 0?{}:b;d=d===void 0?Wd:d;var e=Object.assign({},b),g=new K(c),f=(b=rk.test(a))?new lh(g.M):g.assets();a=b?"projects/"+sk(a):tk(a);var l=function(m){if(e.pageSize!=null||!m.nextPageToken)return m;var p=m.assets||[];e.pageToken=m.nextPageToken;m=f.Sc(a,e).then(function(v){v.assets=p.concat(v.assets);return v}).then(l);return c?m:g.handle(m)};return g.handle(f.Sc(a,e).then(l).then(d))},wm=function(a,b){var c=Bk(a);c.pageSize||(c.pageSize=1E3);return vm(a.id,c,b,function(d){return d==
556
- null?null:vk(d)})};x("ee.data.getList",wm);var xm=function(a,b,c){b=b===void 0?{}:b;return vm(a,b,c)};x("ee.data.listAssets",xm);var ym=function(a,b,c){b=b===void 0?{}:b;b=Ak(b);return vm(a,b,c,function(d){if(d==null)return null;var e={};d.assets&&(e.images=d.assets);d.nextPageToken&&(e.nextPageToken=d.nextPageToken);return e})};x("ee.data.listImages",ym);var zm=function(a,b){b=new K(b);return b.handle((new lh(b.M)).Sc(a||qj()))};x("ee.data.listBuckets",zm);var Am=function(a){a=new K(a);return a.handle((new lh(a.M)).Sc(qj()).then(vk))};
557
- x("ee.data.getAssetRoots",Am);var Bm=function(a,b){var c="projects/"+sk(a);a=c==="projects/earthengine-legacy"?a:void 0;var d=new Hf({type:"Folder"});b=new K(b);b.handle(b.assets().create(c,d,{assetId:a}).then(uk))};x("ee.data.createAssetHome",Bm);
558
- var Cm=function(a,b,c,d,e){if(c)throw Error("Asset overwrite not supported.");if(typeof a==="string")throw Error("Asset cannot be specified as string.");b=a.name||b&&tk(b);if(!b)throw Error("Either asset name or opt_path must be specified.");c=b.indexOf("/assets/");if(c===-1)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 Nf(a.tilestoreLocation));
559
- a.gcsLocation&&!a.cloudStorageLocation&&(a.cloudStorageLocation=a.gcsLocation,delete a.gcsLocation);a.cloudStorageLocation&&(a.cloudStorageLocation=new vf(a.cloudStorageLocation));d&&!a.properties&&(a.properties=Object.assign({},d));d=q(["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 Hf(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(uk))};x("ee.data.createAsset",Cm);var Dm=function(a,b,c){return Cm({type:"Folder"},a,b,void 0,c)};x("ee.data.createFolder",Dm);var Em=function(a,b,c){a=tk(a);b=tk(b);b=new Qg({Pb:b});c=new K(c);c.handle(c.assets().move(a,b).then(uk))};x("ee.data.renameAsset",Em);
561
- var Fm=function(a,b,c,d){a=tk(a);b=tk(b);c=new Af({Pb:b,overwrite:c!=null?c:null});d=new K(d);b=d.handle;var e=d.assets();var g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=G(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.copy",path:"/"+e.m+"/"+a+":copy",u:F(g,f),G:Hf});b.call(d,g.then(uk))};x("ee.data.copyAsset",Fm);var Gm=function(a,b){b=new K(b);b.handle(b.assets().delete(tk(a)))};x("ee.data.deleteAsset",Gm);
562
- var Hm=function(a,b){a=tk(a);var c=new vg;b=new K(b);var d=b.handle,e=b.assets(),g={prettyPrint:!1};g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=G(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.getIamPolicy",path:"/"+e.m+"/"+a+":getIamPolicy",u:F(g,f),G:bg});return d.call(b,f.then(Ck))};x("ee.data.getAssetAcl",Hm);
563
- var Im=function(a,b,c,d){b=new ih({Mb:b,updateMask:(c||[]).join(",")});d=new K(d);c=d.handle;var e=d.assets();a=tk(a);var g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=G(e.j,{body:b,B:"PATCH",D:"earthengine.projects.assets.patch",path:"/"+e.m+"/"+a,u:F(g,f),G:Hf});return c.call(d,g.then(uk))};x("ee.data.updateAsset",Im);
564
- var Jm=function(a,b,c){a=tk(a);b=Dk(b);b=new ch({jb:b});c=new K(c);var d=c.handle,e=c.assets(),g={prettyPrint:!1};g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=G(e.j,{body:b,B:"POST",D:"earthengine.projects.assets.setIamPolicy",path:"/"+e.m+"/"+a+":setIamPolicy",u:F(g,f),G:bg});d.call(c,f)};x("ee.data.setAssetAcl",Jm);
565
- var Km=function(a,b,c){var d=yk(b);b=Ia(d.i()).keys.filter(function(e){return e!=="properties"&&D(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+'"'}));Im(a,d,b,c)};x("ee.data.setAssetProperties",Km);
566
- var Lm=function(a,b){var c=tk(a);b=new K(b);var d=b.assets(),e=d.j.C;d.j.C=function(g,f){f.source==="^projects\\/[^/]+\\/assets\\/.+$"&&(f=RegExp("^projects/[^/]+/assets/.*$"));return e(g,f)};c=d.get(c,{prettyPrint:!1});return b.handle(c.then(function(g){if(!(g instanceof Hf&&g.quota))throw Error(a+" is not a root folder.");g=g.quota;return{asset_count:{usage:Number(g.Ne||0),limit:Number(g.Lf||0)},asset_size:{usage:Number(g.sizeBytes||0),limit:Number(g.Vb||0)}}}))};x("ee.data.getAssetRootQuota",Lm);
567
- var Mm=function(){this.default=this.tag=""};Mm.prototype.get=function(){return this.tag};Mm.prototype.set=function(a){this.tag=this.validate(a)};Mm.prototype.reset=function(){this.tag=this.default};
568
- Mm.prototype.validate=function(a){if(a==null||a==="")return"";a=String(a);if(!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(a))throw Error('Invalid tag, "'+a+'". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');return a};var Hl=function(){return Al(Mm).get()};x("ee.data.getWorkloadTag",Hl);var Nm=function(a){Al(Mm).set(a)};x("ee.data.setWorkloadTag",Nm);
569
- var Om=function(a){var b=Al(Mm);b.default=b.validate(a);Al(Mm).set(a)};x("ee.data.setDefaultWorkloadTag",Om);var Pm=function(a){a&&(a=Al(Mm),a.default=a.validate(""));Al(Mm).reset()};x("ee.data.resetWorkloadTag",Pm);var hm={Gl:"CANCEL",Jl:"UPDATE"};var O=function(a,b,c){if(!(this instanceof O))return Qm(O,arguments);if(c&&(a||b))throw Error('When "opt_varName" is specified, "func" and "args" must be null.');if(a&&!b)throw Error('When "func" is specified, "args" must not be null.');this.I=a;this.args=b;this.U=c||null;this.yl=null};y(O,Yj);x("ee.ComputedObject",O);O.prototype.Ch=function(){return this.yl};O.prototype.evaluate=function(a){if(!a||typeof a!=="function")throw Error("evaluate() requires a callback function.");Nl(this,a)};
570
- O.prototype.evaluate=O.prototype.evaluate;O.prototype.V=function(a){return Nl(this,a)};O.prototype.getInfo=O.prototype.V;O.prototype.encode=function(a){if(this.I===null&&this.args===null)return{type:"ArgumentRef",value:this.U};var b={},c;for(c in this.args)this.args[c]!==void 0&&(b[c]=a(this.args[c]));b={type:"Invocation",arguments:b};a=a(this.I);b[typeof a==="string"?"functionName":"function"]=a;return b};
571
- O.prototype.na=function(a){if(this.I===null&&this.args===null){a=this.U||a.Oi;if(!a)throw Error("A mapped function's arguments cannot be used in client-side operations");return new gf({Lb:a})}var b={},c;for(c in this.args)this.args[c]!==void 0&&(b[c]=bk(hl(a,this.args[c])));return typeof this.I==="string"?ek(String(this.I),b):this.I.Ed(a,b)};O.prototype.va=function(a){return(a===void 0?0:a)?Wk(this):fl(this)};O.prototype.serialize=O.prototype.va;
572
- O.prototype.toString=function(){return"ee."+this.name()+"("+Yk(this)+")"};x("ee.ComputedObject.prototype.toString",O.prototype.toString);O.prototype.name=function(){return"ComputedObject"};O.prototype.Eg=function(a,b){var c=Array.from(arguments);c[0]=this;a.apply(t,c);return this};O.prototype.aside=O.prototype.Eg;
573
- var Rm=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},Qm=function(a,b){function c(){return a.apply(this,b)}c.prototype=a.prototype;return new c};var Sm={},Tm=function(a,b){if(b==a)return!0;switch(a){case "Element":return b=="Element"||b=="Image"||b=="Feature"||b=="Collection"||b=="ImageCollection"||b=="FeatureCollection";case "FeatureCollection":case "Collection":return b=="Collection"||b=="ImageCollection"||b=="FeatureCollection";case "Object":return!0;default:return!1}},Um=function(a){return typeof a==="number"||a instanceof O&&a.name()=="Number"},Vm=function(a){return typeof a==="string"||a instanceof O&&a.name()=="String"},Wm=function(a){return u(a)&&
574
- typeof a!=="function"?(a=Object.getPrototypeOf(a),a!==null&&Object.getPrototypeOf(a)===null):!1},Xm=function(a,b,c){c=c===void 0?!1:c;return a.length===1&&Wm(a[0])&&(a=b.args,c&&(a=a.slice(1)),a.length)?!(a.length===1||a[1].optional)||a[0].type!=="Dictionary":!1};var Ym=function(){if(!(this instanceof Ym))return new Ym};y(Ym,Yj);x("ee.Function",Ym);var Zm=Wd;Ym.prototype.call=function(a){return this.apply($m(this,Array.prototype.slice.call(arguments,0)))};Ym.prototype.call=Ym.prototype.call;Ym.prototype.apply=function(a){a=new O(this,an(this,a));return Zm(a,this.Z().returns)};Ym.prototype.apply=Ym.prototype.apply;
575
- var bn=function(a,b,c){var d=b!==void 0,e=a.Z();if(Xm(c,e,d)){if(c=gb(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=$m(a,d?[b].concat(c):c);return a.apply(c)},an=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&&b[f]!==void 0)d[f]=Zm(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(c.length>
576
- 0)throw Error("Unrecognized arguments ("+c+") to function: "+a);return d},$m=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
- Ym.prototype.toString=function(a,b){var c=this.Z(),d=[];d.push(a||c.name);d.push("(");d.push(Yb(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&&a==0?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("")};Ym.prototype.va=function(a){return(a===void 0?0:a)?Wk(this):fl(this)};var P=function(a,b){if(b===void 0)return cn(a);if(!(this instanceof P))return Qm(P,arguments);this.wb=hb(b);this.wb.name=a};y(P,Ym);x("ee.ApiFunction",P);var Q=function(a,b){return Ym.prototype.call.apply(cn(a),Array.prototype.slice.call(arguments,1))};x("ee.ApiFunction._call",Q);var dn=function(a,b){return cn(a).apply(b)};x("ee.ApiFunction._apply",dn);P.prototype.encode=function(){return this.wb.name};P.prototype.Ed=function(a,b){return ek(this.wb.name,b)};P.prototype.Z=function(){return this.wb};
579
- var en=null,fn={},hn=function(){gn();return Ya(en,function(a){return a.Z()})},jn=function(){gn();return Xa(en,function(a,b){return!fn[b]})},cn=function(a){var b=kn(a);if(!b)throw Error("Unknown built-in function name: "+a);return b};x("ee.ApiFunction.lookup",cn);
580
- var kn=function(a){gn();return en[a]||null},gn=function(a,b){if(en)a&&a();else{var c=function(d,e){e?b&&b(Error(e)):(en=Ya(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?Gl(c):c(Gl())}},ln=function(a,b,c,d){gn();var e=d||"";Wa(en,function(g,f){var l=f.split(".");if(l.length==2&&l[0]==b){l=e+l[1];var m=g.Z();fn[f]=!0;var p=!1;m.args.length&&(f=m.args[0].type,p=f!="Object"&&Tm(f,c));
581
- f=p?a.prototype:a;l in f&&!f[l].signature||(f[l]=function(v){return bn(g,p?this:void 0,Array.prototype.slice.call(arguments,0))},f[l].toString=w(g.toString,g,l,p),f[l].signature=m)}})},mn=function(a){var b=function(c){for(var d in c)typeof c[d]==="function"&&c[d].signature&&delete c[d]};b(a);b(a.prototype||{})};var R=function(a,b){var c=nn(a),d=Yb(c,function(m){return m.replace(/^opt_/,"")});a=(a=t.EXPORTED_FN_INFO?t.EXPORTED_FN_INFO[a.toString()].name.split(".").pop()+"()":null)?" to function "+a:"";var e={},g=b[0],f=u(g)&&typeof g!=="function"&&!Array.isArray(g)&&Object.getPrototypeOf(g).constructor.name==="Object";if(b.length>1||!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 je(ab(g));
582
- var l=new je(d);if(le(l,f).isEmpty())e[d[0]]=b[0];else{b=me(f,l);if(b.size!==0)throw Error("Unexpected arguments"+a+": "+Array.from(b.values()).join(", "));e=gb(g)}}b=new je(ab(e));c=me(new je(Xb(c,function(m){return m.lastIndexOf("opt_",0)!=0})),b);if(c.size!==0)throw Error("Missing required arguments"+a+": "+Array.from(c.values()).join(", "));return e},nn=function(a){var b=on,c=[];t.EXPORTED_FN_INFO?(a=t.EXPORTED_FN_INFO[a.toString()],u(a)||pn(),c=a.paramNames,Array.isArray(c)||pn()):(a=a.toString().replace(qn,
583
- "").match(b),a===null&&pn(),c=(a[1].split(",")||[]).map(function(d){return d.replace(rn,"")}));return c},pn=function(){throw Error("Failed to locate function parameters.");},qn=/((\/\/.*$)|(\/\*[\s\S]*?\*\/)|(\s))/mg,on=/^function[^\(]*\(([^\)]*)\)/m,rn=/=.*$/;var S=function(a,b,c){O.call(this,a,b,c);sn()};y(S,O);x("ee.Element",S);var tn=!1,sn=function(){tn||(ln(S,"Element","Element"),tn=!0)};S.prototype.name=function(){return"Element"};
584
- S.prototype.set=function(a){var b;if(arguments.length<=1){var c=arguments[0];if(b=Wm(c))a:{b=ab(c);var d=["properties"];if(xa(b)&&xa(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&&u(c.properties)&&(c=c.properties);if(Wm(c)){b=this;for(var f in c)d=c[f],b=Q("Element.set",b,f,d)}else if(c instanceof O&&kn("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(arguments.length%
585
- 2!=0)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 Rm(this,b)};S.prototype.set=S.prototype.set;var T=function(a,b,c,d){if(!(this instanceof T))return Qm(T,arguments);if(typeof a!=="object"||!("type"in a)){var e=R(T,arguments);a=e.geoJson;b=e.proj;c=e.geodesic;d=e.evenOdd}un();e=b!=null||c!=null||d!=null;if(a instanceof O&&!(a instanceof T&&a.nb)){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(!vn(a))throw Error("Invalid GeoJSON geometry: "+JSON.stringify(a));
586
- O.call(this,null,null);this.nb=a.type;this.ah=a.coordinates!=null?hb(a.coordinates):null;this.Bh=a.geometries||null;if(b!=null)this.Zb=b;else if("crs"in a)if(u(a.crs)&&a.crs.type=="name"&&u(a.crs.properties)&&typeof a.crs.properties.name==="string")this.Zb=a.crs.properties.name;else throw Error("Invalid CRS declaration in GeoJSON: "+(new Si).va(a.crs));this.pc=c;this.pc===void 0&&"geodesic"in a&&(this.pc=!!a.geodesic);this.nc=d;this.nc===void 0&&"evenOdd"in a&&(this.nc=!!a.evenOdd)}};y(T,O);
587
- x("ee.Geometry",T);var wn=!1,un=function(){wn||(ln(T,"Geometry","Geometry"),wn=!0)},xn=function(a,b){if(!(this instanceof xn))return yn(xn,arguments);var c=zn(xn,"Point",1,arguments);if(!(c instanceof O)){var d=c.coordinates;if(!Array.isArray(d)||d.length!=2)throw Error("The Geometry.Point constructor requires 2 coordinates.");}T.call(this,c)};y(xn,T);T.Point=xn;var An=function(a,b){if(!(this instanceof An))return yn(An,arguments);T.call(this,zn(An,"MultiPoint",2,arguments))};y(An,T);
588
- T.MultiPoint=An;var Bn=function(a,b,c,d){if(!(this instanceof Bn))return yn(Bn,arguments);var e=zn(Bn,"Rectangle",2,arguments);if(!(e instanceof O)){var g=e.coordinates;if(g.length!=2)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)};y(Bn,T);T.Rectangle=Bn;
589
- var Cn=function(a,b,c,d){if(!(this instanceof Cn))return yn(Cn,arguments);var e=R(Cn,arguments);a=e.west;b=e.south;c=e.east;d=e.north;e=[a,b,c,d];if(Dn(e)){var g;return(g=new P("GeometryConstructors.BBox")).call.apply(g,ja(e))}if(!(a<Infinity))throw Error("Geometry.BBox: west must not be "+a);if(!(c>-Infinity))throw Error("Geometry.BBox: east must not be "+c);if(!(b<=90))throw Error("Geometry.BBox: south must be at most +90\u00b0, but was "+b+"\u00b0");if(!(d>=-90))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);c-a>=360?(a=-180,c=180):(a=En(a),c=En(c),c<a&&(c+=360));T.call(this,{type:"Polygon",coordinates:[[[a,d],[a,b],[c,b],[c,d]]]},void 0,!1,!0)};y(Cn,Bn);T.BBox=Cn;var En=function(a){a%=360;a>180?a-=360:a<-180&&(a+=360);return a},Fn=function(a,b,c,d){if(!(this instanceof Fn))return yn(Fn,arguments);T.call(this,zn(Fn,"LineString",2,arguments))};y(Fn,T);T.LineString=Fn;
591
- var Gn=function(a,b,c,d){if(!(this instanceof Gn))return yn(Gn,arguments);T.call(this,zn(Gn,"LinearRing",2,arguments))};y(Gn,T);T.LinearRing=Gn;var Hn=function(a,b,c,d){if(!(this instanceof Hn))return yn(Hn,arguments);T.call(this,zn(Hn,"MultiLineString",3,arguments))};y(Hn,T);T.MultiLineString=Hn;var In=function(a,b,c,d,e){if(!(this instanceof In))return yn(In,arguments);T.call(this,zn(In,"Polygon",3,arguments))};y(In,T);T.Polygon=In;
592
- var Jn=function(a,b,c,d,e){if(!(this instanceof Jn))return yn(Jn,arguments);T.call(this,zn(Jn,"MultiPolygon",4,arguments))};y(Jn,T);T.MultiPolygon=Jn;
522
+ kl=function(a){var b=null;a.writePublicTiles!=null&&(b=a.writePublicTiles?"PUBLIC":"DEFAULT_OBJECT_ACL");return new qf({Se:L(a.outputBucket),xa:L(a.outputPrefix),Te:a.bucketCorsUris||null,permissions:b})},ll=function(a){return new Cf({rf:L(a.driveFolder),xa:L(a.driveFileNamePrefix)})},ml=function(a){return new of({name:pk(a.assetId)})},nl=function(a){if(!a)return null;var b=a;typeof a==="string"&&(a=a.split(","));if(Array.isArray(a))return new Yg({Vf:(a||[]).map(ul)});throw Error("Unable to build ranking rule from rules: "+
523
+ JSON.stringify(b)+". Rules should either be a comma-separated string or list of strings.");},ul=function(a){var b=new Xg({direction:null,Zd:null,be:null,ae:null});a=a.trim();a=a.match(/^([\S]+.*)\s+(ASC|DESC)$/);if(a==null)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=q(a);c.next();a=c.next().value;c=c.next().value;switch(c.toUpperCase()){case "ASC":b.direction=
524
+ "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.ae=new Ug({});break;case ".minZoomLevel":b.be=new Wg({});break;default:b.Zd=new Tg({attributeName:L(a)})}return b};var vl=[],wl=function(a){E(!Object.isSealed(a),"Cannot use getInstance() with a sealed constructor.");var b="Cf";if(a.Cf&&a.hasOwnProperty(b))return a.Cf;vl.push(a);var c=new a;a.Cf=c;E(a.hasOwnProperty(b),"Could not instantiate singleton.");return c};var yl=function(a,b,c,d,e,g){d=xj(!g,!1,d||[]);zj=a;Aj=d;a===null?Fj():Bj(function(){Dj(b,c,e||Ea(xl,b,c))})};x("ee.data.authenticateViaOauth",yl);var zl=function(a,b,c,d,e){yl(a,b,c,d,e)};x("ee.data.authenticate",zl);var xl=function(a,b){t.google.accounts.oauth2.initTokenClient({client_id:zj,callback:Ea(Cj,a,b),scope:Aj.join(" ")}).requestAccessToken()};x("ee.data.authenticateViaPopup",xl);
525
+ var Al=function(a,b,c,d,e){if("window"in t)throw Error("Use of private key authentication in the browser is insecure. Consider using OAuth, instead.");d=xj(!e,!e,d||[]);zj=a.client_email;Aj=d;var g=new google.auth.JWT(a.client_email,null,a.private_key,d,null);yj=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})})};Dj(b,c)};x("ee.data.authenticateViaPrivateKey",Al);
526
+ x("ee.data.setExpressionAugmenter",function(a){Bl=a||Sd});var Bl=Sd;x("ee.data.setAuthToken",function(a,b,c,d,e,g,f,l){e=xj(!l,!1,e||[]);zj=a;Aj=e;Cj(void 0,void 0,{token_type:b,access_token:c,state:e.join(" "),expires_in:d});f===!1?g&&g():Bj(function(){g&&g()})});x("ee.data.refreshAuthToken",Dj);x("ee.data.setAuthTokenRefresher",function(a){yj=a});x("ee.data.getAuthToken",tj);x("ee.data.clearAuthToken",Fj);x("ee.data.getAuthClientId",function(){return zj});x("ee.data.getAuthScopes",function(){return Aj});
527
+ x("ee.data.setDeadline",function(a){Tj=a});x("ee.data.setParamAugmenter",function(a){Nj=a||Sd});
528
+ var Cl=function(a){a=new K(a);return a.handle(a.Dc().list(mj(),{prettyPrint:!1}).then(kk))},Fl=function(a,b){if(typeof a.image==="string")throw Error("Image as JSON string not supported.");if(a.version!==void 0)throw Error("Image version specification not supported.");a=new Kf({name:null,l:Bl(Wk(a.image)),F:dk(a.format),da:gk(a.bands),hc:jk(a)});var c={fields:"name"},d=Dl();d&&(c.workloadTag=d);b=new K(b);return b.handle(b.maps().create(mj(),a,c).then(function(e){return El(e.name,"")}))};
529
+ x("ee.data.getMapId",Fl);var Gl=function(a,b,c,d){if(!a.formatTileUrl){var e=El(a.mapid,a.token,a.urlFormat);a.urlFormat=e.urlFormat;a.formatTileUrl=e.formatTileUrl}return a.formatTileUrl(b,c,d)};x("ee.data.getTileUrl",Gl);
530
+ var El=function(a,b,c){var d=c===void 0?"":c;d||(kj(),c=Ij,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(e<0?e+l:e);return d.replace("{x}",e).replace("{y}",g).replace("{z}",f)},urlFormat:d}},Hl=function(a,b){var c=a.visParams?Bl(Wk(a.visParams)):null;a=new dg({name:null,Mb:a.assetId,mapName:a.mapName,Ag:c});b=new K(b);return b.handle((new kh(b.M)).create(mj(),a,{fields:["name"]}).then(function(d){var e=
531
+ d.name.split("/").pop();return{token:e,formatTileUrl:function(g,f,l){return Ij+"/v1/"+d.name+"/tiles/"+l+"/"+g+"/"+f},rawTilesKey:e.substring(0,e.lastIndexOf("-"))}}))};x("ee.data.getFeatureViewTilesKey",Hl);
532
+ var Il=function(a,b,c){c=new K(c);var d=pk(a);a=c.handle;var e=c.assets();b=b===void 0?{}:b;var g=g===void 0?{}:g;e.j.C(d,RegExp("^projects/[^/]+/assets/.*$"));g=G(e.j,{body:null,B:"GET",D:"earthengine.projects.assets.listFeatures",path:"/"+e.m+"/"+d+":listFeatures",u:F(b,g),G:Ig});return a.call(c,g)};x("ee.data.listFeatures",Il);
533
+ var Jl=function(a,b){var c=new Nk(!0);a=Yk(c,a);var d={};c=$k(c,a);Object.keys(c).length&&(d={__source_code_nodes__:c});c={l:Bl(a,d)};if(a=Dl())c.workloadTag=a;b=new K(b);return b.handle(uh(b.value(),mj(),new sf(c)).then(function(e){return e.result}))};x("ee.data.computeValue",Jl);
534
+ var Kl=function(a,b){if(typeof a.image==="string")throw Error("Image as JSON string not supported.");if(a.version!==void 0)throw Error("Image version specification not supported.");if(a.region!==void 0)throw Error('"region" not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');if(a.dimensions!==void 0)throw Error('"dimensions" is not supported in call to ee.data.getThumbId. Use ee.Image.getThumbURL.');a=new bh({name:null,l:Bl(Wk(a.image)),F:dk(a.format),xa:a.name,da:gk(a.bands),
535
+ hc:jk(a),grid:null});var c={fields:"name"},d=Dl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new sh(b.M)).create(mj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getThumbId",Kl);
536
+ var Ll=function(a,b){var c=new ag({framesPerSecond:a.framesPerSecond||null,maxFrames:a.maxFrames||null,maxPixelsPerFrame:a.maxPixelsPerFrame||null});a=new fh({name:null,l:Bl(Wk(a.imageCollection)),F:dk(a.format),Pa:c,grid:null});c={fields:"name"};var d=Dl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new xh(b.M)).create(mj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getVideoThumbId",Ll);
537
+ var Ml=function(a,b){a=new lg({name:null,l:Bl(Wk(a.imageCollection)),F:dk(a.format),orientation:fk(a.orientation),grid:null});var c={fields:"name"},d=Dl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new lh(b.M)).create(mj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getFilmstripThumbId",Ml);var Nl=function(a){return Ij+"/v1/"+a.thumbid+":getPixels"};x("ee.data.makeThumbUrl",Nl);
538
+ var Pl=function(a,b){a=Object.assign({},a);a.id&&(a.image=new N(a.id));if(typeof a.image==="string")throw Error("Image as serialized JSON string not supported.");if(!a.image)throw Error("Missing ID or image parameter.");a.filePerBand=a.filePerBand!==!1;a.format=a.format||(a.filePerBand?"ZIPPED_GEO_TIFF_PER_BAND":"ZIPPED_GEO_TIFF");if(a.region!=null&&(a.scale!=null||a.crs_transform!=null)&&a.dimensions!=null)throw Error("Cannot specify (bounding region, crs_transform/scale, dimensions) simultaneously.");
539
+ if(typeof a.bands==="string")try{a.bands=JSON.parse(a.bands)}catch(e){a.bands=gk(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 typeof e==="string"})&&(a.bands=a.bands.map(function(e){return{id:e}}));if(a.bands&&a.bands.some(function(e){return e.id==null}))throw Error("Each band dictionary must have an id.");typeof a.region==="string"&&(a.region=JSON.parse(a.region));if(typeof a.crs_transform==="string")try{a.crs_transform=
540
+ JSON.parse(a.crs_transform)}catch(e){}var c=Ol(a.image,a);a=new bh({name:null,l:Bl(Wk(c)),F:dk(a.format),xa:a.name,da:a.bands&&gk(a.bands.map(function(e){return e.id})),grid:null});c={fields:"name"};var d=Dl();d&&(c.workloadTag=d);b=new K(b);return b.handle((new sh(b.M)).create(mj(),a,c).then(function(e){return{docid:e.name,token:""}}))};x("ee.data.getDownloadId",Pl);var Ql=function(a){kj();return Ij+"/v1/"+a.docid+":getPixels"};x("ee.data.makeDownloadUrl",Ql);
541
+ var Rl=function(a,b){b=new K(b);var c=ek(a.format),d=Bl(Wk(a.table)),e=null;if(a.selectors!=null)if(typeof a.selectors==="string")e=a.selectors.split(",");else if(Array.isArray(a.selectors)&&a.selectors.every(function(g){return typeof g==="string"}))e=a.selectors;else throw Error("'selectors' parameter must be an array of strings.");a=new $g({name:null,l:d,F:c,selectors:e,filename:a.filename||null});c={fields:"name"};if(d=Dl())c.workloadTag=d;return b.handle((new rh(b.M)).create(mj(),a,c).then(function(g){return{docid:g.name||
542
+ "",token:""}}))};x("ee.data.getTableDownloadId",Rl);var Sl=function(a){return Ij+"/v1/"+a.docid+":getFeatures"};x("ee.data.makeTableDownloadUrl",Sl);var Tl=function(a,b){var c=function(d){return Math.floor(Math.random()*Math.pow(2,d*4)).toString(16).padStart(d,"0")};a=hc(a||1).map(function(){return[c(8),c(4),"4"+c(3),(8+Math.floor(Math.random()*4)).toString(16)+c(3),c(12)].join("-")});return b?b(a):a};x("ee.data.newTaskId",Tl);
543
+ var Ul=function(a){return a.name&&a.done&&a.error},Wl=function(a,b){var c=Vl(a).map(Bk);if(c.length===1)return a=(new K(b)).pd(Ul),a.handle(a.Na().get(c[0]).then(function(e){return[Ck(e)]}));a=(new sj(b)).pd(Ul);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}),function(e){return c.map(function(g){return Ck(e[g])})})};x("ee.data.getTaskStatus",Wl);
544
+ var Vl=function(a){if(typeof a==="string")return[a];if(Array.isArray(a))return a;throw Error("Invalid value: expected a string or an array of strings.");},Yl=function(a){return Xl(void 0,a)};x("ee.data.getTaskList",Yl);var Xl=function(a,b){return b?(Zl(a,function(c,d){return b(c?{tasks:c.map(Ck)}:null,d)}),null):{tasks:Zl(a).map(Ck)}};x("ee.data.getTaskListWithLimit",Xl);
545
+ var Zl=function(a,b){var c=[],d={pageSize:500},e=function(l){fc(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(mj(),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(mj(),d).then(e));return b?null:a?c.slice(0,a):c};x("ee.data.listOperations",Zl);
546
+ var $l=function(a,b){a=Vl(a).map(Bk);var c=new lf;if(a.length===1)b=new K(b),b.handle(b.Na().cancel(a[0],c));else{b=new sj(b);var d=b.Na();b.send(a.map(function(e){return[e,d.cancel(e,c)]}))}};x("ee.data.cancelOperation",$l);var am=function(a,b){var c=Vl(a).map(Bk);if(!Array.isArray(a))return a=(new K(b)).pd(Ul),a.handle(a.Na().get(c[0]));a=(new sj(b)).pd(Ul);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}))};x("ee.data.getOperation",am);
547
+ var cm=function(a,b){return bm(a,"CANCEL",b)};x("ee.data.cancelTask",cm);var bm=function(a,b,c){if(!bb(dm,b))throw Error("Invalid action: "+b);a=Vl(a);a=a.map(Bk);$l(a,c);return null};x("ee.data.updateTask",bm);
548
+ var jm=function(a,b,c){b.id=a;var d=b.type;a=b.sourceUrl!=null?{__source_url__:b.sourceUrl}:{};if("workloadTag"in b)b.workloadTag||delete b.workloadTag;else{var e=Dl();e&&(b.workloadTag=e)}var g=new K(c);c=function(f){return g.handle(f.then(Dk))};switch(d){case "EXPORT_IMAGE":return b=em(b,a),c(g.image().Ka(mj(),b));case "EXPORT_FEATURES":return b=ol(b),b.l=Bl(b.l,a),c(g.table().Ka(mj(),b));case "EXPORT_VIDEO":return b=fm(b,a),c(g.video().Ka(mj(),b));case "EXPORT_TILES":return b=gm(b,a),c(g.map().Ka(mj(),
549
+ b));case "EXPORT_VIDEO_MAP":return b=hm(b),c((new wh(g.M)).Ka(mj(),b));case "EXPORT_CLASSIFIER":return b=im(b,a),c((new jh(g.M)).Ka(mj(),b));default:throw Error("Unable to start processing for task of type "+d);}};x("ee.data.startProcessing",jm);
550
+ var em=function(a,b){var c=km(a);if(c.element==null)throw Error('"element" not found in params '+c);var d=new Of({l:Wk(c.element),description:L(c.description),oa:null,sa:null,grid:null,Of:L(c.maxPixels),requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)}),e=jl(c);switch(e){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":d.oa=rl(c,e);break;case "ASSET":e=c.pyramidingPolicy||{};try{e=JSON.parse(e)}catch(f){}var g="PYRAMIDING_POLICY_UNSPECIFIED";typeof e==="string"?(g=e,e={}):e[".default"]&&(g=e[".default"],
551
+ delete e[".default"]);c=new Pf({Ha:ml(c),pyramidingPolicy:g,Tf:eb(e)?null:e,tileSize:M(c.shardSize)});d.sa=c;break;default:throw Error('Export destination "'+e+'" unknown');}d.l=Bl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},fm=function(a,b){var c=lm(a);if(c.element==null)throw Error('"element" not found in params '+c);var d=new bg({l:Wk(c.element),description:L(c.description),Pa:new ag({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:L(c.maxPixels)}),
552
+ oa:null,requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)});d.oa=sl(c,jl(c));d.l=Bl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},gm=function(a,b){var c=a.scale;delete a.scale;var d=km(a);d.scale=c;if(d.element==null)throw Error('"element" not found in params '+d);c=new Sf({l:Wk(d.element),description:L(d.description),dc:tl(d),cc:rl(d,"GOOGLE_CLOUD_STORAGE"),requestId:L(d.id),O:M(d.maxWorkers),priority:M(d.priority)});c.l=Bl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);
553
+ return c},hm=function(a){var b=a.scale;delete a.scale;var c=lm(a);c.scale=b;if(c.element==null)throw Error('"element" not found in params '+c);b=new Zf({l:Wk(c.element),description:L(c.description),Pa:new ag({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:null}),dc:tl(c),cc:sl(c,"GOOGLE_CLOUD_STORAGE"),requestId:L(c.id),version:L(c.version),O:M(c.maxWorkers),priority:M(c.priority)});b.l=Bl(b.l);a.workloadTag&&(b.workloadTag=a.workloadTag);return b},im=function(a,b){if(a.element==
554
+ null)throw Error('"element" not found in params '+a);var c=jl(a);if(c!="ASSET")throw Error('Export destination "'+c+'" unknown');c=new Nf({l:Wk(a.element),description:L(a.description),requestId:L(a.id),sa:new nf({Ha:ml(a)}),O:M(a.maxWorkers),priority:M(a.priority)});c.l=Bl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);return c},nm=function(a,b,c){b=Hk(b);var d=function(e){return e?Dk(e):null};return d(mm(a,b,c&&function(e,g){return c(d(e),g)}))};x("ee.data.startIngestion",nm);
555
+ var mm=function(a,b,c){b=new Dg({zf:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.image().import(mj(),b))},om=function(a,b,c){b=new Eg({og:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.table().import(mj(),b))},pm=function(a,b,c){b=Ik(b);var d=function(e){return e?Dk(e):null};return d(om(a,b,c&&function(e,g){return c(d(e),g)}))};x("ee.data.startTableIngestion",pm);
556
+ var qm=function(a,b){b=new K(b);a=pk(a);return b.handle(b.assets().get(a,{prettyPrint:!1}).then(qk))};x("ee.data.getAsset",qm);x("ee.data.getInfo",qm);
557
+ var rm=function(a,b,c,d){b=b===void 0?{}:b;d=d===void 0?Sd:d;var e=Object.assign({},b),g=new K(c),f=(b=nk.test(a))?new hh(g.M):g.assets();a=b?"projects/"+ok(a):pk(a);var l=function(m){if(e.pageSize!=null||!m.nextPageToken)return m;var p=m.assets||[];e.pageToken=m.nextPageToken;m=f.Sc(a,e).then(function(v){v.assets=p.concat(v.assets);return v}).then(l);return c?m:g.handle(m)};return g.handle(f.Sc(a,e).then(l).then(d))},sm=function(a,b){var c=xk(a);c.pageSize||(c.pageSize=1E3);return rm(a.id,c,b,function(d){return d==
558
+ null?null:rk(d)})};x("ee.data.getList",sm);var tm=function(a,b,c){b=b===void 0?{}:b;return rm(a,b,c)};x("ee.data.listAssets",tm);var um=function(a,b,c){b=b===void 0?{}:b;b=wk(b);return rm(a,b,c,function(d){if(d==null)return null;var e={};d.assets&&(e.images=d.assets);d.nextPageToken&&(e.nextPageToken=d.nextPageToken);return e})};x("ee.data.listImages",um);var vm=function(a,b){b=new K(b);return b.handle((new hh(b.M)).Sc(a||mj()))};x("ee.data.listBuckets",vm);var wm=function(a){a=new K(a);return a.handle((new hh(a.M)).Sc(mj()).then(rk))};
559
+ x("ee.data.getAssetRoots",wm);var xm=function(a,b){var c="projects/"+ok(a);a=c==="projects/earthengine-legacy"?a:void 0;var d=new Df({type:"Folder"});b=new K(b);b.handle(b.assets().create(c,d,{assetId:a}).then(qk))};x("ee.data.createAssetHome",xm);
560
+ var ym=function(a,b,c,d,e){if(c)throw Error("Asset overwrite not supported.");if(typeof a==="string")throw Error("Asset cannot be specified as string.");b=a.name||b&&pk(b);if(!b)throw Error("Either asset name or opt_path must be specified.");c=b.indexOf("/assets/");if(c===-1)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 Jf(a.tilestoreLocation));
561
+ a.gcsLocation&&!a.cloudStorageLocation&&(a.cloudStorageLocation=a.gcsLocation,delete a.gcsLocation);a.cloudStorageLocation&&(a.cloudStorageLocation=new rf(a.cloudStorageLocation));d&&!a.properties&&(a.properties=Object.assign({},d));d=q(["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 Df(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=
562
+ "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(qk))};x("ee.data.createAsset",ym);var zm=function(a,b,c){return ym({type:"Folder"},a,b,void 0,c)};x("ee.data.createFolder",zm);var Am=function(a,b,c){a=pk(a);b=pk(b);b=new Mg({Pb:b});c=new K(c);c.handle(c.assets().move(a,b).then(qk))};x("ee.data.renameAsset",Am);
563
+ var Bm=function(a,b,c,d){a=pk(a);b=pk(b);c=new wf({Pb:b,overwrite:c!=null?c:null});d=new K(d);b=d.handle;var e=d.assets();var g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=G(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.copy",path:"/"+e.m+"/"+a+":copy",u:F(g,f),G:Df});b.call(d,g.then(qk))};x("ee.data.copyAsset",Bm);var Cm=function(a,b){b=new K(b);b.handle(b.assets().delete(pk(a)))};x("ee.data.deleteAsset",Cm);
564
+ var Dm=function(a,b){a=pk(a);var c=new rg;b=new K(b);var d=b.handle,e=b.assets(),g={prettyPrint:!1};g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=G(e.j,{body:c,B:"POST",D:"earthengine.projects.assets.getIamPolicy",path:"/"+e.m+"/"+a+":getIamPolicy",u:F(g,f),G:Yf});return d.call(b,f.then(yk))};x("ee.data.getAssetAcl",Dm);
565
+ var Em=function(a,b,c,d){b=new eh({Mb:b,updateMask:(c||[]).join(",")});d=new K(d);c=d.handle;var e=d.assets();a=pk(a);var g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));g=G(e.j,{body:b,B:"PATCH",D:"earthengine.projects.assets.patch",path:"/"+e.m+"/"+a,u:F(g,f),G:Df});return c.call(d,g.then(qk))};x("ee.data.updateAsset",Em);
566
+ var Fm=function(a,b,c){a=pk(a);b=zk(b);b=new Zg({jb:b});c=new K(c);var d=c.handle,e=c.assets(),g={prettyPrint:!1};g=g===void 0?{}:g;var f=f===void 0?{}:f;e.j.C(a,RegExp("^projects/[^/]+/assets/.*$"));f=G(e.j,{body:b,B:"POST",D:"earthengine.projects.assets.setIamPolicy",path:"/"+e.m+"/"+a+":setIamPolicy",u:F(g,f),G:Yf});d.call(c,f)};x("ee.data.setAssetAcl",Fm);
567
+ var Gm=function(a,b,c){var d=uk(b);b=Ia(d.i()).keys.filter(function(e){return e!=="properties"&&D(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+'"'}));Em(a,d,b,c)};x("ee.data.setAssetProperties",Gm);
568
+ var Hm=function(a,b){var c=pk(a);b=new K(b);var d=b.assets(),e=d.j.C;d.j.C=function(g,f){f.source==="^projects\\/[^/]+\\/assets\\/.+$"&&(f=RegExp("^projects/[^/]+/assets/.*$"));return e(g,f)};c=d.get(c,{prettyPrint:!1});return b.handle(c.then(function(g){if(!(g instanceof Df&&g.quota))throw Error(a+" is not a root folder.");g=g.quota;return{asset_count:{usage:Number(g.Ne||0),limit:Number(g.Lf||0)},asset_size:{usage:Number(g.sizeBytes||0),limit:Number(g.Vb||0)}}}))};x("ee.data.getAssetRootQuota",Hm);
569
+ var Im=function(){this.default=this.tag=""};Im.prototype.get=function(){return this.tag};Im.prototype.set=function(a){this.tag=this.validate(a)};Im.prototype.reset=function(){this.tag=this.default};
570
+ Im.prototype.validate=function(a){if(a==null||a==="")return"";a=String(a);if(!/^([a-z0-9]|[a-z0-9][-_a-z0-9]{0,61}[a-z0-9])$/g.test(a))throw Error('Invalid tag, "'+a+'". Tags must be 1-63 characters, beginning and ending with a lowercase alphanumeric character ([a-z0-9]) with dashes (-), underscores (_), and lowercase alphanumerics between.');return a};var Dl=function(){return wl(Im).get()};x("ee.data.getWorkloadTag",Dl);var Jm=function(a){wl(Im).set(a)};x("ee.data.setWorkloadTag",Jm);
571
+ var Km=function(a){var b=wl(Im);b.default=b.validate(a);wl(Im).set(a)};x("ee.data.setDefaultWorkloadTag",Km);var Lm=function(a){a&&(a=wl(Im),a.default=a.validate(""));wl(Im).reset()};x("ee.data.resetWorkloadTag",Lm);var dm={Gl:"CANCEL",Jl:"UPDATE"};var O=function(a,b,c){if(!(this instanceof O))return Mm(O,arguments);if(c&&(a||b))throw Error('When "opt_varName" is specified, "func" and "args" must be null.');if(a&&!b)throw Error('When "func" is specified, "args" must not be null.');this.I=a;this.args=b;this.U=c||null;this.yl=null};y(O,Uj);x("ee.ComputedObject",O);O.prototype.Ch=function(){return this.yl};O.prototype.evaluate=function(a){if(!a||typeof a!=="function")throw Error("evaluate() requires a callback function.");Jl(this,a)};
572
+ O.prototype.evaluate=O.prototype.evaluate;O.prototype.V=function(a){return Jl(this,a)};O.prototype.getInfo=O.prototype.V;O.prototype.encode=function(a){if(this.I===null&&this.args===null)return{type:"ArgumentRef",value:this.U};var b={},c;for(c in this.args)this.args[c]!==void 0&&(b[c]=a(this.args[c]));b={type:"Invocation",arguments:b};a=a(this.I);b[typeof a==="string"?"functionName":"function"]=a;return b};
573
+ O.prototype.na=function(a){if(this.I===null&&this.args===null){a=this.U||a.Oi;if(!a)throw Error("A mapped function's arguments cannot be used in client-side operations");return new cf({Lb:a})}var b={},c;for(c in this.args)this.args[c]!==void 0&&(b[c]=Xj(dl(a,this.args[c])));return typeof this.I==="string"?ak(String(this.I),b):this.I.Ed(a,b)};O.prototype.va=function(a){return(a===void 0?0:a)?Sk(this):bl(this)};O.prototype.serialize=O.prototype.va;
574
+ O.prototype.toString=function(){return"ee."+this.name()+"("+Uk(this)+")"};x("ee.ComputedObject.prototype.toString",O.prototype.toString);O.prototype.name=function(){return"ComputedObject"};O.prototype.Eg=function(a,b){var c=Array.from(arguments);c[0]=this;a.apply(t,c);return this};O.prototype.aside=O.prototype.Eg;
575
+ var Nm=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},Mm=function(a,b){function c(){return a.apply(this,b)}c.prototype=a.prototype;return new c};var Om={},Pm=function(a,b){if(b==a)return!0;switch(a){case "Element":return b=="Element"||b=="Image"||b=="Feature"||b=="Collection"||b=="ImageCollection"||b=="FeatureCollection";case "FeatureCollection":case "Collection":return b=="Collection"||b=="ImageCollection"||b=="FeatureCollection";case "Object":return!0;default:return!1}},Qm=function(a){return typeof a==="number"||a instanceof O&&a.name()=="Number"},Rm=function(a){return typeof a==="string"||a instanceof O&&a.name()=="String"},Sm=function(a){return u(a)&&
576
+ typeof a!=="function"?(a=Object.getPrototypeOf(a),a!==null&&Object.getPrototypeOf(a)===null):!1},Tm=function(a,b,c){c=c===void 0?!1:c;return a.length===1&&Sm(a[0])&&(a=b.args,c&&(a=a.slice(1)),a.length)?!(a.length===1||a[1].optional)||a[0].type!=="Dictionary":!1};var Um=function(){if(!(this instanceof Um))return new Um};y(Um,Uj);x("ee.Function",Um);var Vm=Sd;Um.prototype.call=function(a){return this.apply(Wm(this,Array.prototype.slice.call(arguments,0)))};Um.prototype.call=Um.prototype.call;Um.prototype.apply=function(a){a=new O(this,Xm(this,a));return Vm(a,this.Z().returns)};Um.prototype.apply=Um.prototype.apply;
577
+ var Ym=function(a,b,c){var d=b!==void 0,e=a.Z();if(Tm(c,e,d)){if(c=gb(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=Wm(a,d?[b].concat(c):c);return a.apply(c)},Xm=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&&b[f]!==void 0)d[f]=Vm(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(c.length>
578
+ 0)throw Error("Unrecognized arguments ("+c+") to function: "+a);return d},Wm=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};
579
+ Um.prototype.toString=function(a,b){var c=this.Z(),d=[];d.push(a||c.name);d.push("(");d.push(Yb(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&&a==0?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):
580
+ d.push("Undocumented.")}return d.join("")};Um.prototype.va=function(a){return(a===void 0?0:a)?Sk(this):bl(this)};var P=function(a,b){if(b===void 0)return Zm(a);if(!(this instanceof P))return Mm(P,arguments);this.wb=hb(b);this.wb.name=a};y(P,Um);x("ee.ApiFunction",P);var Q=function(a,b){return Um.prototype.call.apply(Zm(a),Array.prototype.slice.call(arguments,1))};x("ee.ApiFunction._call",Q);var $m=function(a,b){return Zm(a).apply(b)};x("ee.ApiFunction._apply",$m);P.prototype.encode=function(){return this.wb.name};P.prototype.Ed=function(a,b){return ak(this.wb.name,b)};P.prototype.Z=function(){return this.wb};
581
+ var an=null,bn={},dn=function(){cn();return Ya(an,function(a){return a.Z()})},en=function(){cn();return Xa(an,function(a,b){return!bn[b]})},Zm=function(a){var b=fn(a);if(!b)throw Error("Unknown built-in function name: "+a);return b};x("ee.ApiFunction.lookup",Zm);
582
+ var fn=function(a){cn();return an[a]||null},cn=function(a,b){if(an)a&&a();else{var c=function(d,e){e?b&&b(Error(e)):(an=Ya(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?Cl(c):c(Cl())}},gn=function(a,b,c,d){cn();var e=d||"";Wa(an,function(g,f){var l=f.split(".");if(l.length==2&&l[0]==b){l=e+l[1];var m=g.Z();bn[f]=!0;var p=!1;m.args.length&&(f=m.args[0].type,p=f!="Object"&&Pm(f,c));
583
+ f=p?a.prototype:a;l in f&&!f[l].signature||(f[l]=function(v){return Ym(g,p?this:void 0,Array.prototype.slice.call(arguments,0))},f[l].toString=w(g.toString,g,l,p),f[l].signature=m)}})},hn=function(a){var b=function(c){for(var d in c)typeof c[d]==="function"&&c[d].signature&&delete c[d]};b(a);b(a.prototype||{})};var R=function(a,b){var c=jn(a),d=Yb(c,function(m){return m.replace(/^opt_/,"")});a=(a=t.EXPORTED_FN_INFO?t.EXPORTED_FN_INFO[a.toString()].name.split(".").pop()+"()":null)?" to function "+a:"";var e={},g=b[0],f=u(g)&&typeof g!=="function"&&!Array.isArray(g)&&Object.getPrototypeOf(g).constructor.name==="Object";if(b.length>1||!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 fe(ab(g));
584
+ var l=new fe(d);if(he(l,f).isEmpty())e[d[0]]=b[0];else{b=ie(f,l);if(b.size!==0)throw Error("Unexpected arguments"+a+": "+Array.from(b.values()).join(", "));e=gb(g)}}b=new fe(ab(e));c=ie(new fe(Xb(c,function(m){return m.lastIndexOf("opt_",0)!=0})),b);if(c.size!==0)throw Error("Missing required arguments"+a+": "+Array.from(c.values()).join(", "));return e},jn=function(a){var b=kn,c=[];t.EXPORTED_FN_INFO?(a=t.EXPORTED_FN_INFO[a.toString()],u(a)||ln(),c=a.paramNames,Array.isArray(c)||ln()):(a=a.toString().replace(mn,
585
+ "").match(b),a===null&&ln(),c=(a[1].split(",")||[]).map(function(d){return d.replace(nn,"")}));return c},ln=function(){throw Error("Failed to locate function parameters.");},mn=/((\/\/.*$)|(\/\*[\s\S]*?\*\/)|(\s))/mg,kn=/^function[^\(]*\(([^\)]*)\)/m,nn=/=.*$/;var S=function(a,b,c){O.call(this,a,b,c);on()};y(S,O);x("ee.Element",S);var pn=!1,on=function(){pn||(gn(S,"Element","Element"),pn=!0)};S.prototype.name=function(){return"Element"};
586
+ S.prototype.set=function(a){var b;if(arguments.length<=1){var c=arguments[0];if(b=Sm(c))a:{b=ab(c);var d=["properties"];if(xa(b)&&xa(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&&u(c.properties)&&(c=c.properties);if(Sm(c)){b=this;for(var f in c)d=c[f],b=Q("Element.set",b,f,d)}else if(c instanceof O&&fn("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(arguments.length%
587
+ 2!=0)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 Nm(this,b)};S.prototype.set=S.prototype.set;var T=function(a,b,c,d){if(!(this instanceof T))return Mm(T,arguments);if(typeof a!=="object"||!("type"in a)){var e=R(T,arguments);a=e.geoJson;b=e.proj;c=e.geodesic;d=e.evenOdd}qn();e=b!=null||c!=null||d!=null;if(a instanceof O&&!(a instanceof T&&a.nb)){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(!rn(a))throw Error("Invalid GeoJSON geometry: "+JSON.stringify(a));
588
+ O.call(this,null,null);this.nb=a.type;this.ah=a.coordinates!=null?hb(a.coordinates):null;this.Bh=a.geometries||null;if(b!=null)this.Zb=b;else if("crs"in a)if(u(a.crs)&&a.crs.type=="name"&&u(a.crs.properties)&&typeof a.crs.properties.name==="string")this.Zb=a.crs.properties.name;else throw Error("Invalid CRS declaration in GeoJSON: "+(new Oi).va(a.crs));this.pc=c;this.pc===void 0&&"geodesic"in a&&(this.pc=!!a.geodesic);this.nc=d;this.nc===void 0&&"evenOdd"in a&&(this.nc=!!a.evenOdd)}};y(T,O);
589
+ x("ee.Geometry",T);var sn=!1,qn=function(){sn||(gn(T,"Geometry","Geometry"),sn=!0)},tn=function(a,b){if(!(this instanceof tn))return un(tn,arguments);var c=vn(tn,"Point",1,arguments);if(!(c instanceof O)){var d=c.coordinates;if(!Array.isArray(d)||d.length!=2)throw Error("The Geometry.Point constructor requires 2 coordinates.");}T.call(this,c)};y(tn,T);T.Point=tn;var wn=function(a,b){if(!(this instanceof wn))return un(wn,arguments);T.call(this,vn(wn,"MultiPoint",2,arguments))};y(wn,T);
590
+ T.MultiPoint=wn;var xn=function(a,b,c,d){if(!(this instanceof xn))return un(xn,arguments);var e=vn(xn,"Rectangle",2,arguments);if(!(e instanceof O)){var g=e.coordinates;if(g.length!=2)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)};y(xn,T);T.Rectangle=xn;
591
+ var yn=function(a,b,c,d){if(!(this instanceof yn))return un(yn,arguments);var e=R(yn,arguments);a=e.west;b=e.south;c=e.east;d=e.north;e=[a,b,c,d];if(zn(e)){var g;return(g=new P("GeometryConstructors.BBox")).call.apply(g,ja(e))}if(!(a<Infinity))throw Error("Geometry.BBox: west must not be "+a);if(!(c>-Infinity))throw Error("Geometry.BBox: east must not be "+c);if(!(b<=90))throw Error("Geometry.BBox: south must be at most +90\u00b0, but was "+b+"\u00b0");if(!(d>=-90))throw Error("Geometry.BBox: north must be at least -90\u00b0, but was "+
592
+ d+"\u00b0");b=Math.max(b,-90);d=Math.min(d,90);c-a>=360?(a=-180,c=180):(a=An(a),c=An(c),c<a&&(c+=360));T.call(this,{type:"Polygon",coordinates:[[[a,d],[a,b],[c,b],[c,d]]]},void 0,!1,!0)};y(yn,xn);T.BBox=yn;var An=function(a){a%=360;a>180?a-=360:a<-180&&(a+=360);return a},Bn=function(a,b,c,d){if(!(this instanceof Bn))return un(Bn,arguments);T.call(this,vn(Bn,"LineString",2,arguments))};y(Bn,T);T.LineString=Bn;
593
+ var Cn=function(a,b,c,d){if(!(this instanceof Cn))return un(Cn,arguments);T.call(this,vn(Cn,"LinearRing",2,arguments))};y(Cn,T);T.LinearRing=Cn;var Dn=function(a,b,c,d){if(!(this instanceof Dn))return un(Dn,arguments);T.call(this,vn(Dn,"MultiLineString",3,arguments))};y(Dn,T);T.MultiLineString=Dn;var En=function(a,b,c,d,e){if(!(this instanceof En))return un(En,arguments);T.call(this,vn(En,"Polygon",3,arguments))};y(En,T);T.Polygon=En;
594
+ var Fn=function(a,b,c,d,e){if(!(this instanceof Fn))return un(Fn,arguments);T.call(this,vn(Fn,"MultiPolygon",4,arguments))};y(Fn,T);T.MultiPolygon=Fn;
593
595
  T.prototype.encode=function(a){if(!this.nb){if(!a)throw Error("Must specify an encode function when encoding a computed geometry.");return O.prototype.encode.call(this,a)}a={type:this.nb};this.nb=="GeometryCollection"?a.geometries=this.Bh:a.coordinates=this.ah;this.Zb!=null&&(a.crs={type:"name",properties:{name:this.Zb}});this.pc!=null&&(a.geodesic=this.pc);this.nc!=null&&(a.evenOdd=this.nc);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.wg=function(){if(this.I)throw Error("Can't convert a computed Geometry to GeoJSON. Use evaluate() instead.");return(new Si).va(this.oe())};T.prototype.toGeoJSONString=T.prototype.wg;T.prototype.va=function(a){return(a===void 0?0:a)?Wk(this):fl(this)};T.prototype.serialize=T.prototype.va;
596
+ 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.wg=function(){if(this.I)throw Error("Can't convert a computed Geometry to GeoJSON. Use evaluate() instead.");return(new Oi).va(this.oe())};T.prototype.toGeoJSONString=T.prototype.wg;T.prototype.va=function(a){return(a===void 0?0:a)?Sk(this):bl(this)};T.prototype.serialize=T.prototype.va;
595
597
  T.prototype.toString=function(){return"ee.Geometry("+this.wg()+")"};
596
598
  T.prototype.na=function(a){if(!this.nb){if(!a)throw Error("Must specify a serializer when encoding a computed geometry.");return O.prototype.na.call(this,a)}var b={},c="";this.nb==="GeometryCollection"?(b.geometries=this.Bh.map(function(e){return new T(e)}),c="GeometryConstructors.MultiGeometry"):(b.coordinates=this.ah,c="GeometryConstructors."+this.nb);this.Zb!=null&&(b.crs=typeof this.Zb==="string"?(new P("Projection")).call(this.Zb):this.Zb);var d=this.nb!=="Point"&&this.nb!=="MultiPoint";this.pc!=
597
599
  null&&d&&(b.geodesic=this.pc);this.nc!=null&&(b.evenOdd=this.nc);return(new P(c)).apply(b).na(a)};
598
- var vn=function(a){var b=a.type;if(b=="GeometryCollection"){b=a.geometries;if(!Array.isArray(b))return!1;for(a=0;a<b.length;a++)if(!vn(b[a]))return!1;return!0}a=a.coordinates;var c=Kn(a);return b=="Point"&&c==1||b=="MultiPoint"&&(c==2||a.length==0)||b=="LineString"&&c==2||b=="LinearRing"&&c==2||b=="MultiLineString"&&(c==3||a.length==0)||b=="Polygon"&&c==3||b=="MultiPolygon"&&(c==4||a.length==0)},Kn=function(a){if(!Array.isArray(a))return-1;if(Array.isArray(a[0])){for(var b=Kn(a[0]),c=1;c<a.length;c++)if(Kn(a[c])!=
599
- b)return-1;return b+1}for(c=0;c<a.length;c++)if(typeof a[c]!=="number")return-1;return a.length%2==0?1:-1},Ln=function(a){if(typeof a[0]!=="number"||a.length==2)return a;if(a.length%2!=0)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},zn=function(a,b,c,d){a=Mn(a,d);if(Dn(a.coordinates)||a.crs!=null||a.maxError!=null)return(new P("GeometryConstructors."+b)).apply(a);a.type=b;a.coordinates=Nn(c,a.coordinates);(b=bc(["Polygon",
600
- "Rectangle","MultiPolygon"],b))&&a.evenOdd==null&&(a.evenOdd=!0);if(b&&a.geodesic===!1&&a.evenOdd===!1)throw Error("Planar interiors must be even/odd.");return a},Mn=function(a,b){if($b(b,Um))return{coordinates:ec(b)};a=R(a,b);a.coordinates=a.coords;delete a.coords;a.crs=a.proj;delete a.proj;return Xa(a,function(c){return c!=null})},Dn=function(a){return Array.isArray(a)?Zb(a,Dn):a instanceof O},Nn=function(a,b){if(a<1||a>4)throw Error("Unexpected nesting level.");$b(b,function(e){return typeof e===
601
- "number"})&&(b=Ln(b));for(var c=b,d=0;Array.isArray(c);)c=c[0],d++;for(;d<a;)b=[b],d++;if(Kn(b)!=a)throw Error("Invalid geometry");for(c=b;Array.isArray(c)&&c.length==1;)c=c[0];return Array.isArray(c)&&c.length==0?[]:b},yn=function(a,b){var c=function(){};c.prototype=a.prototype;c=new c;a=a.apply(c,b);return a!==void 0?a:c};T.prototype.name=function(){return"Geometry"};var U=function(a){if(!(this instanceof U))return Qm(U,arguments);if(a instanceof U)return a;On();if(Array.isArray(a)){if(a.length==0)throw Error("Empty list specified for ee.Filter().");if(a.length==1)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(a===void 0)O.call(this,null,null);else throw Error("Invalid argument specified for ee.Filter(): "+a);};y(U,O);x("ee.Filter",U);
602
- var Pn=!1,On=function(){Pn||(ln(U,"Filter","Filter"),Pn=!0)},Qn={equals:"equals",less_than:"lessThan",greater_than:"greaterThan",contains:"stringContains",starts_with:"stringStartsWith",ends_with:"stringEndsWith"};U.prototype.rc=function(){return Q("Filter.not",this)};U.prototype.not=U.prototype.rc;var Rn=function(a,b){var c=R(Rn,arguments);return Q("Filter.equals",c.name,c.value)};U.eq=Rn;var Sn=function(a,b){var c=R(Sn,arguments);return Rn(c.name,c.value).rc()};U.neq=Sn;
603
- var Tn=function(a,b){var c=R(Tn,arguments);return Q("Filter.lessThan",c.name,c.value)};U.lt=Tn;var Un=function(a,b){var c=R(Un,arguments);return Tn(c.name,c.value).rc()};U.gte=Un;var Vn=function(a,b){var c=R(Vn,arguments);return Q("Filter.greaterThan",c.name,c.value)};U.gt=Vn;var Wn=function(a,b){var c=R(Wn,arguments);return Vn(c.name,c.value).rc()};U.lte=Wn;var Xn=function(a){return Q("Filter.and",Array.prototype.slice.call(arguments))};U.and=Xn;var Yn=function(a){return Q("Filter.or",Array.prototype.slice.call(arguments))};
604
- U.or=Yn;var Zn=function(a,b){var c=R(Zn,arguments);c=Q("DateRange",c.start,c.end);return dn("Filter.dateRangeContains",{leftValue:c,rightField:"system:time_start"})};U.date=Zn;var $n=function(a,b,c,d){var e=R($n,arguments);return dn("Filter.listContains",{leftField:e.rightField,rightValue:e.leftValue,rightField:e.leftField,leftValue:e.rightValue})};U.inList=$n;var ao=function(a,b){return dn("Filter.intersects",{leftField:".all",rightValue:Q("Feature",a),maxError:b})};U.bounds=ao;
605
- U.prototype.name=function(){return"Filter"};var bo=function(a,b,c){b=b.toLowerCase();var d=!1;b.lastIndexOf("not_",0)==0&&(d=!0,b=b.substring(4));if(!(b in Qn))throw Error("Unknown filtering operator: "+b);a=Q("Filter."+Qn[b],a,c);return d?a.rc():a};U.metadata=bo;var V=function(a,b,c){S.call(this,a,b,c);co()};y(V,S);x("ee.Collection",V);var eo=!1,co=function(){eo||(ln(V,"Collection","Collection"),ln(V,"AggregateFeatureCollection","Collection","aggregate_"),eo=!0)};V.prototype.filter=function(a){a=R(V.prototype.filter,arguments).filter;if(!a)throw Error("Empty filters.");return Rm(this,Q("Collection.filter",this,a))};V.prototype.filter=V.prototype.filter;
606
- V.prototype.mf=function(a,b,c){var d=R(V.prototype.mf,arguments);return this.filter(bo(d.name,d.operator,d.value))};V.prototype.filterMetadata=V.prototype.mf;V.prototype.vh=function(a){return this.filter(ao(a))};V.prototype.filterBounds=V.prototype.vh;V.prototype.lf=function(a,b){var c=R(V.prototype.lf,arguments);return this.filter(Zn(c.start,c.end))};V.prototype.filterDate=V.prototype.lf;
607
- V.prototype.limit=function(a,b,c){var d=R(V.prototype.limit,arguments);return Rm(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 Rm(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 Rm(this,Q("Collection.map",this,function(d){return a(new c(d))},b))};V.prototype.map=V.prototype.map;V.prototype.Kh=function(a,b){b=b!==void 0?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.Kh;var W=function(a,b){if(!(this instanceof W))return Qm(W,arguments);if(a instanceof W){if(b)throw Error("Can't create Feature out of a Feature and properties.");return a}if(arguments.length>2)throw Error("The Feature constructor takes at most 2 arguments ("+arguments.length+" given)");fo();if(a instanceof T||a===null)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(a.type=="Feature"){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=gb(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})};y(W,S);x("ee.Feature",W);var go=!1,fo=function(){go||(ln(W,"Feature","Feature"),go=!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 om=function(a){var b={},c=ho(a.element,a);c=io(c,a,b);b.element=c;return b},pm=function(a){var b={},c=a.element.map(function(d){d=ho(d,a);return io(d,a,b)});b.element=c;return b},io=function(a,b,c){var d={},e=!1,g=["maxDimension","width","height","scale"];Wa(b,function(f,l){if(f!=null)switch(l){case "dimensions":l=typeof f==="string"?f.split("x").map(Number):Array.isArray(f)?f:typeof f==="number"?[f]:[];if(l.length===1)d.maxDimension=l[0];else if(l.length===2)d.width=l[0],d.height=l[1];else throw Error("Invalid dimensions "+
611
- f);break;case "dimensions_consumed":e=!0;break;case "bbox":d.geometry!=null&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof Bn)){l=f;if(typeof f==="string")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 Bn(l,null,!1)}else throw Error('Invalid bbox "{bbox}" type, must be of type Array<number>');}d.geometry=f;break;case "region":d.geometry!=
612
- null&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof T)){l=f;if(typeof f==="string")try{l=JSON.parse(f)}catch(m){throw Error('Region string "'+f+'" is not valid GeoJSON.');}if(Array.isArray(l))f=new In(l,null,!1);else if(u(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}});eb(d)||(d.input=a,a=g.some(function(f){return f in d})||e?dn("Image.clipToBoundsAndScale",
613
- d):dn("Image.clip",d));return a},ho=function(a,b){var c=b.crs||"",d=b.crsTransform||b.crs_transform;d!=null&&(d=jo(d));if(!c&&!d)return a;if(d&&!c)throw Error('Must specify "crs" if "crsTransform" is specified.');if(d){if(a=dn("Image.reproject",{image:a,crs:c,crsTransform:d}),b.dimensions!=null&&b.scale==null&&b.region==null){var e=b.dimensions;typeof e==="string"&&(e=e.split("x").map(Number));e.length===2&&(delete b.dimensions,b.dimensions_consumed=!0,c=(new P("Projection")).call(c,d),b.region=new Bn([0,
614
- 0,e[0],e[1]],c,!1))}}else a=dn("Image.setDefaultProjection",{image:a,crs:c,crsTransform:[1,0,0,0,-1,0]});return a},jo=function(a){if(typeof a==="string")try{a=JSON.parse(a)}catch(b){}if(Array.isArray(a)){if(a.length===6&&$b(a,function(b){return typeof b==="number"}))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.");},lo=function(a,b){var c={};b=ko(b,c);eb(b)||(b.image=a,a=dn("Image.visualize",
615
- b));c.image=a;return c},ko=function(a,b){var c="bands gain bias min max gamma palette opacity forceRgbOutput".split(" "),d={};Wa(a,function(e,g){bc(c,g)?d[g]=e:b[g]=e});return d},Sl=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])});e.scale!=null&&e.dimensions==null&&(g.scale=e.scale);return g},d=function(e){var g=e.id;if(g===void 0)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=ho(g,e);return g=io(g,e,{})};b.format==="ZIPPED_GEO_TIFF_PER_BAND"&&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=ho(a,d),a=io(a,d,{}));return a};var N=function(a){if(!(this instanceof N))return Qm(N,arguments);if(a instanceof N)return a;mo();var b=arguments.length;if(b==0||b==1&&a===void 0)S.call(this,new P("Image.mask"),{image:new N(0),mask:new N(0)});else if(b==1)if(Um(a))S.call(this,new P("Image.constant"),{value:a});else if(Vm(a))S.call(this,new P("Image.load"),{id:a});else{if(Array.isArray(a))return no(Yb(a,function(d){return new N(d)}));if(a instanceof O)a.name()=="Array"?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(b==2){b=arguments[0];var c=arguments[1];if(Vm(b)&&Um(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)");};y(N,S);x("ee.Image",N);var oo=!1,mo=function(){oo||(ln(N,"Image","Image"),oo=!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=lo(this,d.visParams);if(d.callback){var g=d.callback;Jl(e,function(f,l){f=f?Object.assign(f,{image:c}):void 0;g(f,l)})}else return d=Jl(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.rb=function(a,b){var c=R(N.prototype.rb,arguments),d=c.params?gb(c.params):{};d.image=this;if(c.callback){var e=c.callback;Tl(d,function(g,f){g?e(Ul(g)):e(null,f)})}else return Ul(Tl(d))};N.prototype.getDownloadURL=N.prototype.rb;N.prototype.Kd=function(a,b){var c=R(N.prototype.rb,arguments),d=c.params?gb(c.params):{},e={},g=ho(this,d);g=io(g,d,e);d=lo(g,e);return c.callback?(Ol(d,c.callback),null):Ol(d)};N.prototype.getThumbId=N.prototype.Kd;
620
- N.prototype.vf=function(a,b){var c=R(N.prototype.vf,arguments);if(c.callback)this.Kd(c.params,function(d,e){var g="";if(e===void 0)try{g=Rl(d)}catch(f){e=String(f.message)}c.callback(g,e)});else return Rl(this.Kd(c.params))};N.prototype.getThumbURL=N.prototype.vf;var po=function(a,b,c){var d=R(po,arguments);return no([d.r,d.g,d.b],["vis-red","vis-green","vis-blue"])};N.rgb=po;var qo=function(a){return no(Array.prototype.slice.call(arguments),null)};N.cat=qo;
621
- var no=function(a,b){if(a.length==0)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(b.length>2||Vm(b[0])||Um(b[0])){for(var d=0;d<b.length;d++)if(!(Vm(b[d])||Um(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 dn("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 Ym;c.encode=function(m){return l.encode(m)};c.Ed=function(m,p){return fk(hl(m,l),p)};c.Z=function(){return{name:"",args:Yb(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.pi=function(a){var b=arguments.length!=1||Vm(arguments[0])?Array.from(arguments):arguments[0];return Q("Image.rename",this,b)};N.prototype.rename=N.prototype.pi;N.prototype.name=function(){return"Image"};var ro=function(a){if(this instanceof ro){if(arguments.length>1)throw Error("ee.List() only accepts 1 argument.");if(a instanceof ro)return a}else return Qm(ro,arguments);so();if(Array.isArray(a))O.call(this,null,null),this.Tc=a;else if(a instanceof O)O.call(this,a.I,a.args,a.U),this.Tc=null;else throw Error("Invalid argument specified for ee.List(): "+a);};y(ro,O);x("ee.List",ro);var to=!1,so=function(){to||(ln(ro,"List","List"),to=!0)};
625
- ro.prototype.encode=function(a){return Array.isArray(this.Tc)?Yb(this.Tc,function(b){return a(b)}):ro.L.encode.call(this,a)};ro.prototype.na=function(a){return Array.isArray(this.Tc)?bk(hl(a,this.Tc)):ro.L.na.call(this,a)};ro.prototype.name=function(){return"List"};var X=function(a,b){if(!(this instanceof X))return Qm(X,arguments);if(a instanceof X)return a;if(arguments.length>2)throw Error("The FeatureCollection constructor takes at most 2 arguments ("+arguments.length+" given)");uo();a instanceof T&&(a=new W(a));a instanceof W&&(a=[a]);if(Vm(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:Yb(a,function(d){return new W(d)})});else if(a instanceof ro)V.call(this,
626
- new P("Collection"),{features:a});else if(a&&typeof a==="object"&&a.type==="FeatureCollection")V.call(this,new P("Collection"),{features:a.features.map(function(d){return new W(d)})});else if(a instanceof O)V.call(this,a.I,a.args,a.U);else throw Error("Unrecognized argument type to convert to a FeatureCollection: "+a);};y(X,V);x("ee.FeatureCollection",X);var vo=!1,uo=function(){vo||(ln(X,"FeatureCollection","FeatureCollection"),vo=!0)};
627
- X.prototype.S=function(a,b){var c=R(X.prototype.S,arguments),d=dn("Collection.draw",{collection:this,color:(c.visParams||{}).color||"000000"});if(c.callback)d.S(void 0,c.callback);else return d.S()};X.prototype.getMapId=X.prototype.S;X.prototype.getMap=X.prototype.S;X.prototype.getMap=X.prototype.getMap;X.prototype.V=function(a){return X.L.V.call(this,a)};X.prototype.getInfo=X.prototype.V;
628
- X.prototype.rb=function(a,b,c,d){var e=R(X.prototype.rb,arguments),g={table:this};e.format&&(g.format=e.format.toUpperCase());e.filename&&(g.filename=e.filename);e.selectors&&(g.selectors=e.selectors);if(e.callback)Vl(g,function(f,l){f?e.callback(Wl(f)):e.callback(null,l)});else return Wl(Vl(g))};X.prototype.getDownloadURL=X.prototype.rb;
629
- X.prototype.select=function(a,b,c){if(Vm(a)){var d=Array.prototype.slice.call(arguments);return this.map(function(g){return g.select(d)})}var e=R(X.prototype.select,arguments);return this.map(function(g){return g.select(e)})};X.prototype.select=X.prototype.select;X.prototype.name=function(){return"FeatureCollection"};X.prototype.elementType=function(){return W};var Y=function(a){if(!(this instanceof Y))return Qm(Y,arguments);if(a instanceof Y)return a;if(arguments.length!=1)throw Error("The ImageCollection constructor takes exactly 1 argument ("+arguments.length+" given)");wo();a instanceof N&&(a=[a]);if(Vm(a))V.call(this,new P("ImageCollection.load"),{id:a});else if(Array.isArray(a))V.call(this,new P("ImageCollection.fromImages"),{images:Yb(a,function(b){return new N(b)})});else if(a instanceof ro)V.call(this,new P("ImageCollection.fromImages"),{images:a});
630
- else if(a instanceof O)V.call(this,a.I,a.args,a.U);else throw Error("Unrecognized argument type to convert to an ImageCollection: "+a);};y(Y,V);x("ee.ImageCollection",Y);var xo=!1,wo=function(){xo||(ln(Y,"ImageCollection","ImageCollection"),ln(Y,"reduce","ImageCollection"),xo=!0)};Y.prototype.tf=function(a,b){var c=R(Y.prototype.tf,arguments);return yo(this,c,["png","jpg","jpeg"],"filmstrip")};Y.prototype.getFilmstripThumbURL=Y.prototype.tf;
631
- Y.prototype.wf=function(a,b){var c=R(Y.prototype.wf,arguments);return yo(this,c,["gif"],"video")};Y.prototype.getVideoThumbURL=Y.prototype.wf;
632
- var yo=function(a,b,c,d){var e={};a=a.map(function(l){l=ho(l,b.params);return io(l,b.params,e)});var g={},f=ko(e,g);g.imageCollection=a.map(function(l){f.image=l;return dn("Image.visualize",f)});b.params.dimensions!=null&&(g.dimensions=b.params.dimensions);if(g.format){if(!Zb(c,function(l){return l.toLowerCase()==g.format.toLowerCase()}))throw Error("Invalid format specified.");}else g.format=c[0];c=Ol;switch(d){case "video":c=Pl;break;case "filmstrip":c=Ql}if(b.callback)c(g,function(l,m){var p="";
633
- if(m===void 0)try{p=Rl(l)}catch(v){m=String(v.message)}b.callback(p,m)});else return Rl(c(g))};Y.prototype.S=function(a,b){var c=R(Y.prototype.S,arguments),d=Q("ImageCollection.mosaic",this);if(c.callback)d.S(c.visParams,c.callback);else return d.S(c.visParams)};Y.prototype.getMapId=Y.prototype.S;Y.prototype.getMap=Y.prototype.S;Y.prototype.getMap=Y.prototype.getMap;Y.prototype.V=function(a){return Y.L.V.call(this,a)};Y.prototype.getInfo=Y.prototype.V;
600
+ var rn=function(a){var b=a.type;if(b=="GeometryCollection"){b=a.geometries;if(!Array.isArray(b))return!1;for(a=0;a<b.length;a++)if(!rn(b[a]))return!1;return!0}a=a.coordinates;var c=Gn(a);return b=="Point"&&c==1||b=="MultiPoint"&&(c==2||a.length==0)||b=="LineString"&&c==2||b=="LinearRing"&&c==2||b=="MultiLineString"&&(c==3||a.length==0)||b=="Polygon"&&c==3||b=="MultiPolygon"&&(c==4||a.length==0)},Gn=function(a){if(!Array.isArray(a))return-1;if(Array.isArray(a[0])){for(var b=Gn(a[0]),c=1;c<a.length;c++)if(Gn(a[c])!=
601
+ b)return-1;return b+1}for(c=0;c<a.length;c++)if(typeof a[c]!=="number")return-1;return a.length%2==0?1:-1},Hn=function(a){if(typeof a[0]!=="number"||a.length==2)return a;if(a.length%2!=0)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},vn=function(a,b,c,d){a=In(a,d);if(zn(a.coordinates)||a.crs!=null||a.maxError!=null)return(new P("GeometryConstructors."+b)).apply(a);a.type=b;a.coordinates=Jn(c,a.coordinates);(b=bc(["Polygon",
602
+ "Rectangle","MultiPolygon"],b))&&a.evenOdd==null&&(a.evenOdd=!0);if(b&&a.geodesic===!1&&a.evenOdd===!1)throw Error("Planar interiors must be even/odd.");return a},In=function(a,b){if($b(b,Qm))return{coordinates:ec(b)};a=R(a,b);a.coordinates=a.coords;delete a.coords;a.crs=a.proj;delete a.proj;return Xa(a,function(c){return c!=null})},zn=function(a){return Array.isArray(a)?Zb(a,zn):a instanceof O},Jn=function(a,b){if(a<1||a>4)throw Error("Unexpected nesting level.");$b(b,function(e){return typeof e===
603
+ "number"})&&(b=Hn(b));for(var c=b,d=0;Array.isArray(c);)c=c[0],d++;for(;d<a;)b=[b],d++;if(Gn(b)!=a)throw Error("Invalid geometry");for(c=b;Array.isArray(c)&&c.length==1;)c=c[0];return Array.isArray(c)&&c.length==0?[]:b},un=function(a,b){var c=function(){};c.prototype=a.prototype;c=new c;a=a.apply(c,b);return a!==void 0?a:c};T.prototype.name=function(){return"Geometry"};var U=function(a){if(!(this instanceof U))return Mm(U,arguments);if(a instanceof U)return a;Kn();if(Array.isArray(a)){if(a.length==0)throw Error("Empty list specified for ee.Filter().");if(a.length==1)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(a===void 0)O.call(this,null,null);else throw Error("Invalid argument specified for ee.Filter(): "+a);};y(U,O);x("ee.Filter",U);
604
+ var Ln=!1,Kn=function(){Ln||(gn(U,"Filter","Filter"),Ln=!0)},Mn={equals:"equals",less_than:"lessThan",greater_than:"greaterThan",contains:"stringContains",starts_with:"stringStartsWith",ends_with:"stringEndsWith"};U.prototype.rc=function(){return Q("Filter.not",this)};U.prototype.not=U.prototype.rc;var Nn=function(a,b){var c=R(Nn,arguments);return Q("Filter.equals",c.name,c.value)};U.eq=Nn;var On=function(a,b){var c=R(On,arguments);return Nn(c.name,c.value).rc()};U.neq=On;
605
+ var Pn=function(a,b){var c=R(Pn,arguments);return Q("Filter.lessThan",c.name,c.value)};U.lt=Pn;var Qn=function(a,b){var c=R(Qn,arguments);return Pn(c.name,c.value).rc()};U.gte=Qn;var Rn=function(a,b){var c=R(Rn,arguments);return Q("Filter.greaterThan",c.name,c.value)};U.gt=Rn;var Sn=function(a,b){var c=R(Sn,arguments);return Rn(c.name,c.value).rc()};U.lte=Sn;var Tn=function(a){return Q("Filter.and",Array.prototype.slice.call(arguments))};U.and=Tn;var Un=function(a){return Q("Filter.or",Array.prototype.slice.call(arguments))};
606
+ U.or=Un;var Vn=function(a,b){var c=R(Vn,arguments);c=Q("DateRange",c.start,c.end);return $m("Filter.dateRangeContains",{leftValue:c,rightField:"system:time_start"})};U.date=Vn;var Wn=function(a,b,c,d){var e=R(Wn,arguments);return $m("Filter.listContains",{leftField:e.rightField,rightValue:e.leftValue,rightField:e.leftField,leftValue:e.rightValue})};U.inList=Wn;var Xn=function(a,b){return $m("Filter.intersects",{leftField:".all",rightValue:Q("Feature",a),maxError:b})};U.bounds=Xn;
607
+ U.prototype.name=function(){return"Filter"};var Yn=function(a,b,c){b=b.toLowerCase();var d=!1;b.lastIndexOf("not_",0)==0&&(d=!0,b=b.substring(4));if(!(b in Mn))throw Error("Unknown filtering operator: "+b);a=Q("Filter."+Mn[b],a,c);return d?a.rc():a};U.metadata=Yn;var V=function(a,b,c){S.call(this,a,b,c);Zn()};y(V,S);x("ee.Collection",V);var $n=!1,Zn=function(){$n||(gn(V,"Collection","Collection"),gn(V,"AggregateFeatureCollection","Collection","aggregate_"),$n=!0)};V.prototype.filter=function(a){a=R(V.prototype.filter,arguments).filter;if(!a)throw Error("Empty filters.");return Nm(this,Q("Collection.filter",this,a))};V.prototype.filter=V.prototype.filter;
608
+ V.prototype.mf=function(a,b,c){var d=R(V.prototype.mf,arguments);return this.filter(Yn(d.name,d.operator,d.value))};V.prototype.filterMetadata=V.prototype.mf;V.prototype.vh=function(a){return this.filter(Xn(a))};V.prototype.filterBounds=V.prototype.vh;V.prototype.lf=function(a,b){var c=R(V.prototype.lf,arguments);return this.filter(Vn(c.start,c.end))};V.prototype.filterDate=V.prototype.lf;
609
+ V.prototype.limit=function(a,b,c){var d=R(V.prototype.limit,arguments);return Nm(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 Nm(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};
610
+ V.prototype.map=function(a,b){var c=this.elementType();return Nm(this,Q("Collection.map",this,function(d){return a(new c(d))},b))};V.prototype.map=V.prototype.map;V.prototype.Kh=function(a,b){b=b!==void 0?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.Kh;var W=function(a,b){if(!(this instanceof W))return Mm(W,arguments);if(a instanceof W){if(b)throw Error("Can't create Feature out of a Feature and properties.");return a}if(arguments.length>2)throw Error("The Feature constructor takes at most 2 arguments ("+arguments.length+" given)");ao();if(a instanceof T||a===null)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(a.type=="Feature"){var c=a.properties||{};if("id"in a){if("system:index"in
611
+ c)throw Error('Can\'t specify both "id" and "system:index".');c=gb(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})};y(W,S);x("ee.Feature",W);var bo=!1,ao=function(){bo||(gn(W,"Feature","Feature"),bo=!0)};W.prototype.V=function(a){return W.L.V.call(this,a)};W.prototype.getInfo=W.prototype.V;
612
+ 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 km=function(a){var b={},c=co(a.element,a);c=eo(c,a,b);b.element=c;return b},lm=function(a){var b={},c=a.element.map(function(d){d=co(d,a);return eo(d,a,b)});b.element=c;return b},eo=function(a,b,c){var d={},e=!1,g=["maxDimension","width","height","scale"];Wa(b,function(f,l){if(f!=null)switch(l){case "dimensions":l=typeof f==="string"?f.split("x").map(Number):Array.isArray(f)?f:typeof f==="number"?[f]:[];if(l.length===1)d.maxDimension=l[0];else if(l.length===2)d.width=l[0],d.height=l[1];else throw Error("Invalid dimensions "+
613
+ f);break;case "dimensions_consumed":e=!0;break;case "bbox":d.geometry!=null&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof xn)){l=f;if(typeof f==="string")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 xn(l,null,!1)}else throw Error('Invalid bbox "{bbox}" type, must be of type Array<number>');}d.geometry=f;break;case "region":d.geometry!=
614
+ null&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof T)){l=f;if(typeof f==="string")try{l=JSON.parse(f)}catch(m){throw Error('Region string "'+f+'" is not valid GeoJSON.');}if(Array.isArray(l))f=new En(l,null,!1);else if(u(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}});eb(d)||(d.input=a,a=g.some(function(f){return f in d})||e?$m("Image.clipToBoundsAndScale",
615
+ d):$m("Image.clip",d));return a},co=function(a,b){var c=b.crs||"",d=b.crsTransform||b.crs_transform;d!=null&&(d=fo(d));if(!c&&!d)return a;if(d&&!c)throw Error('Must specify "crs" if "crsTransform" is specified.');if(d){if(a=$m("Image.reproject",{image:a,crs:c,crsTransform:d}),b.dimensions!=null&&b.scale==null&&b.region==null){var e=b.dimensions;typeof e==="string"&&(e=e.split("x").map(Number));e.length===2&&(delete b.dimensions,b.dimensions_consumed=!0,c=(new P("Projection")).call(c,d),b.region=new xn([0,
616
+ 0,e[0],e[1]],c,!1))}}else a=$m("Image.setDefaultProjection",{image:a,crs:c,crsTransform:[1,0,0,0,-1,0]});return a},fo=function(a){if(typeof a==="string")try{a=JSON.parse(a)}catch(b){}if(Array.isArray(a)){if(a.length===6&&$b(a,function(b){return typeof b==="number"}))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.");},ho=function(a,b){var c={};b=go(b,c);eb(b)||(b.image=a,a=$m("Image.visualize",
617
+ b));c.image=a;return c},go=function(a,b){var c="bands gain bias min max gamma palette opacity forceRgbOutput".split(" "),d={};Wa(a,function(e,g){bc(c,g)?d[g]=e:b[g]=e});return d},Ol=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])});e.scale!=null&&e.dimensions==null&&(g.scale=e.scale);return g},d=function(e){var g=e.id;if(g===void 0)throw Error("Each band dictionary must have an id.");g=a.select(g);
618
+ var f=c(b);e=c(e);e=c(Object.assign(f,e));g=co(g,e);return g=eo(g,e,{})};b.format==="ZIPPED_GEO_TIFF_PER_BAND"&&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=co(a,d),a=eo(a,d,{}));return a};var N=function(a){if(!(this instanceof N))return Mm(N,arguments);if(a instanceof N)return a;io();var b=arguments.length;if(b==0||b==1&&a===void 0)S.call(this,new P("Image.mask"),{image:new N(0),mask:new N(0)});else if(b==1)if(Qm(a))S.call(this,new P("Image.constant"),{value:a});else if(Rm(a))S.call(this,new P("Image.load"),{id:a});else{if(Array.isArray(a))return jo(Yb(a,function(d){return new N(d)}));if(a instanceof O)a.name()=="Array"?S.call(this,new P("Image.constant"),{value:a}):S.call(this,a.I,
619
+ a.args,a.U);else throw Error("Unrecognized argument type to convert to an Image: "+a);}else if(b==2){b=arguments[0];var c=arguments[1];if(Rm(b)&&Qm(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)");};y(N,S);x("ee.Image",N);var ko=!1,io=function(){ko||(gn(N,"Image","Image"),ko=!0)};N.prototype.V=function(a){return N.L.V.call(this,a)};
620
+ N.prototype.getInfo=N.prototype.V;N.prototype.S=function(a,b){var c=this,d=R(N.prototype.getMap,arguments),e=ho(this,d.visParams);if(d.callback){var g=d.callback;Fl(e,function(f,l){f=f?Object.assign(f,{image:c}):void 0;g(f,l)})}else return d=Fl(e),d.image=this,d};N.prototype.getMapId=N.prototype.S;N.prototype.getMap=N.prototype.S;N.prototype.getMap=N.prototype.getMap;
621
+ N.prototype.rb=function(a,b){var c=R(N.prototype.rb,arguments),d=c.params?gb(c.params):{};d.image=this;if(c.callback){var e=c.callback;Pl(d,function(g,f){g?e(Ql(g)):e(null,f)})}else return Ql(Pl(d))};N.prototype.getDownloadURL=N.prototype.rb;N.prototype.Kd=function(a,b){var c=R(N.prototype.rb,arguments),d=c.params?gb(c.params):{},e={},g=co(this,d);g=eo(g,d,e);d=ho(g,e);return c.callback?(Kl(d,c.callback),null):Kl(d)};N.prototype.getThumbId=N.prototype.Kd;
622
+ N.prototype.vf=function(a,b){var c=R(N.prototype.vf,arguments);if(c.callback)this.Kd(c.params,function(d,e){var g="";if(e===void 0)try{g=Nl(d)}catch(f){e=String(f.message)}c.callback(g,e)});else return Nl(this.Kd(c.params))};N.prototype.getThumbURL=N.prototype.vf;var lo=function(a,b,c){var d=R(lo,arguments);return jo([d.r,d.g,d.b],["vis-red","vis-green","vis-blue"])};N.rgb=lo;var mo=function(a){return jo(Array.prototype.slice.call(arguments),null)};N.cat=mo;
623
+ var jo=function(a,b){if(a.length==0)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};
624
+ N.prototype.select=function(a){var b=Array.prototype.slice.call(arguments),c={input:this,bandSelectors:b[0]||[]};if(b.length>2||Rm(b[0])||Qm(b[0])){for(var d=0;d<b.length;d++)if(!(Rm(b[d])||Qm(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 $m("Image.select",c)};N.prototype.select=N.prototype.select;
625
+ 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 Um;c.encode=function(m){return l.encode(m)};c.Ed=function(m,p){return bk(dl(m,l),p)};c.Z=function(){return{name:"",args:Yb(d,function(m){return{name:m,type:"Image",optional:!1}},this),returns:"Image"}};return c.apply(e)};
626
+ 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.pi=function(a){var b=arguments.length!=1||Rm(arguments[0])?Array.from(arguments):arguments[0];return Q("Image.rename",this,b)};N.prototype.rename=N.prototype.pi;N.prototype.name=function(){return"Image"};var no=function(a){if(this instanceof no){if(arguments.length>1)throw Error("ee.List() only accepts 1 argument.");if(a instanceof no)return a}else return Mm(no,arguments);oo();if(Array.isArray(a))O.call(this,null,null),this.Tc=a;else if(a instanceof O)O.call(this,a.I,a.args,a.U),this.Tc=null;else throw Error("Invalid argument specified for ee.List(): "+a);};y(no,O);x("ee.List",no);var po=!1,oo=function(){po||(gn(no,"List","List"),po=!0)};
627
+ no.prototype.encode=function(a){return Array.isArray(this.Tc)?Yb(this.Tc,function(b){return a(b)}):no.L.encode.call(this,a)};no.prototype.na=function(a){return Array.isArray(this.Tc)?Xj(dl(a,this.Tc)):no.L.na.call(this,a)};no.prototype.name=function(){return"List"};var X=function(a,b){if(!(this instanceof X))return Mm(X,arguments);if(a instanceof X)return a;if(arguments.length>2)throw Error("The FeatureCollection constructor takes at most 2 arguments ("+arguments.length+" given)");qo();a instanceof T&&(a=new W(a));a instanceof W&&(a=[a]);if(Rm(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:Yb(a,function(d){return new W(d)})});else if(a instanceof no)V.call(this,
628
+ new P("Collection"),{features:a});else if(a&&typeof a==="object"&&a.type==="FeatureCollection")V.call(this,new P("Collection"),{features:a.features.map(function(d){return new W(d)})});else if(a instanceof O)V.call(this,a.I,a.args,a.U);else throw Error("Unrecognized argument type to convert to a FeatureCollection: "+a);};y(X,V);x("ee.FeatureCollection",X);var ro=!1,qo=function(){ro||(gn(X,"FeatureCollection","FeatureCollection"),ro=!0)};
629
+ X.prototype.S=function(a,b){var c=R(X.prototype.S,arguments),d=$m("Collection.draw",{collection:this,color:(c.visParams||{}).color||"000000"});if(c.callback)d.S(void 0,c.callback);else return d.S()};X.prototype.getMapId=X.prototype.S;X.prototype.getMap=X.prototype.S;X.prototype.getMap=X.prototype.getMap;X.prototype.V=function(a){return X.L.V.call(this,a)};X.prototype.getInfo=X.prototype.V;
630
+ X.prototype.rb=function(a,b,c,d){var e=R(X.prototype.rb,arguments),g={table:this};e.format&&(g.format=e.format.toUpperCase());e.filename&&(g.filename=e.filename);e.selectors&&(g.selectors=e.selectors);if(e.callback)Rl(g,function(f,l){f?e.callback(Sl(f)):e.callback(null,l)});else return Sl(Rl(g))};X.prototype.getDownloadURL=X.prototype.rb;
631
+ X.prototype.select=function(a,b,c){if(Rm(a)){var d=Array.prototype.slice.call(arguments);return this.map(function(g){return g.select(d)})}var e=R(X.prototype.select,arguments);return this.map(function(g){return g.select(e)})};X.prototype.select=X.prototype.select;X.prototype.name=function(){return"FeatureCollection"};X.prototype.elementType=function(){return W};var Y=function(a){if(!(this instanceof Y))return Mm(Y,arguments);if(a instanceof Y)return a;if(arguments.length!=1)throw Error("The ImageCollection constructor takes exactly 1 argument ("+arguments.length+" given)");so();a instanceof N&&(a=[a]);if(Rm(a))V.call(this,new P("ImageCollection.load"),{id:a});else if(Array.isArray(a))V.call(this,new P("ImageCollection.fromImages"),{images:Yb(a,function(b){return new N(b)})});else if(a instanceof no)V.call(this,new P("ImageCollection.fromImages"),{images:a});
632
+ else if(a instanceof O)V.call(this,a.I,a.args,a.U);else throw Error("Unrecognized argument type to convert to an ImageCollection: "+a);};y(Y,V);x("ee.ImageCollection",Y);var to=!1,so=function(){to||(gn(Y,"ImageCollection","ImageCollection"),gn(Y,"reduce","ImageCollection"),to=!0)};Y.prototype.tf=function(a,b){var c=R(Y.prototype.tf,arguments);return uo(this,c,["png","jpg","jpeg"],"filmstrip")};Y.prototype.getFilmstripThumbURL=Y.prototype.tf;
633
+ Y.prototype.wf=function(a,b){var c=R(Y.prototype.wf,arguments);return uo(this,c,["gif"],"video")};Y.prototype.getVideoThumbURL=Y.prototype.wf;
634
+ var uo=function(a,b,c,d){var e={};a=a.map(function(l){l=co(l,b.params);return eo(l,b.params,e)});var g={},f=go(e,g);g.imageCollection=a.map(function(l){f.image=l;return $m("Image.visualize",f)});b.params.dimensions!=null&&(g.dimensions=b.params.dimensions);if(g.format){if(!Zb(c,function(l){return l.toLowerCase()==g.format.toLowerCase()}))throw Error("Invalid format specified.");}else g.format=c[0];c=Kl;switch(d){case "video":c=Ll;break;case "filmstrip":c=Ml}if(b.callback)c(g,function(l,m){var p="";
635
+ if(m===void 0)try{p=Nl(l)}catch(v){m=String(v.message)}b.callback(p,m)});else return Nl(c(g))};Y.prototype.S=function(a,b){var c=R(Y.prototype.S,arguments),d=Q("ImageCollection.mosaic",this);if(c.callback)d.S(c.visParams,c.callback);else return d.S(c.visParams)};Y.prototype.getMapId=Y.prototype.S;Y.prototype.getMap=Y.prototype.S;Y.prototype.getMap=Y.prototype.getMap;Y.prototype.V=function(a){return Y.L.V.call(this,a)};Y.prototype.getInfo=Y.prototype.V;
634
636
  Y.prototype.select=function(a,b){var c=arguments;return this.map(function(d){return d.select.apply(d,c)})};Y.prototype.select=Y.prototype.select;Y.prototype.Ff=function(a,b,c,d){var e=R(Y.prototype.Ff,arguments);return this.map(function(g){return Q("Image.linkCollection",g,e.imageCollection,e.linkedBands,e.linkedProperties,e.matchPropertyName)})};Y.prototype.linkCollection=Y.prototype.Ff;Y.prototype.first=function(){return new N(Q("Collection.first",this))};Y.prototype.first=Y.prototype.first;
635
- Y.prototype.name=function(){return"ImageCollection"};Y.prototype.elementType=function(){return N};var zo=function(a){this.Ye=a;this.id=null},Bo=function(a){var b={element:Ao(a)};Object.assign(b,a);b=Xa(b,function(c){return c!=null});return new zo(b)};zo.prototype.start=function(a,b){var c=this;E(this.Ye,"Task config must be specified for tasks to be started.");this.id=this.id||Xl(1)[0];sb(this.id,"Failed to obtain task ID.");if(a)nm(this.id,this.Ye,function(e,g){if(g)b(g);else{var f;c.id=(f=e.taskId)!=null?f:null;a()}});else{var d;this.id=(d=nm(this.id,this.Ye).taskId)!=null?d:null}};
636
- zo.prototype.start=zo.prototype.start;var Co=function(a,b,c,d,e,g,f,l,m,p,v,A){var C=R(Co,arguments);C=Do(C,"ASSET","EXPORT_IMAGE");return Bo(C)};x("module$contents$ee$batch_Export.image.toAsset",Co);var Eo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z){var da=R(Eo,arguments);da=Do(da,"GOOGLE_CLOUD_STORAGE","EXPORT_IMAGE");return Bo(da)};x("module$contents$ee$batch_Export.image.toCloudStorage",Eo);
637
- var Fo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z){var da=R(Fo,arguments);da=Do(da,"DRIVE","EXPORT_IMAGE");return Bo(da)};x("module$contents$ee$batch_Export.image.toDrive",Fo);var Go=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I){var ea=R(Go,arguments);ea=Do(ea,"GOOGLE_CLOUD_STORAGE","EXPORT_TILES");return Bo(ea)};x("module$contents$ee$batch_Export.map.toCloudStorage",Go);var Ho=function(a,b,c,d,e,g,f,l){var m=R(Ho,arguments);m=Do(m,"GOOGLE_CLOUD_STORAGE","EXPORT_FEATURES");return Bo(m)};
638
- x("module$contents$ee$batch_Export.table.toCloudStorage",Ho);var Io=function(a,b,c,d,e,g,f,l){var m=R(Io,arguments);m.type="EXPORT_FEATURES";m=Do(m,"DRIVE","EXPORT_FEATURES");return Bo(m)};x("module$contents$ee$batch_Export.table.toDrive",Io);var Jo=function(a,b,c,d,e){var g=R(Jo,arguments);g=Do(g,"ASSET","EXPORT_FEATURES");return Bo(g)};x("module$contents$ee$batch_Export.table.toAsset",Jo);var Ko=function(a,b,c,d,e,g,f,l){var m=R(Ko,arguments);m=Do(m,"FEATURE_VIEW","EXPORT_FEATURES");return Bo(m)};
639
- x("module$contents$ee$batch_Export.table.toFeatureView",Ko);var Lo=function(a,b,c,d,e,g,f,l){var m=R(Lo,arguments);m=Do(m,"BIGQUERY","EXPORT_FEATURES");return Bo(m)};x("module$contents$ee$batch_Export.table.toBigQuery",Lo);var Mo=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var I=R(Mo,arguments);I=Do(I,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO");return Bo(I)};x("module$contents$ee$batch_Export.video.toCloudStorage",Mo);
640
- var No=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var I=R(No,arguments);I=Do(I,"DRIVE","EXPORT_VIDEO");return Bo(I)};x("module$contents$ee$batch_Export.video.toDrive",No);var Oo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z,da,Jb,Nq,Oq,Pq){var rj=R(Oo,arguments);rj=Do(rj,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO_MAP");return Bo(rj)};x("module$contents$ee$batch_Export.videoMap.toCloudStorage",Oo);var Po=function(a,b,c,d){var e=R(Po,arguments);e=Do(e,"ASSET","EXPORT_CLASSIFIER");return Bo(e)};
641
- x("module$contents$ee$batch_Export.classifier.toAsset",Po);
642
- var Ao=function(a){var b=function(d){return d in a},c=Qo.find(b);E(ac(Qo,b)===1,'Expected a single "image", "collection" or "classifier" key.');b=a[c];if(!(b instanceof N||b instanceof X||b instanceof Y||b instanceof S||b instanceof O))throw Error("Unknown element type provided: "+typeof b+". Expected: ee.Image, ee.ImageCollection, ee.FeatureCollection, ee.Element or ee.ComputedObject.");delete a[c];return b},Do=function(a,b,c){var d=d===void 0?!0:d;var e={type:c};Object.assign(e,a);switch(c){case "EXPORT_IMAGE":e.fileFormat==
643
- null&&(e.fileFormat="GeoTIFF");a=e.fileFormat;a==null&&(a="GEO_TIFF");a=a.toUpperCase();switch(a){case "TIFF":case "TIF":case "GEO_TIFF":case "GEOTIFF":a="GEO_TIFF";break;case "TF_RECORD":case "TF_RECORD_IMAGE":case "TFRECORD":a="TF_RECORD_IMAGE";break;default:throw Error("Invalid file format "+a+". Supported formats are: 'GEOTIFF', 'TFRECORD'.");}e.fileFormat=a;e.formatOptions!=null&&(a=Ro(e,a),delete e.formatOptions,Object.assign(e,a));e=So(e,b);e.crsTransform!=null&&(e.crs_transform=e.crsTransform,
644
- delete e.crsTransform);break;case "EXPORT_TILES":b=So(e,b);e=b.fileFormat;e==null&&(e="AUTO_JPEG_PNG");e=e.toUpperCase();switch(e){case "AUTO":case "AUTO_JPEG_PNG":case "AUTO_JPG_PNG":e="AUTO_JPEG_PNG";break;case "JPG":case "JPEG":e="JPEG";break;case "PNG":e="PNG";break;default:throw Error("Invalid file format "+e+". Supported formats are: 'AUTO', 'PNG', and 'JPEG'.");}b.fileFormat=e;e=b;break;case "EXPORT_FEATURES":Array.isArray(e.selectors)&&(e.selectors=e.selectors.join());a=e.fileFormat;a==null&&
645
- (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=So(e,b);break;case "EXPORT_VIDEO":e=To(e);e=So(e,b);e.crsTransform!=null&&
646
- (e.crs_transform=e.crsTransform,delete e.crsTransform);break;case "EXPORT_VIDEO_MAP":e=To(e);e.version=e.version||"V1";e.stride=e.stride||1;e.tileDimensions={width:e.tileWidth||256,height:e.tileHeight||256};e=So(e,b);break;case "EXPORT_CLASSIFIER":e=So(e,b);break;default:throw Error("Unknown export type: "+e.type);}if(d&&e.region!=null){d=e;b=e.region;if(b instanceof T)b=b.oe();else if(typeof b==="string")try{b=ub(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(!(u(b)&&"type"in b))try{new Fn(b)}catch(g){try{new In(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},So=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=wa(a.folder);if(!bc(["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},Uo={GEO_TIFF:["cloudOptimized","fileDimensions","noData","shardSize"],TF_RECORD_IMAGE:"patchDimensions kernelSize compressed maxFileSize defaultValue tensorDepths sequenceData collapseBands maskedThreshold".split(" ")},
649
- Vo={GEO_TIFF:"tiff",TF_RECORD_IMAGE:"tfrecord"},To=function(a){a.videoOptions=a.framesPerSecond||5;a.maxFrames=a.maxFrames||1E3;a.maxPixels=a.maxPixels||1E8;var b=a.fileFormat;b==null&&(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},Ro=function(a,b){var c=a.formatOptions;if(c==null)return{};
650
- if(Object.keys(a).some(function(m){return c!==null&&m in c}))throw Error("Parameter specified at least twice: once in config, and once in config format options.");a=Vo[b];for(var d=Uo[b],e={},g=q(Object.entries(c)),f=g.next();!f.done;f=g.next()){var l=q(f.value);f=l.next().value;l=l.next().value;if(!bc(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
- Qo=["image","collection","classifier"];var Wo=function(a){if(!(this instanceof Wo))return Qm(Wo,arguments);if(a instanceof Wo)return a;Xo();if(typeof a==="number")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);};y(Wo,O);x("ee.Number",Wo);var Yo=!1,Xo=function(){Yo||(ln(Wo,"Number","Number"),Yo=!0)};Wo.prototype.encode=function(a){return typeof this.Wc==="number"?this.Wc:Wo.L.encode.call(this,a)};
652
- Wo.prototype.na=function(a){return typeof this.Wc==="number"?bk(hl(a,this.Wc)):Wo.L.na.call(this,a)};Wo.prototype.name=function(){return"Number"};var Zo=function(a){if(!(this instanceof Zo))return Qm(Zo,arguments);if(a instanceof Zo)return a;$o();if(typeof a==="string")O.call(this,null,null),this.jd=a;else if(a instanceof O)this.jd=null,a.I&&a.I.Z().returns=="String"?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);};y(Zo,O);x("ee.String",Zo);var ap=!1,$o=function(){ap||(ln(Zo,"String","String"),ap=!0)};
653
- Zo.prototype.encode=function(a){return typeof this.jd==="string"?this.jd:Zo.L.encode.call(this,a)};Zo.prototype.na=function(a){return typeof this.jd==="string"?bk(hl(a,this.jd)):Zo.L.na.call(this,a)};Zo.prototype.name=function(){return"String"};var bp=function(a,b){if(!(this instanceof bp))return Qm(bp,arguments);for(var c=[],d=a.args,e=0;e<d.length;e++){var g=d[e],f=g.type;c.push(cp(f in Sm?Sm[f]:null,g.name))}if(b.apply(null,c)===void 0)throw Error("User-defined methods must return a value.");this.wb=dp(a,c,b);this.Pg=b.apply(null,c)};y(bp,Ym);x("ee.CustomFunction",bp);bp.prototype.encode=function(a){return{type:"Function",argumentNames:Yb(this.wb.args,function(b){return b.name}),body:a(this.Pg)}};
654
- bp.prototype.na=function(a){return gk(this.wb.args.map(function(b){return b.name}),hl(a,this.Pg))};bp.prototype.Ed=function(a,b){return fk(hl(a,this),b)};bp.prototype.Z=function(){return this.wb};
655
- var cp=function(a,b){a=a||Object;if(!(a.prototype instanceof O))if(a&&a!=Object)if(a==String)a=Zo;else if(a==Number)a=Wo;else if(a==Array)a=t.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)},ep=function(a,b){b={name:"",returns:"Object",args:Yb(b,function(c){return{name:null,type:typeof c==="string"?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 bp(b,a)},dp=function(a,b,c){for(var d=[],e=0;e<b.length;e++)b[e].U===null&&d.push(e);if(d.length===0)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.Ta?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))}($k(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 fp=function(a,b){if(!(this instanceof fp))return Qm(fp,arguments);if(a instanceof fp)return a;gp();var c=R(fp,arguments);a=c.date;c=c.tz;var d=new P("Date"),e={},g=null;if(Vm(a)){if(e.value=a,c)if(Vm(c))e.timeZone=c;else throw Error("Invalid argument specified for ee.Date(..., opt_tz): "+c);}else if(Um(a))e.value=a;else if(ya(a))e.value=Math.floor(a.getTime());else if(a instanceof O)a.I&&a.I.Z().returns=="Date"?(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)};y(fp,O);x("ee.Date",fp);var hp=!1,gp=function(){hp||(ln(fp,"Date","Date"),hp=!0)};fp.prototype.name=function(){return"Date"};x("ee.Deserializer",function(){});var jp=function(a){return ip(JSON.parse(a))};x("ee.Deserializer.fromJSON",jp);var ip=function(a){if("result"in a&&"values"in a)return kp(a);var b={};if(u(a)&&a.type==="CompoundValue"){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]=lp(g,b)}a=a.value}return lp(a,b)};x("ee.Deserializer.decode",ip);
659
- var lp=function(a,b){if(a===null||typeof a==="number"||typeof a==="boolean"||typeof a==="string")return a;if(Array.isArray(a))return Yb(a,function(e){return lp(e,b)});if(!u(a)||typeof a==="function")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(typeof a!=="string")throw Error("Invalid variable name: "+a);return cp(Object,a);case "Date":a=a.value;if(typeof a!=="number")throw Error("Invalid date value: "+
660
- a);return new fp(a/1E3);case "Bytes":return mp(new gf({pb:a}),a);case "Invocation":return c="functionName"in a?cn(a.functionName):lp(a["function"],b),a=Ya(a.arguments,function(e){return lp(e,b)}),np(c,a);case "Dictionary":return Ya(a.value,function(e){return lp(e,b)});case "Function":var d=lp(a.body,b);a={name:"",args:Yb(a.argumentNames,function(e){return{name:e,type:"Object",optional:!1}}),returns:"Object"};return new bp(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);}},mp=function(a,b){var c=function(){};r(c,Yj);c.prototype.encode=function(){return b};c.prototype.na=function(){return a};return new c},np=function(a,b){if(a instanceof Ym)return a.apply(b);if(a instanceof O){var c=function(){return Ym.apply(this,arguments)||this};r(c,Ym);c.prototype.encode=function(d){return a.encode(d)};c.prototype.Ed=function(d,e){return fk(hl(d,a),
662
- e)};return new O(new c,b)}throw Error("Invalid function value");},op=function(a){return kp(JSON.parse(a))};x("ee.Deserializer.fromCloudApiJSON",op);
663
- var kp=function(a){var b=Ma(xf,a),c={},d=function(f,l){if(!(f in c)){if(!(f in b.values))throw Error("Cannot find "+l+" "+f);c[f]=e(b.values[f])}return c[f]},e=function(f){if(f.gb!==null)f=f.gb;else if(f.Fa!==null)f=f.Fa.values.map(e);else if(f.Ga!==null)f=Ya(f.Ga.values,e);else if(f.Lb!==null)f=cp(Object,f.Lb);else if(f.Ta!==null)f=g(f.Ta);else if(f.ya!==null){var l=f.ya;f=l.Ua?d(l.Ua,"function"):cn(l.functionName);l=Ya(l.arguments,e);f=np(f,l)}else f=f.pb!==null?mp(new gf({pb:f.pb}),f.pb):f.Va!==
664
- null?mp(new gf({Va:f.Va}),f.Va):f.Oa!==null?d(f.Oa,"reference"):null;return f},g=function(f){var l=d(f.body,"function body");f={args:f.kc.map(function(m){return{name:m,type:"Object",optional:!1}}),name:"",returns:"Object"};return new bp(f,function(){return l})};return d(b.result,"result value")};x("ee.Deserializer.decodeCloudApi",kp);var pp=function(a){if(!(this instanceof pp))return Qm(pp,arguments);if(a instanceof pp)return a;qp();Wm(a)?(O.call(this,null,null),this.Ic=a):(a instanceof O&&a.I&&a.I.Z().returns=="Dictionary"?O.call(this,a.I,a.args,a.U):O.call(this,new P("Dictionary"),{input:a},null),this.Ic=null)};y(pp,O);x("ee.Dictionary",pp);var rp=!1,qp=function(){rp||(ln(pp,"Dictionary","Dictionary"),rp=!0)};pp.prototype.encode=function(a){return this.Ic!==null?a(this.Ic):pp.L.encode.call(this,a)};
665
- pp.prototype.na=function(a){return this.Ic!==null?bk(hl(a,this.Ic)):pp.L.na.call(this,a)};pp.prototype.name=function(){return"Dictionary"};var sp={};x("ee.Terrain",sp);sp.Bf=!1;sp.initialize=function(){sp.Bf||(ln(sp,"Terrain","Terrain"),sp.Bf=!0)};sp.reset=function(){mn(sp);sp.Bf=!1};var yp=function(a,b,c,d,e,g){if(tp!="ready"||a||b){var f=c!=null;if(d)if(f)up.push(d);else throw Error("Can't pass an error callback without a success callback.");if(tp=="loading"&&f)vp.push(c);else if(tp="loading",oj(a,b,e,g),f)vp.push(c),gn(wp,xp);else try{gn(),wp()}catch(l){throw xp(l),l;}}else c&&c()};x("ee.initialize",yp);
666
- var Bp=function(){tp="not_ready";Nj=Mj=zj=null;Lj=!1;en=null;fn={};mn(fp);hp=!1;mn(pp);rp=!1;mn(S);tn=!1;mn(N);oo=!1;mn(W);go=!1;mn(V);eo=!1;mn(Y);xo=!1;mn(X);vo=!1;mn(U);Pn=!1;mn(T);wn=!1;mn(ro);to=!1;mn(Wo);Yo=!1;mn(Zo);ap=!1;sp.reset();for(var a=t.ee,b=0;b<zp.length;b++){var c=zp[b];mn(a[c]);delete a[c]}zp=[];Sm=a;a=Ap;for(var d in a)delete a[d]};x("ee.reset",Bp);var Cp={Hl:"not_ready",LOADING:"loading",Il:"ready"};x("ee.InitState",Cp);x("ee.InitState.NOT_READY","not_ready");
667
- x("ee.InitState.LOADING","loading");x("ee.InitState.READY","ready");var tp="not_ready",vp=[],up=[];x("ee.TILE_SIZE",256);var zp=[],Ap={};x("ee.Algorithms",Ap);var Dp=function(a,b){typeof a==="string"&&(a=new P(a));return Ym.prototype.call.apply(a,Array.prototype.slice.call(arguments,1))};x("ee.call",Dp);var Ep=function(a,b){typeof a==="string"&&(a=new P(a));return a.apply(b)};x("ee.apply",Ep);
668
- var wp=function(){if(tp=="loading"){try{gp();qp();sn();mo();fo();co();wo();uo();On();un();so();Xo();$o();sp.initialize();var a=hn(),b={},c={},d;for(d in a){var e=void 0;e=d.indexOf(".")!=-1?d.slice(0,d.indexOf(".")):d;b[e]=!0;var g=a[d].returns.replace(/<.*>/,"");c[g]=!0}var f=t.ee,l;for(l in b)l in c&&!(l in f)&&(f[l]=Fp(l),zp.push(l),a[l]?(f[l].signature=a[l],f[l].signature.isConstructor=!0,fn[l]=!0):f[l].signature={});Sm=f;Gp()}catch(m){xp(m);return}tp="ready";for(up=[];vp.length>0;)vp.shift()()}},
669
- xp=function(a){if(tp=="loading")for(tp="not_ready",vp=[];up.length>0;)up.shift()(a)},Gp=function(){var a=jn();ab(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=Ap;for(e.signature={};b.length>1;){var g=b[0];g in e||(e[g]={signature:{}});e=e[g];b=gc(b,1)}g=function(f){return bn(c,void 0,Array.prototype.slice.call(arguments,0))};g.signature=d;g.toString=w(c.toString,c);e[b[0]]=g}})},Fp=function(a){var b=function(c){var d=t.ee[a],e=Array.prototype.slice.call(arguments),
670
- g=e.length==1;if(g&&e[0]instanceof d)return e[0];if(!(this instanceof d))return Qm(d,e);d=kn(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=Xm(e,d.Z())?e[0]:$m(d,e),O.call(this,d,an(d,e));else{if(!g)throw Error("Too many arguments for ee."+a+"(): "+e);if(f)throw Error("Invalid argument for ee."+a+"(): "+e+". Must be a ComputedObject.");e=e[0];O.call(this,e.I,e.args,e.U)}};y(b,O);b.prototype.name=function(){return a};ln(b,a,a);return b};
671
- Zm=function(a,b){if(a===null)return null;if(a!==void 0){var c=t.ee;switch(b){case "Image":return new N(a);case "Feature":return a instanceof V?Q("Feature",Q("Collection.geometry",a)):new W(a);case "Element":if(a instanceof S)return a;if(a instanceof T)return new W(a);if(a instanceof O)return new S(a.I,a.args,a.U);throw Error("Cannot convert "+a+" to Element.");case "Geometry":return a instanceof X?Q("Collection.geometry",a):new T(a);case "FeatureCollection":case "Collection":return a instanceof V?
672
- a:new X(a);case "ImageCollection":return new Y(a);case "Filter":return new U(a);case "Algorithm":if(typeof a==="string")return new P(a);if(typeof a==="function"){b=a.length;c=[];for(var d=0;d<b;d++)c[d]="Object";return ep(a,c)}if(a instanceof Yj)return a;throw Error("Argument is not a function: "+a);case "String":return Vm(a)||a instanceof Zo||a instanceof O?new Zo(a):a;case "Dictionary":return Wm(a)?a:new pp(a);case "List":return new ro(a);case "Number":case "Float":case "Long":case "Integer":case "Short":case "Byte":return new Wo(a);
673
- default:if(b in c){d=kn(b);if(a instanceof c[b])return a;if(d)return new c[b](a);if(typeof a==="string"){if(a in c[b])return c[b][a].call();throw Error("Unknown algorithm: "+b+"."+a);}return new c[b](a)}return a}}};var Hp=function(a,b,c){oe.call(this,a,b,c);this.tileSize=new google.maps.Size(256,256);this.yh=new fe;this.xh=new fe};r(Hp,oe);Hp.prototype.getTile=function(a,b){var c=pe(this,a,b);b=[this.url,c].join("/")+"?token="+this.token;c=[c,this.xb,this.token].join("/");this.zb.push(c);this.xb+=1;var d=Jh("DIV");Ip(this,b,a,c,d);Jp(this);return d};
674
- var Ip=function(a,b,c,d,e){var g=new XMLHttpRequest;g.open("GET",b,!0);g.responseType="arraybuffer";g.onreadystatechange=w(function(){if(g.readyState===XMLHttpRequest.DONE&&g.status===200){var f=g.response;if(f)f=new Float32Array(f),this.yh.set(c,f),this.xh.set(c,e),cc(this.zb,d),Jp(this);else throw this.tg.add(d),Error("Unable to request floating point array buffers.");}},a);g.send()},Jp=function(a){a.dispatchEvent(new qe(a.zb.length))};Hp.prototype.J=function(){this.xh=this.yh=null;oe.prototype.J.call(this)};
675
- x("ee.FloatTileOverlay",Hp);var Kp=function(){this.ie=new Map};Kp.prototype.clear=function(){this.ie.clear()};var Lp=function(a,b){a.ie.has(b)||a.ie.set(b,{throttleCount:0,errorCount:0,tileLatencies:[]});return a.ie.get(b)};var Mp=function(a){H.call(this);this.Sb=a;this.K={}};y(Mp,H);var Np=[];Mp.prototype.Wa=function(a,b,c,d){Array.isArray(b)||(b&&(Np[0]=b.toString()),b=Np);for(var e=0;e<b.length;e++){var g=Hd(a,b[e],c||this.handleEvent,d||!1,this.Sb||this);if(!g)break;this.K[g.key]=g}return this};Mp.prototype.Uc=function(a,b,c,d){return Op(this,a,b,c,d)};
676
- var Op=function(a,b,c,d,e,g){if(Array.isArray(c))for(var f=0;f<c.length;f++)Op(a,b,c[f],d,e,g);else{b=Gd(b,c,d||a.handleEvent,e,g||a.Sb||a);if(!b)return a;a.K[b.key]=b}return a};Mp.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=u(d)?!!d.capture:!!d,e=e||this.Sb||this,c=Id(c),d=!!d,b=wd(a)?a.Kc(b,c,d,e):a?(a=Kd(a))?a.Kc(b,c,d,e):null:null,b&&(Pd(b),delete this.K[b.key])};
677
- Mp.prototype.ed=function(){Wa(this.K,function(a,b){this.K.hasOwnProperty(b)&&Pd(a)},this);this.K={}};Mp.prototype.J=function(){Mp.L.J.call(this);this.ed()};Mp.prototype.handleEvent=function(){throw Error("EventHandler.handleEvent not implemented");};var Qp=function(a,b){a.name!==void 0?(this.name=a.name,this.code=db[a.name]):(this.code=a=rb(a.code),this.name=Pp(a));lb.call(this,Ic("%s %s",this.name,b))};y(Qp,lb);
678
- var Pp=function(a){var b=cb(function(c){return a==c});if(b===void 0)throw Error("Invalid code: "+a);return b},Rp={},db=(Rp.AbortError=3,Rp.EncodingError=5,Rp.InvalidModificationError=9,Rp.InvalidStateError=7,Rp.NotFoundError=1,Rp.NotReadableError=4,Rp.NoModificationAllowedError=6,Rp.PathExistsError=12,Rp.QuotaExceededError=10,Rp.SecurityError=2,Rp.SyntaxError=8,Rp.TypeMismatchError=11,Rp);var Sp=function(a,b){nd.call(this,a.type,b);this.Ja=a};y(Sp,nd);var Tp=function(){J.call(this);this.ca=new FileReader;this.ca.onloadstart=w(this.mc,this);this.ca.onprogress=w(this.mc,this);this.ca.onload=w(this.mc,this);this.ca.onabort=w(this.mc,this);this.ca.onerror=w(this.mc,this);this.ca.onloadend=w(this.mc,this)};y(Tp,J);h=Tp.prototype;h.abort=function(){try{this.ca.abort()}catch(a){throw new Qp(a,"aborting read");}};h.tb=function(){return this.ca.readyState};h.getError=function(){return this.ca.error&&new Qp(this.ca.error,"reading file")};
679
- h.mc=function(a){this.dispatchEvent(new Sp(a,this))};h.J=function(){Tp.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 Up=function(a,b){E(a);a=a.style;"opacity"in a?a.opacity=b:"MozOpacity"in a?a.MozOpacity=b:"filter"in a&&(a.filter=b===""?"":"alpha(opacity="+Number(b)*100+")")};var Vp=function(a,b){J.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.he=new Kp(a.getUniqueId());this.yb=new fe;this.xb=0;this.sg=a;this.ib=new Mp(this);this.radius=0};r(Vp,J);h=Vp.prototype;h.Me=function(a){return Hd(this,"tile-load",a)};h.Zf=function(a){Pd(a)};
680
- h.Lc=function(){return Wp(this,"throttled")+Wp(this,"loading")+Wp(this,"new")};h.setOpacity=function(a){this.opacity=a;this.yb.forEach(function(b){Up(b.la,this.opacity)},this)};h.getStats=function(){return this.he};
681
- h.getTile=function(a,b,c){var d=1<<b;if(b<this.minZoom||a.y<0||a.y>=d)return c.createElement("div");var e=a.x%d;e<0&&(e+=d);d=new google.maps.Point(e,a.y);a=[a.x,a.y,b,this.xb++].join("-");e=this.sg.getUniqueId();a=[a,e].join("-");b=this.dh(d,b,c,a);b.tileSize=this.tileSize;Up(b.la,this.opacity);this.yb.set(a,b);Xp(this,b);this.dispatchEvent(new Yp(this.Lc()));this.sg.Gf(b,(new Date).getTime()/1E3);return b.la};h.releaseTile=function(a){var b=this.yb.get(a.id);this.yb.remove(a.id);b&&(b.abort(),md(b))};
682
- var Xp=function(a,b){a.ib.Wa(b,"status-changed",function(){switch(b.getStatus()){case "loaded":var c=b.el,d=(new Date).getTime();Lp(this.he,b.zoom).tileLatencies.push(d-c);this.dispatchEvent(new Zp(this.Lc()));break;case "throttled":Lp(this.he,b.zoom).throttleCount++;this.dispatchEvent(new $p(b.Ca));break;case "failed":Lp(this.he,b.zoom).errorCount++;this.dispatchEvent(new aq(b.Ca,b.Sk));break;case "aborted":this.dispatchEvent(new bq(this.Lc()))}})};
683
- Vp.prototype.J=function(){J.prototype.J.call(this);this.yb.forEach(md);this.yb.clear();this.yb=null;md(this.ib);this.sg=this.ib=null};var Wp=function(a,b){return ac(a.yb.aa(),function(c){return c.getStatus()==b})};x("ee.layers.AbstractOverlay",Vp);Vp.prototype.removeTileCallback=Vp.prototype.Zf;Vp.prototype.addTileCallback=Vp.prototype.Me;var Zp=function(){nd.call(this,"tile-load")};r(Zp,nd);var Yp=function(){nd.call(this,"tile-start")};r(Yp,nd);var $p=function(){nd.call(this,"tile-throttle")};
684
- r($p,nd);var aq=function(a,b){nd.call(this,"tile-fail");this.errorMessage=b};r(aq,nd);var bq=function(){nd.call(this,"tile-abort")};r(bq,nd);var cq=function(a,b,c,d){J.call(this);this.qb=a;this.zoom=b;this.la=c.createElement("div");this.la.id=d;this.il=5;this.ce=function(){};this.je="new";this.ti=0;this.Df=!1};r(cq,J);cq.prototype.getDiv=function(){return this.la};
685
- var eq=function(a){if(!a.Df&&a.getStatus()=="loading")throw Error("startLoad() can only be invoked once. Use retryLoad() after the first attempt.");dq(a,"loading");a.el=(new Date).getTime();a.Ya=new bj;a.Ya.wc="blob";a.Ya.Wa("complete",function(){var b=lj(a.Ya),c=a.Ya.getStatus();c==429&&dq(a,"throttled");if(Xi(c)){var d={};Wa(mj(a.Ya),function(g,f){d[f.toLowerCase()]=g});a.zl=d;a.Ai=b;a.Jc()}else if(b){var e=new Tp;e.Wa("loadend",function(){a.gd(e.ca.result)});e.readAsText(b)}else a.gd("Failed to load tile.")},
686
- !1);a.Ya.Uc("ready",Ea(md,a.Ya));a.Ca&&a.Ca.endsWith("&profiling=1")&&(a.Ca=a.Ca.replace("&profiling=1",""),a.Ya.headers.set("X-Earth-Engine-Computation-Profiling","1"));a.Ya.send(a.Ca,"GET")};h=cq.prototype;h.Jc=function(){this.ce(this);dq(this,"loaded")};h.Fc=function(){md(this.Ya)};
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.ti>=this.il?(this.Sk=b(a),dq(this,"failed")):(this.Fc(),setTimeout(w(function(){this.Ra||(this.Df=!0,eq(this),this.Df=!1)},this),1E3*Math.pow(2,this.ti++)))};h.abort=function(){this.Fc();this.getStatus()!="aborted"&&this.getStatus()!="removed"&&dq(this,this.je in fq?"removed":"aborted")};h.getStatus=function(){return this.je};var dq=function(a,b){a.je=b;a.dispatchEvent("status-changed")};
688
- cq.prototype.J=function(){J.prototype.J.call(this);this.Fc();this.la.remove();this.ce=null};var fq={aborted:!0,failed:!0,loaded:!0,removed:!0};var gq=function(){H.call(this)};r(gq,H);var hq=function(a,b){Vp.call(this,a,b);this.Rg=new fe;this.ph=new fe};r(hq,Vp);hq.prototype.dh=function(a,b,c,d){var e=new iq(a,b,c,d);this.ib.Wa(e,"status-changed",function(){e.getStatus()=="loaded"&&(this.Rg.set(a,new Float32Array(e.yd)),this.ph.set(a,e.la))});return e};hq.prototype.J=function(){Vp.prototype.J.call(this);this.ph=this.Rg=null};x("ee.layers.BinaryOverlay",hq);var iq=function(a,b,c,d){cq.call(this,a,b,c,d)};r(iq,cq);
689
- iq.prototype.Jc=function(){var a=new Tp;a.Wa("loadend",function(){this.yd=a.ca.result;cq.prototype.Jc.call(this)},void 0,this);a.readAsArrayBuffer(this.Ai)};var jq=function(a){J.call(this);this.Pc={};this.Oc={};this.Sb=new Mp(this);this.X=a;this.We=!1};y(jq,J);var kq=["load","abort","error"],lq=function(a,b,c){if(c=typeof c==="string"?c:c.src)a.We=!1,a.Pc[b]={src:c,bh:null}},mq=function(a,b){delete a.Pc[b];var c=a.Oc[b];c&&(delete a.Oc[b],a.Sb.se(c,kq,a.bi))};
690
- jq.prototype.start=function(){var a=this.Pc;ab(a).forEach(function(b){var c=a[b];if(c&&(delete a[b],!this.Ra)){if(this.X){var d=this.X;d=(d?new Oh(Nh(d)):mb||(mb=new Oh)).Qk("IMG")}else d=new Image;c.bh&&(d.crossOrigin=c.bh);this.Sb.Wa(d,kq,this.bi);this.Oc[b]=d;d.id=b;d.src=c.src}},this)};
691
- jq.prototype.bi=function(a){var b=a.currentTarget;if(b){if(a.type=="readystatechange")if(b.readyState=="complete")a.type="load";else return;typeof b.naturalWidth=="undefined"&&(a.type=="load"?(b.naturalWidth=b.width,b.naturalHeight=b.height):(b.naturalWidth=0,b.naturalHeight=0));mq(this,b.id);this.dispatchEvent({type:a.type,target:b});!this.Ra&&eb(this.Oc)&&eb(this.Pc)&&!this.We&&(this.We=!0,this.dispatchEvent("complete"))}};jq.prototype.J=function(){delete this.Pc;delete this.Oc;md(this.Sb);jq.L.J.call(this)};var nq=function(a,b){Vp.call(this,a,b)};r(nq,Vp);nq.prototype.dh=function(a,b,c,d){return new oq(a,b,c,d)};x("ee.layers.ImageOverlay",nq);var oq=function(a,b,c,d){cq.call(this,a,b,c,d);this.ce=pq;this.Fh=this.ga=this.Qd=null;this.Xc=""};r(oq,cq);
692
- oq.prototype.Jc=function(){try{var a=Rb(this.Ai);this.Xc=Qb(a);var b=this.Xc!==Pb.toString()?this.Xc:this.Ca}catch(c){b=this.Ca}this.ga=new jq;lq(this.ga,this.la.id+"-image",b);this.Fh=Gd(this.ga,qq,function(c){c.type=="load"?(this.Qd=c.target,cq.prototype.Jc.call(this)):this.gd()},void 0,this);this.ga.start()};oq.prototype.Fc=function(){cq.prototype.Fc.call(this);this.ga&&(Pd(this.Fh),md(this.ga))};oq.prototype.J=function(){cq.prototype.J.call(this);this.Xc&&URL.revokeObjectURL(this.Xc)};
693
- var pq=function(a){a.la.appendChild(a.Qd)},qq=["load","abort","error"];var rq=function(a){for(var b=arguments[0],c=1;c<arguments.length;c++){var d=arguments[c];if(d.lastIndexOf("/",0)==0)b=d;else{var e;(e=b=="")||(e=b.length-1,e=e>=0&&b.indexOf("/",e)==e);b=e?b+d:b+("/"+d)}}return b};var sq=function(a,b,c,d){H.call(this);this.Qg=a;this.Yb=b;this.ng=d||"";this.Wd=c};r(sq,gq);sq.prototype.Gf=function(a){if(a.zoom<=this.Wd)a.Ca=this.Ld(a.qb,a.zoom);else{var b=a.zoom-this.Wd,c=Math.pow(2,b);c=new google.maps.Point(Math.floor(a.qb.x/c),Math.floor(a.qb.y/c));a.Ca=this.Ld(c,a.zoom-b);a.ce=Ea(tq,this.Wd)}var d=w(a.gd,a);a.gd=w(function(e){e&&(e.includes("The specified key does not exist.")||e.includes("AccessDenied"))?dq(a,"loaded"):d(e)},a);eq(a)};
694
- sq.prototype.getUniqueId=function(){return[this.Qg,this.Yb,this.Wd,this.ng].join("-")};sq.prototype.Ld=function(a,b){a=rq("https://storage.googleapis.com",this.Qg,this.Yb,String(b),String(a.x),String(a.y));this.ng&&(a+=this.ng);return a};
695
- var tq=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.qb.x%a),c/a*(b.qb.y%a),c/a,c/a,0,0,c,c)};x("ee.layers.CloudStorageTileSource",sq);var uq=function(){this.La=[];this.Qa=[]};h=uq.prototype;h.enqueue=function(a){this.Qa.push(a)};h.Hc=function(){this.La.length===0&&(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 this.La.length===0&&this.Qa.length===0};h.clear=function(){this.La=[];this.Qa=[]};h.contains=function(a){return bc(this.La,a)||bc(this.Qa,a)};
696
- h.remove=function(a){var b=this.La;var c=Vb(b,a);c>=0?(dc(b,c),b=!0):b=!1;return b||cc(this.Qa,a)};h.aa=function(){for(var a=[],b=this.La.length-1;b>=0;--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 vq=function(a,b){H.call(this);this.Th=a||0;this.Vd=b||10;if(this.Th>this.Vd)throw Error("[goog.structs.Pool] Min can not be greater than max");this.Sa=new uq;this.ub=new je;this.delay=0;this.Ef=null;this.rd()};y(vq,H);vq.prototype.Mc=function(){var a=Date.now();if(!(this.Ef!=null&&a-this.Ef<this.delay)){for(var b;this.Sa.R()>0&&(b=this.Sa.Hc(),!this.Qf(b));)this.rd();!b&&this.R()<this.Vd&&(b=this.Ze());b&&(this.Ef=a,this.ub.add(b));return b}};
697
- var wq=function(a,b){return a.ub.remove(b)?(a.Le(b),!0):!1};h=vq.prototype;h.Le=function(a){this.ub.remove(a);this.Qf(a)&&this.R()<this.Vd?this.Sa.enqueue(a):this.Cd(a)};h.rd=function(){for(var a=this.Sa;this.R()<this.Th;)a.enqueue(this.Ze());for(;this.R()>this.Vd&&this.Sa.R()>0;)this.Cd(a.Hc())};h.Ze=function(){return{}};h.Cd=function(a){if(typeof a.dispose=="function")a.dispose();else for(var b in a)a[b]=null};h.Qf=function(a){return typeof a.Nk=="function"?a.Nk():!0};
698
- h.contains=function(a){return this.Sa.contains(a)||this.ub.contains(a)};h.R=function(){return this.Sa.R()+this.ub.R()};h.isEmpty=function(){return this.Sa.isEmpty()&&this.ub.isEmpty()};h.J=function(){vq.L.J.call(this);if(this.ub.R()>0)throw Error("[goog.structs.Pool] Objects not released");delete this.ub;for(var a=this.Sa;!a.isEmpty();)this.Cd(a.Hc());delete this.Sa};var xq=function(a,b){this.Lh=a;this.te=b};xq.prototype.getKey=function(){return this.Lh};xq.prototype.clone=function(){return new xq(this.Lh,this.te)};var yq=function(a){this.Aa=[];if(a)a:{if(a instanceof yq){var b=a.sb();a=a.aa();if(this.R()<=0){for(var c=this.Aa,d=0;d<b.length;d++)c.push(new xq(b[d],a[d]));break a}}else b=ab(a),a=$a(a);for(c=0;c<b.length;c++)zq(this,b[c],a[c])}},zq=function(a,b,c){var d=a.Aa;d.push(new xq(b,c));b=d.length-1;a=a.Aa;for(c=a[b];b>0;)if(d=b-1>>1,a[d].getKey()>c.getKey())a[b]=a[d],b=d;else break;a[b]=c};h=yq.prototype;
637
+ Y.prototype.name=function(){return"ImageCollection"};Y.prototype.elementType=function(){return N};var vo=function(a){this.Ye=a;this.id=null},xo=function(a){var b={element:wo(a)};Object.assign(b,a);b=Xa(b,function(c){return c!=null});return new vo(b)};vo.prototype.start=function(a,b){var c=this;E(this.Ye,"Task config must be specified for tasks to be started.");this.id=this.id||Tl(1)[0];rb(this.id,"Failed to obtain task ID.");if(a)jm(this.id,this.Ye,function(e,g){if(g)b(g);else{var f;c.id=(f=e.taskId)!=null?f:null;a()}});else{var d;this.id=(d=jm(this.id,this.Ye).taskId)!=null?d:null}};
638
+ vo.prototype.start=vo.prototype.start;var yo=function(a,b,c,d,e,g,f,l,m,p,v,A){var C=R(yo,arguments);C=zo(C,"ASSET","EXPORT_IMAGE");return xo(C)};x("module$contents$ee$batch_Export.image.toAsset",yo);var Ao=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z){var da=R(Ao,arguments);da=zo(da,"GOOGLE_CLOUD_STORAGE","EXPORT_IMAGE");return xo(da)};x("module$contents$ee$batch_Export.image.toCloudStorage",Ao);
639
+ var Bo=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z){var da=R(Bo,arguments);da=zo(da,"DRIVE","EXPORT_IMAGE");return xo(da)};x("module$contents$ee$batch_Export.image.toDrive",Bo);var Co=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I){var ea=R(Co,arguments);ea=zo(ea,"GOOGLE_CLOUD_STORAGE","EXPORT_TILES");return xo(ea)};x("module$contents$ee$batch_Export.map.toCloudStorage",Co);var Do=function(a,b,c,d,e,g,f,l){var m=R(Do,arguments);m=zo(m,"GOOGLE_CLOUD_STORAGE","EXPORT_FEATURES");return xo(m)};
640
+ x("module$contents$ee$batch_Export.table.toCloudStorage",Do);var Eo=function(a,b,c,d,e,g,f,l){var m=R(Eo,arguments);m.type="EXPORT_FEATURES";m=zo(m,"DRIVE","EXPORT_FEATURES");return xo(m)};x("module$contents$ee$batch_Export.table.toDrive",Eo);var Fo=function(a,b,c,d,e){var g=R(Fo,arguments);g=zo(g,"ASSET","EXPORT_FEATURES");return xo(g)};x("module$contents$ee$batch_Export.table.toAsset",Fo);var Go=function(a,b,c,d,e,g,f,l){var m=R(Go,arguments);m=zo(m,"FEATURE_VIEW","EXPORT_FEATURES");return xo(m)};
641
+ x("module$contents$ee$batch_Export.table.toFeatureView",Go);var Ho=function(a,b,c,d,e,g,f,l){var m=R(Ho,arguments);m=zo(m,"BIGQUERY","EXPORT_FEATURES");return xo(m)};x("module$contents$ee$batch_Export.table.toBigQuery",Ho);var Io=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var I=R(Io,arguments);I=zo(I,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO");return xo(I)};x("module$contents$ee$batch_Export.video.toCloudStorage",Io);
642
+ var Jo=function(a,b,c,d,e,g,f,l,m,p,v,A,C){var I=R(Jo,arguments);I=zo(I,"DRIVE","EXPORT_VIDEO");return xo(I)};x("module$contents$ee$batch_Export.video.toDrive",Jo);var Ko=function(a,b,c,d,e,g,f,l,m,p,v,A,C,I,ea,Z,da,Hb,Jq,Kq,Lq){var pj=R(Ko,arguments);pj=zo(pj,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO_MAP");return xo(pj)};x("module$contents$ee$batch_Export.videoMap.toCloudStorage",Ko);var Lo=function(a,b,c,d){var e=R(Lo,arguments);e=zo(e,"ASSET","EXPORT_CLASSIFIER");return xo(e)};
643
+ x("module$contents$ee$batch_Export.classifier.toAsset",Lo);
644
+ var wo=function(a){var b=function(d){return d in a},c=Mo.find(b);E(ac(Mo,b)===1,'Expected a single "image", "collection" or "classifier" key.');b=a[c];if(!(b instanceof N||b instanceof X||b instanceof Y||b instanceof S||b instanceof O))throw Error("Unknown element type provided: "+typeof b+". Expected: ee.Image, ee.ImageCollection, ee.FeatureCollection, ee.Element or ee.ComputedObject.");delete a[c];return b},zo=function(a,b,c){var d=d===void 0?!0:d;var e={type:c};Object.assign(e,a);switch(c){case "EXPORT_IMAGE":e.fileFormat==
645
+ null&&(e.fileFormat="GeoTIFF");a=e.fileFormat;a==null&&(a="GEO_TIFF");a=a.toUpperCase();switch(a){case "TIFF":case "TIF":case "GEO_TIFF":case "GEOTIFF":a="GEO_TIFF";break;case "TF_RECORD":case "TF_RECORD_IMAGE":case "TFRECORD":a="TF_RECORD_IMAGE";break;default:throw Error("Invalid file format "+a+". Supported formats are: 'GEOTIFF', 'TFRECORD'.");}e.fileFormat=a;e.formatOptions!=null&&(a=No(e,a),delete e.formatOptions,Object.assign(e,a));e=Oo(e,b);e.crsTransform!=null&&(e.crs_transform=e.crsTransform,
646
+ delete e.crsTransform);break;case "EXPORT_TILES":b=Oo(e,b);e=b.fileFormat;e==null&&(e="AUTO_JPEG_PNG");e=e.toUpperCase();switch(e){case "AUTO":case "AUTO_JPEG_PNG":case "AUTO_JPG_PNG":e="AUTO_JPEG_PNG";break;case "JPG":case "JPEG":e="JPEG";break;case "PNG":e="PNG";break;default:throw Error("Invalid file format "+e+". Supported formats are: 'AUTO', 'PNG', and 'JPEG'.");}b.fileFormat=e;e=b;break;case "EXPORT_FEATURES":Array.isArray(e.selectors)&&(e.selectors=e.selectors.join());a=e.fileFormat;a==null&&
647
+ (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=Oo(e,b);break;case "EXPORT_VIDEO":e=Po(e);e=Oo(e,b);e.crsTransform!=null&&
648
+ (e.crs_transform=e.crsTransform,delete e.crsTransform);break;case "EXPORT_VIDEO_MAP":e=Po(e);e.version=e.version||"V1";e.stride=e.stride||1;e.tileDimensions={width:e.tileWidth||256,height:e.tileHeight||256};e=Oo(e,b);break;case "EXPORT_CLASSIFIER":e=Oo(e,b);break;default:throw Error("Unknown export type: "+e.type);}if(d&&e.region!=null){d=e;b=e.region;if(b instanceof T)b=b.oe();else if(typeof b==="string")try{b=tb(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.");
649
+ }if(!(u(b)&&"type"in b))try{new Bn(b)}catch(g){try{new En(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},Oo=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=
650
+ a.assetId||"";break;case "FEATURE_VIEW":a.mapName=a.mapName||"";break;case "BIGQUERY":a.table=a.table||"";break;default:b=wa(a.folder);if(!bc(["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},Qo={GEO_TIFF:["cloudOptimized","fileDimensions","noData","shardSize"],TF_RECORD_IMAGE:"patchDimensions kernelSize compressed maxFileSize defaultValue tensorDepths sequenceData collapseBands maskedThreshold".split(" ")},
651
+ Ro={GEO_TIFF:"tiff",TF_RECORD_IMAGE:"tfrecord"},Po=function(a){a.videoOptions=a.framesPerSecond||5;a.maxFrames=a.maxFrames||1E3;a.maxPixels=a.maxPixels||1E8;var b=a.fileFormat;b==null&&(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},No=function(a,b){var c=a.formatOptions;if(c==null)return{};
652
+ if(Object.keys(a).some(function(m){return c!==null&&m in c}))throw Error("Parameter specified at least twice: once in config, and once in config format options.");a=Ro[b];for(var d=Qo[b],e={},g=q(Object.entries(c)),f=g.next();!f.done;f=g.next()){var l=q(f.value);f=l.next().value;l=l.next().value;if(!bc(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},
653
+ Mo=["image","collection","classifier"];var So=function(a){if(!(this instanceof So))return Mm(So,arguments);if(a instanceof So)return a;To();if(typeof a==="number")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);};y(So,O);x("ee.Number",So);var Uo=!1,To=function(){Uo||(gn(So,"Number","Number"),Uo=!0)};So.prototype.encode=function(a){return typeof this.Wc==="number"?this.Wc:So.L.encode.call(this,a)};
654
+ So.prototype.na=function(a){return typeof this.Wc==="number"?Xj(dl(a,this.Wc)):So.L.na.call(this,a)};So.prototype.name=function(){return"Number"};var Vo=function(a){if(!(this instanceof Vo))return Mm(Vo,arguments);if(a instanceof Vo)return a;Wo();if(typeof a==="string")O.call(this,null,null),this.jd=a;else if(a instanceof O)this.jd=null,a.I&&a.I.Z().returns=="String"?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);};y(Vo,O);x("ee.String",Vo);var Xo=!1,Wo=function(){Xo||(gn(Vo,"String","String"),Xo=!0)};
655
+ Vo.prototype.encode=function(a){return typeof this.jd==="string"?this.jd:Vo.L.encode.call(this,a)};Vo.prototype.na=function(a){return typeof this.jd==="string"?Xj(dl(a,this.jd)):Vo.L.na.call(this,a)};Vo.prototype.name=function(){return"String"};var Yo=function(a,b){if(!(this instanceof Yo))return Mm(Yo,arguments);for(var c=[],d=a.args,e=0;e<d.length;e++){var g=d[e],f=g.type;c.push(Zo(f in Om?Om[f]:null,g.name))}if(b.apply(null,c)===void 0)throw Error("User-defined methods must return a value.");this.wb=$o(a,c,b);this.Pg=b.apply(null,c)};y(Yo,Um);x("ee.CustomFunction",Yo);Yo.prototype.encode=function(a){return{type:"Function",argumentNames:Yb(this.wb.args,function(b){return b.name}),body:a(this.Pg)}};
656
+ Yo.prototype.na=function(a){return ck(this.wb.args.map(function(b){return b.name}),dl(a,this.Pg))};Yo.prototype.Ed=function(a,b){return bk(dl(a,this),b)};Yo.prototype.Z=function(){return this.wb};
657
+ var Zo=function(a,b){a=a||Object;if(!(a.prototype instanceof O))if(a&&a!=Object)if(a==String)a=Vo;else if(a==Number)a=So;else if(a==Array)a=t.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)},ap=function(a,b){b={name:"",returns:"Object",args:Yb(b,function(c){return{name:null,type:typeof c==="string"?c:c.prototype instanceof O?c.prototype.name.call(null):c==Number?
658
+ "Number":c==String?"String":c==Array?"Array":c==Date?"Date":"Object"}})};return new Yo(b,a)},$o=function(a,b,c){for(var d=[],e=0;e<b.length;e++)b[e].U===null&&d.push(e);if(d.length===0)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.Ta?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))}(Wk(c.apply(null,b),"<unbound>"))+"_";for(e=0;e<
659
+ d.length;e++){var g=d[e],f=c+e;b[g].U=f;a.args[g].name=f}return a};var bp=function(a,b){if(!(this instanceof bp))return Mm(bp,arguments);if(a instanceof bp)return a;cp();var c=R(bp,arguments);a=c.date;c=c.tz;var d=new P("Date"),e={},g=null;if(Rm(a)){if(e.value=a,c)if(Rm(c))e.timeZone=c;else throw Error("Invalid argument specified for ee.Date(..., opt_tz): "+c);}else if(Qm(a))e.value=a;else if(ya(a))e.value=Math.floor(a.getTime());else if(a instanceof O)a.I&&a.I.Z().returns=="Date"?(d=a.I,e=a.args,g=a.U):e.value=a;else throw Error("Invalid argument specified for ee.Date(): "+
660
+ a);O.call(this,d,e,g)};y(bp,O);x("ee.Date",bp);var dp=!1,cp=function(){dp||(gn(bp,"Date","Date"),dp=!0)};bp.prototype.name=function(){return"Date"};x("ee.Deserializer",function(){});var fp=function(a){return ep(JSON.parse(a))};x("ee.Deserializer.fromJSON",fp);var ep=function(a){if("result"in a&&"values"in a)return gp(a);var b={};if(u(a)&&a.type==="CompoundValue"){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]=hp(g,b)}a=a.value}return hp(a,b)};x("ee.Deserializer.decode",ep);
661
+ var hp=function(a,b){if(a===null||typeof a==="number"||typeof a==="boolean"||typeof a==="string")return a;if(Array.isArray(a))return Yb(a,function(e){return hp(e,b)});if(!u(a)||typeof a==="function")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(typeof a!=="string")throw Error("Invalid variable name: "+a);return Zo(Object,a);case "Date":a=a.value;if(typeof a!=="number")throw Error("Invalid date value: "+
662
+ a);return new bp(a/1E3);case "Bytes":return ip(new cf({pb:a}),a);case "Invocation":return c="functionName"in a?Zm(a.functionName):hp(a["function"],b),a=Ya(a.arguments,function(e){return hp(e,b)}),jp(c,a);case "Dictionary":return Ya(a.value,function(e){return hp(e,b)});case "Function":var d=hp(a.body,b);a={name:"",args:Yb(a.argumentNames,function(e){return{name:e,type:"Object",optional:!1}}),returns:"Object"};return new Yo(a,function(){return d});case "Point":case "MultiPoint":case "LineString":case "MultiLineString":case "Polygon":case "MultiPolygon":case "LinearRing":case "GeometryCollection":return new T(a);
663
+ case "CompoundValue":throw Error("Nested CompoundValues are disallowed.");default:throw Error("Unknown encoded object type: "+c);}},ip=function(a,b){var c=function(){};r(c,Uj);c.prototype.encode=function(){return b};c.prototype.na=function(){return a};return new c},jp=function(a,b){if(a instanceof Um)return a.apply(b);if(a instanceof O){var c=function(){return Um.apply(this,arguments)||this};r(c,Um);c.prototype.encode=function(d){return a.encode(d)};c.prototype.Ed=function(d,e){return bk(dl(d,a),
664
+ e)};return new O(new c,b)}throw Error("Invalid function value");},kp=function(a){return gp(JSON.parse(a))};x("ee.Deserializer.fromCloudApiJSON",kp);
665
+ var gp=function(a){var b=Ma(tf,a),c={},d=function(f,l){if(!(f in c)){if(!(f in b.values))throw Error("Cannot find "+l+" "+f);c[f]=e(b.values[f])}return c[f]},e=function(f){if(f.gb!==null)f=f.gb;else if(f.Fa!==null)f=f.Fa.values.map(e);else if(f.Ga!==null)f=Ya(f.Ga.values,e);else if(f.Lb!==null)f=Zo(Object,f.Lb);else if(f.Ta!==null)f=g(f.Ta);else if(f.ya!==null){var l=f.ya;f=l.Ua?d(l.Ua,"function"):Zm(l.functionName);l=Ya(l.arguments,e);f=jp(f,l)}else f=f.pb!==null?ip(new cf({pb:f.pb}),f.pb):f.Va!==
666
+ null?ip(new cf({Va:f.Va}),f.Va):f.Oa!==null?d(f.Oa,"reference"):null;return f},g=function(f){var l=d(f.body,"function body");f={args:f.kc.map(function(m){return{name:m,type:"Object",optional:!1}}),name:"",returns:"Object"};return new Yo(f,function(){return l})};return d(b.result,"result value")};x("ee.Deserializer.decodeCloudApi",gp);var lp=function(a){if(!(this instanceof lp))return Mm(lp,arguments);if(a instanceof lp)return a;mp();Sm(a)?(O.call(this,null,null),this.Ic=a):(a instanceof O&&a.I&&a.I.Z().returns=="Dictionary"?O.call(this,a.I,a.args,a.U):O.call(this,new P("Dictionary"),{input:a},null),this.Ic=null)};y(lp,O);x("ee.Dictionary",lp);var np=!1,mp=function(){np||(gn(lp,"Dictionary","Dictionary"),np=!0)};lp.prototype.encode=function(a){return this.Ic!==null?a(this.Ic):lp.L.encode.call(this,a)};
667
+ lp.prototype.na=function(a){return this.Ic!==null?Xj(dl(a,this.Ic)):lp.L.na.call(this,a)};lp.prototype.name=function(){return"Dictionary"};var op={};x("ee.Terrain",op);op.Bf=!1;op.initialize=function(){op.Bf||(gn(op,"Terrain","Terrain"),op.Bf=!0)};op.reset=function(){hn(op);op.Bf=!1};var up=function(a,b,c,d,e,g){if(pp!="ready"||a||b){var f=c!=null;if(d)if(f)qp.push(d);else throw Error("Can't pass an error callback without a success callback.");if(pp=="loading"&&f)rp.push(c);else if(pp="loading",kj(a,b,e,g),f)rp.push(c),cn(sp,tp);else try{cn(),sp()}catch(l){throw tp(l),l;}}else c&&c()};x("ee.initialize",up);
668
+ var xp=function(){pp="not_ready";Jj=Ij=vj=null;Hj=!1;an=null;bn={};hn(bp);dp=!1;hn(lp);np=!1;hn(S);pn=!1;hn(N);ko=!1;hn(W);bo=!1;hn(V);$n=!1;hn(Y);to=!1;hn(X);ro=!1;hn(U);Ln=!1;hn(T);sn=!1;hn(no);po=!1;hn(So);Uo=!1;hn(Vo);Xo=!1;op.reset();for(var a=t.ee,b=0;b<vp.length;b++){var c=vp[b];hn(a[c]);delete a[c]}vp=[];Om=a;a=wp;for(var d in a)delete a[d]};x("ee.reset",xp);var yp={Hl:"not_ready",LOADING:"loading",Il:"ready"};x("ee.InitState",yp);x("ee.InitState.NOT_READY","not_ready");
669
+ x("ee.InitState.LOADING","loading");x("ee.InitState.READY","ready");var pp="not_ready",rp=[],qp=[];x("ee.TILE_SIZE",256);var vp=[],wp={};x("ee.Algorithms",wp);var zp=function(a,b){typeof a==="string"&&(a=new P(a));return Um.prototype.call.apply(a,Array.prototype.slice.call(arguments,1))};x("ee.call",zp);var Ap=function(a,b){typeof a==="string"&&(a=new P(a));return a.apply(b)};x("ee.apply",Ap);
670
+ var sp=function(){if(pp=="loading"){try{cp();mp();on();io();ao();Zn();so();qo();Kn();qn();oo();To();Wo();op.initialize();var a=dn(),b={},c={},d;for(d in a){var e=void 0;e=d.indexOf(".")!=-1?d.slice(0,d.indexOf(".")):d;b[e]=!0;var g=a[d].returns.replace(/<.*>/,"");c[g]=!0}var f=t.ee,l;for(l in b)l in c&&!(l in f)&&(f[l]=Bp(l),vp.push(l),a[l]?(f[l].signature=a[l],f[l].signature.isConstructor=!0,bn[l]=!0):f[l].signature={});Om=f;Cp()}catch(m){tp(m);return}pp="ready";for(qp=[];rp.length>0;)rp.shift()()}},
671
+ tp=function(a){if(pp=="loading")for(pp="not_ready",rp=[];qp.length>0;)qp.shift()(a)},Cp=function(){var a=en();ab(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=wp;for(e.signature={};b.length>1;){var g=b[0];g in e||(e[g]={signature:{}});e=e[g];b=gc(b,1)}g=function(f){return Ym(c,void 0,Array.prototype.slice.call(arguments,0))};g.signature=d;g.toString=w(c.toString,c);e[b[0]]=g}})},Bp=function(a){var b=function(c){var d=t.ee[a],e=Array.prototype.slice.call(arguments),
672
+ g=e.length==1;if(g&&e[0]instanceof d)return e[0];if(!(this instanceof d))return Mm(d,e);d=fn(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=Tm(e,d.Z())?e[0]:Wm(d,e),O.call(this,d,Xm(d,e));else{if(!g)throw Error("Too many arguments for ee."+a+"(): "+e);if(f)throw Error("Invalid argument for ee."+a+"(): "+e+". Must be a ComputedObject.");e=e[0];O.call(this,e.I,e.args,e.U)}};y(b,O);b.prototype.name=function(){return a};gn(b,a,a);return b};
673
+ Vm=function(a,b){if(a===null)return null;if(a!==void 0){var c=t.ee;switch(b){case "Image":return new N(a);case "Feature":return a instanceof V?Q("Feature",Q("Collection.geometry",a)):new W(a);case "Element":if(a instanceof S)return a;if(a instanceof T)return new W(a);if(a instanceof O)return new S(a.I,a.args,a.U);throw Error("Cannot convert "+a+" to Element.");case "Geometry":return a instanceof X?Q("Collection.geometry",a):new T(a);case "FeatureCollection":case "Collection":return a instanceof V?
674
+ a:new X(a);case "ImageCollection":return new Y(a);case "Filter":return new U(a);case "Algorithm":if(typeof a==="string")return new P(a);if(typeof a==="function"){b=a.length;c=[];for(var d=0;d<b;d++)c[d]="Object";return ap(a,c)}if(a instanceof Uj)return a;throw Error("Argument is not a function: "+a);case "String":return Rm(a)||a instanceof Vo||a instanceof O?new Vo(a):a;case "Dictionary":return Sm(a)?a:new lp(a);case "List":return new no(a);case "Number":case "Float":case "Long":case "Integer":case "Short":case "Byte":return new So(a);
675
+ default:if(b in c){d=fn(b);if(a instanceof c[b])return a;if(d)return new c[b](a);if(typeof a==="string"){if(a in c[b])return c[b][a].call();throw Error("Unknown algorithm: "+b+"."+a);}return new c[b](a)}return a}}};var Dp=function(a,b,c){ke.call(this,a,b,c);this.tileSize=new google.maps.Size(256,256);this.yh=new ae;this.xh=new ae};r(Dp,ke);Dp.prototype.getTile=function(a,b){var c=le(this,a,b);b=[this.url,c].join("/")+"?token="+this.token;c=[c,this.xb,this.token].join("/");this.zb.push(c);this.xb+=1;var d=Fh("DIV");Ep(this,b,a,c,d);Fp(this);return d};
676
+ var Ep=function(a,b,c,d,e){var g=new XMLHttpRequest;g.open("GET",b,!0);g.responseType="arraybuffer";g.onreadystatechange=w(function(){if(g.readyState===XMLHttpRequest.DONE&&g.status===200){var f=g.response;if(f)f=new Float32Array(f),this.yh.set(c,f),this.xh.set(c,e),cc(this.zb,d),Fp(this);else throw this.tg.add(d),Error("Unable to request floating point array buffers.");}},a);g.send()},Fp=function(a){a.dispatchEvent(new me(a.zb.length))};Dp.prototype.J=function(){this.xh=this.yh=null;ke.prototype.J.call(this)};
677
+ x("ee.FloatTileOverlay",Dp);var Gp=function(){this.ie=new Map};Gp.prototype.clear=function(){this.ie.clear()};var Hp=function(a,b){a.ie.has(b)||a.ie.set(b,{throttleCount:0,errorCount:0,tileLatencies:[]});return a.ie.get(b)};var Ip=function(a){H.call(this);this.Sb=a;this.K={}};y(Ip,H);var Jp=[];Ip.prototype.Wa=function(a,b,c,d){Array.isArray(b)||(b&&(Jp[0]=b.toString()),b=Jp);for(var e=0;e<b.length;e++){var g=Dd(a,b[e],c||this.handleEvent,d||!1,this.Sb||this);if(!g)break;this.K[g.key]=g}return this};Ip.prototype.Uc=function(a,b,c,d){return Kp(this,a,b,c,d)};
678
+ var Kp=function(a,b,c,d,e,g){if(Array.isArray(c))for(var f=0;f<c.length;f++)Kp(a,b,c[f],d,e,g);else{b=Cd(b,c,d||a.handleEvent,e,g||a.Sb||a);if(!b)return a;a.K[b.key]=b}return a};Ip.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=u(d)?!!d.capture:!!d,e=e||this.Sb||this,c=Ed(c),d=!!d,b=sd(a)?a.Kc(b,c,d,e):a?(a=Gd(a))?a.Kc(b,c,d,e):null:null,b&&(Ld(b),delete this.K[b.key])};
679
+ Ip.prototype.ed=function(){Wa(this.K,function(a,b){this.K.hasOwnProperty(b)&&Ld(a)},this);this.K={}};Ip.prototype.J=function(){Ip.L.J.call(this);this.ed()};Ip.prototype.handleEvent=function(){throw Error("EventHandler.handleEvent not implemented");};var Mp=function(a,b){a.name!==void 0?(this.name=a.name,this.code=db[a.name]):(this.code=a=qb(a.code),this.name=Lp(a));kb.call(this,Hc("%s %s",this.name,b))};y(Mp,kb);
680
+ var Lp=function(a){var b=cb(function(c){return a==c});if(b===void 0)throw Error("Invalid code: "+a);return b},Np={},db=(Np.AbortError=3,Np.EncodingError=5,Np.InvalidModificationError=9,Np.InvalidStateError=7,Np.NotFoundError=1,Np.NotReadableError=4,Np.NoModificationAllowedError=6,Np.PathExistsError=12,Np.QuotaExceededError=10,Np.SecurityError=2,Np.SyntaxError=8,Np.TypeMismatchError=11,Np);var Op=function(a,b){md.call(this,a.type,b);this.Ja=a};y(Op,md);var Pp=function(){J.call(this);this.ca=new FileReader;this.ca.onloadstart=w(this.mc,this);this.ca.onprogress=w(this.mc,this);this.ca.onload=w(this.mc,this);this.ca.onabort=w(this.mc,this);this.ca.onerror=w(this.mc,this);this.ca.onloadend=w(this.mc,this)};y(Pp,J);h=Pp.prototype;h.abort=function(){try{this.ca.abort()}catch(a){throw new Mp(a,"aborting read");}};h.tb=function(){return this.ca.readyState};h.getError=function(){return this.ca.error&&new Mp(this.ca.error,"reading file")};
681
+ h.mc=function(a){this.dispatchEvent(new Op(a,this))};h.J=function(){Pp.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 Qp=function(a,b){E(a);a=a.style;"opacity"in a?a.opacity=b:"MozOpacity"in a?a.MozOpacity=b:"filter"in a&&(a.filter=b===""?"":"alpha(opacity="+Number(b)*100+")")};var Rp=function(a,b){J.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.he=new Gp(a.getUniqueId());this.yb=new ae;this.xb=0;this.sg=a;this.ib=new Ip(this);this.radius=0};r(Rp,J);h=Rp.prototype;h.Me=function(a){return Dd(this,"tile-load",a)};h.Zf=function(a){Ld(a)};
682
+ h.Lc=function(){return Sp(this,"throttled")+Sp(this,"loading")+Sp(this,"new")};h.setOpacity=function(a){this.opacity=a;this.yb.forEach(function(b){Qp(b.la,this.opacity)},this)};h.getStats=function(){return this.he};
683
+ h.getTile=function(a,b,c){var d=1<<b;if(b<this.minZoom||a.y<0||a.y>=d)return c.createElement("div");var e=a.x%d;e<0&&(e+=d);d=new google.maps.Point(e,a.y);a=[a.x,a.y,b,this.xb++].join("-");e=this.sg.getUniqueId();a=[a,e].join("-");b=this.dh(d,b,c,a);b.tileSize=this.tileSize;Qp(b.la,this.opacity);this.yb.set(a,b);Tp(this,b);this.dispatchEvent(new Up(this.Lc()));this.sg.Gf(b,(new Date).getTime()/1E3);return b.la};h.releaseTile=function(a){var b=this.yb.get(a.id);this.yb.remove(a.id);b&&(b.abort(),ld(b))};
684
+ var Tp=function(a,b){a.ib.Wa(b,"status-changed",function(){switch(b.getStatus()){case "loaded":var c=b.el,d=(new Date).getTime();Hp(this.he,b.zoom).tileLatencies.push(d-c);this.dispatchEvent(new Vp(this.Lc()));break;case "throttled":Hp(this.he,b.zoom).throttleCount++;this.dispatchEvent(new Wp(b.Ca));break;case "failed":Hp(this.he,b.zoom).errorCount++;this.dispatchEvent(new Xp(b.Ca,b.Sk));break;case "aborted":this.dispatchEvent(new Yp(this.Lc()))}})};
685
+ Rp.prototype.J=function(){J.prototype.J.call(this);this.yb.forEach(ld);this.yb.clear();this.yb=null;ld(this.ib);this.sg=this.ib=null};var Sp=function(a,b){return ac(a.yb.aa(),function(c){return c.getStatus()==b})};x("ee.layers.AbstractOverlay",Rp);Rp.prototype.removeTileCallback=Rp.prototype.Zf;Rp.prototype.addTileCallback=Rp.prototype.Me;var Vp=function(){md.call(this,"tile-load")};r(Vp,md);var Up=function(){md.call(this,"tile-start")};r(Up,md);var Wp=function(){md.call(this,"tile-throttle")};
686
+ r(Wp,md);var Xp=function(a,b){md.call(this,"tile-fail");this.errorMessage=b};r(Xp,md);var Yp=function(){md.call(this,"tile-abort")};r(Yp,md);var Zp=function(a,b,c,d){J.call(this);this.qb=a;this.zoom=b;this.la=c.createElement("div");this.la.id=d;this.il=5;this.ce=function(){};this.je="new";this.ti=0;this.Df=!1};r(Zp,J);Zp.prototype.getDiv=function(){return this.la};
687
+ var aq=function(a){if(!a.Df&&a.getStatus()=="loading")throw Error("startLoad() can only be invoked once. Use retryLoad() after the first attempt.");$p(a,"loading");a.el=(new Date).getTime();a.Ya=new Yi;a.Ya.wc="blob";a.Ya.Wa("complete",function(){var b=hj(a.Ya),c=a.Ya.getStatus();c==429&&$p(a,"throttled");if(Ti(c)){var d={};Wa(ij(a.Ya),function(g,f){d[f.toLowerCase()]=g});a.zl=d;a.Ai=b;a.Jc()}else if(b){var e=new Pp;e.Wa("loadend",function(){a.gd(e.ca.result)});e.readAsText(b)}else a.gd("Failed to load tile.")},
688
+ !1);a.Ya.Uc("ready",Ea(ld,a.Ya));a.Ca&&a.Ca.endsWith("&profiling=1")&&(a.Ca=a.Ca.replace("&profiling=1",""),a.Ya.headers.set("X-Earth-Engine-Computation-Profiling","1"));a.Ya.send(a.Ca,"GET")};h=Zp.prototype;h.Jc=function(){this.ce(this);$p(this,"loaded")};h.Fc=function(){ld(this.Ya)};
689
+ 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.ti>=this.il?(this.Sk=b(a),$p(this,"failed")):(this.Fc(),setTimeout(w(function(){this.Ra||(this.Df=!0,aq(this),this.Df=!1)},this),1E3*Math.pow(2,this.ti++)))};h.abort=function(){this.Fc();this.getStatus()!="aborted"&&this.getStatus()!="removed"&&$p(this,this.je in bq?"removed":"aborted")};h.getStatus=function(){return this.je};var $p=function(a,b){a.je=b;a.dispatchEvent("status-changed")};
690
+ Zp.prototype.J=function(){J.prototype.J.call(this);this.Fc();this.la.remove();this.ce=null};var bq={aborted:!0,failed:!0,loaded:!0,removed:!0};var cq=function(){H.call(this)};r(cq,H);var dq=function(a,b){Rp.call(this,a,b);this.Rg=new ae;this.ph=new ae};r(dq,Rp);dq.prototype.dh=function(a,b,c,d){var e=new eq(a,b,c,d);this.ib.Wa(e,"status-changed",function(){e.getStatus()=="loaded"&&(this.Rg.set(a,new Float32Array(e.yd)),this.ph.set(a,e.la))});return e};dq.prototype.J=function(){Rp.prototype.J.call(this);this.ph=this.Rg=null};x("ee.layers.BinaryOverlay",dq);var eq=function(a,b,c,d){Zp.call(this,a,b,c,d)};r(eq,Zp);
691
+ eq.prototype.Jc=function(){var a=new Pp;a.Wa("loadend",function(){this.yd=a.ca.result;Zp.prototype.Jc.call(this)},void 0,this);a.readAsArrayBuffer(this.Ai)};var fq=function(a){J.call(this);this.Pc={};this.Oc={};this.Sb=new Ip(this);this.X=a;this.We=!1};y(fq,J);var gq=["load","abort","error"],hq=function(a,b,c){if(c=typeof c==="string"?c:c.src)a.We=!1,a.Pc[b]={src:c,bh:null}},iq=function(a,b){delete a.Pc[b];var c=a.Oc[b];c&&(delete a.Oc[b],a.Sb.se(c,gq,a.bi))};
692
+ fq.prototype.start=function(){var a=this.Pc;ab(a).forEach(function(b){var c=a[b];if(c&&(delete a[b],!this.Ra)){if(this.X){var d=this.X;d=(d?new Kh(Jh(d)):lb||(lb=new Kh)).Qk("IMG")}else d=new Image;c.bh&&(d.crossOrigin=c.bh);this.Sb.Wa(d,gq,this.bi);this.Oc[b]=d;d.id=b;d.src=c.src}},this)};
693
+ fq.prototype.bi=function(a){var b=a.currentTarget;if(b){if(a.type=="readystatechange")if(b.readyState=="complete")a.type="load";else return;typeof b.naturalWidth=="undefined"&&(a.type=="load"?(b.naturalWidth=b.width,b.naturalHeight=b.height):(b.naturalWidth=0,b.naturalHeight=0));iq(this,b.id);this.dispatchEvent({type:a.type,target:b});!this.Ra&&eb(this.Oc)&&eb(this.Pc)&&!this.We&&(this.We=!0,this.dispatchEvent("complete"))}};fq.prototype.J=function(){delete this.Pc;delete this.Oc;ld(this.Sb);fq.L.J.call(this)};var jq=function(a,b){Rp.call(this,a,b)};r(jq,Rp);jq.prototype.dh=function(a,b,c,d){return new kq(a,b,c,d)};x("ee.layers.ImageOverlay",jq);var kq=function(a,b,c,d){Zp.call(this,a,b,c,d);this.ce=lq;this.Fh=this.ga=this.Qd=null;this.Xc=""};r(kq,Zp);
694
+ kq.prototype.Jc=function(){try{var a=Rb(this.Ai);this.Xc=Qb(a);var b=this.Xc!==Pb.toString()?this.Xc:this.Ca}catch(c){b=this.Ca}this.ga=new fq;hq(this.ga,this.la.id+"-image",b);this.Fh=Cd(this.ga,mq,function(c){c.type=="load"?(this.Qd=c.target,Zp.prototype.Jc.call(this)):this.gd()},void 0,this);this.ga.start()};kq.prototype.Fc=function(){Zp.prototype.Fc.call(this);this.ga&&(Ld(this.Fh),ld(this.ga))};kq.prototype.J=function(){Zp.prototype.J.call(this);this.Xc&&URL.revokeObjectURL(this.Xc)};
695
+ var lq=function(a){a.la.appendChild(a.Qd)},mq=["load","abort","error"];var nq=function(a){for(var b=arguments[0],c=1;c<arguments.length;c++){var d=arguments[c];if(d.lastIndexOf("/",0)==0)b=d;else{var e;(e=b=="")||(e=b.length-1,e=e>=0&&b.indexOf("/",e)==e);b=e?b+d:b+("/"+d)}}return b};var oq=function(a,b,c,d){H.call(this);this.Qg=a;this.Yb=b;this.ng=d||"";this.Wd=c};r(oq,cq);oq.prototype.Gf=function(a){if(a.zoom<=this.Wd)a.Ca=this.Ld(a.qb,a.zoom);else{var b=a.zoom-this.Wd,c=Math.pow(2,b);c=new google.maps.Point(Math.floor(a.qb.x/c),Math.floor(a.qb.y/c));a.Ca=this.Ld(c,a.zoom-b);a.ce=Ea(pq,this.Wd)}var d=w(a.gd,a);a.gd=w(function(e){e&&(e.includes("The specified key does not exist.")||e.includes("AccessDenied"))?$p(a,"loaded"):d(e)},a);aq(a)};
696
+ oq.prototype.getUniqueId=function(){return[this.Qg,this.Yb,this.Wd,this.ng].join("-")};oq.prototype.Ld=function(a,b){a=nq("https://storage.googleapis.com",this.Qg,this.Yb,String(b),String(a.x),String(a.y));this.ng&&(a+=this.ng);return a};
697
+ var pq=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.qb.x%a),c/a*(b.qb.y%a),c/a,c/a,0,0,c,c)};x("ee.layers.CloudStorageTileSource",oq);var qq=function(){this.La=[];this.Qa=[]};h=qq.prototype;h.enqueue=function(a){this.Qa.push(a)};h.Hc=function(){this.La.length===0&&(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 this.La.length===0&&this.Qa.length===0};h.clear=function(){this.La=[];this.Qa=[]};h.contains=function(a){return bc(this.La,a)||bc(this.Qa,a)};
698
+ h.remove=function(a){var b=this.La;var c=Vb(b,a);c>=0?(dc(b,c),b=!0):b=!1;return b||cc(this.Qa,a)};h.aa=function(){for(var a=[],b=this.La.length-1;b>=0;--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 rq=function(a,b){H.call(this);this.Th=a||0;this.Vd=b||10;if(this.Th>this.Vd)throw Error("[goog.structs.Pool] Min can not be greater than max");this.Sa=new qq;this.ub=new fe;this.delay=0;this.Ef=null;this.rd()};y(rq,H);rq.prototype.Mc=function(){var a=Date.now();if(!(this.Ef!=null&&a-this.Ef<this.delay)){for(var b;this.Sa.R()>0&&(b=this.Sa.Hc(),!this.Qf(b));)this.rd();!b&&this.R()<this.Vd&&(b=this.Ze());b&&(this.Ef=a,this.ub.add(b));return b}};
699
+ var sq=function(a,b){return a.ub.remove(b)?(a.Le(b),!0):!1};h=rq.prototype;h.Le=function(a){this.ub.remove(a);this.Qf(a)&&this.R()<this.Vd?this.Sa.enqueue(a):this.Cd(a)};h.rd=function(){for(var a=this.Sa;this.R()<this.Th;)a.enqueue(this.Ze());for(;this.R()>this.Vd&&this.Sa.R()>0;)this.Cd(a.Hc())};h.Ze=function(){return{}};h.Cd=function(a){if(typeof a.dispose=="function")a.dispose();else for(var b in a)a[b]=null};h.Qf=function(a){return typeof a.Nk=="function"?a.Nk():!0};
700
+ h.contains=function(a){return this.Sa.contains(a)||this.ub.contains(a)};h.R=function(){return this.Sa.R()+this.ub.R()};h.isEmpty=function(){return this.Sa.isEmpty()&&this.ub.isEmpty()};h.J=function(){rq.L.J.call(this);if(this.ub.R()>0)throw Error("[goog.structs.Pool] Objects not released");delete this.ub;for(var a=this.Sa;!a.isEmpty();)this.Cd(a.Hc());delete this.Sa};var tq=function(a,b){this.Lh=a;this.te=b};tq.prototype.getKey=function(){return this.Lh};tq.prototype.clone=function(){return new tq(this.Lh,this.te)};var uq=function(a){this.Aa=[];if(a)a:{if(a instanceof uq){var b=a.sb();a=a.aa();if(this.R()<=0){for(var c=this.Aa,d=0;d<b.length;d++)c.push(new tq(b[d],a[d]));break a}}else b=ab(a),a=$a(a);for(c=0;c<b.length;c++)vq(this,b[c],a[c])}},vq=function(a,b,c){var d=a.Aa;d.push(new tq(b,c));b=d.length-1;a=a.Aa;for(c=a[b];b>0;)if(d=b-1>>1,a[d].getKey()>c.getKey())a[b]=a[d],b=d;else break;a[b]=c};h=uq.prototype;
699
701
  h.remove=function(){var a=this.Aa,b=a.length,c=a[0];if(!(b<=0)){if(b==1)a.length=0;else{a[0]=a.pop();a=0;b=this.Aa;for(var d=b.length,e=b[a];a<d>>1;){var g=a*2+1,f=a*2+2;g=f<d&&b[f].getKey()<b[g].getKey()?f:g;if(b[g].getKey()>e.getKey())break;b[a]=b[g];a=g}b[a]=e}return c.te}};h.aa=function(){for(var a=this.Aa,b=[],c=a.length,d=0;d<c;d++)b.push(a[d].te);return b};h.sb=function(){for(var a=this.Aa,b=[],c=a.length,d=0;d<c;d++)b.push(a[d].getKey());return b};
700
- h.Gc=function(a){return this.Aa.some(function(b){return b.te==a})};h.Ob=function(a){return this.Aa.some(function(b){return b.getKey()==a})};h.clone=function(){return new yq(this)};h.R=function(){return this.Aa.length};h.isEmpty=function(){return this.Aa.length===0};h.clear=function(){this.Aa.length=0};var Aq=function(){yq.apply(this,arguments)};r(Aq,yq);Aq.prototype.enqueue=function(a,b){zq(this,a,b)};Aq.prototype.Hc=function(){return this.remove()};var Bq=function(a,b){this.nh=void 0;this.fe=new Aq;vq.call(this,a,b)};y(Bq,vq);h=Bq.prototype;h.Mc=function(a,b){if(!a)return(a=Bq.L.Mc.call(this))&&this.delay&&(this.nh=t.setTimeout(w(this.Nd,this),this.delay)),a;this.fe.enqueue(b!==void 0?b:100,a);this.Nd()};h.Nd=function(){for(var a=this.fe;a.R()>0;){var b=this.Mc();if(b)a.Hc().apply(this,[b]);else break}};h.Le=function(a){Bq.L.Le.call(this,a);this.Nd()};h.rd=function(){Bq.L.rd.call(this);this.Nd()};
701
- h.J=function(){Bq.L.J.call(this);t.clearTimeout(this.nh);this.fe.clear();this.fe=null};var Cq=function(a,b){H.call(this);this.Hf=a;this.ua=b||null};r(Cq,gq);Cq.prototype.Gf=function(a,b){var c=this,d=Hd(a,"status-changed",function(){switch(a.getStatus()){case "loaded":var e=a.zl["x-earth-engine-computation-profile"];this.ua&&e&&this.ua.Kk(a.la.id,e);break;case "failed":case "aborted":this.ua&&a.la.id!==""&&this.ua.rl(a.la.id),Pd(d)}},void 0,this);a.Ca=this.Ld(a.qb,a.zoom);Dq().Mc(function(e){c.xf(a,e)},b)};Cq.prototype.getUniqueId=function(){return this.Hf.mapid+"-"+this.Hf.token};
702
- Cq.prototype.xf=function(a,b){var c=Dq();if(a.Ra||a.getStatus()=="aborted")wq(c,b);else{var d=Hd(a,"status-changed",function(){a.je in fq&&(Pd(d),wq(c,b))});eq(a)}};Cq.prototype.Ld=function(a,b){a=Kl(this.Hf,a.x,a.y,b);return this.ua&&this.ua.isEnabled()?a+"&profiling=1":a};var Dq=function(){Eq||(Eq=new Bq(0,4));return Eq};x("ee.layers.EarthEngineTileSource",Cq);var Eq=null;var Fq=function(a){H.call(this);this.Ji=a};r(Fq,gq);Fq.prototype.Gf=function(a){a.Ca=this.Ji.formatTileUrl(a.qb.x,a.qb.y,a.zoom);eq(a)};Fq.prototype.getUniqueId=function(){return this.Ji.token};x("ee.layers.FeatureViewTileSource",Fq);var Hq=function(){J.call(this);this.pe=new Gq(0,60);this.vc=new fe};r(Hq,J);Hq.prototype.send=function(a,b,c,d,e){if(this.vc.get(a))throw Error("[ee.MapTileManager] ID in use");b=new Iq(a,b,d,w(this.oi,this),e!==void 0?e:1);this.vc.set(a,b);a=w(this.xf,this,b);this.pe.Mc(a,c);return b};Hq.prototype.abort=function(a){if(a=this.vc.get(a))a.jc||(a.jc=!0,a.Ja=new nd("abort")),this.oi(a)};
703
- Hq.prototype.xf=function(a,b){if(a.ga||a.jc)Jq(this,b);else if(a.Li=b,b.setActive(!0),b=new jq,a.ga=b,!a.retry())throw Error("Cannot dispatch first request!");};Hq.prototype.oi=function(a){this.vc.remove(a.getId());a.ga&&(Jq(this,a.Li),a.ga.dispose());a.yf&&a.yf(a.Ja,a.ki)};var Jq=function(a,b){b.setActive(!1);if(!wq(a.pe,b))throw Error("Object not released");};
704
- Hq.prototype.J=function(){J.prototype.J.call(this);this.pe.dispose();this.pe=null;var a=this.vc;Wb(a.aa(),function(b){b.dispose()});a.clear();this.vc=null};x("ee.MapTileManager",Hq);var Iq=function(a,b,c,d,e){H.call(this);this.fa=a;this.Fl=b;this.jl=e!==void 0?e:1;this.yf=c;this.ac=d};r(Iq,H);h=Iq.prototype;h.getId=function(){return this.fa};h.getUrl=function(){return this.Fl};
705
- h.Xk=function(a){if(this.jc)this.ac&&this.ac(this);else switch(a.type){case "load":this.Ja=a;this.ac&&this.ac(this);break;case "error":case "abort":this.retry()||(this.Ja=a,this.ac&&this.ac(this))}};h.J=function(){H.prototype.J.call(this);delete this.yf;delete this.ac};h.retry=function(){if(this.Ig>this.jl)return!1;this.Ig++;mq(this.ga,this.fa);setTimeout(w(this.Al,this),0);return!0};
706
- h.Al=function(){if(!this.jc){var a=w(function(d){this.jc||(lq(this.ga,this.fa,d),Gd(this.ga,Kq,w(this.Xk,this)),this.ga.start())},this),b=this.getUrl();if(dd(b).Ba.Ob("profiling")){var c=new bj;c.wc="blob";c.Wa("complete",w(function(){this.ki=c.getResponseHeader("X-Earth-Engine-Computation-Profile")||null;if(c.getStatus()>=200&&c.getStatus()<300)try{var d=Qb(Rb(lj(c)));var e=d!==Pb.toString()}catch(g){}a(e?d:b)},this));c.Uc("ready",w(c.dispose,c));c.send(b,"GET")}else a(b)}};h.Ig=0;h.jc=!1;h.ga=null;
707
- h.Li=null;h.Ja=null;h.ki=null;var Kq=["load","abort","error"],Lq=function(){H.call(this);this.Ea=!1};r(Lq,H);Lq.prototype.setActive=function(a){this.Ea=a};Lq.prototype.isActive=function(){return this.Ea};var Gq=function(a,b){Bq.call(this,a,b)};r(Gq,Bq);Gq.prototype.Ze=function(){return new Lq};Gq.prototype.Cd=function(a){a.dispose()};Gq.prototype.Qf=function(a){return!a.Ra&&!a.isActive()};var Mq=function(a,b,c,d,e){oe.call(this,a,b,c,d,e);this.minZoom=d.minZoom||0;this.maxZoom=d.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=d.tileSize||new google.maps.Size(256,256);this.name=d.name;this.ug=new je;this.Rf=1;this.ua=e||null};r(Mq,oe);h=Mq.prototype;h.Me=function(a){return Hd(this,"tileevent",a)};h.Zf=function(a){Pd(a)};
708
- h.getTile=function(a,b,c){if(b<this.minZoom||a.y<0||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=pe(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.xb,this.token].join("/");this.xb+=1;c=Jh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.zb.push(b);Al(Hq).send(b,a,d,w(this.Wk,this,c,b));Jp(this);return c};h.Lc=function(){return this.zb.length};
709
- h.releaseTile=function(a){Al(Hq).abort(a.id);if(a.firstElementChild!==void 0)var b=a.firstElementChild;else for(b=a.firstChild;b&&b.nodeType!=1;)b=b.nextSibling;this.ug.remove(b);a.id!==""&&(this.tg.remove(a.id),this.ua&&this.ua.rl(a.id))};h.setOpacity=function(a){this.Rf=a;var b=this.ug.Da();$d(b,function(c){Up(c,a)})};
710
- h.Wk=function(a,b,c,d){c.type=="error"?(cc(this.zb,b),this.tg.add(b),this.dispatchEvent(c)):(cc(this.zb,b),c.target&&c.type=="load"&&(c=c.target,this.ug.add(c),this.Rf!=1&&Up(c,this.Rf),a.appendChild(c)),Jp(this));this.ua&&d!==null&&this.ua.Kk(b,d)};x("ee.MapLayerOverlay",Mq);Mq.prototype.removeTileCallback=Mq.prototype.Zf;Mq.prototype.addTileCallback=Mq.prototype.Me;Mq.prototype.getTile=Mq.prototype.getTile;Mq.prototype.setOpacity=Mq.prototype.setOpacity;Mq.prototype.releaseTile=Mq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._call ee.ApiFunction.lookup ee.ApiFunction._apply ee.batch.Export.classifier.toAsset ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.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.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.Collection.prototype.filterBounds ee.Collection.prototype.iterate ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.getInfo ee.data.getFilmstripThumbId ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.startProcessing 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.deleteAsset ee.data.authenticate ee.data.getAssetRootQuota ee.data.getTileUrl ee.data.getTableDownloadId ee.data.startTableIngestion ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.listOperations ee.data.listImages ee.data.getDownloadId ee.data.authenticateViaPopup ee.data.cancelOperation ee.data.makeDownloadUrl ee.data.getAssetRoots ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.createAssetHome ee.data.setWorkloadTag ee.data.createAsset ee.data.authenticateViaPrivateKey ee.data.getInfo ee.data.getOperation ee.data.setDefaultWorkloadTag ee.data.newTaskId ee.data.computeValue ee.data.resetWorkloadTag ee.data.getThumbId ee.data.cancelTask ee.data.updateAsset ee.data.getList ee.data.getVideoThumbId ee.data.createFolder ee.data.updateTask ee.data.startIngestion ee.data.getTaskStatus ee.Date ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Dictionary ee.reset ee.call ee.Algorithms ee.InitState ee.apply ee.TILE_SIZE ee.initialize ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.Filter.lt ee.Filter.neq ee.Filter.prototype.not ee.Filter.inList ee.Filter.or ee.Filter.lte ee.Filter.gte ee.Filter ee.Filter.eq ee.Filter.date ee.Filter.metadata ee.Filter.bounds ee.Filter.and ee.Filter.gt ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry ee.Geometry.MultiPoint ee.Geometry.BBox ee.Geometry.Rectangle ee.Geometry.LineString ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.MultiPolygon ee.Geometry.Polygon ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.cat ee.Image.prototype.select ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.prototype.clip ee.Image ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encode ee.Serializer.encodeCloudApiPretty ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.String ee.Terrain".split(" "),
711
- c=[["name","var_args"],["name"],["name","namedArgs"],["classifier","opt_description","opt_assetId","opt_priority"],"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),["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(" "),
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(" "),"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(" "),
713
- "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(" "),
714
- "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(" "),["max","opt_property","opt_ascending"],
715
- ["property","opt_ascending"],["name","operator","value"],["algorithm","opt_dropNulls"],["geometry"],["algorithm","opt_first"],["filter"],["start","opt_end"],["legacy"],["callback"],["func","var_args"],["opt_callback"],["params","opt_callback"],["assetId","aclUpdate","opt_callback"],["id"],["taskId","params","opt_callback"],["sourceId","destinationId","opt_callback"],["parent","opt_params","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),
716
- ["assetId","properties","opt_callback"],["params","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["project","opt_callback"],["opt_callback"],["assetId","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["rootId","opt_callback"],["id","x","y","z"],["params","opt_callback"],["taskId","request","opt_callback"],["id"],["opt_limit","opt_callback"],["assetId","opt_callback"],[],["opt_limit","opt_callback"],["parent","opt_params","opt_callback"],
717
- ["params","opt_callback"],["opt_success","opt_error"],["operationName","opt_callback"],["id"],["opt_callback"],["params","opt_callback"],["asset","params","opt_callback"],["id","opt_callback"],["requestedId","opt_callback"],["tag"],["value","opt_path","opt_force","opt_properties","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["id","opt_callback"],["operationName","opt_callback"],["tag"],["opt_count","opt_callback"],["obj","opt_callback"],["opt_resetDefault"],
718
- ["params","opt_callback"],["taskId","opt_callback"],["assetId","asset","updateFields","opt_callback"],["params","opt_callback"],["params","opt_callback"],["path","opt_force","opt_callback"],["taskId","action","opt_callback"],["taskId","request","opt_callback"],["taskId","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],["func","var_args"],[],[],["func","namedArgs"],[],"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"],["opt_visParams","opt_callback"],["opt_callback"],["args","opt_column"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["name","value"],["name","value"],[],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["var_args"],["name","value"],["name",
720
- "value"],["opt_filter"],["name","value"],["start","opt_end"],["name","operator","value"],["geometry","opt_errorMargin"],["var_args"],["name","value"],["var_args"],["namedArgs"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],["legacy"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic",
721
- "opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["params","opt_callback"],["r","g","b"],["params","opt_callback"],["var_args"],["var_args"],["expression","opt_map"],["var_args"],["geometry"],["opt_args"],["opt_callback"],["selectors","opt_names"],["imageCollection","opt_linkedBands","opt_linkedProperties",
722
- "opt_matchPropertyName"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],[],["params","opt_callback"],["args"],["params","opt_callback"],["list"],["number"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["obj"],["string"],[]];[Q,cn,dn,Po,Fo,Jo,Ho,Co,Go,Oo,Lo,Mo,Eo,Ko,No,Io,V.prototype.limit,V.prototype.sort,V.prototype.mf,V.prototype.map,V.prototype.vh,V.prototype.Kh,V.prototype.filter,V.prototype.lf,O.prototype.va,O.prototype.evaluate,O.prototype.Eg,O.prototype.V,
723
- Ql,Jm,Rl,nm,Em,xm,Cl,Km,Jl,Fm,zm,bm,Gm,Dl,Lm,Kl,Vl,tm,Wl,am,Hm,Hl,cm,ym,Tl,Bl,dm,Ul,Am,Ll,Ml,um,Bm,Nm,Cm,El,um,em,Om,Xl,Nl,Pm,Ol,gm,Im,wm,Pl,Dm,fm,rm,$l,fp,jp,kp,op,ip,pp,Bp,Dp,Ap,Cp,Ep,256,yp,S.prototype.set,Zj,W.prototype.V,W.prototype.S,W.prototype.getMap,W,X.prototype.S,X.prototype.V,X,X.prototype.select,X.prototype.getMap,X.prototype.rb,Tn,Sn,U.prototype.rc,$n,Yn,Wn,Un,U,Rn,Zn,bo,ao,Xn,Vn,Ym.prototype.call,Ym.prototype.apply,Gn,T.prototype.wg,T,An,Cn,Bn,Fn,T.prototype.va,xn,Jn,In,Hn,T.prototype.oe,
724
- N.prototype.V,N.prototype.S,N.prototype.getMap,N.prototype.rb,N.prototype.Kd,po,N.prototype.vf,qo,N.prototype.select,N.prototype.l,N.prototype.pi,N.prototype.clip,N,Y.prototype.V,Y.prototype.select,Y.prototype.Ff,Y.prototype.S,Y.prototype.getMap,Y.prototype.first,Y.prototype.wf,Y,Y.prototype.tf,ro,Wo,Yk,gl,Vk,el,Wk,al,fl,Zo,sp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);
702
+ h.Gc=function(a){return this.Aa.some(function(b){return b.te==a})};h.Ob=function(a){return this.Aa.some(function(b){return b.getKey()==a})};h.clone=function(){return new uq(this)};h.R=function(){return this.Aa.length};h.isEmpty=function(){return this.Aa.length===0};h.clear=function(){this.Aa.length=0};var wq=function(){uq.apply(this,arguments)};r(wq,uq);wq.prototype.enqueue=function(a,b){vq(this,a,b)};wq.prototype.Hc=function(){return this.remove()};var xq=function(a,b){this.nh=void 0;this.fe=new wq;rq.call(this,a,b)};y(xq,rq);h=xq.prototype;h.Mc=function(a,b){if(!a)return(a=xq.L.Mc.call(this))&&this.delay&&(this.nh=t.setTimeout(w(this.Nd,this),this.delay)),a;this.fe.enqueue(b!==void 0?b:100,a);this.Nd()};h.Nd=function(){for(var a=this.fe;a.R()>0;){var b=this.Mc();if(b)a.Hc().apply(this,[b]);else break}};h.Le=function(a){xq.L.Le.call(this,a);this.Nd()};h.rd=function(){xq.L.rd.call(this);this.Nd()};
703
+ h.J=function(){xq.L.J.call(this);t.clearTimeout(this.nh);this.fe.clear();this.fe=null};var yq=function(a,b){H.call(this);this.Hf=a;this.ua=b||null};r(yq,cq);yq.prototype.Gf=function(a,b){var c=this,d=Dd(a,"status-changed",function(){switch(a.getStatus()){case "loaded":var e=a.zl["x-earth-engine-computation-profile"];this.ua&&e&&this.ua.Kk(a.la.id,e);break;case "failed":case "aborted":this.ua&&a.la.id!==""&&this.ua.rl(a.la.id),Ld(d)}},void 0,this);a.Ca=this.Ld(a.qb,a.zoom);zq().Mc(function(e){c.xf(a,e)},b)};yq.prototype.getUniqueId=function(){return this.Hf.mapid+"-"+this.Hf.token};
704
+ yq.prototype.xf=function(a,b){var c=zq();if(a.Ra||a.getStatus()=="aborted")sq(c,b);else{var d=Dd(a,"status-changed",function(){a.je in bq&&(Ld(d),sq(c,b))});aq(a)}};yq.prototype.Ld=function(a,b){a=Gl(this.Hf,a.x,a.y,b);return this.ua&&this.ua.isEnabled()?a+"&profiling=1":a};var zq=function(){Aq||(Aq=new xq(0,4));return Aq};x("ee.layers.EarthEngineTileSource",yq);var Aq=null;var Bq=function(a){H.call(this);this.Ji=a};r(Bq,cq);Bq.prototype.Gf=function(a){a.Ca=this.Ji.formatTileUrl(a.qb.x,a.qb.y,a.zoom);aq(a)};Bq.prototype.getUniqueId=function(){return this.Ji.token};x("ee.layers.FeatureViewTileSource",Bq);var Dq=function(){J.call(this);this.pe=new Cq(0,60);this.vc=new ae};r(Dq,J);Dq.prototype.send=function(a,b,c,d,e){if(this.vc.get(a))throw Error("[ee.MapTileManager] ID in use");b=new Eq(a,b,d,w(this.oi,this),e!==void 0?e:1);this.vc.set(a,b);a=w(this.xf,this,b);this.pe.Mc(a,c);return b};Dq.prototype.abort=function(a){if(a=this.vc.get(a))a.jc||(a.jc=!0,a.Ja=new md("abort")),this.oi(a)};
705
+ Dq.prototype.xf=function(a,b){if(a.ga||a.jc)Fq(this,b);else if(a.Li=b,b.setActive(!0),b=new fq,a.ga=b,!a.retry())throw Error("Cannot dispatch first request!");};Dq.prototype.oi=function(a){this.vc.remove(a.getId());a.ga&&(Fq(this,a.Li),a.ga.dispose());a.yf&&a.yf(a.Ja,a.ki)};var Fq=function(a,b){b.setActive(!1);if(!sq(a.pe,b))throw Error("Object not released");};
706
+ Dq.prototype.J=function(){J.prototype.J.call(this);this.pe.dispose();this.pe=null;var a=this.vc;Wb(a.aa(),function(b){b.dispose()});a.clear();this.vc=null};x("ee.MapTileManager",Dq);var Eq=function(a,b,c,d,e){H.call(this);this.fa=a;this.Fl=b;this.jl=e!==void 0?e:1;this.yf=c;this.ac=d};r(Eq,H);h=Eq.prototype;h.getId=function(){return this.fa};h.getUrl=function(){return this.Fl};
707
+ h.Xk=function(a){if(this.jc)this.ac&&this.ac(this);else switch(a.type){case "load":this.Ja=a;this.ac&&this.ac(this);break;case "error":case "abort":this.retry()||(this.Ja=a,this.ac&&this.ac(this))}};h.J=function(){H.prototype.J.call(this);delete this.yf;delete this.ac};h.retry=function(){if(this.Ig>this.jl)return!1;this.Ig++;iq(this.ga,this.fa);setTimeout(w(this.Al,this),0);return!0};
708
+ h.Al=function(){if(!this.jc){var a=w(function(d){this.jc||(hq(this.ga,this.fa,d),Cd(this.ga,Gq,w(this.Xk,this)),this.ga.start())},this),b=this.getUrl();if(cd(b).Ba.Ob("profiling")){var c=new Yi;c.wc="blob";c.Wa("complete",w(function(){this.ki=c.getResponseHeader("X-Earth-Engine-Computation-Profile")||null;if(c.getStatus()>=200&&c.getStatus()<300)try{var d=Qb(Rb(hj(c)));var e=d!==Pb.toString()}catch(g){}a(e?d:b)},this));c.Uc("ready",w(c.dispose,c));c.send(b,"GET")}else a(b)}};h.Ig=0;h.jc=!1;h.ga=null;
709
+ h.Li=null;h.Ja=null;h.ki=null;var Gq=["load","abort","error"],Hq=function(){H.call(this);this.Ea=!1};r(Hq,H);Hq.prototype.setActive=function(a){this.Ea=a};Hq.prototype.isActive=function(){return this.Ea};var Cq=function(a,b){xq.call(this,a,b)};r(Cq,xq);Cq.prototype.Ze=function(){return new Hq};Cq.prototype.Cd=function(a){a.dispose()};Cq.prototype.Qf=function(a){return!a.Ra&&!a.isActive()};var Iq=function(a,b,c,d,e){ke.call(this,a,b,c,d,e);this.minZoom=d.minZoom||0;this.maxZoom=d.maxZoom||20;if(!window.google||!window.google.maps)throw Error("Google Maps API hasn't been initialized.");this.tileSize=d.tileSize||new google.maps.Size(256,256);this.name=d.name;this.ug=new fe;this.Rf=1;this.ua=e||null};r(Iq,ke);h=Iq.prototype;h.Me=function(a){return Dd(this,"tileevent",a)};h.Zf=function(a){Ld(a)};
710
+ h.getTile=function(a,b,c){if(b<this.minZoom||a.y<0||a.y>=1<<b)return a=c.createElement("IMG"),a.style.width="0px",a.style.height="0px",a;b=le(this,a,b);a=[this.url,b].join("/")+"?token="+this.token;this.ua&&this.ua.isEnabled()&&(a+="&profiling=1");b=[b,this.xb,this.token].join("/");this.xb+=1;c=Fh("DIV",{id:b});var d=(new Date).getTime()/1E3;this.zb.push(b);wl(Dq).send(b,a,d,w(this.Wk,this,c,b));Fp(this);return c};h.Lc=function(){return this.zb.length};
711
+ h.releaseTile=function(a){wl(Dq).abort(a.id);if(a.firstElementChild!==void 0)var b=a.firstElementChild;else for(b=a.firstChild;b&&b.nodeType!=1;)b=b.nextSibling;this.ug.remove(b);a.id!==""&&(this.tg.remove(a.id),this.ua&&this.ua.rl(a.id))};h.setOpacity=function(a){this.Rf=a;var b=this.ug.Da();Wd(b,function(c){Qp(c,a)})};
712
+ h.Wk=function(a,b,c,d){c.type=="error"?(cc(this.zb,b),this.tg.add(b),this.dispatchEvent(c)):(cc(this.zb,b),c.target&&c.type=="load"&&(c=c.target,this.ug.add(c),this.Rf!=1&&Qp(c,this.Rf),a.appendChild(c)),Fp(this));this.ua&&d!==null&&this.ua.Kk(b,d)};x("ee.MapLayerOverlay",Iq);Iq.prototype.removeTileCallback=Iq.prototype.Zf;Iq.prototype.addTileCallback=Iq.prototype.Me;Iq.prototype.getTile=Iq.prototype.getTile;Iq.prototype.setOpacity=Iq.prototype.setOpacity;Iq.prototype.releaseTile=Iq.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.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.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.filter ee.Collection.prototype.filterDate 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.getList ee.data.startProcessing ee.data.startIngestion ee.data.createFolder ee.data.makeThumbUrl ee.data.authenticateViaOauth ee.data.setAssetAcl ee.data.listAssets ee.data.renameAsset ee.data.getMapId ee.data.getTaskList ee.data.setAssetProperties ee.data.authenticate ee.data.getTableDownloadId ee.data.copyAsset ee.data.listBuckets ee.data.getTileUrl ee.data.makeTableDownloadUrl ee.data.getTaskListWithLimit ee.data.startTableIngestion ee.data.deleteAsset ee.data.cancelOperation ee.data.getAssetRootQuota ee.data.listOperations ee.data.getDownloadId ee.data.makeDownloadUrl ee.data.authenticateViaPopup ee.data.getFeatureViewTilesKey ee.data.listImages ee.data.getAssetAcl ee.data.getWorkloadTag ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.getOperation ee.data.authenticateViaPrivateKey ee.data.setWorkloadTag ee.data.newTaskId ee.data.createAssetHome ee.data.computeValue ee.data.createAsset ee.data.getInfo ee.data.getThumbId ee.data.cancelTask ee.data.setDefaultWorkloadTag ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.resetWorkloadTag ee.data.getTaskStatus ee.data.updateTask ee.data.updateAsset ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.TILE_SIZE ee.initialize ee.call ee.reset ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.select ee.FeatureCollection ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getMapId ee.Filter.metadata ee.Filter.prototype.not ee.Filter.date ee.Filter.bounds ee.Filter.eq ee.Filter ee.Filter.and ee.Filter.inList ee.Filter.gt ee.Filter.or ee.Filter.lt ee.Filter.neq ee.Filter.lte ee.Filter.gte ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.BBox ee.Geometry.MultiPoint ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.MultiPolygon ee.Geometry.Polygon ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Image.prototype.expression ee.Image.prototype.rename ee.Image.rgb ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.getThumbId ee.Image.prototype.getThumbURL ee.Image.cat ee.Image.prototype.getMap ee.Image.prototype.getDownloadURL ee.Image ee.Image.prototype.clip ee.Image.prototype.select ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.getFilmstripThumbURL ee.List ee.Number ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.Serializer.toCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.String ee.Terrain".split(" "),
713
+ 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(" "),
714
+ "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
715
+ "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(" "),"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(" "),
716
+ ["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(" "),["classifier","opt_description","opt_assetId","opt_priority"],"image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority".split(" "),["algorithm","opt_dropNulls"],["algorithm","opt_first"],["max",
717
+ "opt_property","opt_ascending"],["filter"],["start","opt_end"],["property","opt_ascending"],["geometry"],["name","operator","value"],["func","var_args"],["callback"],["opt_callback"],["legacy"],["params","opt_callback"],["taskId","params","opt_callback"],["taskId","request","opt_callback"],["path","opt_force","opt_callback"],["id"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["assetId","aclUpdate","opt_callback"],["parent","opt_params","opt_callback"],
718
+ ["sourceId","destinationId","opt_callback"],["params","opt_callback"],["opt_callback"],["assetId","properties","opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["params","opt_callback"],["sourceId","destinationId","opt_overwrite","opt_callback"],["project","opt_callback"],["id","x","y","z"],["id"],["opt_limit","opt_callback"],["taskId","request","opt_callback"],["assetId","opt_callback"],["operationName","opt_callback"],["rootId","opt_callback"],["opt_limit",
719
+ "opt_callback"],["params","opt_callback"],["id"],["opt_success","opt_error"],["params","opt_callback"],["parent","opt_params","opt_callback"],["assetId","opt_callback"],[],["asset","params","opt_callback"],["id","opt_callback"],["opt_callback"],["operationName","opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["tag"],["opt_count","opt_callback"],["requestedId","opt_callback"],["obj","opt_callback"],["value","opt_path","opt_force","opt_properties",
720
+ "opt_callback"],["id","opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["tag"],["params","opt_callback"],["params","opt_callback"],["opt_resetDefault"],["taskId","opt_callback"],["taskId","action","opt_callback"],["assetId","asset","updateFields","opt_callback"],["date","opt_tz"],["json"],["json"],["json"],["json"],["opt_dict"],[],"opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),["func","var_args"],[],[],[],["func","namedArgs"],
721
+ ["var_args"],[],["geometry","opt_properties"],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["name","operator","value"],[],["start","opt_end"],["geometry","opt_errorMargin"],["name","value"],["opt_filter"],["var_args"],["opt_leftField",
722
+ "opt_rightValue","opt_rightField","opt_leftValue"],["name","value"],["var_args"],["name","value"],["name","value"],["name","value"],["name","value"],["namedArgs"],["var_args"],["west","south","east","north"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["coords","opt_proj","opt_geodesic","opt_maxError"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["legacy"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic",
723
+ "opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["expression","opt_map"],["var_args"],["r","g","b"],["opt_callback"],["opt_visParams","opt_callback"],["params","opt_callback"],["params","opt_callback"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["opt_args"],["geometry"],["var_args"],["selectors","opt_names"],["imageCollection","opt_linkedBands","opt_linkedProperties",
724
+ "opt_matchPropertyName"],["params","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],[],["args"],["opt_callback"],["params","opt_callback"],["list"],["number"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["string"],[]];[$m,Zm,Q,Co,Ko,Ho,Ao,Io,Go,Jo,Eo,Bo,Fo,Do,Lo,yo,V.prototype.map,V.prototype.Kh,V.prototype.limit,V.prototype.filter,V.prototype.lf,V.prototype.sort,V.prototype.vh,V.prototype.mf,O.prototype.Eg,O.prototype.evaluate,O.prototype.V,
725
+ O.prototype.va,sm,jm,nm,zm,Nl,yl,Fm,tm,Am,Fl,Yl,Gm,zl,Rl,Bm,vm,Gl,Sl,Xl,pm,Cm,$l,Hm,Zl,Pl,Ql,xl,Hl,um,Dm,Dl,Il,qm,wm,am,Al,Jm,Tl,xm,Jl,ym,qm,Kl,cm,Km,Ll,Ml,Lm,Wl,bm,Em,bp,fp,kp,ep,gp,lp,256,up,zp,xp,wp,yp,Ap,S.prototype.set,Vj,W,W.prototype.V,W.prototype.S,W.prototype.getMap,X.prototype.V,X.prototype.rb,X.prototype.select,X,X.prototype.getMap,X.prototype.S,Yn,U.prototype.rc,Vn,Xn,Nn,U,Tn,Wn,Rn,Un,Pn,On,Sn,Qn,Um.prototype.apply,Um.prototype.call,yn,wn,Cn,T.prototype.wg,Bn,T,T.prototype.va,xn,tn,Fn,
726
+ En,Dn,T.prototype.oe,N.prototype.l,N.prototype.pi,lo,N.prototype.V,N.prototype.S,N.prototype.Kd,N.prototype.vf,mo,N.prototype.getMap,N.prototype.rb,N,N.prototype.clip,N.prototype.select,Y.prototype.select,Y.prototype.Ff,Y.prototype.wf,Y.prototype.S,Y.prototype.getMap,Y.prototype.first,Y,Y.prototype.V,Y.prototype.tf,no,So,Sk,Xk,bl,Uk,cl,al,Rk,Vo,op].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);