@google/earthengine 0.1.417 → 0.1.418

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.
@@ -7,25 +7,25 @@ b)},la=typeof Object.assign=="function"?Object.assign:function(a,b){for(var c=1;
7
7
  if(typeof Object.setPrototypeOf=="function")na=Object.setPrototypeOf;else{var oa;a:{var pa={a:!0},qa={};try{qa.__proto__=pa;oa=qa.a;break a}catch(a){}oa=!1}na=oa?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}
8
8
  var ra=na,r=function(a,b){a.prototype=ma(b.prototype);a.prototype.constructor=a;if(ra)ra(a,b);else for(var c in b)if(c!="prototype")if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.L=b.prototype},sa=function(){for(var a=Number(this),b=[],c=a;c<arguments.length;c++)b[c-a]=arguments[c];return b};
9
9
  n("Promise",function(a){function b(){this.ob=null}function c(f){return f instanceof e?f:new e(function(l){l(f)})}if(a)return a;b.prototype.Gg=function(f){if(this.ob==null){this.ob=[];var l=this;this.Hg(function(){l.Tk()})}this.ob.push(f)};var d=k.setTimeout;b.prototype.Hg=function(f){d(f,0)};b.prototype.Tk=function(){for(;this.ob&&this.ob.length;){var f=this.ob;this.ob=[];for(var l=0;l<f.length;++l){var m=f[l];f[l]=null;try{m()}catch(p){this.Lk(p)}}}this.ob=null};b.prototype.Lk=function(f){this.Hg(function(){throw f;
10
- })};var e=function(f){this.T=0;this.ia=void 0;this.tc=[];this.Jh=!1;var l=this.af();try{f(l.resolve,l.reject)}catch(m){l.reject(m)}};e.prototype.af=function(){function f(p){return function(v){m||(m=!0,p.call(l,v))}}var l=this,m=!1;return{resolve:f(this.ul),reject:f(this.Yf)}};e.prototype.ul=function(f){if(f===this)this.Yf(new TypeError("A Promise cannot resolve to itself"));else if(f instanceof e)this.wl(f);else{a:switch(typeof f){case "object":var l=f!=null;break a;case "function":l=!0;break a;default:l=
11
- !1}l?this.tl(f):this.Ah(f)}};e.prototype.tl=function(f){var l=void 0;try{l=f.then}catch(m){this.Yf(m);return}typeof l=="function"?this.xl(l,f):this.Ah(f)};e.prototype.Yf=function(f){this.xi(2,f)};e.prototype.Ah=function(f){this.xi(1,f)};e.prototype.xi=function(f,l){if(this.T!=0)throw Error("Cannot settle("+f+", "+l+"): Promise already settled in state"+this.T);this.T=f;this.ia=l;this.T===2&&this.vl();this.Vk()};e.prototype.vl=function(){var f=this;d(function(){if(f.ll()){var l=k.console;typeof l!==
10
+ })};var e=function(f){this.T=0;this.ia=void 0;this.tc=[];this.Jh=!1;var l=this.af();try{f(l.resolve,l.reject)}catch(m){l.reject(m)}};e.prototype.af=function(){function f(p){return function(v){m||(m=!0,p.call(l,v))}}var l=this,m=!1;return{resolve:f(this.tl),reject:f(this.Yf)}};e.prototype.tl=function(f){if(f===this)this.Yf(new TypeError("A Promise cannot resolve to itself"));else if(f instanceof e)this.vl(f);else{a:switch(typeof f){case "object":var l=f!=null;break a;case "function":l=!0;break a;default:l=
11
+ !1}l?this.sl(f):this.Ah(f)}};e.prototype.sl=function(f){var l=void 0;try{l=f.then}catch(m){this.Yf(m);return}typeof l=="function"?this.wl(l,f):this.Ah(f)};e.prototype.Yf=function(f){this.xi(2,f)};e.prototype.Ah=function(f){this.xi(1,f)};e.prototype.xi=function(f,l){if(this.T!=0)throw Error("Cannot settle("+f+", "+l+"): Promise already settled in state"+this.T);this.T=f;this.ia=l;this.T===2&&this.ul();this.Vk()};e.prototype.ul=function(){var f=this;d(function(){if(f.ll()){var l=k.console;typeof l!==
12
12
  "undefined"&&l.error(f.ia)}},1)};e.prototype.ll=function(){if(this.Jh)return!1;var f=k.CustomEvent,l=k.Event,m=k.dispatchEvent;if(typeof m==="undefined")return!0;typeof f==="function"?f=new f("unhandledrejection",{cancelable:!0}):typeof l==="function"?f=new l("unhandledrejection",{cancelable:!0}):(f=k.document.createEvent("CustomEvent"),f.initCustomEvent("unhandledrejection",!1,!0,f));f.promise=this;f.reason=this.ia;return m(f)};e.prototype.Vk=function(){if(this.tc!=null){for(var f=0;f<this.tc.length;++f)g.Gg(this.tc[f]);
13
- this.tc=null}};var g=new b;e.prototype.wl=function(f){var l=this.af();f.Ad(l.resolve,l.reject)};e.prototype.xl=function(f,l){var m=this.af();try{f.call(l,m.resolve,m.reject)}catch(p){m.reject(p)}};e.prototype.then=function(f,l){function m(C,I){return typeof C=="function"?function(ea){try{p(C(ea))}catch(Z){v(Z)}}:I}var p,v,A=new e(function(C,I){p=C;v=I});this.Ad(m(f,p),m(l,v));return A};e.prototype.catch=function(f){return this.then(void 0,f)};e.prototype.Ad=function(f,l){function m(){switch(p.T){case 1:f(p.ia);
14
- break;case 2:l(p.ia);break;default:throw Error("Unexpected state: "+p.T);}}var p=this;this.tc==null?g.Gg(m):this.tc.push(m);this.Jh=!0};e.resolve=c;e.reject=function(f){return new e(function(l,m){m(f)})};e.race=function(f){return new e(function(l,m){for(var p=q(f),v=p.next();!v.done;v=p.next())c(v.value).Ad(l,m)})};e.all=function(f){var l=q(f),m=l.next();return m.done?c([]):new e(function(p,v){function A(ea){return function(Z){C[ea]=Z;I--;I==0&&p(C)}}var C=[],I=0;do C.push(void 0),I++,c(m.value).Ad(A(C.length-
13
+ this.tc=null}};var g=new b;e.prototype.vl=function(f){var l=this.af();f.Ad(l.resolve,l.reject)};e.prototype.wl=function(f,l){var m=this.af();try{f.call(l,m.resolve,m.reject)}catch(p){m.reject(p)}};e.prototype.then=function(f,l){function m(C,I){return typeof C=="function"?function(ea){try{p(C(ea))}catch(Z){v(Z)}}:I}var p,v,z=new e(function(C,I){p=C;v=I});this.Ad(m(f,p),m(l,v));return z};e.prototype.catch=function(f){return this.then(void 0,f)};e.prototype.Ad=function(f,l){function m(){switch(p.T){case 1:f(p.ia);
14
+ break;case 2:l(p.ia);break;default:throw Error("Unexpected state: "+p.T);}}var p=this;this.tc==null?g.Gg(m):this.tc.push(m);this.Jh=!0};e.resolve=c;e.reject=function(f){return new e(function(l,m){m(f)})};e.race=function(f){return new e(function(l,m){for(var p=q(f),v=p.next();!v.done;v=p.next())c(v.value).Ad(l,m)})};e.all=function(f){var l=q(f),m=l.next();return m.done?c([]):new e(function(p,v){function z(ea){return function(Z){C[ea]=Z;I--;I==0&&p(C)}}var C=[],I=0;do C.push(void 0),I++,c(m.value).Ad(z(C.length-
15
15
  1),v),m=l.next();while(!m.done)})};return e});n("Symbol.dispose",function(a){return a?a:Symbol("Symbol.dispose")});var ta=function(a,b){a instanceof String&&(a+="");var c=0,d=!1,e={next:function(){if(!d&&c<a.length){var g=c++;return{value:b(g,a[g]),done:!1}}d=!0;return{done:!0,value:void 0}}};e[Symbol.iterator]=function(){return e};return e};n("Array.prototype.keys",function(a){return a?a:function(){return ta(this,function(b){return b})}});
16
- n("WeakMap",function(a){function b(){}function c(m){var p=typeof m;return p==="object"&&m!==null||p==="function"}function d(m){if(!ka(m,g)){var p=new b;ba(m,g,{value:p})}}function e(m){var p=Object[m];p&&(Object[m]=function(v){if(v instanceof b)return v;Object.isExtensible(v)&&d(v);return p(v)})}if(function(){if(!a||!Object.seal)return!1;try{var m=Object.seal({}),p=Object.seal({}),v=new a([[m,2],[p,3]]);if(v.get(m)!=2||v.get(p)!=3)return!1;v.delete(m);v.set(p,4);return!v.has(m)&&v.get(p)==4}catch(A){return!1}}())return a;
16
+ n("WeakMap",function(a){function b(){}function c(m){var p=typeof m;return p==="object"&&m!==null||p==="function"}function d(m){if(!ka(m,g)){var p=new b;ba(m,g,{value:p})}}function e(m){var p=Object[m];p&&(Object[m]=function(v){if(v instanceof b)return v;Object.isExtensible(v)&&d(v);return p(v)})}if(function(){if(!a||!Object.seal)return!1;try{var m=Object.seal({}),p=Object.seal({}),v=new a([[m,2],[p,3]]);if(v.get(m)!=2||v.get(p)!=3)return!1;v.delete(m);v.set(p,4);return!v.has(m)&&v.get(p)==4}catch(z){return!1}}())return a;
17
17
  var g="$jscomp_hidden_"+Math.random();e("freeze");e("preventExtensions");e("seal");var f=0,l=function(m){this.fa=(f+=Math.random()+1).toString();if(m){m=q(m);for(var p;!(p=m.next()).done;)p=p.value,this.set(p[0],p[1])}};l.prototype.set=function(m,p){if(!c(m))throw Error("Invalid WeakMap key");d(m);if(!ka(m,g))throw Error("WeakMap key fail: "+m);m[g][this.fa]=p;return this};l.prototype.get=function(m){return c(m)&&ka(m,g)?m[g][this.fa]:void 0};l.prototype.has=function(m){return c(m)&&ka(m,g)&&ka(m[g],
18
18
  this.fa)};l.prototype.delete=function(m){return c(m)&&ka(m,g)&&ka(m[g],this.fa)?delete m[g][this.fa]:!1};return l});
19
- n("Map",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entries||typeof Object.seal!="function")return!1;try{var l=Object.seal({x:4}),m=new a(q([[l,"s"]]));if(m.get(l)!="s"||m.size!=1||m.get({x:4})||m.set({x:4},"t")!=m||m.size!=2)return!1;var p=m.entries(),v=p.next();if(v.done||v.value[0]!=l||v.value[1]!="s")return!1;v=p.next();return v.done||v.value[0].x!=4||v.value[1]!="t"||!p.next().done?!1:!0}catch(A){return!1}}())return a;var b=new WeakMap,c=function(l){this[0]={};this[1]=
19
+ n("Map",function(a){if(function(){if(!a||typeof a!="function"||!a.prototype.entries||typeof Object.seal!="function")return!1;try{var l=Object.seal({x:4}),m=new a(q([[l,"s"]]));if(m.get(l)!="s"||m.size!=1||m.get({x:4})||m.set({x:4},"t")!=m||m.size!=2)return!1;var p=m.entries(),v=p.next();if(v.done||v.value[0]!=l||v.value[1]!="s")return!1;v=p.next();return v.done||v.value[0].x!=4||v.value[1]!="t"||!p.next().done?!1:!0}catch(z){return!1}}())return a;var b=new WeakMap,c=function(l){this[0]={};this[1]=
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
- 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=
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 z=v[l];if(m!==m&&z.key!==z.key||m===z.key)return{id:p,list:v,index:l,ea:z}}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
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
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
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+""};
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]})}});
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
+ 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("Array.prototype.entries",function(a){return a?a:function(){return ta(this,function(b,c){return[b,c]})}});
27
+ 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+""};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}});
28
+ 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("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}});
29
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}});
30
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}});
31
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}});
@@ -36,459 +36,460 @@ n("String.prototype.padStart",function(a){return a?a:function(b,c){var d=ua(this
36
36
  */
37
37
  var va=va||{},t=this||self,wa=function(a){var b=typeof a;return b!="object"?b:a?Array.isArray(a)?"array":b:"null"},xa=function(a){var b=wa(a);return b=="array"||b=="object"&&typeof a.length=="number"},ya=function(a){return u(a)&&typeof a.getFullYear=="function"},u=function(a){var b=typeof a;return b=="object"&&a!=null||b=="function"},Ba=function(a){return Object.prototype.hasOwnProperty.call(a,za)&&a[za]||(a[za]=++Aa)},za="closure_uid_"+(Math.random()*1E9>>>0),Aa=0,Ca=function(a,b,c){return a.call.apply(a.bind,
38
38
  arguments)},Da=function(a,b,c){if(!a)throw Error();if(arguments.length>2){var d=Array.prototype.slice.call(arguments,2);return function(){var e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return a.apply(b,e)}}return function(){return a.apply(b,arguments)}},w=function(a,b,c){w=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?Ca:Da;return w.apply(null,arguments)},Ea=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var d=
39
- c.slice();d.push.apply(d,arguments);return a.apply(this,d)}},x=function(a,b){a=a.split(".");var c=t;a[0]in c||typeof c.execScript=="undefined"||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||b===void 0?c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}:c[d]=b},y=function(a,b){function c(){}c.prototype=b.prototype;a.L=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.Kl=function(d,e,g){for(var f=Array(arguments.length-2),l=2;l<arguments.length;l++)f[l-2]=arguments[l];return b.prototype[e].apply(d,
40
- f)}},Fa=function(a){return a};var Ga=function(){},Ha=new Ga;function Ia(a){return Object.assign({},{P:{},Ml:{},keys:[],Ma:{},o:{},H:{},qh:!1},a)}var z=function(){this.h={}},B=function(a,b){return a.h.hasOwnProperty(b)?a.h[b]:null},D=function(a,b){return a.h[b]!=null};function Ja(a,b){return B(b,a)}function Ka(a,b,c){b[a]=c}function La(){return{}}function Ma(a,b){var c=new a;return b==null?c:Na(b,Oa,Pa,Qa,a)}function Oa(a,b){return b[a]}function Pa(a,b,c){b.h[a]=c}
39
+ c.slice();d.push.apply(d,arguments);return a.apply(this,d)}},x=function(a,b){a=a.split(".");var c=t;a[0]in c||typeof c.execScript=="undefined"||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||b===void 0?c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}:c[d]=b},y=function(a,b){function c(){}c.prototype=b.prototype;a.L=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.Jl=function(d,e,g){for(var f=Array(arguments.length-2),l=2;l<arguments.length;l++)f[l-2]=arguments[l];return b.prototype[e].apply(d,
40
+ f)}},Fa=function(a){return a};var Ga=function(){},Ha=new Ga;function Ia(a){return Object.assign({},{P:{},Ll:{},keys:[],Ma:{},o:{},H:{},qh:!1},a)}var A=function(){this.h={}},B=function(a,b){return a.h.hasOwnProperty(b)?a.h[b]:null},D=function(a,b){return a.h[b]!=null};function Ja(a,b){return B(b,a)}function Ka(a,b,c){b[a]=c}function La(){return{}}function Ma(a,b){var c=new a;return b==null?c:Na(b,Oa,Pa,Qa,a)}function Oa(a,b){return b[a]}function Pa(a,b,c){b.h[a]=c}
41
41
  function Qa(a){if(a==null)throw Error("Cannot deserialize, target constructor was null.");return new a}
42
- function Na(a,b,c,d,e){e=d(e);for(var g=Ra(a,e),f=g.P||{},l=g.o||{},m=g.Ma||{},p=q(g.keys||[]),v=p.next(),A={};!v.done;A={Ud:void 0},v=p.next()){v=v.value;var C=b(v,a);if(C!=null){var I=void 0;if(f.hasOwnProperty(v)){if(g.qh&&C.length===0)continue;I=Sa(C,b,c,d,!0,!0,f[v])}else if(l.hasOwnProperty(v))I=Sa(C,b,c,d,!1,!0,l[v]);else if(m.hasOwnProperty(v))A.Ud=m[v],I=A.Ud.pa?C.map(function(ea){return function(Z){return Ta(Z,ea.Ud,b,c,d)}}(A)):Ta(C,A.Ud,b,c,d);else if(Array.isArray(C)){if(g.qh&&C.length===
42
+ function Na(a,b,c,d,e){e=d(e);for(var g=Ra(a,e),f=g.P||{},l=g.o||{},m=g.Ma||{},p=q(g.keys||[]),v=p.next(),z={};!v.done;z={Ud:void 0},v=p.next()){v=v.value;var C=b(v,a);if(C!=null){var I=void 0;if(f.hasOwnProperty(v)){if(g.qh&&C.length===0)continue;I=Sa(C,b,c,d,!0,!0,f[v])}else if(l.hasOwnProperty(v))I=Sa(C,b,c,d,!1,!0,l[v]);else if(m.hasOwnProperty(v))z.Ud=m[v],I=z.Ud.pa?C.map(function(ea){return function(Z){return Ta(Z,ea.Ud,b,c,d)}}(z)):Ta(C,z.Ud,b,c,d);else if(Array.isArray(C)){if(g.qh&&C.length===
43
43
  0)continue;I=Sa(C,b,c,d,!0,!1)}else I=C instanceof Ga?null:C;c(v,e,I)}}return e}function Ta(a,b,c,d,e){for(var g={},f=q(Object.keys(a)),l=f.next();!l.done;l=f.next()){l=l.value;var m=a[l];m!=null&&(g[l]=Sa(m,c,d,e,b.ra,b.qa,b.ka))}return g}
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
+ 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 A)a=Ia(b.i());else if(a instanceof A)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.Ml(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}
45
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}
46
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(" ");
47
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
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)};/*
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 vb={},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"},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)};/*
51
51
 
52
+ Copyright Google LLC
52
53
  SPDX-License-Identifier: Apache-2.0
53
54
  */
54
55
  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: "+
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"||
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
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],
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}
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)}
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")?
56
+ 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=function(){Nb();this.nl=""};Ub.prototype.toString=function(){return this.nl};var Vb=function(){Nb();this.ol=""};Vb.prototype.toString=function(){return this.ol};var Wb=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},Xb=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"||
57
+ b.length!=1?-1:a.lastIndexOf(b,c);for(;c>=0;c--)if(c in a&&a[c]===b)return c;return-1},Yb=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)},Zb=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
58
+ g){var l=g[f];b.call(void 0,l,f,a)&&(d[e++]=l)}return d},$b=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},ac=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],
59
+ e,a))return!0;return!1},bc=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 cc(a,b){var c=0;Yb(a,function(d,e,g){b.call(void 0,d,e,g)&&++c});return c}function dc(a,b){return Wb(a,b)>=0}function ec(a,b){b=Wb(a,b);var c;(c=b>=0)&&fc(a,b);return c}
60
+ function fc(a,b){E(a.length!=null);Array.prototype.splice.call(a,b,1)}function gc(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 hc(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 ic(a,b,c){E(a.length!=null);return arguments.length<=2?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)}
61
+ function jc(a){var b=[];if(a-0<0)return[];for(var c=0;c<a;c+=1)b.push(c);return b}function kc(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=ic(d,e,e+8192);g=kc.apply(null,g);for(var f=0;f<g.length;f++)b.push(g[f])}else b.push(d)}return b};var lc=Object.freeze||function(a){return a};var mc=function(a,b){this.name=a;this.value=b};mc.prototype.toString=function(){return this.name};var nc=new mc("OFF",Infinity),oc=new mc("SEVERE",1E3),pc=new mc("CONFIG",700),qc=new mc("FINE",500),rc=function(){this.Bd=0;this.clear()},sc;rc.prototype.clear=function(){this.yd=Array(this.Bd);this.ih=-1;this.Ih=!1};var tc=function(a,b,c){this.reset(a||nc,b,c,void 0,void 0)};tc.prototype.reset=function(){};
62
+ var uc=function(a,b){this.level=null;this.Yk=[];this.parent=(b===void 0?null:b)||null;this.children=[];this.fl={uf:function(){return a}}},vc=function(a){if(a.level)return a.level;if(a.parent)return vc(a.parent);pb("Root logger has no level set.");return nc},wc=function(a,b){for(;a;)a.Yk.forEach(function(c){c(b)}),a=a.parent},xc=function(){this.entries={};var a=new uc("");a.level=pc;this.entries[""]=a},yc,zc=function(a,b){var c=a.entries[b];if(c)return c;c=zc(a,b.slice(0,Math.max(b.lastIndexOf("."),
63
+ 0)));var d=new uc(b,c);a.entries[b]=d;c.children.push(d);return d},Ac=function(){yc||(yc=new xc);return yc},Bc=function(a,b,c){var d;if(d=a)if(d=a&&b){d=b.value;var e=a?vc(zc(Ac(),a.uf())):nc;d=d>=e.value}if(d){b=b||nc;d=zc(Ac(),a.uf());typeof c==="function"&&(c=c());sc||(sc=new rc);e=sc;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 tc(b,c,a))}else a=new tc(b,c,a);wc(d,a)}},Cc=function(a,b){a&&Bc(a,oc,b)},Dc=function(a,b){a&&Bc(a,
64
+ qc,b)};var Ec=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")},Fc=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 Gc=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},Hc=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)},Ic=function(a){if(a.sb&&typeof a.sb=="function")return a.sb();
65
+ 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)}}},Jc=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=Ic(a),e=Hc(a),g=e.length,f=0;f<g;f++)b.call(c,e[f],d&&d[f],a)},Kc=function(a,
66
+ 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=Ic(a),d=Hc(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 Lc=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$"),Mc=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 Nc=function(a){this.hb=this.fc=this.vb="";this.uc=null;this.Rb=this.Yb="";this.za=this.bl=!1;if(a instanceof Nc){this.za=a.za;Oc(this,a.vb);var b=a.fc;Pc(this);this.fc=b;b=a.hb;Pc(this);this.hb=b;Qc(this,a.uc);this.setPath(a.getPath());Rc(this,a.Ba.clone());a=a.Rb;Pc(this);this.Rb=a}else a&&(b=String(a).match(Lc))?(this.za=!1,Oc(this,b[1]||"",!0),a=b[2]||"",Pc(this),this.fc=Sc(a),a=b[3]||"",Pc(this),this.hb=Sc(a,!0),Qc(this,b[4]),this.setPath(b[5]||"",!0),Rc(this,b[6]||"",!0),a=b[7]||"",Pc(this),
67
+ this.Rb=Sc(a)):(this.za=!1,this.Ba=new Tc(null,this.za))};
68
+ Nc.prototype.toString=function(){var a=[],b=this.vb;b&&a.push(Uc(b,Vc,!0),":");var c=this.hb;if(c||b=="file")a.push("//"),(b=this.fc)&&a.push(Uc(b,Vc,!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(Uc(c,c.charAt(0)=="/"?Wc:Xc,!0));(c=this.Ba.toString())&&a.push("?",c);(c=this.Rb)&&a.push("#",Uc(c,Yc));return a.join("")};
69
+ Nc.prototype.resolve=function(a){var b=this.clone(),c=!!a.vb;c?Oc(b,a.vb):c=!!a.fc;if(c){var d=a.fc;Pc(b);b.fc=d}else c=!!a.hb;c?(d=a.hb,Pc(b),b.hb=d):c=a.uc!=null;d=a.getPath();if(c)Qc(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++];
70
+ 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?Rc(b,a.Ba.clone()):c=!!a.Rb;c&&(a=a.Rb,Pc(b),b.Rb=a);return b};Nc.prototype.clone=function(){return new Nc(this)};
71
+ var Oc=function(a,b,c){Pc(a);a.vb=c?Sc(b,!0):b;a.vb&&(a.vb=a.vb.replace(/:$/,""))},Qc=function(a,b){Pc(a);if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port number "+b);a.uc=b}else a.uc=null};Nc.prototype.getPath=function(){return this.Yb};Nc.prototype.setPath=function(a,b){Pc(this);this.Yb=b?Sc(a,!0):a;return this};var Rc=function(a,b,c){Pc(a);b instanceof Tc?(a.Ba=b,a.Ba.fg(a.za)):(c||(b=Uc(b,Zc)),a.Ba=new Tc(b,a.za))};Nc.prototype.getQuery=function(){return this.Ba.toString()};
72
+ Nc.prototype.removeParameter=function(a){Pc(this);this.Ba.remove(a);return this};var Pc=function(a){if(a.bl)throw Error("Tried to modify a read-only Uri");};Nc.prototype.fg=function(a){this.za=a;this.Ba&&this.Ba.fg(a)};
73
+ var $c=function(a){return a instanceof Nc?a.clone():new Nc(a)},Sc=function(a,b){return a?b?decodeURI(a.replace(/%25/g,"%2525")):decodeURIComponent(a):""},Uc=function(a,b,c){return typeof a==="string"?(a=encodeURI(a).replace(b,ad),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null},ad=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)},Vc=/[#\/\?@]/g,Xc=/[#\?:]/g,Wc=/[#\?]/g,Zc=/[#\?@]/g,Yc=/#/g,Tc=function(a,b){this.Y=this.N=null;this.ta=a||null;this.za=!!b},bd=
74
+ function(a){a.N||(a.N=new Map,a.Y=0,a.ta&&Mc(a.ta,function(b,c){a.add(decodeURIComponent(b.replace(/\+/g," ")),c)}))};h=Tc.prototype;h.R=function(){bd(this);return this.Y};h.add=function(a,b){bd(this);this.ta=null;a=cd(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){bd(this);a=cd(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};
75
+ h.isEmpty=function(){bd(this);return this.Y==0};h.Ob=function(a){bd(this);a=cd(this,a);return this.N.has(a)};h.Gc=function(a){var b=this.aa();return dc(b,a)};h.forEach=function(a,b){bd(this);this.N.forEach(function(c,d){c.forEach(function(e){a.call(b,e,d,this)},this)},this)};h.sb=function(){bd(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};
76
+ h.aa=function(a){bd(this);var b=[];if(typeof a==="string")this.Ob(a)&&(b=b.concat(this.N.get(cd(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){bd(this);this.ta=null;a=cd(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};
77
+ h.setValues=function(a,b){this.remove(a);b.length>0&&(this.ta=null,this.N.set(cd(this,a),gc(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("&")};
78
+ h.clone=function(){var a=new Tc;a.ta=this.ta;this.N&&(a.N=new Map(this.N),a.Y=this.Y);return a};var cd=function(a,b){b=String(b);a.za&&(b=b.toLowerCase());return b};Tc.prototype.fg=function(a){a&&!this.za&&(bd(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};Tc.prototype.extend=function(a){for(var b=0;b<arguments.length;b++)Jc(arguments[b],function(c,d){this.add(d,c)},this)};function dd(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=ed;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 fd=function(a,b){this.M=a;this.Zk=b===void 0?null:b};r(fd,Ua);var gd=function(a,b,c){var d=Va(a.Zk,b);if(d==null)return c;d.Nl();return c.then(function(e){d.Pl(e);return e},function(e){d.Ol(e);throw e;})},G=function(a,b){var c=b.G||void 0,d=a.M,e=d.send,g=b.body instanceof A?Na(b.body,Ja,Ka,La):b.body;return gd(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 hd=function(){};hd.prototype.send=function(a,b){dd(a);return(void 0).then(function(c){return b?Ma(b,c):c})};function id(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 jd=function(a,b){this.type=a;this.currentTarget=this.target=b;this.defaultPrevented=this.cd=!1};jd.prototype.stopPropagation=function(){this.cd=!0};jd.prototype.preventDefault=function(){this.defaultPrevented=!0};var kd=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 ld(){var a=t.navigator;return a&&(a=a.userAgent)?a:""};var md=ld().toLowerCase().indexOf("webkit")!=-1&&ld().indexOf("Edge")==-1;var nd=function(a,b){jd.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;
79
+ 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=md||a.offsetX!==void 0?a.offsetX:a.layerX,this.offsetY=md||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=
80
+ 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&&nd.L.preventDefault.call(this)}};y(nd,jd);
81
+ nd.prototype.stopPropagation=function(){nd.L.stopPropagation.call(this);this.Ja.stopPropagation?this.Ja.stopPropagation():this.Ja.cancelBubble=!0};nd.prototype.preventDefault=function(){nd.L.preventDefault.call(this);var a=this.Ja;a.preventDefault?a.preventDefault():a.returnValue=!1};var od="closure_listenable_"+(Math.random()*1E6|0),pd=function(a){return!(!a||!a[od])};var qd=0;var rd=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=++qd;this.fd=this.zd=!1},sd=function(a){a.fd=!0;a.listener=null;a.proxy=null;a.src=null;a.ib=null};var td=function(a){this.src=a;this.ha={};this.md=0};td.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=ud(a,b,d,e);f>-1?(b=a[f],c||(b.zd=!1)):(b=new rd(b,this.src,g,!!d,e),b.zd=c,a.push(b));return b};td.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.ha))return!1;var e=this.ha[a];b=ud(e,b,c,d);return b>-1?(sd(e[b]),fc(e,b),e.length==0&&(delete this.ha[a],this.md--),!0):!1};
82
+ var vd=function(a,b){var c=b.type;c in a.ha&&ec(a.ha[c],b)&&(sd(b),a.ha[c].length==0&&(delete a.ha[c],a.md--))};td.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,sd(d[e]);delete this.ha[c];this.md--}};td.prototype.Kc=function(a,b,c,d){a=this.ha[a.toString()];var e=-1;a&&(e=ud(a,b,c,d));return e>-1?a[e]:null};
83
+ td.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 ud=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 wd="closure_lm_"+(Math.random()*1E6|0),xd={},yd=0,Ad=function(a,b,c,d,e){if(d&&d.once)return zd(a,b,c,d,e);if(Array.isArray(b)){for(var g=0;g<b.length;g++)Ad(a,b[g],c,d,e);return null}c=Bd(c);return pd(a)?a.Wa(b,c,u(d)?!!d.capture:!!d,e):Cd(a,b,c,!1,d,e)},Cd=function(a,b,c,d,e,g){if(!b)throw Error("Invalid event type");var f=u(e)?!!e.capture:!!e,l=Dd(a);l||(a[wd]=l=new td(a));c=l.add(b,c,d,f,g);if(c.proxy)return c;d=Ed();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)kd||(e=f),e===void 0&&
84
+ (e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(Fd(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.");yd++;return c},Ed=function(){var a=Gd,b=function(c){return a.call(b.src,b.listener,c)};return b},zd=function(a,b,c,d,e){if(Array.isArray(b)){for(var g=0;g<b.length;g++)zd(a,b[g],c,d,e);return null}c=Bd(c);return pd(a)?
85
+ a.Uc(b,c,u(d)?!!d.capture:!!d,e):Cd(a,b,c,!0,d,e)},Hd=function(a,b,c,d,e){if(Array.isArray(b))for(var g=0;g<b.length;g++)Hd(a,b[g],c,d,e);else d=u(d)?!!d.capture:!!d,c=Bd(c),pd(a)?a.se(b,c,d,e):a&&(a=Dd(a))&&(b=a.Kc(b,c,d,e))&&Id(b)},Id=function(a){if(typeof a!=="number"&&a&&!a.fd){var b=a.src;if(pd(b))vd(b.Ia,a);else{var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(Fd(c),d):b.addListener&&b.removeListener&&b.removeListener(d);yd--;(c=Dd(b))?
86
+ (vd(c,a),c.md==0&&(c.src=null,b[wd]=null)):sd(a)}}},Fd=function(a){return a in xd?xd[a]:xd[a]="on"+a},Gd=function(a,b){if(a.fd)a=!0;else{b=new nd(b,this);var c=a.listener,d=a.ib||a.src;a.zd&&Id(a);a=c.call(d,b)}return a},Dd=function(a){a=a[wd];return a instanceof td?a:null},Jd="__closure_events_fn_"+(Math.random()*1E9>>>0),Bd=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[Jd]||(a[Jd]=function(b){return a.handleEvent(b)});
87
+ return a[Jd]};var J=function(){H.call(this);this.Ia=new td(this);this.Jk=this;this.Sf=null};y(J,H);J.prototype[od]=!0;h=J.prototype;h.addEventListener=function(a,b,c,d){Ad(this,a,b,c,d)};h.removeEventListener=function(a,b,c,d){Hd(this,a,b,c,d)};
88
+ h.dispatchEvent=function(a){Kd(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 jd(a,b);else if(a instanceof jd)a.target=a.target||b;else{var e=a;a=new jd(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=Ld(f,d,!0,a)&&e}a.cd||(f=a.currentTarget=b,e=Ld(f,d,!0,a)&&e,a.cd||(e=Ld(f,d,!1,a)&&e));if(c)for(g=0;!a.cd&&g<c.length;g++)f=a.currentTarget=c[g],e=Ld(f,d,!1,a)&&
89
+ 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){Kd(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 Ld=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&&vd(a.Ia,f);e=l.call(m,d)!==!1&&e}}return e&&!d.defaultPrevented};
90
+ 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 Kd=function(a){E(a.Ia,"Event target is not initialized. Did you call the superclass (goog.events.EventTarget) constructor?")};var Md=function(a,b){this.Ok=a[t.Symbol.iterator]();this.gl=b};Md.prototype[Symbol.iterator]=function(){return this};Md.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 Nd=function(a,b){return new Md(a,b)};var Od=function(){},Pd=function(a){return a};var Qd=function(){};Qd.prototype.next=function(){return Rd};var Rd=lc({done:!0,value:void 0});Qd.prototype.Da=function(){return this};
91
+ var Sd=function(a){if(a instanceof Qd)return a;if(typeof a.Da=="function")return a.Da(!1);if(xa(a)){var b=0,c=new Qd;c.next=function(){for(;;){if(b>=a.length)return Rd;if(b in a)return{value:a[b++],done:!1};b++}};return c}throw Error("Not implemented");},Td=function(a,b){if(xa(a))Yb(a,b);else for(a=Sd(a);;){var c=a.next();if(c.done)break;b.call(void 0,c.value,void 0,a)}};var Xd=function(a){if(a instanceof Ud||a instanceof Vd||a instanceof Wd)return a;if(typeof a.next=="function")return new Ud(function(){return a});if(typeof a[Symbol.iterator]=="function")return new Ud(function(){return a[Symbol.iterator]()});if(typeof a.Da=="function")return new Ud(function(){return a.Da()});throw Error("Not an iterator or iterable.");},Ud=function(a){this.sf=a};Ud.prototype.Da=function(){return new Vd(this.sf())};Ud.prototype[Symbol.iterator]=function(){return new Wd(this.sf())};
92
+ Ud.prototype.vg=function(){return new Wd(this.sf())};var Vd=function(a){this.Qc=a};r(Vd,Qd);Vd.prototype.next=function(){return this.Qc.next()};Vd.prototype[Symbol.iterator]=function(){return new Wd(this.Qc)};Vd.prototype.vg=function(){return new Wd(this.Qc)};var Wd=function(a){Ud.call(this,function(){return a});this.Qc=a};r(Wd,Ud);Wd.prototype.next=function(){return this.Qc.next()};var Yd=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=Yd.prototype;h.R=function(){return this.size};h.aa=function(){Zd(this);for(var a=[],b=0;b<this.K.length;b++)a.push(this.A[this.K[b]]);return a};h.sb=function(){Zd(this);return this.K.concat()};h.Ob=function(a){return this.has(a)};h.has=function(a){return $d(this.A,a)};
93
+ h.Gc=function(a){for(var b=0;b<this.K.length;b++){var c=this.K[b];if($d(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||ae;Zd(this);for(var c,d=0;c=this.K[d];d++)if(!b(this.get(c),a.get(c)))return!1;return!0};var ae=function(a,b){return a===b};Yd.prototype.isEmpty=function(){return this.size==0};Yd.prototype.clear=function(){this.A={};this.K.length=0;this.lb(0);this.od=0};Yd.prototype.remove=function(a){return this.delete(a)};
94
+ Yd.prototype.delete=function(a){return $d(this.A,a)?(delete this.A[a],this.lb(this.size-1),this.od++,this.K.length>2*this.size&&Zd(this),!0):!1};var Zd=function(a){if(a.size!=a.K.length){for(var b=0,c=0;b<a.K.length;){var d=a.K[b];$d(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],$d(e,d)||(a.K[c++]=d,e[d]=1),b++;a.K.length=c}};h=Yd.prototype;h.get=function(a,b){return $d(this.A,a)?this.A[a]:b};
95
+ h.set=function(a,b){$d(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 Yd)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 Yd(this)};h.keys=function(){return Xd(this.Da(!0)).vg()};h.values=function(){return Xd(this.Da(!1)).vg()};
96
+ h.entries=function(){var a=this;return Nd(this.keys(),function(b){return[b,a.get(b)]})};h.Da=function(a){Zd(this);var b=0,c=this.od,d=this,e=new Qd;e.next=function(){if(c!=d.od)throw Error("The map has changed since the iterator was created");if(b>=d.K.length)return Rd;var g=d.K[b++];return{value:a?g:d.A[g],done:!1}};return e};h.lb=function(a){this.size=a};var $d=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};var be=function(a){this.A=new Yd;this.size=0;a&&this.addAll(a)},ce=function(a){var b=typeof a;return b=="object"&&a||b=="function"?"o"+Ba(a):b.slice(0,1)+a};h=be.prototype;h.R=function(){return this.A.size};h.add=function(a){this.A.set(ce(a),a);this.lb(this.A.size)};h.addAll=function(a){a=Hc(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=Hc(a);for(var b=a.length,c=0;c<b;c++)this.remove(a[c]);this.lb(this.A.size)};
97
+ h.delete=function(a){a=this.A.remove(ce(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(ce(a))};h.contains=function(a){return this.A.Ob(ce(a))};var de=function(a,b){var c=new be;b=Hc(b);for(var d=0;d<b.length;d++){var e=b[d];a.contains(e)&&c.add(e)}return c},fe=function(a,b){a=a.clone();a.ed(b);return a};be.prototype.aa=function(){return this.A.aa()};
98
+ be.prototype.values=function(){return this.A.values()};be.prototype.clone=function(){return new be(this)};be.prototype.equals=function(a){return this.R()==Gc(a)&&ge(this,a)};var ge=function(a,b){var c=Gc(b);if(a.R()>c)return!1;!(b instanceof be)&&c>5&&(b=new be(b));return Kc(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"?dc(e,d):bb(e,d)})};be.prototype.Da=function(){return this.A.Da(!1)};
99
+ be.prototype[Symbol.iterator]=function(){return this.values()};be.prototype.lb=function(a){this.size=a};var he=function(a,b,c){J.call(this);this.hl=b;this.token=c;this.zb=[];this.tg=new be;this.xb=0;this.url=a};y(he,J);x("ee.AbstractOverlay",he);var ie=function(a,b,c){var d=1<<c,e=b.x%d;e<0&&(e+=d);return[a.hl,c,e,b.y].join("/")};he.prototype.Lc=function(){return this.zb.length};var je=function(a){jd.call(this,"tileevent");this.count=a};y(je,jd);var ke={yc:"ADMIN_READ",zc:"DATA_READ",Ac:"DATA_WRITE",ak:"LOG_TYPE_UNSPECIFIED",values:function(){return[ke.ak,ke.yc,ke.Ac,ke.zc]}},le={yc:"ADMIN_READ",we:"ADMIN_WRITE",zc:"DATA_READ",Ac:"DATA_WRITE",Ee:"PERMISSION_TYPE_UNSPECIFIED",values:function(){return[le.Ee,le.yc,le.we,le.zc,le.Ac]}},me={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[me.fj,
100
+ me.Cc,me.Tj,me.Cj,me.Wj,me.ik,me.kk,me.hj,me.mk,me.bj]}},ne={Ui:"ADMIN_ACTIVITY",sj:"DATA_ACCESS",Ck:"UNSPECIFIED_LOG_NAME",values:function(){return[ne.Ck,ne.Ui,ne.sj]}},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={vj:"DEFAULT_OBJECT_ACL",Cc:"PUBLIC",xk:"TILE_PERMISSIONS_UNSPECIFIED",values:function(){return[pe.xk,pe.Cc,pe.vj]}},qe={Xi:"APPROVER",Zi:"ATTRIBUTION",aj:"AUTHORITY",mj:"CREDENTIALS_TYPE",
101
+ nj:"CREDS_ASSERTION",Vj:"JUSTIFICATION_TYPE",De:"NO_ATTR",pk:"SECURITY_REALM",values:function(){return[qe.De,qe.aj,qe.Zi,qe.pk,qe.Xi,qe.Vj,qe.mj,qe.nj]}},re={Aj:"DISCHARGED",Bj:"EQUALS",Nj:"IN",ck:"NOT_EQUALS",dk:"NOT_IN",fk:"NO_OP",values:function(){return[re.fk,re.Bj,re.ck,re.Nj,re.dk,re.Aj]}},se={Uj:"IP",bk:"NAME",De:"NO_ATTR",lk:"REGION",qk:"SERVICE",values:function(){return[se.De,se.lk,se.qk,se.bk,se.Uj]}},te={Yj:"LOG_FAIL_CLOSED",Zj:"LOG_MODE_UNSPECIFIED",values:function(){return[te.Zj,te.Yj]}},
102
+ ue={gj:"CLASSIFIER",Ej:"FEATURE_VIEW",Gj:"FOLDER",Kj:"IMAGE",Lj:"IMAGE_COLLECTION",wk:"TABLE",Ie:"TYPE_UNSPECIFIED",values:function(){return[ue.Ie,ue.Kj,ue.Lj,ue.wk,ue.Gj,ue.gj,ue.Ej]}},ve={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[ve.Cb,ve.Db,ve.Gb,ve.Ab,ve.Fb,ve.Bb,ve.Hb,ve.Eb,ve.Ib,ve.Jb]}},we={Dk:"V1",Ek:"V2",Fk:"VERSION_UNSPECIFIED",
103
+ values:function(){return[we.Fk,we.Dk,we.Ek]}},xe={cj:"BOOLEAN",uj:"DATE_TIME",Bc:"DOUBLE",Sj:"INTEGER",uk:"STRING",Ie:"TYPE_UNSPECIFIED",values:function(){return[xe.Ie,xe.Sj,xe.cj,xe.Bc,xe.uk,xe.uj]}},ye={Fj:"FEATURE_VIEW_ASSET_PERMISSIONS_UNSPECIFIED",Cc:"PUBLIC",values:function(){return[ye.Fj,ye.Cc]}},ze={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",
104
+ values:function(){return[ze.Cb,ze.Db,ze.Gb,ze.Ab,ze.Fb,ze.Bb,ze.Hb,ze.Eb,ze.Ib,ze.Jb]}},Ae={Jj:"HORIZONTAL",gk:"ORIENTATION_UNSPECIFIED",Gk:"VERTICAL",values:function(){return[Ae.gk,Ae.Jj,Ae.Gk]}},Be={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Be.cb,Be.Za,Be.eb,Be.MIN,Be.MAX,Be.bb,Be.ab]}},Ce={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Ce.cb,
105
+ Ce.Za,Ce.eb,Ce.MIN,Ce.MAX,Ce.bb,Ce.ab]}},De={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[De.cb,De.Za,De.eb,De.MIN,De.MAX,De.bb,De.ab]}},Ee={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[Ee.Cb,Ee.Db,Ee.Gb,Ee.Ab,Ee.Fb,Ee.Bb,Ee.Hb,Ee.Eb,Ee.Ib,Ee.Jb]}},
106
+ Fe={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Fe.cb,Fe.Za,Fe.eb,Fe.MIN,Fe.MAX,Fe.bb,Fe.ab]}},Ge={Mj:"IMPORT_MODE_UNSPECIFIED",Oj:"INGEST",Hk:"VIRTUAL",values:function(){return[Ge.Mj,Ge.Oj,Ge.Hk]}},He={dj:"CANCELLED",ej:"CANCELLING",Dj:"FAILED",hk:"PENDING",nk:"RUNNING",tk:"STATE_UNSPECIFIED",vk:"SUCCEEDED",values:function(){return[He.tk,He.hk,He.nk,He.ej,He.vk,He.dj,He.Dj]}},Ie={rk:"SEVERE",sk:"SEVERITY_UNSPECIFIED",
107
+ Ik:"WARNING",values:function(){return[Ie.sk,Ie.Ik,Ie.rk]}},Je={Bc:"DOUBLE",FLOAT:"FLOAT",INT:"INT",jk:"PRECISION_UNSPECIFIED",values:function(){return[Je.jk,Je.INT,Je.FLOAT,Je.Bc]}},Ke={Yi:"ASCENDING",yj:"DESCENDING",zj:"DIRECTION_UNSPECIFIED",values:function(){return[Ke.zj,Ke.Yi,Ke.yj]}},Le={Vi:"ALLOW",Wi:"ALLOW_WITH_LOG",wj:"DENY",xj:"DENY_WITH_LOG",Xj:"LOG",ek:"NO_ACTION",values:function(){return[Le.ek,Le.Vi,Le.Wi,Le.wj,Le.xj,Le.Xj]}},Me={xe:"CSV",ye:"GEO_JSON",Ae:"KML",Be:"KMZ",Fe:"SHP",Ge:"TABLE_FILE_FORMAT_UNSPECIFIED",
108
+ He:"TF_RECORD_TABLE",values:function(){return[Me.Ge,Me.xe,Me.ye,Me.Ae,Me.Be,Me.Fe,Me.He]}},Ne={xe:"CSV",ye:"GEO_JSON",Ae:"KML",Be:"KMZ",Fe:"SHP",Ge:"TABLE_FILE_FORMAT_UNSPECIFIED",He:"TF_RECORD_TABLE",values:function(){return[Ne.Ge,Ne.xe,Ne.ye,Ne.Ae,Ne.Be,Ne.Fe,Ne.He]}},Oe={ij:"COLUMN_DATA_TYPE_LONG",jj:"COLUMN_DATA_TYPE_NUMERIC",kj:"COLUMN_DATA_TYPE_STRING",lj:"COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[Oe.lj,Oe.kj,Oe.jj,Oe.ij]}},Pe={oj:"CSV_COLUMN_DATA_TYPE_LONG",pj:"CSV_COLUMN_DATA_TYPE_NUMERIC",
109
+ qj:"CSV_COLUMN_DATA_TYPE_STRING",rj:"CSV_COLUMN_DATA_TYPE_UNSPECIFIED",values:function(){return[Pe.rj,Pe.qj,Pe.pj,Pe.oj]}},Qe={Hj:"GLOBALLY_CONSISTENT",Ij:"HIGHER_DENSITY",Bk:"UNKNOWN_THINNING_STRATEGY",values:function(){return[Qe.Bk,Qe.Hj,Qe.Ij]}},Re={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[Re.Cb,Re.Db,Re.Gb,Re.Ab,Re.Fb,
110
+ Re.Bb,Re.Hb,Re.Eb,Re.Ib,Re.Jb]}},Se={MAX:"MAX",Za:"MEAN",ab:"MEDIAN",MIN:"MIN",bb:"MODE",cb:"PYRAMIDING_POLICY_UNSPECIFIED",eb:"SAMPLE",values:function(){return[Se.cb,Se.Za,Se.eb,Se.MIN,Se.MAX,Se.bb,Se.ab]}},Te={tj:"DATA_TYPE_UNSPECIFIED",Bc:"DOUBLE",FLOAT:"FLOAT",Pj:"INT16",Qj:"INT32",Rj:"INT8",yk:"UINT16",zk:"UINT32",Ak:"UINT8",values:function(){return[Te.tj,Te.Rj,Te.Ak,Te.Pj,Te.yk,Te.Qj,Te.zk,Te.FLOAT,Te.Bc]}},Ue={ze:"GIF",Ce:"MP4",Je:"VIDEO_FILE_FORMAT_UNSPECIFIED",Ke:"VP9",values:function(){return[Ue.Je,
111
+ Ue.Ce,Ue.ze,Ue.Ke]}},Ve={ze:"GIF",Ce:"MP4",Je:"VIDEO_FILE_FORMAT_UNSPECIFIED",Ke:"VP9",values:function(){return[Ve.Je,Ve.Ce,Ve.ze,Ve.Ke]}},We=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(We,A);We.prototype.i=function(){return{keys:"scaleX scaleY shearX shearY translateX translateY".split(" ")}};
112
+ k.Object.defineProperties(We.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")?
112
113
  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}}});
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
+ var Xe=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(Xe,A);
115
+ Xe.prototype.i=function(){return{P:{arguments:Ye},keys:"arguments deprecated deprecationReason description hidden name preview returnType sourceCodeUri".split(" ")}};
116
+ k.Object.defineProperties(Xe.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,
116
117
  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=
117
118
  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}}});
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,
119
+ var Ye=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(Ye,A);Ye.prototype.i=function(){return{keys:["argumentName","defaultValue","description","optional","type"]}};
120
+ k.Object.defineProperties(Ye.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,
121
+ 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 Ze=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(Ze,A);Ze.prototype.i=function(){return{P:{values:$e},keys:["values"]}};
122
+ k.Object.defineProperties(Ze.prototype,{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.service=a.wi==null?null:a.wi;this.h.auditLogConfigs=a.Kg==null?null:a.Kg};r(af,A);af.prototype.i=function(){return{P:{auditLogConfigs:bf},keys:["auditLogConfigs","service"]}};
123
+ k.Object.defineProperties(af.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}}});
124
+ var bf=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(bf,A);bf.prototype.i=function(){return{H:{logType:ke},keys:["exemptedMembers","ignoreChildExemptions","logType"]}};
125
+ k.Object.defineProperties(bf.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=
126
+ a}}});var cf=function(a){a=a===void 0?{}:a;this.h={};this.h.permissionType=a.ad==null?null:a.ad};r(cf,A);cf.prototype.i=function(){return{H:{permissionType:le},keys:["permissionType"]}};k.Object.defineProperties(cf.prototype,{ad:{configurable:!0,enumerable:!0,get:function(){return D(this,"permissionType")?B(this,"permissionType"):null},set:function(a){this.h.permissionType=a}}});
127
+ var df=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(df,A);df.prototype.i=function(){return{keys:["append","overwrite","table"]}};
128
+ k.Object.defineProperties(df.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}}});
129
+ var ef=function(a){a=a===void 0?{}:a;this.h={};this.h.bigqueryDestination=a.Pe==null?null:a.Pe};r(ef,A);ef.prototype.i=function(){return{keys:["bigqueryDestination"],o:{bigqueryDestination:df}}};k.Object.defineProperties(ef.prototype,{Pe:{configurable:!0,enumerable:!0,get:function(){return D(this,"bigqueryDestination")?B(this,"bigqueryDestination"):null},set:function(a){this.h.bigqueryDestination=a}}});
130
+ var ff=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(ff,A);ff.prototype.i=function(){return{keys:["bindingId","condition","members","role"],o:{condition:gf}}};
131
+ k.Object.defineProperties(ff.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,
132
+ "role")?B(this,"role"):null},set:function(a){this.h.role=a}}});var hf=function(){this.h={}};r(hf,A);hf.prototype.i=function(){return{keys:[]}};var jf=function(a){a=a===void 0?{}:a;this.h={};this.h.capabilities=a.Tg==null?null:a.Tg};r(jf,A);jf.prototype.i=function(){return{H:{capabilities:me},keys:["capabilities"]}};
133
+ k.Object.defineProperties(jf.prototype,{Tg:{configurable:!0,enumerable:!0,get:function(){return D(this,"capabilities")?B(this,"capabilities"):null},set:function(a){this.h.capabilities=a}}});var kf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha};r(kf,A);kf.prototype.i=function(){return{keys:["earthEngineDestination"],o:{earthEngineDestination:lf}}};
134
+ k.Object.defineProperties(kf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=a}}});var mf=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(mf,A);
135
+ mf.prototype.i=function(){return{H:{logName:ne,permissionType:oe},keys:["authorizationLoggingOptions","logName","permissionType"],o:{authorizationLoggingOptions:cf}}};
136
+ k.Object.defineProperties(mf.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=
137
+ a}}});var nf=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(nf,A);nf.prototype.i=function(){return{H:{permissions:pe},keys:["bucket","bucketCorsUris","filenamePrefix","permissions"]}};
138
+ k.Object.defineProperties(nf.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,
139
+ enumerable:!0,get:function(){return D(this,"permissions")?B(this,"permissions"):null},set:function(a){this.h.permissions=a}}});k.Object.defineProperties(nf,{Permissions:{configurable:!0,enumerable:!0,get:function(){return pe}}});var of=function(a){a=a===void 0?{}:a;this.h={};this.h.uris=a.uris==null?null:a.uris};r(of,A);of.prototype.i=function(){return{keys:["uris"]}};
140
+ k.Object.defineProperties(of.prototype,{uris:{configurable:!0,enumerable:!0,get:function(){return D(this,"uris")?B(this,"uris"):null},set:function(a){this.h.uris=a}}});var pf=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(pf,A);pf.prototype.i=function(){return{keys:["expression","workloadTag"],o:{expression:qf}}};
141
+ k.Object.defineProperties(pf.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 rf=function(a){a=a===void 0?{}:a;this.h={};this.h.result=a.result==null?null:a.result};r(rf,A);rf.prototype.i=function(){return{keys:["result"]}};
142
+ k.Object.defineProperties(rf.prototype,{result:{configurable:!0,enumerable:!0,get:function(){return D(this,"result")?B(this,"result"):null},set:function(a){this.h.result=a}}});var sf=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(sf,A);sf.prototype.i=function(){return{H:{iam:qe,op:re,sys:se},keys:["iam","op","svc","sys","values"]}};
143
+ k.Object.defineProperties(sf.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=
144
+ a}},values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var tf=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(tf,A);tf.prototype.i=function(){return{keys:["bandIds","destinationName","overwrite"]}};
145
+ k.Object.defineProperties(tf.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}}});
146
+ var uf=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(uf,A);uf.prototype.i=function(){return{P:{customFields:vf},keys:["customFields","field","metric"]}};
147
+ k.Object.defineProperties(uf.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}}});
148
+ var vf=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(vf,A);vf.prototype.i=function(){return{keys:["name","value"]}};k.Object.defineProperties(vf.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}}});
149
+ var wf=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(wf,A);wf.prototype.i=function(){return{H:{logMode:te},keys:["isDirectAuth","logMode"]}};
150
+ k.Object.defineProperties(wf.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 xf=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(xf,A);
151
+ xf.prototype.i=function(){return{keys:["values"],Ma:{values:{ka:$e,pa:!1,qa:!0,ra:!1}}}};k.Object.defineProperties(xf.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var yf=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(yf,A);yf.prototype.i=function(){return{keys:["max","min"]}};
152
+ k.Object.defineProperties(yf.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 zf=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(zf,A);zf.prototype.i=function(){return{keys:["filenamePrefix","folder"]}};
153
+ k.Object.defineProperties(zf.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}}});
154
+ var Af=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:
155
+ 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(Af,A);
156
+ Af.prototype.i=function(){return{P:{bands:Bf,tilesets:Cf},H:{type:ue},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:of,expression:qf,featureViewAssetLocation:Df,quota:Ef,tableLocation:Ff,tilestoreLocation:Gf}}};
157
+ k.Object.defineProperties(Af.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,
157
158
  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,
158
159
  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,
159
160
  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"):
160
161
  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,
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}},
162
+ enumerable:!0,get:function(){return D(this,"updateTime")?B(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var lf=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(lf,A);lf.prototype.i=function(){return{keys:["name","overwrite"]}};
163
+ k.Object.defineProperties(lf.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}}});
164
+ var Hf=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(Hf,A);Hf.prototype.i=function(){return{H:{fileFormat:ve},keys:["bandIds","expression","fileFormat","name","visualizationOptions"],o:{expression:qf,visualizationOptions:If}}};
165
+ k.Object.defineProperties(Hf.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,
166
+ "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 Jf=function(){this.h={}};r(Jf,A);Jf.prototype.i=function(){return{keys:[]}};
167
+ var Kf=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(Kf,A);
168
+ Kf.prototype.i=function(){return{keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "),o:{assetExportOptions:kf,expression:qf}}};
169
+ k.Object.defineProperties(Kf.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}},
169
170
  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,
170
171
  "workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=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
+ var Lf=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};
173
+ r(Lf,A);Lf.prototype.i=function(){return{keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "),o:{assetExportOptions:Mf,expression:qf,fileExportOptions:Nf,grid:Of}}};
174
+ k.Object.defineProperties(Lf.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}},
174
175
  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")?
175
176
  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=
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
+ a}}});var Pf=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(Pf,A);
178
+ Pf.prototype.i=function(){return{keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "),o:{expression:qf,tileExportOptions:Nf,tileOptions:Qf}}};
179
+ k.Object.defineProperties(Pf.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,
179
180
  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")?
180
181
  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}}});
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=
182
+ var Rf=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=
183
+ 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(Rf,A);
184
+ Rf.prototype.i=function(){return{keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "),o:{assetExportOptions:Sf,bigqueryExportOptions:ef,expression:qf,featureViewExportOptions:Tf,fileExportOptions:Uf,policy:Vf}}};
185
+ 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}},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=
185
186
  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,
186
187
  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")?
187
188
  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,
188
189
  enumerable:!0,get:function(){return D(this,"workloadTag")?B(this,"workloadTag"):null},set:function(a){this.h.workloadTag=a}}});
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
+ 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.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};
191
+ r(Wf,A);Wf.prototype.i=function(){return{H:{version:we},keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "),o:{expression:qf,tileExportOptions:Xf,tileOptions:Qf,videoOptions:Yf}}};
192
+ 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,
192
193
  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")?
193
194
  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=
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
+ a}}});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.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(Zf,A);
196
+ Zf.prototype.i=function(){return{keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "),o:{expression:qf,fileExportOptions:Xf,videoOptions:Yf}}};
197
+ 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}},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,
197
198
  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"):
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"):
199
+ 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 gf=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(gf,A);
200
+ gf.prototype.i=function(){return{keys:["description","expression","location","title"]}};
201
+ k.Object.defineProperties(gf.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,
202
+ get:function(){return D(this,"title")?B(this,"title"):null},set:function(a){this.h.title=a}}});var qf=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(qf,A);qf.prototype.i=function(){return{keys:["result","values"],Ma:{values:{ka:$e,pa:!1,qa:!0,ra:!1}}}};
203
+ k.Object.defineProperties(qf.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 $f=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};
204
+ r($f,A);$f.prototype.i=function(){return{keys:["geometry","properties","type"]}};
205
+ k.Object.defineProperties($f.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}}});
206
+ var ag=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(ag,A);ag.prototype.i=function(){return{keys:["asset","mapName","name","visualizationExpression"],o:{visualizationExpression:qf}}};
207
+ k.Object.defineProperties(ag.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")?
208
+ B(this,"visualizationExpression"):null},set:function(a){this.h.visualizationExpression=a}}});var Tf=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(Tf,A);Tf.prototype.i=function(){return{keys:["featureViewDestination","ingestionTimeParameters"],o:{featureViewDestination:bg,ingestionTimeParameters:cg}}};
209
+ k.Object.defineProperties(Tf.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}}});
210
+ var dg=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(dg,A);dg.prototype.i=function(){return{H:{type:xe},keys:["name","type"]}};k.Object.defineProperties(dg.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}}});
211
+ var bg=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(bg,A);bg.prototype.i=function(){return{H:{permissions:ye},keys:["assetVersion","name","permissions"]}};
212
+ k.Object.defineProperties(bg.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}}});
213
+ k.Object.defineProperties(bg,{Permissions:{configurable:!0,enumerable:!0,get:function(){return ye}}});var cg=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(cg,A);cg.prototype.i=function(){return{keys:["prerenderingOptions","rankingOptions","thinningOptions"],o:{prerenderingOptions:eg,rankingOptions:fg,thinningOptions:gg}}};
214
+ k.Object.defineProperties(cg.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=
215
+ a}}});var Df=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(Df,A);Df.prototype.i=function(){return{keys:["assetOptions","location"],o:{assetOptions:hg}}};
216
+ k.Object.defineProperties(Df.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 hg=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(hg,A);
217
+ hg.prototype.i=function(){return{P:{featureViewAttributes:dg},keys:["featureViewAttributes","ingestionTimeParameters"],o:{ingestionTimeParameters:cg}}};
218
+ k.Object.defineProperties(hg.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}}});
219
+ var ig=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(ig,A);ig.prototype.i=function(){return{H:{fileFormat:ze,orientation:Ae},keys:["expression","fileFormat","grid","name","orientation"],o:{expression:qf,grid:Of}}};
220
+ k.Object.defineProperties(ig.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,
221
+ "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 Ef=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(Ef,A);
222
+ Ef.prototype.i=function(){return{keys:["assetCount","maxAssets","maxSizeBytes","sizeBytes"]}};
223
+ k.Object.defineProperties(Ef.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,
224
+ get:function(){return D(this,"sizeBytes")?B(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});var jg=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(jg,A);jg.prototype.i=function(){return{keys:["argumentNames","body"]}};
225
+ k.Object.defineProperties(jg.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}}});
226
+ var kg=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(kg,A);kg.prototype.i=function(){return{keys:["arguments","functionName","functionReference"],Ma:{arguments:{ka:$e,pa:!1,qa:!0,ra:!1}}}};
227
+ k.Object.defineProperties(kg.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=
228
+ a}}});var lg=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(lg,A);lg.prototype.i=function(){return{keys:["cloudOptimized","noData","skipEmptyFiles","tileDimensions","tileSize"],o:{noData:mg,tileDimensions:ng}}};
229
+ k.Object.defineProperties(lg.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,
230
+ 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 og=function(a){a=a===void 0?{}:a;this.h={};this.h.options=a.options==null?null:a.options};r(og,A);og.prototype.i=function(){return{keys:["options"],o:{options:pg}}};
231
+ k.Object.defineProperties(og.prototype,{options:{configurable:!0,enumerable:!0,get:function(){return D(this,"options")?B(this,"options"):null},set:function(a){this.h.options=a}}});var pg=function(a){a=a===void 0?{}:a;this.h={};this.h.requestedPolicyVersion=a.ri==null?null:a.ri};r(pg,A);pg.prototype.i=function(){return{keys:["requestedPolicyVersion"]}};
232
+ k.Object.defineProperties(pg.prototype,{ri:{configurable:!0,enumerable:!0,get:function(){return D(this,"requestedPolicyVersion")?B(this,"requestedPolicyVersion"):null},set:function(a){this.h.requestedPolicyVersion=a}}});var ng=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(ng,A);ng.prototype.i=function(){return{keys:["height","width"]}};
233
+ k.Object.defineProperties(ng.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 qg=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(qg,A);qg.prototype.i=function(){return{keys:["x","y"]}};
234
+ k.Object.defineProperties(qg.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}}});
235
+ var Mf=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(Mf,A);
236
+ Mf.prototype.i=function(){return{H:{pyramidingPolicy:Be,pyramidingPolicyOverrides:Ce},keys:["earthEngineDestination","pyramidingPolicy","pyramidingPolicyOverrides","tileSize"],Ma:{pyramidingPolicyOverrides:{ka:null,pa:!1,qa:!1,ra:!1}},o:{earthEngineDestination:lf}}};
237
+ k.Object.defineProperties(Mf.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"):
237
238
  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}}});
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
+ var Bf=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(Bf,A);
240
+ Bf.prototype.i=function(){return{P:{tilesets:rg},H:{pyramidingPolicy:De},keys:"dataType grid id missingData pyramidingPolicy tilesetBandIndex tilesetId tilesets".split(" "),o:{dataType:sg,grid:Of,missingData:tg}}};
241
+ k.Object.defineProperties(Bf.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")?
241
242
  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},
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
+ 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 Nf=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(Nf,A);
244
+ Nf.prototype.i=function(){return{H:{fileFormat:Ee},keys:["cloudStorageDestination","driveDestination","fileFormat","geoTiffOptions","tfRecordOptions"],o:{cloudStorageDestination:nf,driveDestination:zf,geoTiffOptions:lg,tfRecordOptions:ug}}};
245
+ k.Object.defineProperties(Nf.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=
245
246
  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}}});
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,
247
+ var vg=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==
248
+ 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(vg,A);
249
+ vg.prototype.i=function(){return{P:{bands:wg,maskBands:xg,tilesets:Cf},H:{pyramidingPolicy:Fe},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:yg,missingData:tg}}};
250
+ k.Object.defineProperties(vg.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,
250
251
  "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=
251
252
  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,
252
253
  "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=
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,
254
+ a}}});var zg=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(zg,A);zg.prototype.i=function(){return{keys:["affineTransform","dimensions","uris"],o:{affineTransform:We,dimensions:ng}}};
255
+ k.Object.defineProperties(zg.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}}});
256
+ var Ag=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(Ag,A);Ag.prototype.i=function(){return{H:{mode:Ge},keys:["description","imageManifest","mode","overwrite","requestId"],o:{imageManifest:vg}}};
257
+ k.Object.defineProperties(Ag.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,
258
+ 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 Bg=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};
259
+ r(Bg,A);Bg.prototype.i=function(){return{keys:["description","overwrite","requestId","tableManifest"],o:{tableManifest:Cg}}};
260
+ 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}},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,
261
+ enumerable:!0,get:function(){return D(this,"tableManifest")?B(this,"tableManifest"):null},set:function(a){this.h.tableManifest=a}}});var Dg=function(a){a=a===void 0?{}:a;this.h={};this.h.algorithms=a.Dc==null?null:a.Dc};r(Dg,A);Dg.prototype.i=function(){return{P:{algorithms:Xe},keys:["algorithms"]}};k.Object.defineProperties(Dg.prototype,{Dc:{configurable:!0,enumerable:!0,get:function(){return D(this,"algorithms")?B(this,"algorithms"):null},set:function(a){this.h.algorithms=a}}});
262
+ var Eg=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(Eg,A);Eg.prototype.i=function(){return{P:{assets:Af},keys:["assets","nextPageToken"]}};
263
+ k.Object.defineProperties(Eg.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}}});
264
+ var Fg=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(Fg,A);Fg.prototype.i=function(){return{P:{features:$f},keys:["features","nextPageToken","type"]}};
265
+ k.Object.defineProperties(Fg.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}}});
266
+ var Gg=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(Gg,A);Gg.prototype.i=function(){return{P:{operations:Hg},keys:["nextPageToken","operations"]}};
267
+ k.Object.defineProperties(Gg.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}}});
268
+ var Ig=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(Ig,A);Ig.prototype.i=function(){return{keys:["cloudAudit","counter","dataAccess"],o:{cloudAudit:mf,counter:uf,dataAccess:wf}}};
269
+ k.Object.defineProperties(Ig.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}}});
270
+ var tg=function(a){a=a===void 0?{}:a;this.h={};this.h.values=a.values==null?null:a.values};r(tg,A);tg.prototype.i=function(){return{keys:["values"]}};k.Object.defineProperties(tg.prototype,{values:{configurable:!0,enumerable:!0,get:function(){return D(this,"values")?B(this,"values"):null},set:function(a){this.h.values=a}}});var Jg=function(a){a=a===void 0?{}:a;this.h={};this.h.destinationName=a.Pb==null?null:a.Pb};r(Jg,A);Jg.prototype.i=function(){return{keys:["destinationName"]}};
271
+ k.Object.defineProperties(Jg.prototype,{Pb:{configurable:!0,enumerable:!0,get:function(){return D(this,"destinationName")?B(this,"destinationName"):null},set:function(a){this.h.destinationName=a}}});var mg=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(mg,A);mg.prototype.i=function(){return{keys:["floatValue","integerValue"]}};
272
+ k.Object.defineProperties(mg.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}}});
273
+ var Hg=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(Hg,A);Hg.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:Kg}}};
274
+ k.Object.defineProperties(Hg.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,
274
275
  "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}}});
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
+ var Lg=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:
277
+ 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(Lg,A);Lg.prototype.i=function(){return{P:{notifications:Mg,stages:Ng},H:{state:He},keys:"attempt batchEecuUsageSeconds createTime description destinationUris endTime notifications priority progress scriptUri stages startTime state type updateTime".split(" ")}};
278
+ k.Object.defineProperties(Lg.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,
278
279
  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,
279
280
  "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,
280
281
  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=
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=
282
+ a}},updateTime:{configurable:!0,enumerable:!0,get:function(){return D(this,"updateTime")?B(this,"updateTime"):null},set:function(a){this.h.updateTime=a}}});var Mg=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(Mg,A);Mg.prototype.i=function(){return{H:{severity:Ie},keys:["detail","severity","topic"]}};
283
+ k.Object.defineProperties(Mg.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}}});
284
+ var Ng=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(Ng,A);Ng.prototype.i=function(){return{keys:["completeWorkUnits","description","displayName","totalWorkUnits"]}};
285
+ k.Object.defineProperties(Ng.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=
286
+ a}},Ni:{configurable:!0,enumerable:!0,get:function(){return D(this,"totalWorkUnits")?B(this,"totalWorkUnits"):null},set:function(a){this.h.totalWorkUnits=a}}});var sg=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(sg,A);sg.prototype.i=function(){return{H:{precision:Je},keys:["dimensionsCount","precision","range"],o:{range:yf}}};
287
+ k.Object.defineProperties(sg.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}}});
288
+ var yg=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(yg,A);yg.prototype.i=function(){return{P:{points:qg},keys:["bandId","points"]}};
289
+ k.Object.defineProperties(yg.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}}});
290
+ var Of=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(Of,A);Of.prototype.i=function(){return{keys:["affineTransform","crsCode","crsWkt","dimensions"],o:{affineTransform:We,dimensions:ng}}};
291
+ k.Object.defineProperties(Of.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,
292
+ get:function(){return D(this,"dimensions")?B(this,"dimensions"):null},set:function(a){this.h.dimensions=a}}});var Vf=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(Vf,A);Vf.prototype.i=function(){return{P:{auditConfigs:af,bindings:ff,rules:Og},keys:["auditConfigs","bindings","etag","rules","version"]}};
293
+ k.Object.defineProperties(Vf.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,
294
+ "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 eg=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(eg,A);eg.prototype.i=function(){return{keys:["prerenderTiles","tileLimiting"],o:{tileLimiting:Pg}}};
295
+ k.Object.defineProperties(eg.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 Qg=function(a){a=a===void 0?{}:a;this.h={};this.h.attributeName=a.attributeName==null?null:a.attributeName};r(Qg,A);Qg.prototype.i=function(){return{keys:["attributeName"]}};
296
+ k.Object.defineProperties(Qg.prototype,{attributeName:{configurable:!0,enumerable:!0,get:function(){return D(this,"attributeName")?B(this,"attributeName"):null},set:function(a){this.h.attributeName=a}}});var Rg=function(){this.h={}};r(Rg,A);Rg.prototype.i=function(){return{keys:[]}};var Sg=function(){this.h={}};r(Sg,A);Sg.prototype.i=function(){return{keys:[]}};var Tg=function(){this.h={}};r(Tg,A);Tg.prototype.i=function(){return{keys:[]}};
297
+ var Ug=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(Ug,A);
298
+ Ug.prototype.i=function(){return{H:{direction:Ke},keys:["direction","rankByAttributeRule","rankByGeometryTypeRule","rankByMinVisibleLodRule","rankByMinZoomLevelRule"],o:{rankByAttributeRule:Qg,rankByGeometryTypeRule:Rg,rankByMinVisibleLodRule:Sg,rankByMinZoomLevelRule:Tg}}};
299
+ k.Object.defineProperties(Ug.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=
299
300
  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}}});
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,
301
+ var fg=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(fg,A);fg.prototype.i=function(){return{keys:["thinningRankingRule","zOrderRankingRule"],o:{thinningRankingRule:Vg,zOrderRankingRule:Vg}}};
302
+ k.Object.defineProperties(fg.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}}});
303
+ var Vg=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(Vg,A);Vg.prototype.i=function(){return{P:{rankByOneThingRule:Ug},keys:["pseudoRandomTiebreaking","rankByOneThingRule"]}};
304
+ k.Object.defineProperties(Vg.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}}});
305
+ var Og=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(Og,A);Og.prototype.i=function(){return{P:{conditions:sf,logConfig:Ig},H:{action:Le},keys:"action conditions description in logConfig notIn permissions".split(" ")}};
306
+ k.Object.defineProperties(Og.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,
306
307
  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=
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,
308
+ a}}});var Wg=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(Wg,A);Wg.prototype.i=function(){return{keys:["policy","updateMask"],o:{policy:Vf}}};
309
+ k.Object.defineProperties(Wg.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 Kg=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};
310
+ r(Kg,A);Kg.prototype.i=function(){return{keys:["code","details","message"],Ma:{details:{ka:null,pa:!0,qa:!1,ra:!1}}}};
311
+ k.Object.defineProperties(Kg.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}}});
312
+ var Xg=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(Xg,A);Xg.prototype.i=function(){return{H:{fileFormat:Ne},keys:["expression","fileFormat","filename","name","selectors"],o:{expression:qf}}};
313
+ k.Object.defineProperties(Xg.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,
314
+ "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 Sf=function(a){a=a===void 0?{}:a;this.h={};this.h.earthEngineDestination=a.Ha==null?null:a.Ha};r(Sf,A);Sf.prototype.i=function(){return{keys:["earthEngineDestination"],o:{earthEngineDestination:lf}}};
315
+ k.Object.defineProperties(Sf.prototype,{Ha:{configurable:!0,enumerable:!0,get:function(){return D(this,"earthEngineDestination")?B(this,"earthEngineDestination"):null},set:function(a){this.h.earthEngineDestination=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.fileFormat=a.F==null?null:a.F};r(Uf,A);
316
+ Uf.prototype.i=function(){return{H:{fileFormat:Me},keys:["cloudStorageDestination","driveDestination","fileFormat"],o:{cloudStorageDestination:nf,driveDestination:zf}}};
317
+ 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=
318
+ a}}});var Ff=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(Ff,A);Ff.prototype.i=function(){return{keys:["paths","primaryGeometryColumn","shardCount","sizeBytes"]}};
319
+ k.Object.defineProperties(Ff.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,
319
320
  enumerable:!0,get:function(){return D(this,"sizeBytes")?B(this,"sizeBytes"):null},set:function(a){this.h.sizeBytes=a}}});
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
+ 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.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};
322
+ r(Cg,A);Cg.prototype.i=function(){return{P:{sources:Yg},H:{columnDataTypeOverrides:Oe,csvColumnDataTypeOverrides:Pe},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:Vf}}};
323
+ k.Object.defineProperties(Cg.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"):
323
324
  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")?
324
325
  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}}});
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
+ var Yg=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==
327
+ null?null:a.gh;this.h.csvQualifier=a.hh==null?null:a.hh};r(Yg,A);Yg.prototype.i=function(){return{keys:"charset crs csvDelimiter csvQualifier dateFormat geodesic maxErrorMeters maxVertices primaryGeometryColumn uris xColumn yColumn".split(" ")}};
328
+ k.Object.defineProperties(Yg.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,
328
329
  "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=
329
330
  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,
330
331
  "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}}});
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
+ var ug=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(ug,A);
333
+ ug.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:ng,tileDimensions:ng}}};
334
+ k.Object.defineProperties(ug.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,
334
335
  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,
335
336
  "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}}});
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,
337
+ var gg=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(gg,A);gg.prototype.i=function(){return{H:{thinningStrategy:Qe},keys:["maxFeaturesPerTile","thinningStrategy"]}};
338
+ k.Object.defineProperties(gg.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}}});
339
+ var Zg=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(Zg,A);
340
+ Zg.prototype.i=function(){return{H:{fileFormat:Re},keys:"bandIds expression fileFormat filenamePrefix grid name visualizationOptions".split(" "),o:{expression:qf,grid:Of,visualizationOptions:If}}};
341
+ k.Object.defineProperties(Zg.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,
341
342
  "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=
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=
343
+ a}}});var Pg=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(Pg,A);Pg.prototype.i=function(){return{keys:["maxPrerenderZoom","minFeaturesPerTile","minVerticesPerTile","neighborDepth"]}};
344
+ k.Object.defineProperties(Pg.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=
344
345
  a}},Xh:{configurable:!0,enumerable:!0,get:function(){return D(this,"neighborDepth")?B(this,"neighborDepth"):null},set:function(a){this.h.neighborDepth=a}}});
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
+ var Qf=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(Qf,A);
347
+ Qf.prototype.i=function(){return{keys:"dimensions endZoom mapsApiKey scale skipEmpty startZoom stride zoomSubset".split(" "),o:{dimensions:ng,zoomSubset:$g}}};
348
+ k.Object.defineProperties(Qf.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,
348
349
  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=
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
+ a}},Dg:{configurable:!0,enumerable:!0,get:function(){return D(this,"zoomSubset")?B(this,"zoomSubset"):null},set:function(a){this.h.zoomSubset=a}}});var Cf=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(Cf,A);
351
+ Cf.prototype.i=function(){return{P:{sources:zg},H:{dataType:Te},keys:"crs dataType id sources subdatasetPrefix subdatasetSuffix".split(" ")}};
352
+ k.Object.defineProperties(Cf.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")?
352
353
  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}}});
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,
354
+ var wg=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(wg,A);wg.prototype.i=function(){return{H:{pyramidingPolicy:Se},keys:["id","missingData","pyramidingPolicy","tilesetBandIndex","tilesetId"],o:{missingData:tg}}};
355
+ k.Object.defineProperties(wg.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,
356
+ 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 xg=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(xg,A);xg.prototype.i=function(){return{keys:["bandIds","tilesetId"]}};
357
+ k.Object.defineProperties(xg.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 Gf=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(Gf,A);
358
+ Gf.prototype.i=function(){return{P:{sources:ah},keys:["pathPrefix","sources"]}};k.Object.defineProperties(Gf.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}}});
359
+ var ah=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(ah,A);ah.prototype.i=function(){return{keys:["headerSizeBytes","pathSuffix"]}};
360
+ k.Object.defineProperties(ah.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}}});
361
+ var rg=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(rg,A);rg.prototype.i=function(){return{keys:["fileIndexes","firstTileIndex","tilesPerFile"]}};
362
+ k.Object.defineProperties(rg.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}}});
363
+ var bh=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(bh,A);bh.prototype.i=function(){return{keys:["asset","updateMask"],o:{asset:Af}}};
364
+ k.Object.defineProperties(bh.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}}});
365
+ var $e=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($e,A);
366
+ $e.prototype.i=function(){return{keys:"argumentReference arrayValue bytesValue constantValue dictionaryValue functionDefinitionValue functionInvocationValue integerValue valueReference".split(" "),o:{arrayValue:Ze,dictionaryValue:xf,functionDefinitionValue:jg,functionInvocationValue:kg}}};
367
+ k.Object.defineProperties($e.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,
367
368
  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,
368
369
  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}}});
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 ##############################");
370
+ 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,A);Xf.prototype.i=function(){return{H:{fileFormat:Ue},keys:["cloudStorageDestination","driveDestination","fileFormat"],o:{cloudStorageDestination:nf,driveDestination:zf}}};
371
+ 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=
372
+ a}}});var Yf=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(Yf,A);Yf.prototype.i=function(){return{keys:["framesPerSecond","maxFrames","maxPixelsPerFrame"]}};
373
+ k.Object.defineProperties(Yf.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=
374
+ a}}});var ch=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(ch,A);ch.prototype.i=function(){return{H:{fileFormat:Ve},keys:["expression","fileFormat","grid","name","videoOptions"],o:{expression:qf,grid:Of,videoOptions:Yf}}};
375
+ k.Object.defineProperties(ch.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,
376
+ "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 If=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(If,A);
377
+ If.prototype.i=function(){return{P:{ranges:yf},keys:["gamma","opacity","paletteColors","ranges"]}};
378
+ k.Object.defineProperties(If.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,
379
+ "ranges")?B(this,"ranges"):null},set:function(a){this.h.ranges=a}}});var $g=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($g,A);$g.prototype.i=function(){return{keys:["end","start"]}};
380
+ k.Object.defineProperties($g.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}}});
381
+ var ed={$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"},dh=function(a){this.m="v1";this.j=
382
+ new fd(a,null)};dh.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:Dg})};var eh=function(a){this.m="v1";this.j=new fd(a,null)};
383
+ eh.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:jf})};eh.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:Eg})};
384
+ var fh=function(a){this.m="v1";this.j=new fd(a,null)};h=fh.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:Af})};
385
+ 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:Jf})};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:Af})};
386
+ 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:Af})};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:Eg})};
387
+ 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:Af})};var gh=function(a){this.m="v1";this.j=new fd(a,null)};
388
+ gh.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:Hg})};var hh=function(a){this.m="v1";this.j=new fd(a,null)};
389
+ hh.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:ag})};var ih=function(a){this.m="v1";this.j=new fd(a,null)};
390
+ ih.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:ig})};var jh=function(a){this.m="v1";this.j=new fd(a,null)};
391
+ 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.image.export",path:"/"+this.m+"/"+a+"/image:export",u:F(c,d),G:Hg})};jh.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:Hg})};
392
+ var kh=function(a){this.m="v1";this.j=new fd(a,null)};kh.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:Hg})};var lh=function(a){this.m="v1";this.j=new fd(a,null)};
393
+ 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.maps.create",path:"/"+this.m+"/"+a+"/maps",u:F(c,d),G:Hf})};var mh=function(a){this.m="v1";this.j=new fd(a,null)};h=mh.prototype;
394
+ 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:Jf})};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:Jf})};
395
+ 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:Hg})};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:Gg})};
396
+ 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:Hg})};var nh=function(a){this.m="v1";this.j=new fd(a,null)};
397
+ 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.table.export",path:"/"+this.m+"/"+a+"/table:export",u:F(c,d),G:Hg})};nh.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:Hg})};
398
+ var oh=function(a){this.m="v1";this.j=new fd(a,null)};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.tables.create",path:"/"+this.m+"/"+a+"/tables",u:F(c,d),G:Xg})};var ph=function(a){this.m="v1";this.j=new fd(a,null)};
399
+ 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.thumbnails.create",path:"/"+this.m+"/"+a+"/thumbnails",u:F(c,d),G:Zg})};
400
+ var qh=function(a){this.m="v1";this.j=new fd(a,null)},rh=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:rf})},sh=function(a){this.m="v1";this.j=new fd(a,null)};
401
+ sh.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:Hg})};var th=function(a){this.m="v1";this.j=new fd(a,null)};
402
+ th.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:Hg})};var uh=function(a){this.m="v1";this.j=new fd(a,null)};
403
+ uh.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:ch})};var vh=function(a,b){this.cl=100;this.Rk=a;this.rl=b;this.Xd=0;this.Pd=null};vh.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};vh.prototype.put=function(a){this.rl(a);this.Xd<this.cl&&(this.Xd++,a.next=this.Pd,this.Pd=a)};new Ub;new Vb;function wh(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
404
  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.");
404
405
  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.");
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)};/*
406
+ c=a[0];for(d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return yb(c)};var yh=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||
407
+ t).document;if(c.querySelector&&(c=c.querySelector("script[nonce]"))&&(c=c.nonce||c.getAttribute("nonce"))&&xh.test(c))break a;c=""}c&&a.setAttribute("nonce",c);a.src=xb(b)},xh=/^[\w+/_-]+[=]{0,2}$/;var Ah=function(a,b){Wa(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?a.htmlFor=c:zh.hasOwnProperty(d)?a.setAttribute(zh[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?a.setAttribute(d,c):a[d]=c})},zh={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"},Ch=function(a,
408
+ b,c){return Bh(document,arguments)},Bh=function(a,b){var c=b[1],d=Dh(a,String(b[0]));c&&(typeof c==="string"?d.className=c:Array.isArray(c)?d.className=c.join(" "):Ah(d,c));b.length>2&&Eh(a,d,b,2);return d},Eh=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=
409
+ typeof g.item=="function";break a}}f=!1}Yb(f?gc(g):g,e)}}},Dh=function(a,b){b=String(b);a.contentType==="application/xhtml+xml"&&(b=b.toLowerCase());return a.createElement(b)},Fh=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null},Gh=function(a){E(a,"Node cannot be null or undefined.");return a.nodeType==9?a:a.ownerDocument||a.document},Hh=function(a){this.Dd=a||t.document||document};h=Hh.prototype;h.getElementsByTagName=function(a,b){return(b||this.Dd).getElementsByTagName(String(a))};
410
+ h.Qk=function(a,b,c){return Bh(this.Dd,arguments)};h.createElement=function(a){return Dh(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){Eh(Gh(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};
411
+ h.removeNode=Fh;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 Ih,Jh=function(){var a=t.MessageChannel;typeof a==="undefined"&&typeof window!=="undefined"&&window.postMessage&&window.addEventListener&&ld().indexOf("Presto")==-1&&(a=function(){var e=Dh(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()},
412
+ 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 Kh(a){t.setTimeout(function(){throw a;},0)};var Lh=function(){this.ue=this.ic=null};Lh.prototype.add=function(a,b){var c=Mh.get();c.set(a,b);this.ue?this.ue.next=c:(E(!this.ic),this.ic=c);this.ue=c};Lh.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 Mh=new vh(function(){return new Nh},function(a){return a.reset()}),Nh=function(){this.next=this.scope=this.qf=null};Nh.prototype.set=function(a,b){this.qf=a;this.scope=b;this.next=null};
413
+ Nh.prototype.reset=function(){this.next=this.scope=this.qf=null};var Oh=t.console&&t.console.createTask?t.console.createTask.bind(t.console):void 0,Ph=Oh?Symbol("consoleTask"):void 0;
414
+ function Qh(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(Ph&&a[Ph])return a;var d=a,e,g=(e=Rh)==null?void 0:e();a=function(){var l=sa.apply(0,arguments),m,p=(m=Rh)==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,
415
+ [this].concat(ja(l)))};if(!Oh)return a;var f=Oh(a.name||b);c[ob(Ph)]=f;return c}var Rh;var Sh,Th=!1,Uh=new Lh,Wh=function(a,b){Sh||Vh();Th||(Sh(),Th=!0);a=Qh(a,"goog.async.run");Uh.add(a,b)},Vh=function(){if(t.Promise&&t.Promise.resolve){var a=t.Promise.resolve(void 0);Sh=function(){a.then(Xh)}}else Sh=function(){var b=Xh;typeof t.setImmediate!=="function"||t.Window&&t.Window.prototype&&t.Window.prototype.setImmediate==t.setImmediate?(Ih||(Ih=Jh()),Ih(b)):t.setImmediate(b)}},Xh=function(){for(var a;a=Uh.remove();){try{a.qf.call(a.scope)}catch(b){Kh(b)}Mh.put(a)}Th=!1};var Yh=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var ai=function(a){this.T=0;this.ia=void 0;this.lc=this.fb=this.X=null;this.Md=this.jf=!1;if(a!=Od)try{var b=this;a.call(void 0,function(c){Zh(b,2,c)},function(c){if(!(c instanceof $h))try{if(c instanceof Error)throw c;throw Error("Promise rejected.");}catch(d){}Zh(b,3,c)})}catch(c){Zh(this,3,c)}},bi=function(){this.next=this.context=this.sc=this.Xb=this.Nb=null;this.sd=!1};bi.prototype.reset=function(){this.context=this.sc=this.Xb=this.Nb=null;this.sd=!1};
416
+ var ci=new vh(function(){return new bi},function(a){a.reset()}),di=function(a,b,c){var d=ci.get();d.Xb=a;d.sc=b;d.context=c;return d};ai.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 ei(this,typeof a==="function"?a:null,typeof b==="function"?b:null,c)};ai.prototype.$goog_Thenable=!0;
417
+ ai.prototype.Al=function(a,b){return ei(this,null,a,b)};ai.prototype.catch=ai.prototype.Al;ai.prototype.cancel=function(a){if(this.T==0){var b=new $h(a);Wh(function(){fi(this,b)},this)}};
418
+ var fi=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?fi(c,b):(g?(d=g,E(c.fb),E(d!=null),d.next==c.lc&&(c.lc=d),d.next=d.next.next):gi(c),hi(c,e,3,b)))}a.X=null}else Zh(a,3,b)},ji=function(a,b){a.fb||a.T!=2&&a.T!=3||ii(a);E(b.Xb!=null);a.lc?a.lc.next=b:a.fb=b;a.lc=b},ei=function(a,b,c,d){b&&(b=Qh(b,"goog.Promise.then"));c&&(c=Qh(c,"goog.Promise.then"));var e=di(null,null,null);e.Nb=new ai(function(g,
419
+ 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 $h?f(l):g(m)}catch(p){f(p)}}:f});e.Nb.X=a;ji(a,e);return e.Nb};ai.prototype.Cl=function(a){E(this.T==1);this.T=0;Zh(this,2,a)};ai.prototype.Dl=function(a){E(this.T==1);this.T=0;Zh(this,3,a)};
420
+ var Zh=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.Cl,g=a.Dl;if(d instanceof ai){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?");ji(d,di(e||Od,g||null,a));var f=!0}else if(Yh(d))d.then(e,g,a),f=!0;else{if(u(d))try{var l=d.then;if(typeof l==="function"){ki(d,l,e,g,a);f=!0;break a}}catch(m){g.call(a,m);
421
+ f=!0;break a}f=!1}}f||(a.ia=c,a.T=b,a.X=null,ii(a),b!=3||c instanceof $h||li(a,c))}},ki=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)}},ii=function(a){a.jf||(a.jf=!0,Wh(a.Uk,a))},gi=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};ai.prototype.Uk=function(){for(var a;a=gi(this);)hi(this,a,this.T,this.ia);this.jf=!1};
422
+ var hi=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,mi(b,c,d);else try{b.sd?b.Xb.call(b.context):mi(b,c,d)}catch(e){ni.call(null,e)}ci.put(b)},mi=function(a,b,c){b==2?a.Xb.call(a.context,c):a.sc&&a.sc.call(a.context,c)},li=function(a,b){a.Md=!0;Wh(function(){a.Md&&ni.call(null,b)})},ni=Kh,$h=function(a){kb.call(this,a)};y($h,kb);$h.prototype.name="cancel";var oi=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 pi=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(pi,H);h=pi.prototype;h.nf=function(a){this.td=arguments;this.ec||this.Zc?this.xc=!0:qi(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,qi(this))};h.J=function(){H.prototype.J.call(this);this.stop()};
423
+ var qi=function(a){a.ec=oi(function(){a.ec=null;a.xc&&!a.Zc&&(a.xc=!1,qi(a))},a.al);var b=a.td;a.td=null;a.dl.apply(null,b)};/*
423
424
 
424
425
  Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.
425
426
  Copyright The Closure Library Authors.
426
427
  SPDX-License-Identifier: MIT
427
428
  */
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&&
429
+ var si=function(a){var b=ri;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};si.prototype.cancel=function(a){if(this.oc)this.ia instanceof si&&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||ti(this,new ui(this))}};si.prototype.Zg=function(a,b){this.Qe=!1;vi(this,a,b)};
430
+ var vi=function(a,b,c){a.oc=!0;a.ia=c;a.Nc=!b;wi(a)},yi=function(a){if(a.oc){if(!a.ig)throw new xi(a);a.ig=!1}};si.prototype.callback=function(a){yi(this);zi(a);vi(this,!0,a)};var ti=function(a,b){yi(a);zi(b);vi(a,!1,b)},zi=function(a){E(!(a instanceof si),"An execution sequence may not be initiated with a blocking Deferred.")},Ci=function(a){var b=Ai();Bi(b,a,null)},Bi=function(a,b,c,d){E(!a.Og,"Blocking Deferreds can not be re-used");a.ge.push([b,c,d]);a.oc&&wi(a)};
431
+ si.prototype.then=function(a,b,c){var d,e,g=new ai(function(f,l){e=f;d=l});Bi(this,e,function(f){f instanceof ui?g.cancel():d(f);return Di},this);return g.then(a,b,c)};si.prototype.$goog_Thenable=!0;
432
+ var Ei=function(a){return ac(a.ge,function(b){return typeof b[1]==="function"})},Di={},wi=function(a){if(a.re&&a.oc&&Ei(a)){var b=a.re,c=Fi[b];c&&(t.clearTimeout(c.fa),delete Fi[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===Di&&(l=void 0);l!==void 0&&(a.Nc=a.Nc&&(l==b||l instanceof Error),a.ia=b=l);if(Yh(b)||typeof t.Promise==="function"&&b instanceof t.Promise)d=!0,a.Qe=!0}catch(m){b=
433
+ m,a.Nc=!0,Ei(a)||(c=!0)}}a.ia=b;d&&(l=w(a.Zg,a,!0),d=w(a.Zg,a,!1),b instanceof si?(Bi(b,l,d),b.Og=!0):b.then(l,d));c&&(b=new Gi(b),Fi[b.fa]=b,a.re=b.fa)},xi=function(){kb.call(this)};y(xi,kb);xi.prototype.message="Deferred has already fired";xi.prototype.name="AlreadyCalledError";var ui=function(){kb.call(this)};y(ui,kb);ui.prototype.message="Deferred was canceled";ui.prototype.name="CanceledError";var Gi=function(a){this.fa=t.setTimeout(w(this.Bl,this),0);this.Gd=a};
434
+ Gi.prototype.Bl=function(){E(Fi[this.fa],"Cannot throw an error that is not scheduled.");delete Fi[this.fa];throw this.Gd;};var Fi={};var Ai=function(){var a=wh(Hi),b={},c=b.document||document,d=xb(a).toString(),e=(new Hh(c)).createElement("SCRIPT"),g={vi:e,ne:void 0},f=new si(g),l=null,m=b.timeout!=null?b.timeout:5E3;m>0&&(l=window.setTimeout(function(){Ii(e,!0);ti(f,new Ji(1,"Timeout reached for loading script "+d))},m),g.ne=l);e.onload=e.onreadystatechange=function(){e.readyState&&e.readyState!="loaded"&&e.readyState!="complete"||(Ii(e,b.Kl||!1,l),f.callback(null))};e.onerror=function(){Ii(e,!0,l);ti(f,new Ji(0,"Error while loading script "+
435
+ d))};g=b.attributes||{};jb(g,{type:"text/javascript",charset:"UTF-8"});Ah(e,g);yh(e,a);Ki(c).appendChild(e);return f},Ki=function(a){var b;return(b=(a||document).getElementsByTagName("HEAD"))&&b.length!==0?b[0]:a.documentElement},ri=function(){if(this&&this.vi){var a=this.vi;a&&a.tagName=="SCRIPT"&&Ii(a,!0,this.ne)}},Ii=function(a,b,c){c!=null&&t.clearTimeout(c);a.onload=function(){};a.onerror=function(){};a.onreadystatechange=function(){};b&&window.setTimeout(function(){Fh(a)},0)},Ji=function(a,
436
+ b){var c="Jsloader error (code #"+a+")";b&&(c+=": "+b);kb.call(this,c);this.code=a};y(Ji,kb);var Li=function(){this.de=void 0};Li.prototype.va=function(a){var b=[];Mi(this,a,b);return b.join("")};
437
+ var Mi=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],Mi(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),Ni(d,c),c.push(":"),Mi(a,a.de?a.de.call(b,d,e):e,c),g=","));c.push("}");
438
+ return}}switch(typeof b){case "string":Ni(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);}}},Oi={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\v":"\\u000b"},Pi=/\uffff/.test("\uffff")?/[\\"\x00-\x1f\x7f-\uffff]/g:/[\\"\x00-\x1f\x7f-\xff]/g,Ni=function(a,b){b.push('"',a.replace(Pi,function(c){var d=Oi[c];
439
+ d||(d="\\u"+(c.charCodeAt(0)|65536).toString(16).slice(1),Oi[c]=d);return d}),'"')};var Qi=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};var Ri=function(){};Ri.prototype.Sg=null;var Si=function(a){var b;(b=a.Sg)||(b=a.Sg={});return b};var Ti,Ui=function(){};y(Ui,Ri);Ti=new Ui;var Vi=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.pl=this.Pi=!1;this.Oe=this.zg=null};y(Vi,J);Vi.prototype.ba=zc(Ac(),"goog.net.XhrIo").fl;var Wi=/^https?$/i,Xi=["POST","PUT"],Yi=[];h=Vi.prototype;h.Pk=function(){this.dispose();ec(Yi,this)};h.setTrustToken=function(a){this.zg=a};h.setAttributionReporting=function(a){this.Oe=a};
440
+ 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?Si(this.Ri):Si(Ti);this.s.onreadystatechange=w(this.di,this);this.pl&&"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{Dc(this.ba,Zi(this,"Opening Xhr")),this.Af=
441
+ !0,this.s.open(b,String(a),!0),this.Af=!1}catch(f){Dc(this.ba,Zi(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"==
442
+ f.toLowerCase()});e=t.FormData&&a instanceof t.FormData;!dc(Xi,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){Dc(this.ba,Zi(this,"Error SetTrustToken: "+
443
+ f.message))}if("setAttributionReporting"in this.s&&this.Oe)try{this.s.setAttributionReporting(this.Oe)}catch(f){Dc(this.ba,Zi(this,"Error SetAttributionReporting: "+f.message))}try{$i(this),this.ld>0&&(Dc(this.ba,Zi(this,"Will abort after "+this.ld+"ms if incomplete")),this.me=oi(this.ne,this.ld,this)),Dc(this.ba,Zi(this,"Sending request")),this.Rd=!0,this.s.send(a),this.Rd=!1}catch(f){Dc(this.ba,Zi(this,"Send error: "+f.message)),this.Gd(5,f)}};
444
+ h.ne=function(){typeof va!="undefined"&&this.s&&(this.Rc="Timed out after "+this.ld+"ms, aborting",Dc(this.ba,Zi(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;aj(this);bj(this)};var aj=function(a){a.gf||(a.gf=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
445
+ Vi.prototype.abort=function(){this.s&&this.Ea&&(Dc(this.ba,Zi(this,"Aborting")),this.Ea=!1,this.Tb=!0,this.s.abort(),this.Tb=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),bj(this))};Vi.prototype.J=function(){this.s&&(this.Ea&&(this.Ea=!1,this.Tb=!0,this.s.abort(),this.Tb=!1),bj(this,!0));Vi.L.J.call(this)};Vi.prototype.di=function(){this.Ra||(this.Af||this.Rd||this.Tb?cj(this):this.ml())};Vi.prototype.ml=function(){cj(this)};
446
+ var cj=function(a){if(a.Ea&&typeof va!="undefined")if(a.ve[1]&&a.tb()==4&&a.getStatus()==2)Dc(a.ba,Zi(a,"Local request error detected and ignored"));else if(a.Rd&&a.tb()==4)oi(a.di,0,a);else if(a.dispatchEvent("readystatechange"),a.tb()==4){Dc(a.ba,Zi(a,"Request complete"));a.Ea=!1;try{var b=a.getStatus(),c;if(!(c=Qi(b))){var d;if(d=b===0){var e=String(a.Td).match(Lc)[1]||null;!e&&t.self&&t.self.location&&(e=t.self.location.protocol.slice(0,-1));d=!Wi.test(e?e.toLowerCase():"")}c=d}if(c)a.dispatchEvent("complete"),
447
+ a.dispatchEvent("success");else{try{var g=a.tb()>2?a.s.statusText:""}catch(f){Dc(a.ba,"Can not get status: "+f.message),g=""}a.Rc=g+" ["+a.getStatus()+"]";aj(a)}}finally{bj(a)}}};Vi.prototype.ci=function(a,b){E(a.type==="progress","goog.net.EventType.PROGRESS is of the same type as raw XHR progress.");this.dispatchEvent(dj(a,"progress"));this.dispatchEvent(dj(a,b?"downloadprogress":"uploadprogress"))};
448
+ var dj=function(a,b){return{type:b,lengthComputable:a.lengthComputable,loaded:a.loaded,total:a.total}},bj=function(a,b){if(a.s){$i(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){Cc(a.ba,"Problem encountered resetting onreadystatechange: "+e.message)}}},$i=function(a){a.me&&(t.clearTimeout(a.me),a.me=null)};Vi.prototype.isActive=function(){return!!this.s};Vi.prototype.tb=function(){return this.s?this.s.readyState:0};
449
+ Vi.prototype.getStatus=function(){try{return this.tb()>2?this.s.status:-1}catch(a){return-1}};var ej=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}Cc(a.ba,"Response type "+a.wc+" is not supported on this browser");return null}catch(b){return Dc(a.ba,"Can not get response: "+b.message),null}};
450
+ Vi.prototype.getResponseHeader=function(a){if(this.s&&this.tb()==4)return a=this.s.getResponseHeader(a),a===null?void 0:a};Vi.prototype.getAllResponseHeaders=function(){return this.s&&this.tb()>=2?this.s.getAllResponseHeaders()||"":""};
451
+ var fj=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=Fc(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(", ")})},Zi=function(a,b){return b+" ["+a.Mh+" "+a.Td+" "+a.getStatus()+"]"};var Hi=ha(["https://accounts.google.com/gsi/client"]),gj,K=function(a,b){hj();this.callback=a;this.M=new ij(!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 jj=function(){return"projects/"+gj};h=K.prototype;h.Dc=function(){return new dh(this.M)};
452
+ h.assets=function(){return new fh(this.M)};h.Na=function(){return new mh(this.M)};h.value=function(){return new qh(this.M)};h.maps=function(){return new lh(this.M)};h.map=function(){return new kh(this.M)};h.image=function(){return new jh(this.M)};h.table=function(){return new nh(this.M)};h.video=function(){return new sh(this.M)};var ij=function(a,b){this.sync=a=a===void 0?!1:a;this.Qb=void 0;this.si=b!=null?b:a?5:10};r(ij,hd);
453
+ ij.prototype.send=function(a,b){var c=this;dd(a);var d=a.path||"",e=kj()+d,g=lj(a.u||{}),f=a.body?JSON.stringify(a.body):void 0;if(this.sync){d=mj(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){mj(e,g,function(v,z){z?p(z):m(v)},a.B,f,c.si,c.Qb)})).then(function(m){return b?Ma(b,m):m})};var oj=function(a){K.call(this,a);this.M=new nj;this.Qb=void 0};r(oj,K);
454
+ oj.prototype.pd=function(a){this.Qb=a;return this};
455
+ oj.prototype.send=function(a,b){var c=this,d=kj()+"/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]=
456
+ Ma(p,f[m]))});return b?b(l):l};return this.callback?(mj(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(mj(d,null,void 0,"multipart/mixed; boundary=batch_EARTHENGINE_batch",e,void 0,this.Qb))};var nj=function(){};r(nj,hd);
457
+ nj.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=pj();d!=null&&c.push("Authorization: "+d);a=a.body?JSON.stringify(a.body):"";return[c.join("\r\n")+"\r\n\r\n"+a,b]};
458
+ var rj=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"))}},kj=function(){var a=sj.replace(/\/api$/,"");return"window"in t&&!a.match(/^https?:\/\/content-/)?a.replace(/^(https?:\/\/)(.*\.googleapis\.com)$/,"$1content-$2"):a},uj=function(a,b,c){var d=[];a&&(d=d.concat(tj));
459
+ 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},Aj=function(a,b,c){vj&&wj&&vj({client_id:String(wj),scope:xj.join(" "),plugin_name:"earthengine"},function(d){if(d.error=="immediate_failed"&&c)c();else if("window"in t)try{yj(function(){try{zj(a,b,d)}catch(e){b(e.toString())}})}catch(e){b(e.toString())}else zj(a,
460
+ b,d)})},pj=function(){Bj&&Date.now()-Bj>=0&&Cj();return Dj},Cj=function(){Bj=Dj=null},hj=function(a,b,c,d){a!=null?sj=a:Ej||(sj="https://earthengine.googleapis.com/api");b!=null?Fj=b:Ej||(Fj="https://earthengine.googleapis.com");c!==void 0&&(Gj=c);gj=d!=null?d:gj||"earthengine-legacy";Ej=!0},mj=function(a,b,c,d,e,g,f){hj();var l=Hj,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.418";p==="0.1.418"&&
461
+ (p="latest");m["x-goog-api-client"]="ee-js/"+p;p=pj();if(p!=null)m.Authorization=p;else if(c&&vj&&wj)return Aj(function(){Ij(l,function(){mj(a,b,c,d)})}),null;b=b?b.clone():new Tc;Jj!=null&&b.add("key",Jj);l&&(m["X-Earth-Engine-Computation-Profiling"]="1");gj&&gj!=="earthengine-legacy"&&(m["X-Goog-User-Project"]=gj);b=Kj(b,a);Gj!=null&&(m["X-XSRF-Token"]=Gj);Lj!=null&&(m["X-Earth-Engine-App-ID-Token"]=Lj);p=e||null;var v=b?b.toString():"";d==="POST"&&e===void 0?p=v:/^[\s\xa0]*$/.test(v)||(a+=a.indexOf("?")!=
462
+ -1?"&":"?",a+=v);e=a.startsWith("/")?sj+a:a;if(c)return Mj.push(Nj(e,c,d,p,m,g,f)),Oj.nf(),null;v=function(I,ea){this.setRequestHeader&&this.setRequestHeader(ea,I)};var z=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||z>g)break;z++}return Pj(C.status,function(I){try{return C.getResponseHeader(I)}catch(ea){return null}},C.responseText,l,void 0,e,d,f)},Nj=function(a,b,c,d,e,g,f){var l=0,m={url:a,method:c,content:d,headers:e},p=Hj,v=g!=null?g:10;
463
+ m.callback=function(z){z=z.target;if(z.getStatus()==429&&l<v)return l++,setTimeout(function(){Mj.push(m);Oj.nf()},Math.min(12E4,Math.pow(2,l)*1E3)),null;var C=Pj,I=z.getStatus(),ea=w(z.getResponseHeader,z);try{var Z=z.s?z.s.responseText:""}catch(da){Dc(z.ba,"Can not get responseText: "+da.message),Z=""}return C(I,ea,Z,p,b,a,c,f)};return m},Ij=function(a,b){var c=Hj;try{Hj=a,b.call(void 0)}finally{Hj=c}},Pj=function(a,b,c,d,e,g,f,l){var m=d?b("X-Earth-Engine-Computation-Profile"):"";m&&d&&d(m);var p=
464
+ 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},z,C;b=b("Content-Type")||"application/json";d=b.replace(/;.*/,"");if(d==="application/json"||d==="text/json")c=p(c),c.parsed?
465
+ C=c.parsed:z=c;else if(d==="multipart/mixed"){C={};var I=[];rj(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&&(z=I.join("\n"))}else var ea="Response was unexpectedly not JSON, but "+d;z=z||v(a)||ea;if(e)return e(C,z),null;if(!z)return C;throw Error(z);},yj=function(a){var b=function(){vj||(vj=function(c,d){t.google.accounts.oauth2.initTokenClient({client_id:c.client_id,callback:d,scope:c.scope}).requestAccessToken()});a()};u(t.default_gsi)?
466
+ b():Ci(b)},zj=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(Aj,c*.9);d.unref!==void 0&&d.unref();Bj=Date.now()+c}Dj=b;a&&a()}else b&&b(c.error||"Unknown error.")},lj=function(a){var b=new Tc;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},Mj=[],Oj=new pi(function(){var a=Mj.shift();if(a){var b=a.url,c=a.callback,d=a.method,
467
+ e=a.content;a=a.headers;var g=Qj,f=new Vi;Yi.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)}Mj.length==0||Oj.nf()},350),sj=null,Fj=null,Gj=null,Lj=null,Kj=Pd,Dj=null,Bj=null,wj=null,xj=[],vj=null,tj=["https://www.googleapis.com/auth/earthengine","https://www.googleapis.com/auth/cloud-platform"],Jj=null,Ej=!1,Qj=0,Hj=null;x("ee.api.ListAssetsResponse",Eg);x("ee.api.EarthEngineAsset",Af);x("ee.api.Operation",Hg);x("ee.api.ListFeaturesResponse",Fg);
468
+ x("ee.api.FeatureViewLocation",Df);var Rj=function(){};Rj.prototype.Ch=function(){return null};var Sj=function(){};x("ee.Encodable.SourceFrame",Sj);
469
+ var Tj=function(a){if(a===void 0||a===null)a=Ha;return new $e({gb:a})},Uj=function(a){return new $e({Oa:a})},Vj=function(a){return new $e({Fa:new Ze({values:a})})},Wj=function(a){return new $e({Ga:new xf({values:a})})},Xj=function(a,b){return new $e({ya:new kg({functionName:a,arguments:b})})},Yj=function(a,b){return new $e({ya:new kg({Ua:a,arguments:b})})},Zj=function(a,b){return new $e({Ta:new jg({kc:a,body:b})})},ak=function(a){if(!a)return"AUTO_JPEG_PNG";a=a.toUpperCase();switch(a){case "JPG":return"JPEG";
470
+ 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}},bk=function(a){if(!a)return"CSV";a=a.toUpperCase();
471
+ switch(a){case "TF_RECORD":case "TFRECORD":return"TF_RECORD_TABLE";case "JSON":case "GEOJSON":return"GEO_JSON";default:return a}},ck=function(a){if(!a)return"VERTICAL";a=a.toUpperCase();if(a!=="HORIZONTAL"&&a!=="VERTICAL")throw Error('Orientation must be "horizontal" or "vertical"');return a},dk=function(a){if(!a)return[];if(typeof a==="string")return a.split(",");if(Array.isArray(a))return a;throw Error("Invalid band list "+a);},gk=function(a){var b=new If,c=!1;"palette"in a&&(c=a.palette,b.Yc=typeof c===
472
+ "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=ek(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=ek(a,"min","max");d.length!==0&&(b.Uf=d.map(function(g){return new yf(g)}),c=!0);a=fk(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?
473
+ b:null},fk=function(a){return a?a.split(",").map(Number):[]},ek=function(a,b,c){var d=fk(a[b]),e=fk(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})},hk=function(a){var b=function(f){var l={};l.description=f.description||"";l.type=f.type||"";f.ud!=null&&
473
474
  (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]=
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"]=
475
+ c(e)}return d},ik=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/.+/,jk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/(.*)$/,kk=/^projects\/((?:\w+(?:[\w\-]+\.[\w\-]+)*?\.\w+:)?[a-z][a-z0-9\-]{4,28}[a-z0-9])\/assets\/?$/,lk=function(a){return(a=ik.exec(a))?a[1]:"earthengine-legacy"},mk=function(a){return jk.exec(a)?a:/^(users|projects)\/.*/.exec(a)?"projects/earthengine-legacy/assets/"+a:"projects/earthengine-public/assets/"+
476
+ a},ok=function(a){return(a.assets||[]).map(nk)},pk=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"}},nk=function(a){var b=qk(pk(a.type),a.name),c=Object.assign({},a.properties||{});a.sizeBytes&&(c["system:asset_size"]=Number(a.sizeBytes));a.startTime&&(c["system:time_start"]=
476
477
  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,
477
478
  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);
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()+
479
+ return b},rk=function(a){var b=new Af,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=
480
+ 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},qk=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},uk=function(a){var b={};a.num&&(b.pageSize=a.num);a.starttime&&(b.startTime=
481
+ (new Date(a.starttime)).toISOString());a.endtime&&(b.endTime=(new Date(a.endtime)).toISOString());a.bbox&&(b.region=sk(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 tk(b)},sk=function(a){return'{"type":"Polygon","coordinates":[[['+
482
+ [[0,1],[2,1],[2,3],[0,3],[0,1]].map(function(b){return a[b[0]]+","+a[b[1]]}).join("],[")+"]]]}"},vk=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!=
483
+ e.length&&(d.all_users_can_read=!0);return d},wk=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 ff(d)});return new Vf({xd:b.filter(function(d){return d.Wb.length}),
484
+ hf:null})},yk=function(a){var b=/^projects\/(.+)\/operations\/.+$/.exec(a);return"projects/"+(b?b[1]:"earthengine-legacy")+"/operations/"+xk(a)},xk=function(a){var b=/^.*operations\/(.*)$/.exec(a);return b?b[1]:a},zk=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";
485
+ default:return"UNKNOWN"}},e=Ma(Lg,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=xk(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},Ak=function(a){var b=
486
+ {started:"OK"};a.name&&(b.taskId=xk(a.name),b.name=a.name);a.error&&(b.note=a.error.message);return b},Bk=function(a){return a.primaryPath?[a.primaryPath].concat(ja(a.additionalPaths||[])):null},Ek=function(a){var b=function(g){var f=Ma(zg,g);f.uris=Bk(g);return f},c=Ma(vg,a);c.name=mk(a.id);c.tilesets=(a.tilesets||[]).map(function(g){var f=Ma(Cf,g);f.sources=(g.sources||[]).map(b);return f});c.bands=(a.bands||[]).map(function(g){var f=Ma(wg,g);f.missingData=Ck(g.missingData);return f});c.missingData=
487
+ Ck(a.missingData);c.Kf=kc((a.tilesets||[]).map(Dk));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},Dk=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||
488
+ ""}));return new xg({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},Fk=function(a){var b=Ma(Cg,a);b.name=mk(a.id);b.sources=(a.sources||[]).map(function(e){var g=Ma(Yg,e);g.uris=Bk(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")&&
489
+ (b.endTime=(new Date(Number(d))).toISOString());b.properties=c}return b},Ck=function(a){if(a==null)return null;var b=new tg({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},Gk=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()+
489
490
  '"'),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');
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>>>
491
+ 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 ")},tk=function(a){a=Object.assign({},a);var b=Gk(a);b&&(a.filter=a.filter?a.filter+" AND "+b:b);return a};var Hk=function(){this.blockSize=-1};var Ik=function(){this.blockSize=-1;this.blockSize=64;this.W=Array(4);this.Mk=Array(this.blockSize);this.qe=this.Ec=0;this.reset()};y(Ik,Hk);Ik.prototype.reset=function(){this.W[0]=1732584193;this.W[1]=4023233417;this.W[2]=2562383102;this.W[3]=271733878;this.qe=this.Ec=0};
492
+ var Jk=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>>>
492
493
  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|
493
494
  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<<
494
495
  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=
@@ -498,229 +499,229 @@ f>>>21);f=e+(g^b^c)+d[7]+4139469664&4294967295;e=g+(f<<16&4294967295|f>>>16);f=c
498
499
  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&
499
500
  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&
500
501
  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};
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');
502
+ Ik.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;)Jk(this,a,g),g+=this.blockSize;if(typeof a==="string")for(;g<b;){if(d[e++]=a.charCodeAt(g++),e==this.blockSize){Jk(this,d);e=0;break}}else for(;g<b;)if(d[e++]=a[g++],e==this.blockSize){Jk(this,d);e=0;break}}this.Ec=e;this.qe+=b};
503
+ Ik.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 Kk=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",Kk);var Lk=new Li,Mk=new Ik,Ok=function(a,b){return Nk(new Kk(b!==void 0?b:!0),a)};x("ee.Serializer.encode",Ok);var Pk=function(a){return Lk.va(Ok(a))};x("ee.Serializer.toJSON",Pk);var Rk=function(a){return Qk(Ok(a,!1))};x("ee.Serializer.toReadableJSON",Rk);
504
+ var Qk=function(a){return"JSON"in t?t.JSON.stringify(a,null," "):Lk.va(a)},Nk=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=[],Yb(a.Bg,w(function(c){delete c[this.qd]},a)),a.Bg=[],a.wa={});return b};
505
+ Kk.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 Rj){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=
506
+ $b(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=Sk(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};
507
+ var Sk=function(a){Mk.reset();Mk.update(Lk.va(a));return Mk.digest().toString()},Uk=function(a){return Na(Tk(a),Ja,Ka,La)};x("ee.Serializer.encodeCloudApi",Uk);
508
+ var Tk=function(a,b){return Vk(new Kk(!0),a,b)},Vk=function(a,b,c){a.Oi=c;return Wk(a,b)},Xk=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},Yk=function(a){a=Wk(new Kk(!1),a);var b=a.values,c=function(d){if(!u(d))return d;var e=Array.isArray(d)?[]:{},g=d instanceof Object.getPrototypeOf($e);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"&&
509
+ 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",Yk);var Zk=function(a){return Lk.va(Uk(a))};x("ee.Serializer.toCloudApiJSON",Zk);var $k=function(a){return Qk(Yk(a))};x("ee.Serializer.toReadableCloudApiJSON",$k);
510
+ var Wk=function(a,b){try{var c=al(a,b),d=new bl(c,a.Xa,a.Sd,a.lg),e=cl(d,d.ui);return new qf({result:e,values:d.fi})}finally{a.Od=new WeakMap,a.wa={},a.Xa=[]}},al=function(a,b){var c=function(f){var l=Sk(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(Tj(b));if(ya(b))return c(Xj("Date",{value:Tj(Math.floor(b.getTime()))}));
511
+ if(b instanceof Rj){var d=b.na(a),e=b.Ch();e!==null&&a.lg.set(d,e);return c(d)}if(Array.isArray(b))return c(Vj(b.map(function(f){return Uj(al(a,f))})));if(u(b)&&typeof b!=="function"){var g={};Object.keys(b).sort().forEach(function(f){g[f]=Uj(al(a,b[f]))});return c(Wj(g))}throw Error("Can't encode object: "+b);},bl=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?dl(this):null;this.fi={};this.Xf={};this.kl=0;this.hd=d},cl=function(a,
512
+ b){if(b in a.Xf)return a.Xf[b];var c=String(a.kl++);a.Xf[b]=c;a.fi[c]=el(a,a.values[b],0);return c},el=function(a,b,c){var d=function(z){return z.gb!==null},e=function(z){return z===Ha?null:z},g=function(z,C){a.hd&&a.hd.has(z)&&!a.hd.has(C)&&a.hd.set(C,a.hd.get(z));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=el(a,d,c),g(b,d);if(fl(d))return g(b,d);d=Uj(cl(a,b.Oa));return g(b,d)}if(b.Fa!=null){var f=b.Fa.values.map(function(z){return el(a,
513
+ z,c+3)});d=f.every(d)?Tj(f.map(function(z){return e(z.gb)})):Vj(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]=el(a,v,c+3);l!==null&&d(f[p])?l[p]=e(f[p].gb):l=null}return l!==null?g(b,Tj(l)):g(f,Wj(f))}if(b.Ta!=null)return d=b.Ta,d=Zj(d.kc||[],cl(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,
514
+ f[m]=el(a,d.arguments[m],c+3);d=d.functionName?Xj(d.functionName,f):Yj(cl(a,d.Ua||""),f);return g(b,d)}throw Error("Can't optimize value: "+b);},fl=function(a){var b=a.gb;return b!==null?b===Ha||typeof b==="number"||typeof b==="boolean":a.Lb!=null},dl=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)):
515
+ e.Oa!=null&&c(e.Oa)};c(a.ui);return b};var ll=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 Rf({l:Tk(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=gl(a);switch(c){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":var d=new Uf({ja:null,ma:null,F:bk(a.fileFormat)});c==="GOOGLE_CLOUD_STORAGE"?
516
+ d.ja=hl(a):d.ma=il(a);b.oa=d;break;case "ASSET":b.sa=new Sf({Ha:jl(a)});break;case "FEATURE_VIEW":c=new bg({name:mk(a.mapName)});d=a==null?null:new gg({Mf:M(a.maxFeaturesPerTile),rg:a.thinningStrategy});var e=a==null?null:new fg({Cg:kl(a.zOrderRanking),qg:kl(a.thinningRanking)});d=new cg({pg:d,Wf:e});c=new Tf({kf:c,qc:d});b.Id=c;break;case "BIGQUERY":b.wd=new ef({Pe:new df({table:L(a.table),overwrite:!!a.overwrite,append:!!a.append})});break;default:throw Error('Export destination "'+c+'" unknown');
516
517
  }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}
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});
518
+ var gl=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},nl=function(a){var b=new ug({Xe:!!a.tfrecordCompressed,Vb:L(a.tfrecordMaxFileSize),eg:!!a.tfrecordSequenceData,Ve:!!a.tfrecordCollapseBands,Nf:M(a.tfrecordMaskedThreshold),defaultValue:M(a.tfrecordDefaultValue),bc:ml(a.tfrecordPatchDimensions),Jf:ml(a.tfrecordKernelSize),ke:null});
519
+ 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},ol=function(a,b){var c=new Nf({ja:null,ma:null,Jd:null,le:null,F:ak(a.fileFormat)});if(c.F==="GEO_TIFF"){if(a.fileDimensions&&a.tiffFileDimensions)throw Error('Export cannot set both "fileDimensions" and "tiffFileDimensions".');
520
+ var d=a.tiffShardSize||a.shardSize;var e=!!a.tiffCloudOptimized;var g=!(!a.skipEmptyTiles&&!a.tiffSkipEmptyFiles),f=ml(a.fileDimensions||a.tiffFileDimensions);d=M(d);var l=a.tiffNoData;l=l!=null?new mg({pf:Number(l)}):null;e=new lg({Ue:e,kg:g,bc:f,tileSize:d,Pf:l});c.Jd=e}else c.F==="TF_RECORD_IMAGE"&&(c.le=nl(a));b==="GOOGLE_CLOUD_STORAGE"?c.ja=hl(a):c.ma=il(a);return c},pl=function(a,b){var c=new Xf({ja:null,ma:null,F:"MP4"});b==="GOOGLE_CLOUD_STORAGE"?c.ja=hl(a):c.ma=il(a);return c},ql=function(a){var b,
521
+ 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=ml((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 $g({start:m!=null?m:0,end:a});return new Qf({ff:g,mg:b,scale:c,jg:f,If:d,dimensions:l,stride:e,Dg:a})},ml=function(a){if(a==null)return null;var b=new ng({height:0,width:0});
521
522
  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},
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;
523
+ hl=function(a){var b=null;a.writePublicTiles!=null&&(b=a.writePublicTiles?"PUBLIC":"DEFAULT_OBJECT_ACL");return new nf({Se:L(a.outputBucket),xa:L(a.outputPrefix),Te:a.bucketCorsUris||null,permissions:b})},il=function(a){return new zf({rf:L(a.driveFolder),xa:L(a.driveFileNamePrefix)})},jl=function(a){return new lf({name:mk(a.assetId)})},kl=function(a){if(!a)return null;var b=a;typeof a==="string"&&(a=a.split(","));if(Array.isArray(a))return new Vg({Vf:(a||[]).map(rl)});throw Error("Unable to build ranking rule from rules: "+
524
+ JSON.stringify(b)+". Rules should either be a comma-separated string or list of strings.");},rl=function(a){var b=new Ug({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=
525
+ "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 Rg({});break;case ".minZoomLevel":b.be=new Tg({});break;default:b.Zd=new Qg({attributeName:L(a)})}return b};var sl=[],tl=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;sl.push(a);var c=new a;a.Cf=c;E(a.hasOwnProperty(b),"Could not instantiate singleton.");return c};var vl=function(a,b,c,d,e,g){d=uj(!g,!1,d||[]);wj=a;xj=d;a===null?Cj():yj(function(){Aj(b,c,e||Ea(ul,b,c))})};x("ee.data.authenticateViaOauth",vl);var wl=function(a,b,c,d,e){vl(a,b,c,d,e)};x("ee.data.authenticate",wl);var ul=function(a,b){t.google.accounts.oauth2.initTokenClient({client_id:wj,callback:Ea(zj,a,b),scope:xj.join(" ")}).requestAccessToken()};x("ee.data.authenticateViaPopup",ul);
526
+ var xl=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=uj(!e,!e,d||[]);wj=a.client_email;xj=d;var g=new google.auth.JWT(a.client_email,null,a.private_key,d,null);vj=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})})};Aj(b,c)};x("ee.data.authenticateViaPrivateKey",xl);
527
+ x("ee.data.setExpressionAugmenter",function(a){yl=a||Pd});var yl=Pd;x("ee.data.setAuthToken",function(a,b,c,d,e,g,f,l){e=uj(!l,!1,e||[]);wj=a;xj=e;zj(void 0,void 0,{token_type:b,access_token:c,state:e.join(" "),expires_in:d});f===!1?g&&g():yj(function(){g&&g()})});x("ee.data.refreshAuthToken",Aj);x("ee.data.setAuthTokenRefresher",function(a){vj=a});x("ee.data.getAuthToken",pj);x("ee.data.clearAuthToken",Cj);x("ee.data.getAuthClientId",function(){return wj});x("ee.data.getAuthScopes",function(){return xj});
528
+ x("ee.data.setDeadline",function(a){Qj=a});x("ee.data.setParamAugmenter",function(a){Kj=a||Pd});
529
+ var zl=function(a){a=new K(a);return a.handle(a.Dc().list(jj(),{prettyPrint:!1}).then(hk))},Cl=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 Hf({name:null,l:yl(Tk(a.image)),F:ak(a.format),da:dk(a.bands),hc:gk(a)});var c={fields:"name"},d=Al();d&&(c.workloadTag=d);b=new K(b);return b.handle(b.maps().create(jj(),a,c).then(function(e){return Bl(e.name,"")}))};
530
+ x("ee.data.getMapId",Cl);var Dl=function(a,b,c,d){if(!a.formatTileUrl){var e=Bl(a.mapid,a.token,a.urlFormat);a.urlFormat=e.urlFormat;a.formatTileUrl=e.formatTileUrl}return a.formatTileUrl(b,c,d)};x("ee.data.getTileUrl",Dl);
531
+ var Bl=function(a,b,c){var d=c===void 0?"":c;d||(hj(),c=Fj,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}},El=function(a,b){var c=a.visParams?yl(Tk(a.visParams)):null;a=new ag({name:null,Mb:a.assetId,mapName:a.mapName,Ag:c});b=new K(b);return b.handle((new hh(b.M)).create(jj(),a,{fields:["name"]}).then(function(d){var e=
532
+ d.name.split("/").pop();return{token:e,formatTileUrl:function(g,f,l){return Fj+"/v1/"+d.name+"/tiles/"+l+"/"+g+"/"+f},rawTilesKey:e.substring(0,e.lastIndexOf("-"))}}))};x("ee.data.getFeatureViewTilesKey",El);
533
+ var Fl=function(a,b,c){c=new K(c);var d=mk(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:Fg});return a.call(c,g)};x("ee.data.listFeatures",Fl);
534
+ var Gl=function(a,b){var c=new Kk(!0);a=Vk(c,a);var d={};c=Xk(c,a);Object.keys(c).length&&(d={__source_code_nodes__:c});c={l:yl(a,d)};if(a=Al())c.workloadTag=a;b=new K(b);return b.handle(rh(b.value(),jj(),new pf(c)).then(function(e){return e.result}))};x("ee.data.computeValue",Gl);
535
+ var Hl=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 Zg({name:null,l:yl(Tk(a.image)),F:ak(a.format),xa:a.name,da:dk(a.bands),
536
+ hc:gk(a),grid:null});var c={fields:"name"},d=Al();d&&(c.workloadTag=d);b=new K(b);return b.handle((new ph(b.M)).create(jj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getThumbId",Hl);
537
+ var Il=function(a,b){var c=new Yf({framesPerSecond:a.framesPerSecond||null,maxFrames:a.maxFrames||null,maxPixelsPerFrame:a.maxPixelsPerFrame||null});a=new ch({name:null,l:yl(Tk(a.imageCollection)),F:ak(a.format),Pa:c,grid:null});c={fields:"name"};var d=Al();d&&(c.workloadTag=d);b=new K(b);return b.handle((new uh(b.M)).create(jj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getVideoThumbId",Il);
538
+ var Jl=function(a,b){a=new ig({name:null,l:yl(Tk(a.imageCollection)),F:ak(a.format),orientation:ck(a.orientation),grid:null});var c={fields:"name"},d=Al();d&&(c.workloadTag=d);b=new K(b);return b.handle((new ih(b.M)).create(jj(),a,c).then(function(e){return{thumbid:e.name,token:""}}))};x("ee.data.getFilmstripThumbId",Jl);var Kl=function(a){return Fj+"/v1/"+a.thumbid+":getPixels"};x("ee.data.makeThumbUrl",Kl);
539
+ var Ml=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.");
540
+ if(typeof a.bands==="string")try{a.bands=JSON.parse(a.bands)}catch(e){a.bands=dk(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=
541
+ JSON.parse(a.crs_transform)}catch(e){}var c=Ll(a.image,a);a=new Zg({name:null,l:yl(Tk(c)),F:ak(a.format),xa:a.name,da:a.bands&&dk(a.bands.map(function(e){return e.id})),grid:null});c={fields:"name"};var d=Al();d&&(c.workloadTag=d);b=new K(b);return b.handle((new ph(b.M)).create(jj(),a,c).then(function(e){return{docid:e.name,token:""}}))};x("ee.data.getDownloadId",Ml);var Nl=function(a){hj();return Fj+"/v1/"+a.docid+":getPixels"};x("ee.data.makeDownloadUrl",Nl);
542
+ var Ol=function(a,b){b=new K(b);var c=bk(a.format),d=yl(Tk(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 Xg({name:null,l:d,F:c,selectors:e,filename:a.filename||null});c={fields:"name"};if(d=Al())c.workloadTag=d;return b.handle((new oh(b.M)).create(jj(),a,c).then(function(g){return{docid:g.name||
543
+ "",token:""}}))};x("ee.data.getTableDownloadId",Ol);var Pl=function(a){return Fj+"/v1/"+a.docid+":getFeatures"};x("ee.data.makeTableDownloadUrl",Pl);var Ql=function(a,b){var c=function(d){return Math.floor(Math.random()*Math.pow(2,d*4)).toString(16).padStart(d,"0")};a=jc(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",Ql);
544
+ var Rl=function(a){return a.name&&a.done&&a.error},Tl=function(a,b){var c=Sl(a).map(yk);if(c.length===1)return a=(new K(b)).pd(Rl),a.handle(a.Na().get(c[0]).then(function(e){return[zk(e)]}));a=(new oj(b)).pd(Rl);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}),function(e){return c.map(function(g){return zk(e[g])})})};x("ee.data.getTaskStatus",Tl);
545
+ var Sl=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.");},Vl=function(a){return Ul(void 0,a)};x("ee.data.getTaskList",Vl);var Ul=function(a,b){return b?(Wl(a,function(c,d){return b(c?{tasks:c.map(zk)}:null,d)}),null):{tasks:Wl(a).map(zk)}};x("ee.data.getTaskListWithLimit",Ul);
546
+ var Wl=function(a,b){var c=[],d={pageSize:500},e=function(l){hc(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(jj(),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(jj(),d).then(e));return b?null:a?c.slice(0,a):c};x("ee.data.listOperations",Wl);
547
+ var Xl=function(a,b){a=Sl(a).map(yk);var c=new hf;if(a.length===1)b=new K(b),b.handle(b.Na().cancel(a[0],c));else{b=new oj(b);var d=b.Na();b.send(a.map(function(e){return[e,d.cancel(e,c)]}))}};x("ee.data.cancelOperation",Xl);var Yl=function(a,b){var c=Sl(a).map(yk);if(!Array.isArray(a))return a=(new K(b)).pd(Rl),a.handle(a.Na().get(c[0]));a=(new oj(b)).pd(Rl);var d=a.Na();return a.send(c.map(function(e){return[e,d.get(e)]}))};x("ee.data.getOperation",Yl);
548
+ var $l=function(a,b){return Zl(a,"CANCEL",b)};x("ee.data.cancelTask",$l);var Zl=function(a,b,c){if(!bb(am,b))throw Error("Invalid action: "+b);a=Sl(a);a=a.map(yk);Xl(a,c);return null};x("ee.data.updateTask",Zl);
549
+ var gm=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=Al();e&&(b.workloadTag=e)}var g=new K(c);c=function(f){return g.handle(f.then(Ak))};switch(d){case "EXPORT_IMAGE":return b=bm(b,a),c(g.image().Ka(jj(),b));case "EXPORT_FEATURES":return b=ll(b),b.l=yl(b.l,a),c(g.table().Ka(jj(),b));case "EXPORT_VIDEO":return b=cm(b,a),c(g.video().Ka(jj(),b));case "EXPORT_TILES":return b=dm(b,a),c(g.map().Ka(jj(),
550
+ b));case "EXPORT_VIDEO_MAP":return b=em(b),c((new th(g.M)).Ka(jj(),b));case "EXPORT_CLASSIFIER":return b=fm(b,a),c((new gh(g.M)).Ka(jj(),b));default:throw Error("Unable to start processing for task of type "+d);}};x("ee.data.startProcessing",gm);
551
+ var bm=function(a,b){var c=hm(a);if(c.element==null)throw Error('"element" not found in params '+c);var d=new Lf({l:Tk(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=gl(c);switch(e){case "GOOGLE_CLOUD_STORAGE":case "DRIVE":d.oa=ol(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"],
552
+ delete e[".default"]);c=new Mf({Ha:jl(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=yl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},cm=function(a,b){var c=im(a);if(c.element==null)throw Error('"element" not found in params '+c);var d=new Zf({l:Tk(c.element),description:L(c.description),Pa:new Yf({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:L(c.maxPixels)}),
553
+ oa:null,requestId:L(c.id),O:M(c.maxWorkers),priority:M(c.priority)});d.oa=pl(c,gl(c));d.l=yl(d.l,b);a.workloadTag&&(d.workloadTag=a.workloadTag);return d},dm=function(a,b){var c=a.scale;delete a.scale;var d=hm(a);d.scale=c;if(d.element==null)throw Error('"element" not found in params '+d);c=new Pf({l:Tk(d.element),description:L(d.description),dc:ql(d),cc:ol(d,"GOOGLE_CLOUD_STORAGE"),requestId:L(d.id),O:M(d.maxWorkers),priority:M(d.priority)});c.l=yl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);
554
+ return c},em=function(a){var b=a.scale;delete a.scale;var c=im(a);c.scale=b;if(c.element==null)throw Error('"element" not found in params '+c);b=new Wf({l:Tk(c.element),description:L(c.description),Pa:new Yf({framesPerSecond:M(c.framesPerSecond),maxFrames:M(c.maxFrames),maxPixelsPerFrame:null}),dc:ql(c),cc:pl(c,"GOOGLE_CLOUD_STORAGE"),requestId:L(c.id),version:L(c.version),O:M(c.maxWorkers),priority:M(c.priority)});b.l=yl(b.l);a.workloadTag&&(b.workloadTag=a.workloadTag);return b},fm=function(a,b){if(a.element==
555
+ null)throw Error('"element" not found in params '+a);var c=gl(a);if(c!="ASSET")throw Error('Export destination "'+c+'" unknown');c=new Kf({l:Tk(a.element),description:L(a.description),requestId:L(a.id),sa:new kf({Ha:jl(a)}),O:M(a.maxWorkers),priority:M(a.priority)});c.l=yl(c.l,b);a.workloadTag&&(c.workloadTag=a.workloadTag);return c},km=function(a,b,c){b=Ek(b);var d=function(e){return e?Ak(e):null};return d(jm(a,b,c&&function(e,g){return c(d(e),g)}))};x("ee.data.startIngestion",km);
556
+ var jm=function(a,b,c){b=new Ag({zf:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.image().import(jj(),b))},lm=function(a,b,c){b=new Bg({og:b,requestId:a,overwrite:null,description:null});a=new K(c,a?void 0:0);return a.handle(a.table().import(jj(),b))},mm=function(a,b,c){b=Fk(b);var d=function(e){return e?Ak(e):null};return d(lm(a,b,c&&function(e,g){return c(d(e),g)}))};x("ee.data.startTableIngestion",mm);
557
+ var nm=function(a,b){b=new K(b);a=mk(a);return b.handle(b.assets().get(a,{prettyPrint:!1}).then(nk))};x("ee.data.getAsset",nm);x("ee.data.getInfo",nm);
558
+ var om=function(a,b,c,d){b=b===void 0?{}:b;d=d===void 0?Pd:d;var e=Object.assign({},b),g=new K(c),f=(b=kk.test(a))?new eh(g.M):g.assets();a=b?"projects/"+lk(a):mk(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))},pm=function(a,b){var c=uk(a);c.pageSize||(c.pageSize=1E3);return om(a.id,c,b,function(d){return d==
559
+ null?null:ok(d)})};x("ee.data.getList",pm);var qm=function(a,b,c){b=b===void 0?{}:b;return om(a,b,c)};x("ee.data.listAssets",qm);var rm=function(a,b,c){b=b===void 0?{}:b;b=tk(b);return om(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",rm);var sm=function(a,b){b=new K(b);return b.handle((new eh(b.M)).Sc(a||jj()))};x("ee.data.listBuckets",sm);var tm=function(a){a=new K(a);return a.handle((new eh(a.M)).Sc(jj()).then(ok))};
560
+ x("ee.data.getAssetRoots",tm);var um=function(a,b){var c="projects/"+lk(a);a=c==="projects/earthengine-legacy"?a:void 0;var d=new Af({type:"Folder"});b=new K(b);b.handle(b.assets().create(c,d,{assetId:a}).then(nk))};x("ee.data.createAssetHome",um);
561
+ var vm=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&&mk(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 Gf(a.tilestoreLocation));
562
+ a.gcsLocation&&!a.cloudStorageLocation&&(a.cloudStorageLocation=a.gcsLocation,delete a.gcsLocation);a.cloudStorageLocation&&(a.cloudStorageLocation=new of(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 Af(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=
563
+ "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(nk))};x("ee.data.createAsset",vm);var wm=function(a,b,c){return vm({type:"Folder"},a,b,void 0,c)};x("ee.data.createFolder",wm);var xm=function(a,b,c){a=mk(a);b=mk(b);b=new Jg({Pb:b});c=new K(c);c.handle(c.assets().move(a,b).then(nk))};x("ee.data.renameAsset",xm);
564
+ var ym=function(a,b,c,d){a=mk(a);b=mk(b);c=new tf({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:Af});b.call(d,g.then(nk))};x("ee.data.copyAsset",ym);var zm=function(a,b){b=new K(b);b.handle(b.assets().delete(mk(a)))};x("ee.data.deleteAsset",zm);
565
+ var Am=function(a,b){a=mk(a);var c=new og;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:Vf});return d.call(b,f.then(vk))};x("ee.data.getAssetAcl",Am);
566
+ var Bm=function(a,b,c,d){b=new bh({Mb:b,updateMask:(c||[]).join(",")});d=new K(d);c=d.handle;var e=d.assets();a=mk(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:Af});return c.call(d,g.then(nk))};x("ee.data.updateAsset",Bm);
567
+ var Cm=function(a,b,c){a=mk(a);b=wk(b);b=new Wg({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:Vf});d.call(c,f)};x("ee.data.setAssetAcl",Cm);
568
+ var Dm=function(a,b,c){var d=rk(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+'"'}));Bm(a,d,b,c)};x("ee.data.setAssetProperties",Dm);
569
+ var Em=function(a,b){var c=mk(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 Af&&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",Em);
570
+ var Fm=function(){this.default=this.tag=""};Fm.prototype.get=function(){return this.tag};Fm.prototype.set=function(a){this.tag=this.validate(a)};Fm.prototype.reset=function(){this.tag=this.default};
571
+ Fm.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 Al=function(){return tl(Fm).get()};x("ee.data.getWorkloadTag",Al);var Gm=function(a){tl(Fm).set(a)};x("ee.data.setWorkloadTag",Gm);
572
+ var Hm=function(a){var b=tl(Fm);b.default=b.validate(a);tl(Fm).set(a)};x("ee.data.setDefaultWorkloadTag",Hm);var Im=function(a){a&&(a=tl(Fm),a.default=a.validate(""));tl(Fm).reset()};x("ee.data.resetWorkloadTag",Im);var am={Fl:"CANCEL",Il:"UPDATE"};var O=function(a,b,c){if(!(this instanceof O))return Jm(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.xl=null};y(O,Rj);x("ee.ComputedObject",O);O.prototype.Ch=function(){return this.xl};O.prototype.evaluate=function(a){if(!a||typeof a!=="function")throw Error("evaluate() requires a callback function.");Gl(this,a)};
573
+ O.prototype.evaluate=O.prototype.evaluate;O.prototype.V=function(a){return Gl(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};
574
+ 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 $e({Lb:a})}var b={},c;for(c in this.args)this.args[c]!==void 0&&(b[c]=Uj(al(a,this.args[c])));return typeof this.I==="string"?Xj(String(this.I),b):this.I.Ed(a,b)};O.prototype.va=function(a){return(a===void 0?0:a)?Pk(this):Zk(this)};O.prototype.serialize=O.prototype.va;
575
+ O.prototype.toString=function(){return"ee."+this.name()+"("+Rk(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;
576
+ var Km=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},Jm=function(a,b){function c(){return a.apply(this,b)}c.prototype=a.prototype;return new c};var Lm={},Mm=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}},Nm=function(a){return typeof a==="number"||a instanceof O&&a.name()=="Number"},Om=function(a){return typeof a==="string"||a instanceof O&&a.name()=="String"},Pm=function(a){return u(a)&&
577
+ typeof a!=="function"?(a=Object.getPrototypeOf(a),a!==null&&Object.getPrototypeOf(a)===null):!1},Qm=function(a,b,c){c=c===void 0?!1:c;return a.length===1&&Pm(a[0])&&(a=b.args,c&&(a=a.slice(1)),a.length)?!(a.length===1||a[1].optional)||a[0].type!=="Dictionary":!1};var Rm=function(){if(!(this instanceof Rm))return new Rm};y(Rm,Rj);x("ee.Function",Rm);var Sm=Pd;Rm.prototype.call=function(a){return this.apply(Tm(this,Array.prototype.slice.call(arguments,0)))};Rm.prototype.call=Rm.prototype.call;Rm.prototype.apply=function(a){a=new O(this,Um(this,a));return Sm(a,this.Z().returns)};Rm.prototype.apply=Rm.prototype.apply;
578
+ var Vm=function(a,b,c){var d=b!==void 0,e=a.Z();if(Qm(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=Tm(a,d?[b].concat(c):c);return a.apply(c)},Um=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]=Sm(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>
579
+ 0)throw Error("Unrecognized arguments ("+c+") to function: "+a);return d},Tm=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};
580
+ Rm.prototype.toString=function(a,b){var c=this.Z(),d=[];d.push(a||c.name);d.push("(");d.push($b(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):
581
+ d.push("Undocumented.")}return d.join("")};Rm.prototype.va=function(a){return(a===void 0?0:a)?Pk(this):Zk(this)};var P=function(a,b){if(b===void 0)return Wm(a);if(!(this instanceof P))return Jm(P,arguments);this.wb=hb(b);this.wb.name=a};y(P,Rm);x("ee.ApiFunction",P);var Q=function(a,b){return Rm.prototype.call.apply(Wm(a),Array.prototype.slice.call(arguments,1))};x("ee.ApiFunction._call",Q);var Xm=function(a,b){return Wm(a).apply(b)};x("ee.ApiFunction._apply",Xm);P.prototype.encode=function(){return this.wb.name};P.prototype.Ed=function(a,b){return Xj(this.wb.name,b)};P.prototype.Z=function(){return this.wb};
582
+ var Ym=null,Zm={},an=function(){$m();return Ya(Ym,function(a){return a.Z()})},bn=function(){$m();return Xa(Ym,function(a,b){return!Zm[b]})},Wm=function(a){var b=cn(a);if(!b)throw Error("Unknown built-in function name: "+a);return b};x("ee.ApiFunction.lookup",Wm);
583
+ var cn=function(a){$m();return Ym[a]||null},$m=function(a,b){if(Ym)a&&a();else{var c=function(d,e){e?b&&b(Error(e)):(Ym=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?zl(c):c(zl())}},dn=function(a,b,c,d){$m();var e=d||"";Wa(Ym,function(g,f){var l=f.split(".");if(l.length==2&&l[0]==b){l=e+l[1];var m=g.Z();Zm[f]=!0;var p=!1;m.args.length&&(f=m.args[0].type,p=f!="Object"&&Mm(f,c));
584
+ f=p?a.prototype:a;l in f&&!f[l].signature||(f[l]=function(v){return Vm(g,p?this:void 0,Array.prototype.slice.call(arguments,0))},f[l].toString=w(g.toString,g,l,p),f[l].signature=m)}})},en=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=fn(a),d=$b(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 be(ab(g));
585
+ var l=new be(d);if(de(l,f).isEmpty())e[d[0]]=b[0];else{b=fe(f,l);if(b.size!==0)throw Error("Unexpected arguments"+a+": "+Array.from(b.values()).join(", "));e=gb(g)}}b=new be(ab(e));c=fe(new be(Zb(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},fn=function(a){var b=gn,c=[];t.EXPORTED_FN_INFO?(a=t.EXPORTED_FN_INFO[a.toString()],u(a)||hn(),c=a.paramNames,Array.isArray(c)||hn()):(a=a.toString().replace(jn,
586
+ "").match(b),a===null&&hn(),c=(a[1].split(",")||[]).map(function(d){return d.replace(kn,"")}));return c},hn=function(){throw Error("Failed to locate function parameters.");},jn=/((\/\/.*$)|(\/\*[\s\S]*?\*\/)|(\s))/mg,gn=/^function[^\(]*\(([^\)]*)\)/m,kn=/=.*$/;var S=function(a,b,c){O.call(this,a,b,c);ln()};y(S,O);x("ee.Element",S);var mn=!1,ln=function(){mn||(dn(S,"Element","Element"),mn=!0)};S.prototype.name=function(){return"Element"};
587
+ S.prototype.set=function(a){var b;if(arguments.length<=1){var c=arguments[0];if(b=Pm(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(Pm(c)){b=this;for(var f in c)d=c[f],b=Q("Element.set",b,f,d)}else if(c instanceof O&&cn("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%
588
+ 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 Km(this,b)};S.prototype.set=S.prototype.set;var T=function(a,b,c,d){if(!(this instanceof T))return Jm(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}nn();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(!on(a))throw Error("Invalid GeoJSON geometry: "+JSON.stringify(a));
589
+ 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 Li).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);
590
+ x("ee.Geometry",T);var pn=!1,nn=function(){pn||(dn(T,"Geometry","Geometry"),pn=!0)},qn=function(a,b){if(!(this instanceof qn))return rn(qn,arguments);var c=sn(qn,"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(qn,T);T.Point=qn;var tn=function(a,b){if(!(this instanceof tn))return rn(tn,arguments);T.call(this,sn(tn,"MultiPoint",2,arguments))};y(tn,T);
591
+ T.MultiPoint=tn;var un=function(a,b,c,d){if(!(this instanceof un))return rn(un,arguments);var e=sn(un,"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(un,T);T.Rectangle=un;
592
+ var vn=function(a,b,c,d){if(!(this instanceof vn))return rn(vn,arguments);var e=R(vn,arguments);a=e.west;b=e.south;c=e.east;d=e.north;e=[a,b,c,d];if(wn(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 "+
593
+ d+"\u00b0");b=Math.max(b,-90);d=Math.min(d,90);c-a>=360?(a=-180,c=180):(a=xn(a),c=xn(c),c<a&&(c+=360));T.call(this,{type:"Polygon",coordinates:[[[a,d],[a,b],[c,b],[c,d]]]},void 0,!1,!0)};y(vn,un);T.BBox=vn;var xn=function(a){a%=360;a>180?a-=360:a<-180&&(a+=360);return a},yn=function(a,b,c,d){if(!(this instanceof yn))return rn(yn,arguments);T.call(this,sn(yn,"LineString",2,arguments))};y(yn,T);T.LineString=yn;
594
+ var zn=function(a,b,c,d){if(!(this instanceof zn))return rn(zn,arguments);T.call(this,sn(zn,"LinearRing",2,arguments))};y(zn,T);T.LinearRing=zn;var An=function(a,b,c,d){if(!(this instanceof An))return rn(An,arguments);T.call(this,sn(An,"MultiLineString",3,arguments))};y(An,T);T.MultiLineString=An;var Bn=function(a,b,c,d,e){if(!(this instanceof Bn))return rn(Bn,arguments);T.call(this,sn(Bn,"Polygon",3,arguments))};y(Bn,T);T.Polygon=Bn;
595
+ var Cn=function(a,b,c,d,e){if(!(this instanceof Cn))return rn(Cn,arguments);T.call(this,sn(Cn,"MultiPolygon",4,arguments))};y(Cn,T);T.MultiPolygon=Cn;
595
596
  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};
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;
597
+ 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 Li).va(this.oe())};T.prototype.toGeoJSONString=T.prototype.wg;T.prototype.va=function(a){return(a===void 0?0:a)?Pk(this):Zk(this)};T.prototype.serialize=T.prototype.va;
597
598
  T.prototype.toString=function(){return"ee.Geometry("+this.wg()+")"};
598
599
  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!=
599
600
  null&&d&&(b.geodesic=this.pc);this.nc!=null&&(b.evenOdd=this.nc);return(new P(c)).apply(b).na(a)};
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;
601
+ var on=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(!on(b[a]))return!1;return!0}a=a.coordinates;var c=Dn(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)},Dn=function(a){if(!Array.isArray(a))return-1;if(Array.isArray(a[0])){for(var b=Dn(a[0]),c=1;c<a.length;c++)if(Dn(a[c])!=
602
+ 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},En=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},sn=function(a,b,c,d){a=Fn(a,d);if(wn(a.coordinates)||a.crs!=null||a.maxError!=null)return(new P("GeometryConstructors."+b)).apply(a);a.type=b;a.coordinates=Gn(c,a.coordinates);(b=dc(["Polygon",
603
+ "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},Fn=function(a,b){if(bc(b,Nm))return{coordinates:gc(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})},wn=function(a){return Array.isArray(a)?ac(a,wn):a instanceof O},Gn=function(a,b){if(a<1||a>4)throw Error("Unexpected nesting level.");bc(b,function(e){return typeof e===
604
+ "number"})&&(b=En(b));for(var c=b,d=0;Array.isArray(c);)c=c[0],d++;for(;d<a;)b=[b],d++;if(Dn(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},rn=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 Jm(U,arguments);if(a instanceof U)return a;Hn();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);
605
+ var In=!1,Hn=function(){In||(dn(U,"Filter","Filter"),In=!0)},Jn={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 Kn=function(a,b){var c=R(Kn,arguments);return Q("Filter.equals",c.name,c.value)};U.eq=Kn;var Ln=function(a,b){var c=R(Ln,arguments);return Kn(c.name,c.value).rc()};U.neq=Ln;
606
+ var Mn=function(a,b){var c=R(Mn,arguments);return Q("Filter.lessThan",c.name,c.value)};U.lt=Mn;var Nn=function(a,b){var c=R(Nn,arguments);return Mn(c.name,c.value).rc()};U.gte=Nn;var On=function(a,b){var c=R(On,arguments);return Q("Filter.greaterThan",c.name,c.value)};U.gt=On;var Pn=function(a,b){var c=R(Pn,arguments);return On(c.name,c.value).rc()};U.lte=Pn;var Qn=function(a){return Q("Filter.and",Array.prototype.slice.call(arguments))};U.and=Qn;var Rn=function(a){return Q("Filter.or",Array.prototype.slice.call(arguments))};
607
+ U.or=Rn;var Sn=function(a,b){var c=R(Sn,arguments);c=Q("DateRange",c.start,c.end);return Xm("Filter.dateRangeContains",{leftValue:c,rightField:"system:time_start"})};U.date=Sn;var Tn=function(a,b,c,d){var e=R(Tn,arguments);return Xm("Filter.listContains",{leftField:e.rightField,rightValue:e.leftValue,rightField:e.leftField,leftValue:e.rightValue})};U.inList=Tn;var Un=function(a,b){return Xm("Filter.intersects",{leftField:".all",rightValue:Q("Feature",a),maxError:b})};U.bounds=Un;
608
+ U.prototype.name=function(){return"Filter"};var Vn=function(a,b,c){b=b.toLowerCase();var d=!1;b.lastIndexOf("not_",0)==0&&(d=!0,b=b.substring(4));if(!(b in Jn))throw Error("Unknown filtering operator: "+b);a=Q("Filter."+Jn[b],a,c);return d?a.rc():a};U.metadata=Vn;var V=function(a,b,c){S.call(this,a,b,c);Wn()};y(V,S);x("ee.Collection",V);var Xn=!1,Wn=function(){Xn||(dn(V,"Collection","Collection"),dn(V,"AggregateFeatureCollection","Collection","aggregate_"),Xn=!0)};V.prototype.filter=function(a){a=R(V.prototype.filter,arguments).filter;if(!a)throw Error("Empty filters.");return Km(this,Q("Collection.filter",this,a))};V.prototype.filter=V.prototype.filter;
609
+ V.prototype.mf=function(a,b,c){var d=R(V.prototype.mf,arguments);return this.filter(Vn(d.name,d.operator,d.value))};V.prototype.filterMetadata=V.prototype.mf;V.prototype.vh=function(a){return this.filter(Un(a))};V.prototype.filterBounds=V.prototype.vh;V.prototype.lf=function(a,b){var c=R(V.prototype.lf,arguments);return this.filter(Sn(c.start,c.end))};V.prototype.filterDate=V.prototype.lf;
610
+ V.prototype.limit=function(a,b,c){var d=R(V.prototype.limit,arguments);return Km(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 Km(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};
611
+ V.prototype.map=function(a,b){var c=this.elementType();return Km(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 Jm(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)");Yn();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
612
+ 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 Zn=!1,Yn=function(){Zn||(dn(W,"Feature","Feature"),Zn=!0)};W.prototype.V=function(a){return W.L.V.call(this,a)};W.prototype.getInfo=W.prototype.V;
613
+ 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 hm=function(a){var b={},c=$n(a.element,a);c=ao(c,a,b);b.element=c;return b},im=function(a){var b={},c=a.element.map(function(d){d=$n(d,a);return ao(d,a,b)});b.element=c;return b},ao=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 "+
614
+ f);break;case "dimensions_consumed":e=!0;break;case "bbox":d.geometry!=null&&console.warn("Multiple request parameters converted to region.");if(!(f instanceof un)){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 un(l,null,!1)}else throw Error('Invalid bbox "{bbox}" type, must be of type Array<number>');}d.geometry=f;break;case "region":d.geometry!=
615
+ 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 Bn(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?Xm("Image.clipToBoundsAndScale",
616
+ d):Xm("Image.clip",d));return a},$n=function(a,b){var c=b.crs||"",d=b.crsTransform||b.crs_transform;d!=null&&(d=bo(d));if(!c&&!d)return a;if(d&&!c)throw Error('Must specify "crs" if "crsTransform" is specified.');if(d){if(a=Xm("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 un([0,
617
+ 0,e[0],e[1]],c,!1))}}else a=Xm("Image.setDefaultProjection",{image:a,crs:c,crsTransform:[1,0,0,0,-1,0]});return a},bo=function(a){if(typeof a==="string")try{a=JSON.parse(a)}catch(b){}if(Array.isArray(a)){if(a.length===6&&bc(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.");},eo=function(a,b){var c={};b=co(b,c);eb(b)||(b.image=a,a=Xm("Image.visualize",
618
+ b));c.image=a;return c},co=function(a,b){var c="bands gain bias min max gamma palette opacity forceRgbOutput".split(" "),d={};Wa(a,function(e,g){dc(c,g)?d[g]=e:b[g]=e});return d},Ll=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);
619
+ var f=c(b);e=c(e);e=c(Object.assign(f,e));g=$n(g,e);return g=ao(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=$n(a,d),a=ao(a,d,{}));return a};var N=function(a){if(!(this instanceof N))return Jm(N,arguments);if(a instanceof N)return a;fo();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(Nm(a))S.call(this,new P("Image.constant"),{value:a});else if(Om(a))S.call(this,new P("Image.load"),{id:a});else{if(Array.isArray(a))return go($b(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,
620
+ 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(Om(b)&&Nm(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 ho=!1,fo=function(){ho||(dn(N,"Image","Image"),ho=!0)};N.prototype.V=function(a){return N.L.V.call(this,a)};
621
+ N.prototype.getInfo=N.prototype.V;N.prototype.S=function(a,b){var c=this,d=R(N.prototype.getMap,arguments),e=eo(this,d.visParams);if(d.callback){var g=d.callback;Cl(e,function(f,l){f=f?Object.assign(f,{image:c}):void 0;g(f,l)})}else return d=Cl(e),d.image=this,d};N.prototype.getMapId=N.prototype.S;N.prototype.getMap=N.prototype.S;N.prototype.getMap=N.prototype.getMap;
622
+ 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;Ml(d,function(g,f){g?e(Nl(g)):e(null,f)})}else return Nl(Ml(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=$n(this,d);g=ao(g,d,e);d=eo(g,e);return c.callback?(Hl(d,c.callback),null):Hl(d)};N.prototype.getThumbId=N.prototype.Kd;
623
+ 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=Kl(d)}catch(f){e=String(f.message)}c.callback(g,e)});else return Kl(this.Kd(c.params))};N.prototype.getThumbURL=N.prototype.vf;var io=function(a,b,c){var d=R(io,arguments);return go([d.r,d.g,d.b],["vis-red","vis-green","vis-blue"])};N.rgb=io;var jo=function(a){return go(Array.prototype.slice.call(arguments),null)};N.cat=jo;
624
+ var go=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};
625
+ N.prototype.select=function(a){var b=Array.prototype.slice.call(arguments),c={input:this,bandSelectors:b[0]||[]};if(b.length>2||Om(b[0])||Nm(b[0])){for(var d=0;d<b.length;d++)if(!(Om(b[d])||Nm(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 Xm("Image.select",c)};N.prototype.select=N.prototype.select;
626
+ 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 Rm;c.encode=function(m){return l.encode(m)};c.Ed=function(m,p){return Yj(al(m,l),p)};c.Z=function(){return{name:"",args:$b(d,function(m){return{name:m,type:"Image",optional:!1}},this),returns:"Image"}};return c.apply(e)};
627
+ 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||Om(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 ko=function(a){if(this instanceof ko){if(arguments.length>1)throw Error("ee.List() only accepts 1 argument.");if(a instanceof ko)return a}else return Jm(ko,arguments);lo();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(ko,O);x("ee.List",ko);var mo=!1,lo=function(){mo||(dn(ko,"List","List"),mo=!0)};
628
+ ko.prototype.encode=function(a){return Array.isArray(this.Tc)?$b(this.Tc,function(b){return a(b)}):ko.L.encode.call(this,a)};ko.prototype.na=function(a){return Array.isArray(this.Tc)?Uj(al(a,this.Tc)):ko.L.na.call(this,a)};ko.prototype.name=function(){return"List"};var X=function(a,b){if(!(this instanceof X))return Jm(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)");no();a instanceof T&&(a=new W(a));a instanceof W&&(a=[a]);if(Om(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:$b(a,function(d){return new W(d)})});else if(a instanceof ko)V.call(this,
629
+ 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 oo=!1,no=function(){oo||(dn(X,"FeatureCollection","FeatureCollection"),oo=!0)};
630
+ X.prototype.S=function(a,b){var c=R(X.prototype.S,arguments),d=Xm("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;
631
+ 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)Ol(g,function(f,l){f?e.callback(Pl(f)):e.callback(null,l)});else return Pl(Ol(g))};X.prototype.getDownloadURL=X.prototype.rb;
632
+ X.prototype.select=function(a,b,c){if(Om(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 Jm(Y,arguments);if(a instanceof Y)return a;if(arguments.length!=1)throw Error("The ImageCollection constructor takes exactly 1 argument ("+arguments.length+" given)");po();a instanceof N&&(a=[a]);if(Om(a))V.call(this,new P("ImageCollection.load"),{id:a});else if(Array.isArray(a))V.call(this,new P("ImageCollection.fromImages"),{images:$b(a,function(b){return new N(b)})});else if(a instanceof ko)V.call(this,new P("ImageCollection.fromImages"),{images:a});
633
+ 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 qo=!1,po=function(){qo||(dn(Y,"ImageCollection","ImageCollection"),dn(Y,"reduce","ImageCollection"),qo=!0)};Y.prototype.tf=function(a,b){var c=R(Y.prototype.tf,arguments);return ro(this,c,["png","jpg","jpeg"],"filmstrip")};Y.prototype.getFilmstripThumbURL=Y.prototype.tf;
634
+ Y.prototype.wf=function(a,b){var c=R(Y.prototype.wf,arguments);return ro(this,c,["gif"],"video")};Y.prototype.getVideoThumbURL=Y.prototype.wf;
635
+ var ro=function(a,b,c,d){var e={};a=a.map(function(l){l=$n(l,b.params);return ao(l,b.params,e)});var g={},f=co(e,g);g.imageCollection=a.map(function(l){f.image=l;return Xm("Image.visualize",f)});b.params.dimensions!=null&&(g.dimensions=b.params.dimensions);if(g.format){if(!ac(c,function(l){return l.toLowerCase()==g.format.toLowerCase()}))throw Error("Invalid format specified.");}else g.format=c[0];c=Hl;switch(d){case "video":c=Il;break;case "filmstrip":c=Jl}if(b.callback)c(g,function(l,m){var p="";
636
+ if(m===void 0)try{p=Kl(l)}catch(v){m=String(v.message)}b.callback(p,m)});else return Kl(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;
636
637
  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;
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;
638
+ Y.prototype.name=function(){return"ImageCollection"};Y.prototype.elementType=function(){return N};var so=function(a){this.Ye=a;this.id=null},uo=function(a){var b={element:to(a)};Object.assign(b,a);b=Xa(b,function(c){return c!=null});return new so(b)};so.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||Ql(1)[0];rb(this.id,"Failed to obtain task ID.");if(a)gm(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=gm(this.id,this.Ye).taskId)!=null?d:null}};
639
+ so.prototype.start=so.prototype.start;var vo=function(a,b,c,d,e,g,f,l,m,p,v,z){var C=R(vo,arguments);C=wo(C,"ASSET","EXPORT_IMAGE");return uo(C)};x("module$contents$ee$batch_Export.image.toAsset",vo);var xo=function(a,b,c,d,e,g,f,l,m,p,v,z,C,I,ea,Z){var da=R(xo,arguments);da=wo(da,"GOOGLE_CLOUD_STORAGE","EXPORT_IMAGE");return uo(da)};x("module$contents$ee$batch_Export.image.toCloudStorage",xo);
640
+ var yo=function(a,b,c,d,e,g,f,l,m,p,v,z,C,I,ea,Z){var da=R(yo,arguments);da=wo(da,"DRIVE","EXPORT_IMAGE");return uo(da)};x("module$contents$ee$batch_Export.image.toDrive",yo);var zo=function(a,b,c,d,e,g,f,l,m,p,v,z,C,I){var ea=R(zo,arguments);ea=wo(ea,"GOOGLE_CLOUD_STORAGE","EXPORT_TILES");return uo(ea)};x("module$contents$ee$batch_Export.map.toCloudStorage",zo);var Ao=function(a,b,c,d,e,g,f,l){var m=R(Ao,arguments);m=wo(m,"GOOGLE_CLOUD_STORAGE","EXPORT_FEATURES");return uo(m)};
641
+ x("module$contents$ee$batch_Export.table.toCloudStorage",Ao);var Bo=function(a,b,c,d,e,g,f,l){var m=R(Bo,arguments);m.type="EXPORT_FEATURES";m=wo(m,"DRIVE","EXPORT_FEATURES");return uo(m)};x("module$contents$ee$batch_Export.table.toDrive",Bo);var Co=function(a,b,c,d,e){var g=R(Co,arguments);g=wo(g,"ASSET","EXPORT_FEATURES");return uo(g)};x("module$contents$ee$batch_Export.table.toAsset",Co);var Do=function(a,b,c,d,e,g,f,l){var m=R(Do,arguments);m=wo(m,"FEATURE_VIEW","EXPORT_FEATURES");return uo(m)};
642
+ x("module$contents$ee$batch_Export.table.toFeatureView",Do);var Eo=function(a,b,c,d,e,g,f,l){var m=R(Eo,arguments);m=wo(m,"BIGQUERY","EXPORT_FEATURES");return uo(m)};x("module$contents$ee$batch_Export.table.toBigQuery",Eo);var Fo=function(a,b,c,d,e,g,f,l,m,p,v,z,C){var I=R(Fo,arguments);I=wo(I,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO");return uo(I)};x("module$contents$ee$batch_Export.video.toCloudStorage",Fo);
643
+ var Go=function(a,b,c,d,e,g,f,l,m,p,v,z,C){var I=R(Go,arguments);I=wo(I,"DRIVE","EXPORT_VIDEO");return uo(I)};x("module$contents$ee$batch_Export.video.toDrive",Go);var Ho=function(a,b,c,d,e,g,f,l,m,p,v,z,C,I,ea,Z,da,Hb,Gq,Hq,Iq){var qj=R(Ho,arguments);qj=wo(qj,"GOOGLE_CLOUD_STORAGE","EXPORT_VIDEO_MAP");return uo(qj)};x("module$contents$ee$batch_Export.videoMap.toCloudStorage",Ho);var Io=function(a,b,c,d){var e=R(Io,arguments);e=wo(e,"ASSET","EXPORT_CLASSIFIER");return uo(e)};
644
+ x("module$contents$ee$batch_Export.classifier.toAsset",Io);
645
+ var to=function(a){var b=function(d){return d in a},c=Jo.find(b);E(cc(Jo,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},wo=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==
646
+ 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=Ko(e,a),delete e.formatOptions,Object.assign(e,a));e=Lo(e,b);e.crsTransform!=null&&(e.crs_transform=e.crsTransform,
647
+ delete e.crsTransform);break;case "EXPORT_TILES":b=Lo(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&&
648
+ (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=Lo(e,b);break;case "EXPORT_VIDEO":e=Mo(e);e=Lo(e,b);e.crsTransform!=null&&
649
+ (e.crs_transform=e.crsTransform,delete e.crsTransform);break;case "EXPORT_VIDEO_MAP":e=Mo(e);e.version=e.version||"V1";e.stride=e.stride||1;e.tileDimensions={width:e.tileWidth||256,height:e.tileHeight||256};e=Lo(e,b);break;case "EXPORT_CLASSIFIER":e=Lo(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.");
650
+ }if(!(u(b)&&"type"in b))try{new yn(b)}catch(g){try{new Bn(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},Lo=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=
651
+ a.assetId||"";break;case "FEATURE_VIEW":a.mapName=a.mapName||"";break;case "BIGQUERY":a.table=a.table||"";break;default:b=wa(a.folder);if(!dc(["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},No={GEO_TIFF:["cloudOptimized","fileDimensions","noData","shardSize"],TF_RECORD_IMAGE:"patchDimensions kernelSize compressed maxFileSize defaultValue tensorDepths sequenceData collapseBands maskedThreshold".split(" ")},
652
+ Oo={GEO_TIFF:"tiff",TF_RECORD_IMAGE:"tfrecord"},Mo=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},Ko=function(a,b){var c=a.formatOptions;if(c==null)return{};
653
+ 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=Oo[b];for(var d=No[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(!dc(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},
654
+ Jo=["image","collection","classifier"];var Po=function(a){if(!(this instanceof Po))return Jm(Po,arguments);if(a instanceof Po)return a;Qo();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(Po,O);x("ee.Number",Po);var Ro=!1,Qo=function(){Ro||(dn(Po,"Number","Number"),Ro=!0)};Po.prototype.encode=function(a){return typeof this.Wc==="number"?this.Wc:Po.L.encode.call(this,a)};
655
+ Po.prototype.na=function(a){return typeof this.Wc==="number"?Uj(al(a,this.Wc)):Po.L.na.call(this,a)};Po.prototype.name=function(){return"Number"};var So=function(a){if(!(this instanceof So))return Jm(So,arguments);if(a instanceof So)return a;To();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(So,O);x("ee.String",So);var Uo=!1,To=function(){Uo||(dn(So,"String","String"),Uo=!0)};
656
+ So.prototype.encode=function(a){return typeof this.jd==="string"?this.jd:So.L.encode.call(this,a)};So.prototype.na=function(a){return typeof this.jd==="string"?Uj(al(a,this.jd)):So.L.na.call(this,a)};So.prototype.name=function(){return"String"};var Vo=function(a,b){if(!(this instanceof Vo))return Jm(Vo,arguments);for(var c=[],d=a.args,e=0;e<d.length;e++){var g=d[e],f=g.type;c.push(Wo(f in Lm?Lm[f]:null,g.name))}if(b.apply(null,c)===void 0)throw Error("User-defined methods must return a value.");this.wb=Xo(a,c,b);this.Pg=b.apply(null,c)};y(Vo,Rm);x("ee.CustomFunction",Vo);Vo.prototype.encode=function(a){return{type:"Function",argumentNames:$b(this.wb.args,function(b){return b.name}),body:a(this.Pg)}};
657
+ Vo.prototype.na=function(a){return Zj(this.wb.args.map(function(b){return b.name}),al(a,this.Pg))};Vo.prototype.Ed=function(a,b){return Yj(al(a,this),b)};Vo.prototype.Z=function(){return this.wb};
658
+ var Wo=function(a,b){a=a||Object;if(!(a.prototype instanceof O))if(a&&a!=Object)if(a==String)a=So;else if(a==Number)a=Po;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)},Yo=function(a,b){b={name:"",returns:"Object",args:$b(b,function(c){return{name:null,type:typeof c==="string"?c:c.prototype instanceof O?c.prototype.name.call(null):c==Number?
659
+ "Number":c==String?"String":c==Array?"Array":c==Date?"Date":"Object"}})};return new Vo(b,a)},Xo=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(z,C){return z+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))}(Tk(c.apply(null,b),"<unbound>"))+"_";for(e=0;e<
660
+ d.length;e++){var g=d[e],f=c+e;b[g].U=f;a.args[g].name=f}return a};var Zo=function(a,b){if(!(this instanceof Zo))return Jm(Zo,arguments);if(a instanceof Zo)return a;$o();var c=R(Zo,arguments);a=c.date;c=c.tz;var d=new P("Date"),e={},g=null;if(Om(a)){if(e.value=a,c)if(Om(c))e.timeZone=c;else throw Error("Invalid argument specified for ee.Date(..., opt_tz): "+c);}else if(Nm(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(): "+
661
+ a);O.call(this,d,e,g)};y(Zo,O);x("ee.Date",Zo);var ap=!1,$o=function(){ap||(dn(Zo,"Date","Date"),ap=!0)};Zo.prototype.name=function(){return"Date"};x("ee.Deserializer",function(){});var cp=function(a){return bp(JSON.parse(a))};x("ee.Deserializer.fromJSON",cp);var bp=function(a){if("result"in a&&"values"in a)return dp(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]=ep(g,b)}a=a.value}return ep(a,b)};x("ee.Deserializer.decode",bp);
662
+ var ep=function(a,b){if(a===null||typeof a==="number"||typeof a==="boolean"||typeof a==="string")return a;if(Array.isArray(a))return $b(a,function(e){return ep(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 Wo(Object,a);case "Date":a=a.value;if(typeof a!=="number")throw Error("Invalid date value: "+
663
+ a);return new Zo(a/1E3);case "Bytes":return fp(new $e({pb:a}),a);case "Invocation":return c="functionName"in a?Wm(a.functionName):ep(a["function"],b),a=Ya(a.arguments,function(e){return ep(e,b)}),gp(c,a);case "Dictionary":return Ya(a.value,function(e){return ep(e,b)});case "Function":var d=ep(a.body,b);a={name:"",args:$b(a.argumentNames,function(e){return{name:e,type:"Object",optional:!1}}),returns:"Object"};return new Vo(a,function(){return d});case "Point":case "MultiPoint":case "LineString":case "MultiLineString":case "Polygon":case "MultiPolygon":case "LinearRing":case "GeometryCollection":return new T(a);
664
+ case "CompoundValue":throw Error("Nested CompoundValues are disallowed.");default:throw Error("Unknown encoded object type: "+c);}},fp=function(a,b){var c=function(){};r(c,Rj);c.prototype.encode=function(){return b};c.prototype.na=function(){return a};return new c},gp=function(a,b){if(a instanceof Rm)return a.apply(b);if(a instanceof O){var c=function(){return Rm.apply(this,arguments)||this};r(c,Rm);c.prototype.encode=function(d){return a.encode(d)};c.prototype.Ed=function(d,e){return Yj(al(d,a),
665
+ e)};return new O(new c,b)}throw Error("Invalid function value");},hp=function(a){return dp(JSON.parse(a))};x("ee.Deserializer.fromCloudApiJSON",hp);
666
+ var dp=function(a){var b=Ma(qf,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=Wo(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"):Wm(l.functionName);l=Ya(l.arguments,e);f=gp(f,l)}else f=f.pb!==null?fp(new $e({pb:f.pb}),f.pb):f.Va!==
667
+ null?fp(new $e({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 Vo(f,function(){return l})};return d(b.result,"result value")};x("ee.Deserializer.decodeCloudApi",dp);var ip=function(a){if(!(this instanceof ip))return Jm(ip,arguments);if(a instanceof ip)return a;jp();Pm(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(ip,O);x("ee.Dictionary",ip);var kp=!1,jp=function(){kp||(dn(ip,"Dictionary","Dictionary"),kp=!0)};ip.prototype.encode=function(a){return this.Ic!==null?a(this.Ic):ip.L.encode.call(this,a)};
668
+ ip.prototype.na=function(a){return this.Ic!==null?Uj(al(a,this.Ic)):ip.L.na.call(this,a)};ip.prototype.name=function(){return"Dictionary"};var lp={};x("ee.Terrain",lp);lp.Bf=!1;lp.initialize=function(){lp.Bf||(dn(lp,"Terrain","Terrain"),lp.Bf=!0)};lp.reset=function(){en(lp);lp.Bf=!1};var rp=function(a,b,c,d,e,g){if(mp!="ready"||a||b){var f=c!=null;if(d)if(f)np.push(d);else throw Error("Can't pass an error callback without a success callback.");if(mp=="loading"&&f)op.push(c);else if(mp="loading",hj(a,b,e,g),f)op.push(c),$m(pp,qp);else try{$m(),pp()}catch(l){throw qp(l),l;}}else c&&c()};x("ee.initialize",rp);
669
+ var up=function(){mp="not_ready";Gj=Fj=sj=null;Ej=!1;Ym=null;Zm={};en(Zo);ap=!1;en(ip);kp=!1;en(S);mn=!1;en(N);ho=!1;en(W);Zn=!1;en(V);Xn=!1;en(Y);qo=!1;en(X);oo=!1;en(U);In=!1;en(T);pn=!1;en(ko);mo=!1;en(Po);Ro=!1;en(So);Uo=!1;lp.reset();for(var a=t.ee,b=0;b<sp.length;b++){var c=sp[b];en(a[c]);delete a[c]}sp=[];Lm=a;a=tp;for(var d in a)delete a[d]};x("ee.reset",up);var vp={Gl:"not_ready",LOADING:"loading",Hl:"ready"};x("ee.InitState",vp);x("ee.InitState.NOT_READY","not_ready");
670
+ x("ee.InitState.LOADING","loading");x("ee.InitState.READY","ready");var mp="not_ready",op=[],np=[];x("ee.TILE_SIZE",256);var sp=[],tp={};x("ee.Algorithms",tp);var wp=function(a,b){typeof a==="string"&&(a=new P(a));return Rm.prototype.call.apply(a,Array.prototype.slice.call(arguments,1))};x("ee.call",wp);var xp=function(a,b){typeof a==="string"&&(a=new P(a));return a.apply(b)};x("ee.apply",xp);
671
+ var pp=function(){if(mp=="loading"){try{$o();jp();ln();fo();Yn();Wn();po();no();Hn();nn();lo();Qo();To();lp.initialize();var a=an(),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]=yp(l),sp.push(l),a[l]?(f[l].signature=a[l],f[l].signature.isConstructor=!0,Zm[l]=!0):f[l].signature={});Lm=f;zp()}catch(m){qp(m);return}mp="ready";for(np=[];op.length>0;)op.shift()()}},
672
+ qp=function(a){if(mp=="loading")for(mp="not_ready",op=[];np.length>0;)np.shift()(a)},zp=function(){var a=bn();ab(a).sort().forEach(function(b){var c=a[b],d=c.Z();if(!d.hidden){b=b.split(".");var e=tp;for(e.signature={};b.length>1;){var g=b[0];g in e||(e[g]={signature:{}});e=e[g];b=ic(b,1)}g=function(f){return Vm(c,void 0,Array.prototype.slice.call(arguments,0))};g.signature=d;g.toString=w(c.toString,c);e[b[0]]=g}})},yp=function(a){var b=function(c){var d=t.ee[a],e=Array.prototype.slice.call(arguments),
673
+ g=e.length==1;if(g&&e[0]instanceof d)return e[0];if(!(this instanceof d))return Jm(d,e);d=cn(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=Qm(e,d.Z())?e[0]:Tm(d,e),O.call(this,d,Um(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};dn(b,a,a);return b};
674
+ Sm=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?
675
+ 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 Yo(a,c)}if(a instanceof Rj)return a;throw Error("Argument is not a function: "+a);case "String":return Om(a)||a instanceof So||a instanceof O?new So(a):a;case "Dictionary":return Pm(a)?a:new ip(a);case "List":return new ko(a);case "Number":case "Float":case "Long":case "Integer":case "Short":case "Byte":return new Po(a);
676
+ default:if(b in c){d=cn(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 Ap=function(a,b,c){he.call(this,a,b,c);this.tileSize=new google.maps.Size(256,256);this.yh=new Yd;this.xh=new Yd};r(Ap,he);Ap.prototype.getTile=function(a,b){var c=ie(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=Ch("DIV");Bp(this,b,a,c,d);Cp(this);return d};
677
+ var Bp=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),ec(this.zb,d),Cp(this);else throw this.tg.add(d),Error("Unable to request floating point array buffers.");}},a);g.send()},Cp=function(a){a.dispatchEvent(new je(a.zb.length))};Ap.prototype.J=function(){this.xh=this.yh=null;he.prototype.J.call(this)};
678
+ x("ee.FloatTileOverlay",Ap);var Dp=function(){this.ie=new Map};Dp.prototype.clear=function(){this.ie.clear()};var Ep=function(a,b){a.ie.has(b)||a.ie.set(b,{throttleCount:0,errorCount:0,tileLatencies:[]});return a.ie.get(b)};var Fp=function(a){H.call(this);this.Sb=a;this.K={}};y(Fp,H);var Gp=[];Fp.prototype.Wa=function(a,b,c,d){Array.isArray(b)||(b&&(Gp[0]=b.toString()),b=Gp);for(var e=0;e<b.length;e++){var g=Ad(a,b[e],c||this.handleEvent,d||!1,this.Sb||this);if(!g)break;this.K[g.key]=g}return this};Fp.prototype.Uc=function(a,b,c,d){return Hp(this,a,b,c,d)};
679
+ var Hp=function(a,b,c,d,e,g){if(Array.isArray(c))for(var f=0;f<c.length;f++)Hp(a,b,c[f],d,e,g);else{b=zd(b,c,d||a.handleEvent,e,g||a.Sb||a);if(!b)return a;a.K[b.key]=b}return a};Fp.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=Bd(c),d=!!d,b=pd(a)?a.Kc(b,c,d,e):a?(a=Dd(a))?a.Kc(b,c,d,e):null:null,b&&(Id(b),delete this.K[b.key])};
680
+ Fp.prototype.ed=function(){Wa(this.K,function(a,b){this.K.hasOwnProperty(b)&&Id(a)},this);this.K={}};Fp.prototype.J=function(){Fp.L.J.call(this);this.ed()};Fp.prototype.handleEvent=function(){throw Error("EventHandler.handleEvent not implemented");};var Jp=function(a,b){a.name!==void 0?(this.name=a.name,this.code=db[a.name]):(this.code=a=qb(a.code),this.name=Ip(a));kb.call(this,Ec("%s %s",this.name,b))};y(Jp,kb);
681
+ var Ip=function(a){var b=cb(function(c){return a==c});if(b===void 0)throw Error("Invalid code: "+a);return b},Kp={},db=(Kp.AbortError=3,Kp.EncodingError=5,Kp.InvalidModificationError=9,Kp.InvalidStateError=7,Kp.NotFoundError=1,Kp.NotReadableError=4,Kp.NoModificationAllowedError=6,Kp.PathExistsError=12,Kp.QuotaExceededError=10,Kp.SecurityError=2,Kp.SyntaxError=8,Kp.TypeMismatchError=11,Kp);var Lp=function(a,b){jd.call(this,a.type,b);this.Ja=a};y(Lp,jd);var Mp=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(Mp,J);h=Mp.prototype;h.abort=function(){try{this.ca.abort()}catch(a){throw new Jp(a,"aborting read");}};h.tb=function(){return this.ca.readyState};h.getError=function(){return this.ca.error&&new Jp(this.ca.error,"reading file")};
682
+ h.mc=function(a){this.dispatchEvent(new Lp(a,this))};h.J=function(){Mp.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 Np=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 Op=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 Dp(a.getUniqueId());this.yb=new Yd;this.xb=0;this.sg=a;this.ib=new Fp(this);this.radius=0};r(Op,J);h=Op.prototype;h.Me=function(a){return Ad(this,"tile-load",a)};h.Zf=function(a){Id(a)};
683
+ h.Lc=function(){return Pp(this,"throttled")+Pp(this,"loading")+Pp(this,"new")};h.setOpacity=function(a){this.opacity=a;this.yb.forEach(function(b){Np(b.la,this.opacity)},this)};h.getStats=function(){return this.he};
684
+ 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;Np(b.la,this.opacity);this.yb.set(a,b);Qp(this,b);this.dispatchEvent(new Rp(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(),id(b))};
685
+ var Qp=function(a,b){a.ib.Wa(b,"status-changed",function(){switch(b.getStatus()){case "loaded":var c=b.el,d=(new Date).getTime();Ep(this.he,b.zoom).tileLatencies.push(d-c);this.dispatchEvent(new Sp(this.Lc()));break;case "throttled":Ep(this.he,b.zoom).throttleCount++;this.dispatchEvent(new Tp(b.Ca));break;case "failed":Ep(this.he,b.zoom).errorCount++;this.dispatchEvent(new Up(b.Ca,b.Sk));break;case "aborted":this.dispatchEvent(new Vp(this.Lc()))}})};
686
+ Op.prototype.J=function(){J.prototype.J.call(this);this.yb.forEach(id);this.yb.clear();this.yb=null;id(this.ib);this.sg=this.ib=null};var Pp=function(a,b){return cc(a.yb.aa(),function(c){return c.getStatus()==b})};x("ee.layers.AbstractOverlay",Op);Op.prototype.removeTileCallback=Op.prototype.Zf;Op.prototype.addTileCallback=Op.prototype.Me;var Sp=function(){jd.call(this,"tile-load")};r(Sp,jd);var Rp=function(){jd.call(this,"tile-start")};r(Rp,jd);var Tp=function(){jd.call(this,"tile-throttle")};
687
+ r(Tp,jd);var Up=function(a,b){jd.call(this,"tile-fail");this.errorMessage=b};r(Up,jd);var Vp=function(){jd.call(this,"tile-abort")};r(Vp,jd);var Wp=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(Wp,J);Wp.prototype.getDiv=function(){return this.la};
688
+ var Yp=function(a){if(!a.Df&&a.getStatus()=="loading")throw Error("startLoad() can only be invoked once. Use retryLoad() after the first attempt.");Xp(a,"loading");a.el=(new Date).getTime();a.Ya=new Vi;a.Ya.wc="blob";a.Ya.Wa("complete",function(){var b=ej(a.Ya),c=a.Ya.getStatus();c==429&&Xp(a,"throttled");if(Qi(c)){var d={};Wa(fj(a.Ya),function(g,f){d[f.toLowerCase()]=g});a.yl=d;a.Ai=b;a.Jc()}else if(b){var e=new Mp;e.Wa("loadend",function(){a.gd(e.ca.result)});e.readAsText(b)}else a.gd("Failed to load tile.")},
689
+ !1);a.Ya.Uc("ready",Ea(id,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=Wp.prototype;h.Jc=function(){this.ce(this);Xp(this,"loaded")};h.Fc=function(){id(this.Ya)};
690
+ 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),Xp(this,"failed")):(this.Fc(),setTimeout(w(function(){this.Ra||(this.Df=!0,Yp(this),this.Df=!1)},this),1E3*Math.pow(2,this.ti++)))};h.abort=function(){this.Fc();this.getStatus()!="aborted"&&this.getStatus()!="removed"&&Xp(this,this.je in Zp?"removed":"aborted")};h.getStatus=function(){return this.je};var Xp=function(a,b){a.je=b;a.dispatchEvent("status-changed")};
691
+ Wp.prototype.J=function(){J.prototype.J.call(this);this.Fc();this.la.remove();this.ce=null};var Zp={aborted:!0,failed:!0,loaded:!0,removed:!0};var $p=function(){H.call(this)};r($p,H);var aq=function(a,b){Op.call(this,a,b);this.Rg=new Yd;this.ph=new Yd};r(aq,Op);aq.prototype.dh=function(a,b,c,d){var e=new bq(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};aq.prototype.J=function(){Op.prototype.J.call(this);this.ph=this.Rg=null};x("ee.layers.BinaryOverlay",aq);var bq=function(a,b,c,d){Wp.call(this,a,b,c,d)};r(bq,Wp);
692
+ bq.prototype.Jc=function(){var a=new Mp;a.Wa("loadend",function(){this.yd=a.ca.result;Wp.prototype.Jc.call(this)},void 0,this);a.readAsArrayBuffer(this.Ai)};var cq=function(a){J.call(this);this.Pc={};this.Oc={};this.Sb=new Fp(this);this.X=a;this.We=!1};y(cq,J);var dq=["load","abort","error"],eq=function(a,b,c){if(c=typeof c==="string"?c:c.src)a.We=!1,a.Pc[b]={src:c,bh:null}},fq=function(a,b){delete a.Pc[b];var c=a.Oc[b];c&&(delete a.Oc[b],a.Sb.se(c,dq,a.bi))};
693
+ cq.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 Hh(Gh(d)):lb||(lb=new Hh)).Qk("IMG")}else d=new Image;c.bh&&(d.crossOrigin=c.bh);this.Sb.Wa(d,dq,this.bi);this.Oc[b]=d;d.id=b;d.src=c.src}},this)};
694
+ cq.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));fq(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"))}};cq.prototype.J=function(){delete this.Pc;delete this.Oc;id(this.Sb);cq.L.J.call(this)};var gq=function(a,b){Op.call(this,a,b)};r(gq,Op);gq.prototype.dh=function(a,b,c,d){return new hq(a,b,c,d)};x("ee.layers.ImageOverlay",gq);var hq=function(a,b,c,d){Wp.call(this,a,b,c,d);this.ce=iq;this.Fh=this.ga=this.Qd=null;this.Xc=""};r(hq,Wp);
695
+ hq.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 cq;eq(this.ga,this.la.id+"-image",b);this.Fh=zd(this.ga,jq,function(c){c.type=="load"?(this.Qd=c.target,Wp.prototype.Jc.call(this)):this.gd()},void 0,this);this.ga.start()};hq.prototype.Fc=function(){Wp.prototype.Fc.call(this);this.ga&&(Id(this.Fh),id(this.ga))};hq.prototype.J=function(){Wp.prototype.J.call(this);this.Xc&&URL.revokeObjectURL(this.Xc)};
696
+ var iq=function(a){a.la.appendChild(a.Qd)},jq=["load","abort","error"];var kq=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 lq=function(a,b,c,d){H.call(this);this.Qg=a;this.Yb=b;this.ng=d||"";this.Wd=c};r(lq,$p);lq.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(mq,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"))?Xp(a,"loaded"):d(e)},a);Yp(a)};
697
+ lq.prototype.getUniqueId=function(){return[this.Qg,this.Yb,this.Wd,this.ng].join("-")};lq.prototype.Ld=function(a,b){a=kq("https://storage.googleapis.com",this.Qg,this.Yb,String(b),String(a.x),String(a.y));this.ng&&(a+=this.ng);return a};
698
+ var mq=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",lq);var nq=function(){this.La=[];this.Qa=[]};h=nq.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 dc(this.La,a)||dc(this.Qa,a)};
699
+ h.remove=function(a){var b=this.La;var c=Xb(b,a);c>=0?(fc(b,c),b=!0):b=!1;return b||ec(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 oq=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 nq;this.ub=new be;this.delay=0;this.Ef=null;this.rd()};y(oq,H);oq.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}};
700
+ var pq=function(a,b){return a.ub.remove(b)?(a.Le(b),!0):!1};h=oq.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};
701
+ 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(){oq.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 qq=function(a,b){this.Lh=a;this.te=b};qq.prototype.getKey=function(){return this.Lh};qq.prototype.clone=function(){return new qq(this.Lh,this.te)};var rq=function(a){this.Aa=[];if(a)a:{if(a instanceof rq){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 qq(b[d],a[d]));break a}}else b=ab(a),a=$a(a);for(c=0;c<b.length;c++)sq(this,b[c],a[c])}},sq=function(a,b,c){var d=a.Aa;d.push(new qq(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=rq.prototype;
701
702
  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};
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);
703
+ 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 rq(this)};h.R=function(){return this.Aa.length};h.isEmpty=function(){return this.Aa.length===0};h.clear=function(){this.Aa.length=0};var tq=function(){rq.apply(this,arguments)};r(tq,rq);tq.prototype.enqueue=function(a,b){sq(this,a,b)};tq.prototype.Hc=function(){return this.remove()};var uq=function(a,b){this.nh=void 0;this.fe=new tq;oq.call(this,a,b)};y(uq,oq);h=uq.prototype;h.Mc=function(a,b){if(!a)return(a=uq.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){uq.L.Le.call(this,a);this.Nd()};h.rd=function(){uq.L.rd.call(this);this.Nd()};
704
+ h.J=function(){uq.L.J.call(this);t.clearTimeout(this.nh);this.fe.clear();this.fe=null};var vq=function(a,b){H.call(this);this.Hf=a;this.ua=b||null};r(vq,$p);vq.prototype.Gf=function(a,b){var c=this,d=Ad(a,"status-changed",function(){switch(a.getStatus()){case "loaded":var e=a.yl["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.ql(a.la.id),Id(d)}},void 0,this);a.Ca=this.Ld(a.qb,a.zoom);wq().Mc(function(e){c.xf(a,e)},b)};vq.prototype.getUniqueId=function(){return this.Hf.mapid+"-"+this.Hf.token};
705
+ vq.prototype.xf=function(a,b){var c=wq();if(a.Ra||a.getStatus()=="aborted")pq(c,b);else{var d=Ad(a,"status-changed",function(){a.je in Zp&&(Id(d),pq(c,b))});Yp(a)}};vq.prototype.Ld=function(a,b){a=Dl(this.Hf,a.x,a.y,b);return this.ua&&this.ua.isEnabled()?a+"&profiling=1":a};var wq=function(){xq||(xq=new uq(0,4));return xq};x("ee.layers.EarthEngineTileSource",vq);var xq=null;var yq=function(a){H.call(this);this.Ji=a};r(yq,$p);yq.prototype.Gf=function(a){a.Ca=this.Ji.formatTileUrl(a.qb.x,a.qb.y,a.zoom);Yp(a)};yq.prototype.getUniqueId=function(){return this.Ji.token};x("ee.layers.FeatureViewTileSource",yq);var Aq=function(){J.call(this);this.pe=new zq(0,60);this.vc=new Yd};r(Aq,J);Aq.prototype.send=function(a,b,c,d,e){if(this.vc.get(a))throw Error("[ee.MapTileManager] ID in use");b=new Bq(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};Aq.prototype.abort=function(a){if(a=this.vc.get(a))a.jc||(a.jc=!0,a.Ja=new jd("abort")),this.oi(a)};
706
+ Aq.prototype.xf=function(a,b){if(a.ga||a.jc)Cq(this,b);else if(a.Li=b,b.setActive(!0),b=new cq,a.ga=b,!a.retry())throw Error("Cannot dispatch first request!");};Aq.prototype.oi=function(a){this.vc.remove(a.getId());a.ga&&(Cq(this,a.Li),a.ga.dispose());a.yf&&a.yf(a.Ja,a.ki)};var Cq=function(a,b){b.setActive(!1);if(!pq(a.pe,b))throw Error("Object not released");};
707
+ Aq.prototype.J=function(){J.prototype.J.call(this);this.pe.dispose();this.pe=null;var a=this.vc;Yb(a.aa(),function(b){b.dispose()});a.clear();this.vc=null};x("ee.MapTileManager",Aq);var Bq=function(a,b,c,d,e){H.call(this);this.fa=a;this.El=b;this.jl=e!==void 0?e:1;this.yf=c;this.ac=d};r(Bq,H);h=Bq.prototype;h.getId=function(){return this.fa};h.getUrl=function(){return this.El};
708
+ 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++;fq(this.ga,this.fa);setTimeout(w(this.zl,this),0);return!0};
709
+ h.zl=function(){if(!this.jc){var a=w(function(d){this.jc||(eq(this.ga,this.fa,d),zd(this.ga,Dq,w(this.Xk,this)),this.ga.start())},this),b=this.getUrl();if($c(b).Ba.Ob("profiling")){var c=new Vi;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(ej(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;
710
+ h.Li=null;h.Ja=null;h.ki=null;var Dq=["load","abort","error"],Eq=function(){H.call(this);this.Ea=!1};r(Eq,H);Eq.prototype.setActive=function(a){this.Ea=a};Eq.prototype.isActive=function(){return this.Ea};var zq=function(a,b){uq.call(this,a,b)};r(zq,uq);zq.prototype.Ze=function(){return new Eq};zq.prototype.Cd=function(a){a.dispose()};zq.prototype.Qf=function(a){return!a.Ra&&!a.isActive()};var Fq=function(a,b,c,d,e){he.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 be;this.Rf=1;this.ua=e||null};r(Fq,he);h=Fq.prototype;h.Me=function(a){return Ad(this,"tileevent",a)};h.Zf=function(a){Id(a)};
711
+ 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=ie(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=Ch("DIV",{id:b});var d=(new Date).getTime()/1E3;this.zb.push(b);tl(Aq).send(b,a,d,w(this.Wk,this,c,b));Cp(this);return c};h.Lc=function(){return this.zb.length};
712
+ h.releaseTile=function(a){tl(Aq).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.ql(a.id))};h.setOpacity=function(a){this.Rf=a;var b=this.ug.Da();Td(b,function(c){Np(c,a)})};
713
+ h.Wk=function(a,b,c,d){c.type=="error"?(ec(this.zb,b),this.tg.add(b),this.dispatchEvent(c)):(ec(this.zb,b),c.target&&c.type=="load"&&(c=c.target,this.ug.add(c),this.Rf!=1&&Np(c,this.Rf),a.appendChild(c)),Cp(this));this.ua&&d!==null&&this.ua.Kk(b,d)};x("ee.MapLayerOverlay",Fq);Fq.prototype.removeTileCallback=Fq.prototype.Zf;Fq.prototype.addTileCallback=Fq.prototype.Me;Fq.prototype.getTile=Fq.prototype.getTile;Fq.prototype.setOpacity=Fq.prototype.setOpacity;Fq.prototype.releaseTile=Fq.prototype.releaseTile;(function(){var a={},b="ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toBigQuery ee.batch.Export.image.toCloudStorage ee.batch.Export.video.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.video.toDrive ee.batch.Export.table.toDrive ee.batch.Export.image.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.map.toCloudStorage ee.Collection.prototype.filterMetadata ee.Collection.prototype.limit ee.Collection.prototype.sort ee.Collection.prototype.iterate ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.filter ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.aside ee.data.listOperations ee.data.cancelOperation ee.data.startTableIngestion ee.data.getDownloadId ee.data.getWorkloadTag ee.data.authenticateViaPopup ee.data.makeDownloadUrl ee.data.getAssetAcl ee.data.listImages ee.data.getFeatureViewTilesKey ee.data.listFeatures ee.data.getAsset ee.data.getAssetRoots ee.data.authenticateViaPrivateKey ee.data.setWorkloadTag ee.data.getOperation ee.data.createAssetHome ee.data.newTaskId ee.data.computeValue ee.data.getThumbId ee.data.getInfo ee.data.createAsset ee.data.setDefaultWorkloadTag ee.data.resetWorkloadTag ee.data.cancelTask ee.data.makeThumbUrl ee.data.getVideoThumbId ee.data.updateAsset ee.data.getFilmstripThumbId ee.data.getTaskStatus ee.data.updateTask ee.data.getList ee.data.startProcessing ee.data.listAssets ee.data.startIngestion ee.data.createFolder ee.data.setAssetAcl ee.data.authenticateViaOauth ee.data.getMapId ee.data.renameAsset ee.data.setAssetProperties ee.data.getTaskList ee.data.authenticate ee.data.copyAsset ee.data.listBuckets ee.data.getTileUrl ee.data.getTableDownloadId ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.getTaskListWithLimit ee.data.makeTableDownloadUrl 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 ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.FeatureCollection.prototype.getMap ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection ee.Filter.and ee.Filter.inList ee.Filter.gt ee.Filter.or ee.Filter.prototype.not ee.Filter.lt ee.Filter.neq ee.Filter.lte ee.Filter.gte ee.Filter.metadata ee.Filter.date ee.Filter.bounds ee.Filter ee.Filter.eq ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.MultiPoint ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.MultiLineString ee.Geometry.prototype.toGeoJSON ee.Geometry.LinearRing ee.Geometry.prototype.toGeoJSONString ee.Geometry.BBox ee.Geometry.LineString ee.Image.rgb ee.Image.prototype.getThumbURL ee.Image.prototype.getDownloadURL ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.prototype.getThumbId ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.clip ee.Image.cat ee.Image.prototype.rename ee.Image ee.Image.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.first ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMapId ee.List ee.Number ee.Serializer.toReadableJSON ee.Serializer.toReadableCloudApiJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.toJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
714
+ c=[["name","namedArgs"],["name"],["name","var_args"],"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "),
715
+ "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "),"collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),"collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
716
+ "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(" "),
717
+ ["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(" "),"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(" "),
718
+ ["name","operator","value"],["max","opt_property","opt_ascending"],["property","opt_ascending"],["algorithm","opt_first"],["start","opt_end"],["algorithm","opt_dropNulls"],["filter"],["geometry"],["callback"],["opt_callback"],["legacy"],["func","var_args"],["opt_limit","opt_callback"],["operationName","opt_callback"],["taskId","request","opt_callback"],["params","opt_callback"],[],["opt_success","opt_error"],["id"],["assetId","opt_callback"],["parent","opt_params","opt_callback"],["params","opt_callback"],
719
+ ["asset","params","opt_callback"],["id","opt_callback"],["opt_callback"],["privateKey","opt_success","opt_error","opt_extraScopes","opt_suppressDefaultScopes"],["tag"],["operationName","opt_callback"],["requestedId","opt_callback"],["opt_count","opt_callback"],["obj","opt_callback"],["params","opt_callback"],["id","opt_callback"],["value","opt_path","opt_force","opt_properties","opt_callback"],["tag"],["opt_resetDefault"],["taskId","opt_callback"],["id"],["params","opt_callback"],["assetId","asset",
720
+ "updateFields","opt_callback"],["params","opt_callback"],["taskId","opt_callback"],["taskId","action","opt_callback"],["params","opt_callback"],["taskId","params","opt_callback"],["parent","opt_params","opt_callback"],["taskId","request","opt_callback"],["path","opt_force","opt_callback"],["assetId","aclUpdate","opt_callback"],"clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "),["params","opt_callback"],["sourceId","destinationId","opt_callback"],
721
+ ["assetId","properties","opt_callback"],["opt_callback"],["clientId","success","opt_error","opt_extraScopes","opt_onImmediateFailed"],["sourceId","destinationId","opt_overwrite","opt_callback"],["project","opt_callback"],["id","x","y","z"],["params","opt_callback"],["assetId","opt_callback"],["rootId","opt_callback"],["opt_limit","opt_callback"],["id"],["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(" "),
722
+ ["var_args"],[],["geometry","opt_properties"],["opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_visParams","opt_callback"],["opt_format","opt_selectors","opt_filename","opt_callback"],["opt_visParams","opt_callback"],["opt_callback"],["propertySelectors","opt_newProperties","opt_retainGeometry"],["args","opt_column"],["var_args"],["opt_leftField","opt_rightValue","opt_rightField","opt_leftValue"],["name","value"],["var_args"],[],["name","value"],["name","value"],
723
+ ["name","value"],["name","value"],["name","operator","value"],["start","opt_end"],["geometry","opt_errorMargin"],["opt_filter"],["name","value"],["var_args"],["namedArgs"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["geoJson","opt_proj","opt_geodesic","opt_evenOdd"],["legacy"],["coords","opt_proj","opt_geodesic","opt_evenOdd"],["coords","opt_proj"],["coords","opt_proj","opt_geodesic","opt_maxError","opt_evenOdd"],["coords","opt_proj","opt_geodesic","opt_maxError"],
724
+ [],["coords","opt_proj","opt_geodesic","opt_maxError"],[],["west","south","east","north"],["coords","opt_proj","opt_geodesic","opt_maxError"],["r","g","b"],["params","opt_callback"],["params","opt_callback"],["expression","opt_map"],["opt_visParams","opt_callback"],["params","opt_callback"],["opt_callback"],["opt_visParams","opt_callback"],["geometry"],["var_args"],["var_args"],["opt_args"],["var_args"],["opt_visParams","opt_callback"],["params","opt_callback"],["opt_callback"],["selectors","opt_names"],
725
+ [],["imageCollection","opt_linkedBands","opt_linkedProperties","opt_matchPropertyName"],["args"],["params","opt_callback"],["opt_visParams","opt_callback"],["list"],["number"],["obj"],["obj"],["obj"],["obj","opt_isCompound"],["obj"],["obj"],["obj"],["string"],[]];[Xm,Wm,Q,Ho,Eo,xo,Fo,Do,Go,Bo,yo,Co,Ao,Io,vo,zo,V.prototype.mf,V.prototype.limit,V.prototype.sort,V.prototype.Kh,V.prototype.lf,V.prototype.map,V.prototype.filter,V.prototype.vh,O.prototype.evaluate,O.prototype.V,O.prototype.va,O.prototype.Eg,
726
+ Wl,Xl,mm,Ml,Al,ul,Nl,Am,rm,El,Fl,nm,tm,xl,Gm,Yl,um,Ql,Gl,Hl,nm,vm,Hm,Im,$l,Kl,Il,Bm,Jl,Tl,Zl,pm,gm,qm,km,wm,Cm,vl,Cl,xm,Dm,Vl,wl,ym,sm,Dl,Ol,zm,Em,Ul,Pl,Zo,cp,dp,hp,bp,ip,up,wp,tp,vp,xp,256,rp,S.prototype.set,Sj,W,W.prototype.V,W.prototype.S,W.prototype.getMap,X.prototype.getMap,X.prototype.rb,X.prototype.S,X.prototype.V,X.prototype.select,X,Qn,Tn,On,Rn,U.prototype.rc,Mn,Ln,Pn,Nn,Vn,Sn,Un,U,Kn,Rm.prototype.call,Rm.prototype.apply,tn,Cn,T,T.prototype.va,un,qn,Bn,An,T.prototype.oe,zn,T.prototype.wg,
727
+ vn,yn,io,N.prototype.vf,N.prototype.rb,N.prototype.l,N.prototype.getMap,N.prototype.Kd,N.prototype.V,N.prototype.S,N.prototype.clip,jo,N.prototype.pi,N,N.prototype.select,Y.prototype.getMap,Y.prototype.tf,Y.prototype.V,Y.prototype.select,Y.prototype.first,Y.prototype.Ff,Y,Y.prototype.wf,Y.prototype.S,ko,Po,Rk,$k,Yk,Ok,Zk,Pk,Uk,So,lp].forEach(function(d,e){d&&(a[d.toString()]={name:b[e],paramNames:c[e]})});t.EXPORTED_FN_INFO=a})();}).call(this);