Skip to content

Commit e5103b5

Browse files
githubActionAutoMergegithubActionAutoMerge
authored andcommitted
update generated library bundles
1 parent 3ae886d commit e5103b5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

loadAll

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loadAll4py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var libs={ImageCollection: {toArrayPerBandWithMask: require('./ImageCollection/toArrayPerBandWithMask'), OtsuThreshold: require('./ImageCollection/OtsuThreshold'), movingWindow: require('./ImageCollection/movingWindow'), SavatskyGolayFilter: require('./ImageCollection/SavatskyGolayFilter'), medoid: require('./ImageCollection/medoid'), enhancingCollection: require('./ImageCollection/enhancingCollection'), fromSingleImage: require('./ImageCollection/fromSingleImage')}, Date: {sunRiseSet: require('./Date/sunRiseSet'), sunPosition: require('./Date/sunPosition')}, Algorithms: {MODIS: {terrainShadow: require('./Algorithms/MODIS/terrainShadow')}, Sentinel2: {cloudfree: require('./Algorithms/Sentinel2/cloudfree')}, Landsat: {cropToOverlapFree: require('./Algorithms/Landsat/cropToOverlapFree')}, Sentinel1: {removeS1BlackBorders: require('./Algorithms/Sentinel1/removeS1BlackBorders')}}, plotly: {directDraw: require('./plotly/directDraw'), histogram: require('./plotly/histogram'), plot: require('./plotly/plot'), hist2D: require('./plotly/hist2D'), scatter: require('./plotly/scatter'), barChart: require('./plotly/barChart'), donutChart: require('./plotly/donutChart'), sankeyDiagram: require('./plotly/sankeyDiagram')}, Geometry: {geometryWorldwide: require('./Geometry/geometryWorldwide'), fromText: require('./Geometry/fromText')}, util: {addTimePrototype: require('./util/addTimePrototype')}, Filter: {asymmetricMaxDifference: require('./Filter/asymmetricMaxDifference')}, debug: {Terminal: require('./debug/Terminal')}, Array: {dtwDistance: require('./Array/dtwDistance'), matrixUnit: require('./Array/matrixUnit')}, FeatureCollection: {fromList: require('./FeatureCollection/fromList')}, Image: {arrayDTW: require('./Image/arrayDTW'), kriging: require('./Image/kriging'), propertyAsBand: require('./Image/propertyAsBand'), inverseDistanceInterpolation: require('./Image/inverseDistanceInterpolation'), semivariogram: require('./Image/semivariogram'), arrayMatrixUnit: require('./Image/arrayMatrixUnit')}, Feature: {asLabel: require('./Feature/asLabel')}, data: {deleteImageCollection: require('./data/deleteImageCollection')}, Export: {ImageCollection: {create: require('./Export/ImageCollection/create'), toAsset: require('./Export/ImageCollection/toAsset'), toDrive: require('./Export/ImageCollection/toDrive'), asImageToAsset: require('./Export/ImageCollection/asImageToAsset')}, Image: {toAsset: require('./Export/Image/toAsset'), toDrive: require('./Export/Image/toDrive')}, loadIfExistElseExport: require('./Export/loadIfExistElseExport')}, Map: {mapshot: require('./Map/mapshot'), scaleWidget: require('./Map/scaleWidget'), scaleLayer: require('./Map/scaleLayer'), symbol: require('./Map/symbol')}, Python: {require: require('./Python/require'), run: require('./Python/run')}, Element: {addTimeProperties: require('./Element/addTimeProperties')}, internal: require('./internal')}
22

3-
//generated automatically the 2026-06-27 20:11:33.798892UTC
3+
//generated automatically the 2026-06-27 20:18:21.715769UTC
44

55
exports.all=libs.internal.setupLibrary(libs);

loadAllSF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ run: eval("(function(){var exports={};var inputs=[{name:'code',description:'mini
5252
addTimeProperties: eval("(function(){var exports={};var inputs=[{name:'sinceEpoch',description:'minified',type:'boolean',defaultValue:false,optional:false},{name:'timeVariable',description:'minified',type:'string|object',defaultValue:'start',optional:false},{name:'timeZone',description:'minified',type:'string',defaultValue:'UTC',optional:false},{name:'image',description:'minified',type:'ee.Image',optional:true},{name:'feature',description:'minified',type:'ee.Feature',optional:true},{name:'collection',description:'minified',type:'ee.Collection',optional:true},{name:'Return',description:'minified',type:'function|ee.Image|ee.Feature|ee.Collection',defaultValue:null,optional:true}]\nvar reference={name:'addTimeProperties',license:'MIT',description:'minified',contributors:['Mathieu Gravey']};exports.createDocumentation=function(){return{inputs:inputs,reference:reference};}\nexports.createFunction=function(internal,relPath){return function(){var inputDictionary=internal.readInputs(Array.prototype.slice.call(arguments,0),inputs,reference,relPath);internal.addRef(reference,relPath);var sinceEpoch=inputDictionary.sinceEpoch;var timeZone=inputDictionary.timeZone;if(internal.typeObject(inputDictionary.timeVariable)=='string')\nif(inputDictionary.timeVariable=='both')\nvar timeVar=['start','end'];else\nvar timeVar=[inputDictionary.timeVariable];else\nvar timeVar=inputDictionary.timeVariable;var epoch=ee.Date.fromYMD(1970,1,1,timeZone);var fun=function(ft){var obj={};for(var i=0;i<timeVar.length;i++){var localName=timeVar[i];if(localName=='start'){var time=ee.Date(ft.get('system:time_start'));}else if(localName=='end'){var time=ee.Date(ft.get('system:time_end'));}else{var time=ee.Date(ft.get(localName));}\nif(sinceEpoch){obj[\"oeel:\"+localName+\"_hour_epoch\"]=time.difference(epoch,'hour').floor();obj[\"oeel:\"+localName+\"_minute_epoch\"]=time.difference(epoch,'minute').floor();obj[\"oeel:\"+localName+\"_second_epoch\"]=time.difference(epoch,'second').floor();obj[\"oeel:\"+localName+\"_day_epoch\"]=time.difference(epoch,'day').floor();obj[\"oeel:\"+localName+\"_week_epoch\"]=time.difference(epoch,'week').floor();obj[\"oeel:\"+localName+\"_month_epoch\"]=time.difference(epoch,'month').floor();obj[\"oeel:\"+localName+\"_year_epoch\"]=time.difference(epoch,'year').floor();}\nelse{obj[\"oeel:\"+localName+\"_hour\"]=time.get('hour',timeZone);obj[\"oeel:\"+localName+\"_minute\"]=time.get('minute',timeZone);obj[\"oeel:\"+localName+\"_second\"]=time.get('second',timeZone);obj[\"oeel:\"+localName+\"_day\"]=time.get('day',timeZone);obj[\"oeel:\"+localName+\"_week\"]=time.get('week',timeZone);obj[\"oeel:\"+localName+\"_month\"]=time.get('month',timeZone);obj[\"oeel:\"+localName+\"_year\"]=time.get('year',timeZone);}}\nreturn ft.setMulti(obj);}\nif(inputDictionary.image)\nreturn fun(inputDictionary.image);if(inputDictionary.feature)\nreturn fun(inputDictionary.feature);if(inputDictionary.collection)\nreturn inputDictionary.collection.map(fun);return fun;}};return exports})()")},
5353
internal: eval("(function(){var exports={};function convert2Terminals(dict,internal,relativePath,mainlib){var temp={};if(!mainlib){mainlib=temp;}\nfor(var key in dict){if(key=='internal')\ncontinue;var path=relativePath+\".\"+key;if(typeof(dict[key]['createFunction'])=='function'){temp[key]=dict[key].createFunction(internal,path,mainlib);}else{temp[key]=convert2Terminals(dict[key],internal,path,mainlib);}}\nreturn temp;}\nfunction expandTypes(a){var accpetedType=a.split('|');if(accpetedType.indexOf('ee.Collection')>=0){accpetedType.push('ee.FeatureCollection','ee.ImageCollection');}\nif(accpetedType.indexOf('ee.Element')>=0){accpetedType.push('ee.Feature','ee.Image');}\nif(accpetedType.indexOf('integer')>=0){accpetedType.push('number');}\nreturn accpetedType;}\nexports.readInputs=function(args,inputs,algoInfo,relPath){var output={};var arrayInput=true;if(args.length==1&&typeof(args[0])==typeof({})&&(inputs.map(function(x){return x.name}).filter(function(value){return Object.keys(args[0]).indexOf(value)==-1}).length>0||(Object.keys(args[0]).length===0))){output=args[0];arrayInput=false;}\nvar listKeys=Object.keys(output);for(var i=0;i<inputs.length;i++){if(listKeys.indexOf(inputs[i].name)>=0){var localType=exports.typeObject(output[inputs[i].name]);if(expandTypes(inputs[i].type).indexOf(localType)==-1)\n{throw'type for '+inputs[i].name+' should be '+inputs[i].type+', but was '+localType;}}\nelse{if((args.length<=i)||!arrayInput){if(!inputs[i].optional)\nif(inputs[i].defaultValue!='undefined')\noutput[inputs[i].name]=inputs[i].defaultValue;else\nthrow relPath+' require '+inputs[i].name+', but no value or default value provided'}\nelse{if(args[i]!==undefined)\n{output[inputs[i].name]=args[i];var localType=exports.typeObject(output[inputs[i].name]);if(expandTypes(inputs[i].type).indexOf(localType)==-1&&!inputs[i].optional)\n{throw(i+1)+'-th input should be of type for '+inputs[i].type+', but was '+localType;}}}}}\nreturn output;}\nexports.setupLibrary=function(libs,exp){var teminals=convert2Terminals(libs,libs.internal,\"OpenEEL\");teminals.internal=libs;libs.ref=[];libs.internal.addRef=function(ref,path){ref.fullpath=path;libs.ref.push(ref);}\nteminals.refs=function(){return libs.ref;}\nreturn teminals;};function getDoc(dict,relativePath){var temp={};for(var key in dict){if(key=='internal')\ncontinue;var path=relativePath+\".\"+key;if(typeof(dict[key]['createFunction'])=='function'){temp[key]=dict[key].createDocumentation();temp[key].fullPath=path;}else{temp[key]=getDoc(dict[key],path);}}\nreturn temp;}\nexports.getDoc=function(obj){return getDoc(obj,'')}\nexports.getDocumentation=function(libs,exp){return convert2Terminals(libs,\"OpenEEL\");};exports.typeObject=function(a){if(typeof(a)=='object'&&a==null)\nreturn'null';if(typeof(a)=='object'&&String(a).slice(0,3)=='ee.')\n{return String(a).match('ee.*\\\\(')[0].slice(0,-1);}\nelse\nreturn typeof(a);}\nexports.oeeex={sendMessage:function(val){print('OEEex_AddonManager:'+val,'if you can see this message, you should download OEEex the Open Earth Engine extension to unravel its full potential!')}}\nexports.oeeex.confirm={retain:function(theKeyText){exports.oeeex.sendMessage('emoveConfirmRetain:'+theKeyText);},release:function(theKeyText){exports.oeeex.sendMessage('removeConfirmRelease:'+theKeyText);}}\nexports.oeeex.export={image:function(config){exports.oeeex.sendMessage('exportImage:'+JSON.stringify(config));},video:function(config){exports.oeeex.sendMessage('exportVideo:'+JSON.stringify(config));},table:function(config){exports.oeeex.sendMessage('exportTable:'+JSON.stringify(config));}}\nexports.usePrompToCallPython=function(instruction,name){var val=prompt(\"OEEex_Active_AddonPythonCE\",instruction);if(val.answerType==\"error\")\nthrow val.message\nreturn val;};return exports})()")}
5454

55-
//generated automatically the 2026-06-27 20:11:33.846280UTC
55+
//generated automatically the 2026-06-27 20:18:21.759608UTC
5656

5757
exports=libs.internal.setupLibrary(libs);
5858

59-
exports.type="Open Earth Engine Library\nRelease date: 2026-06-27 20:11:33\nPlease refer to the online documentation:\nhttps://www.open-geocomputing.org/OEEL"
59+
exports.type="Open Earth Engine Library\nRelease date: 2026-06-27 20:18:21\nPlease refer to the online documentation:\nhttps://www.open-geocomputing.org/OEEL"

0 commit comments

Comments
 (0)