Nate Schmitz
|
600c50737e
|
No public description
PiperOrigin-RevId: 666439320
|
2024-08-22 12:03:10 -07:00 |
|
Kurt Schwehr
|
d2a821534e
|
image.py: Make the seed argument of random be optional.
https://issuetracker.google.com/issues/361535280
PiperOrigin-RevId: 666422196
|
2024-08-22 11:16:38 -07:00 |
|
Nate Schmitz
|
3960d206f2
|
element: Allow datetime objects as args on ee.Element.set.
PiperOrigin-RevId: 665383517
|
2024-08-20 08:51:49 -07:00 |
|
Google Earth Engine Authors
|
09dc47e224
|
internal change
PiperOrigin-RevId: 665003575
|
2024-08-19 15:18:07 -07:00 |
|
Kurt Schwehr
|
5c499425d9
|
ee_number.py: Fix doc string for ee.Number.format.
PiperOrigin-RevId: 664792269
|
2024-08-19 07:10:16 -07:00 |
|
Nate Schmitz
|
a867ac1e7c
|
oauth: Fix a bad error message when initializing without a project on BigQuery Studio.
PiperOrigin-RevId: 663329957
|
2024-08-15 09:19:38 -07:00 |
|
Kurt Schwehr
|
1655220011
|
image.py: Remove space between arc and sin, cos, tan.
PiperOrigin-RevId: 662531992
|
2024-08-13 08:45:33 -07:00 |
|
Sufyan Abbasi
|
0a998b3a75
|
Set version number to v0.1.417.
PiperOrigin-RevId: 662180252
|
2024-08-12 12:08:48 -07:00 |
|
Kurt Schwehr
|
9bf45c8824
|
_arg_types.py: Add an empty Tuple case to List
PiperOrigin-RevId: 661342690
|
2024-08-09 11:34:17 -07:00 |
|
Kurt Schwehr
|
f63eb81c08
|
Unify python arguments types in _arg_types.py.
PiperOrigin-RevId: 660924888
|
2024-08-08 11:52:08 -07:00 |
|
Kurt Schwehr
|
39262c0fd1
|
ee_list.py: Use _ReducerType for reduce's reducer arg.
PiperOrigin-RevId: 660631735
|
2024-08-07 19:16:01 -07:00 |
|
Kurt Schwehr
|
8c8fd47ca5
|
ee_array.py: User _ReducerType for Array's reduce methods.
PiperOrigin-RevId: 660623629
|
2024-08-07 18:52:15 -07:00 |
|
Kurt Schwehr
|
a5ef8d3a6c
|
image.py: Handle redefined-outer-name by renaming module imports.
PiperOrigin-RevId: 660460453
|
2024-08-07 11:09:31 -07:00 |
|
Kurt Schwehr
|
9d7b5db79d
|
featurecollection.py: Fix redefined pylint complaints for args and suppress redefined-builtin pylint complaints.
PiperOrigin-RevId: 660450806
|
2024-08-07 10:46:51 -07:00 |
|
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 |
|