Nate Schmitz
|
7d50dae2ac
|
Bump version number.
PiperOrigin-RevId: 660035332
|
2024-08-06 11:35:34 -07:00 |
|
Kurt Schwehr
|
fb62e417ac
|
collection.py: Remove extra blank line and reword style's pointShape doc string to fix a pylint arg detection issue.
PiperOrigin-RevId: 660011237
|
2024-08-06 10:37:12 -07:00 |
|
Kurt Schwehr
|
4d79959456
|
ee_number.py: Disable more pylint redefined-builtin complaints about existing args.
PiperOrigin-RevId: 659993920
|
2024-08-06 09:52:55 -07:00 |
|
Kurt Schwehr
|
afb7b1c2b1
|
model.py: Rename import of image to ee_image to avoid confusion with an arg named image.
PiperOrigin-RevId: 659976898
|
2024-08-06 09:01:49 -07:00 |
|
Kurt Schwehr
|
b9b6dc726a
|
Remove quotes around return types of methods.
PiperOrigin-RevId: 659951534
|
2024-08-06 07:43:18 -07:00 |
|
Kurt Schwehr
|
56b20042a8
|
Add ee_list.List to all _ListType aliases.
PiperOrigin-RevId: 659946097
|
2024-08-06 07:25:50 -07:00 |
|
Kurt Schwehr
|
81cc4561b4
|
pixeltype.py: Add from __future__ import annotations
PiperOrigin-RevId: 659664225
|
2024-08-05 13:32:39 -07:00 |
|
Kurt Schwehr
|
3b9f7ac158
|
daterange.py: Allow DateRange to take a datetime.
PiperOrigin-RevId: 659560094
|
2024-08-05 08:18:26 -07:00 |
|
Kurt Schwehr
|
1f28ca7aaa
|
filter.py: Make sure that ee.Filter.date can take a datetime.
PiperOrigin-RevId: 659560085
|
2024-08-05 08:17:17 -07:00 |
|
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 |
|
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 |
|