512 Commits

Author SHA1 Message Date
Kurt Schwehr
d1a124a2ba join.py: Add FeatureCollection to _FeatureCollectionType.
PiperOrigin-RevId: 659548085
2024-08-05 07:33:05 -07:00
Kurt Schwehr
0449c55a8e image.py: Add native ee types to type aliases for ImageCollection, Image, and List
PiperOrigin-RevId: 659543806
2024-08-05 07:15:46 -07:00
Kurt Schwehr
41be2f84a1 confusionmatrix.py: Improve the type annotation for __init__'s array argument and it is not Optional.
PiperOrigin-RevId: 658910558
2024-08-02 14:42:24 -07:00
Kurt Schwehr
52f9806e76 clusterer.py: Remove unused _ClustererType .
PiperOrigin-RevId: 658906348
2024-08-02 14:28:45 -07:00
Kurt Schwehr
d583ec599e image.py: Fix type annotation of linkedBands in linkCollection
PiperOrigin-RevId: 658840430
2024-08-02 10:58:36 -07:00
Kurt Schwehr
de7529498d geometry.py: Add ee.Geometry.centroid.
PiperOrigin-RevId: 658458731
2024-08-01 10:50:00 -07:00
Kurt Schwehr
b2e4a700e4 collection.py: Add static method for first.
PiperOrigin-RevId: 658177983
2024-07-31 16:15:15 -07:00
Kurt Schwehr
a09bcf3305 model.py: Add methods for fromAiPlatformPredictor and fromVertexAi.
PiperOrigin-RevId: 658156590
2024-07-31 15:09:38 -07:00
Kurt Schwehr
530e80db46 image.py: Add clipToBoundsAndScale static method.
PiperOrigin-RevId: 658155557
2024-07-31 15:07:10 -07:00
Kurt Schwehr
82a71a39f9 model_test.py: Refactor test data.
PiperOrigin-RevId: 658104296
2024-07-31 12:35:17 -07:00
Kurt Schwehr
5142e16d72 model_test.py: Add more complete testing of fromVertexAi.
PiperOrigin-RevId: 658038937
2024-07-31 09:40:09 -07:00
Nate Schmitz
04035e79a9 oauth: Check to make sure credentials are valid when getting persistent credentials.
PiperOrigin-RevId: 657820352
2024-07-30 19:47:32 -07:00
Kurt Schwehr
864d62166b model_test.py: Add serialization test for fromAiPlatformPredictor.
PiperOrigin-RevId: 657769213
2024-07-30 16:27:22 -07:00
Kurt Schwehr
12ba9e56e0 image.py: Add remap static method.
PiperOrigin-RevId: 657728881
2024-07-30 14:21:42 -07:00
Kurt Schwehr
8f7d5c55e4 imagecollection.py: Add static methods for reduce.{And,max,mean,median,min,mode,Or,product,sum}
PiperOrigin-RevId: 657718086
2024-07-30 13:50:15 -07:00
Kurt Schwehr
9995a12c45 image.py: Add geometry static method.
PiperOrigin-RevId: 657710186
2024-07-30 13:27:51 -07:00
Kurt Schwehr
26ca728808 image.py: Add load static method.
PiperOrigin-RevId: 657706480
2024-07-30 13:16:46 -07:00
Kurt Schwehr
2a726de880 model.py: Add static methods for predictImage and predictProperties.
PiperOrigin-RevId: 657706278
2024-07-30 13:15:39 -07:00
Kurt Schwehr
f369dc2821 Bump version number to 0.1.415
PiperOrigin-RevId: 657604314
2024-07-30 08:35:48 -07:00
Kurt Schwehr
59e3ce051c model_test.py: Add serialization tests for predictImage and predictProperties.
PiperOrigin-RevId: 657023477
2024-07-28 17:57:07 -07:00
Nate Schmitz
8338663c83 Bump version number.
PiperOrigin-RevId: 656553361
2024-07-26 15:53:51 -07:00
Nate Schmitz
88957895f2 data: Update error message when uninitialized.
PiperOrigin-RevId: 656552867
2024-07-26 15:51:22 -07:00
Kurt Schwehr
5b94d6e641 image.py: Add loadGeoTIFF static method.
PiperOrigin-RevId: 656537681
2024-07-26 14:56:45 -07:00
Kurt Schwehr
cfc211a189 geometry.py: Add static methods for fromS2CellId, fromS2CellToken, s2Cell.
PiperOrigin-RevId: 656536314
2024-07-26 14:52:14 -07:00
Kurt Schwehr
333a3fbcdf image.py: Add constant static method.
PiperOrigin-RevId: 656500146
2024-07-26 12:57:09 -07:00
Kurt Schwehr
a1aa52bbbb number.py: Add static methods for clamp, expression, and parse.
PiperOrigin-RevId: 656499791
2024-07-26 12:55:38 -07:00
Kurt Schwehr
8de747f5ce image.py: Add random static method.
PiperOrigin-RevId: 655723766
2024-07-24 15:38:10 -07:00
Kurt Schwehr
059f1b6b0f image.py: Add static methods paint, pixelArea, pixelCoordinates, pixelLonLat.
PiperOrigin-RevId: 655662259
2024-07-24 12:33:50 -07:00
Kurt Schwehr
fc0cd61a7b image.py: Add matrixIdentity static method.
PiperOrigin-RevId: 655618753
2024-07-24 10:34:47 -07:00
Kurt Schwehr
4efd333cee collection.py: Add static method for geometry.
PiperOrigin-RevId: 655618084
2024-07-24 10:33:26 -07:00
Kurt Schwehr
41bda8d2b0 collection.py: Add static method for merge.
PiperOrigin-RevId: 655602413
2024-07-24 09:53:32 -07:00
Kurt Schwehr
3a61f6415e image.py: Add static methods bitwiseAnd and hypot.
PiperOrigin-RevId: 655602375
2024-07-24 09:52:12 -07:00
Kurt Schwehr
e03326cbd5 element.py: Add get static method.
PiperOrigin-RevId: 655602078
2024-07-24 09:50:55 -07:00
Kurt Schwehr
3ac7faa285 collection.py: Add static methods for loadTable.
PiperOrigin-RevId: 655579295
2024-07-24 08:37:26 -07:00
Google Earth Engine Authors
d82675e49a Landsat C1 to C2
PiperOrigin-RevId: 655287698
2024-07-23 13:41:49 -07:00
Kurt Schwehr
d4292d5e1e collection.py: Switch return from Any to ComputedObject for aggregate_*.
PiperOrigin-RevId: 655213854
2024-07-23 10:24:17 -07:00
Kurt Schwehr
21f53bafcd collection.py: Add static method for aggregate_count
PiperOrigin-RevId: 654809128
2024-07-22 10:30:24 -07:00
Kurt Schwehr
e499dcea3a collection.py: Fix the order of errorMatrix and filter methods.
PiperOrigin-RevId: 654100898
2024-07-19 13:03:55 -07:00
Kurt Schwehr
05fbd63455 geometry.py: Add static methods.
PiperOrigin-RevId: 653786656
2024-07-18 16:11:13 -07:00
Kurt Schwehr
bcefcad9a0 collection.py: Add static methods for aggregate_*.
PiperOrigin-RevId: 653781782
2024-07-18 15:54:24 -07:00
Kurt Schwehr
0fc9a97d66 collection.py: Add methods inherited from collection.py.
PiperOrigin-RevId: 653778620
2024-07-18 15:42:07 -07:00
Kurt Schwehr
4256db3ee3 geometry_point_test.py: Add tests for ee.Geometry.Point methods.
PiperOrigin-RevId: 653658098
2024-07-18 09:50:07 -07:00
Google Earth Engine Authors
6139d72c73 Update release for v0.1.413.
PiperOrigin-RevId: 653629039
2024-07-18 08:30:17 -07:00
Kurt Schwehr
99655e5140 *collection_test.py: Add tests for aggregate_*
PiperOrigin-RevId: 653242746
2024-07-17 08:30:34 -07:00
Kurt Schwehr
fa8a0d1148 featurecollection_test.py: Add tests for methods inherited from collection.py.
PiperOrigin-RevId: 652965873
2024-07-16 13:54:09 -07:00
Kurt Schwehr
f24230d5e2 imagecollection_test.py: Add tests for methods inherited from collection.py.
PiperOrigin-RevId: 652951145
2024-07-16 13:11:18 -07:00
Google Earth Engine Authors
3e95c18250 Don't show removal date on deprecated assets if it has already passed.
PiperOrigin-RevId: 652560476
2024-07-15 12:15:25 -07:00
Kurt Schwehr
1a451ab766 element.py: Add static methods.
PiperOrigin-RevId: 652515602
2024-07-15 10:01:41 -07:00
Kurt Schwehr
7654a0a037 element.py: Add copyProperties
PiperOrigin-RevId: 652499848
2024-07-15 09:05:39 -07:00
Kurt Schwehr
ed0d8ffc72 image.py: Add copyProperties static method
PiperOrigin-RevId: 652474400
2024-07-15 07:30:24 -07:00