441 Commits

Author SHA1 Message Date
Kurt Schwehr
9dc41f1ce1 imagecollection.py: Add static methods
PiperOrigin-RevId: 648284082
2024-07-01 01:39:10 -07:00
Kurt Schwehr
8b1cf47510 join_test.py: Add serialization tests.
PiperOrigin-RevId: 647762276
2024-06-28 12:20:36 -07:00
Kurt Schwehr
7cfa0ece18 filter.py: Add static methods.
PiperOrigin-RevId: 647741258
2024-06-28 11:14:29 -07:00
Kurt Schwehr
2794b56b39 join_test.py: Sort existing tests, but put test_join_no_args first.
PiperOrigin-RevId: 647740455
2024-06-28 11:11:47 -07:00
Nate Schmitz
1456de0bf2 Update version number to v0.1.409
PiperOrigin-RevId: 647433548
2024-06-27 13:47:31 -07:00
Kurt Schwehr
a9531d1333 image.py: Add missing Oxford comma in cast.
PiperOrigin-RevId: 647344868
2024-06-27 09:29:30 -07:00
Kurt Schwehr
698c075c50 filter.py: _append's new_filter arg should never be None.
PiperOrigin-RevId: 647092084
2024-06-26 15:09:21 -07:00
Kurt Schwehr
7050de88fe filter.py: 2nd pass at ordering methods
PiperOrigin-RevId: 647062646
2024-06-26 13:37:28 -07:00
Kurt Schwehr
b4bee91cd2 ee_filter.py: Add initial type annotations.
PiperOrigin-RevId: 647003934
2024-06-26 10:49:50 -07:00
Kurt Schwehr
ca38b6b2a8 filter_test.py: Add serialize tests
PiperOrigin-RevId: 646579140
2024-06-25 13:05:04 -07:00
Kurt Schwehr
8b16e07b6b filter.py: Order the existing API methods alphabetically.
PiperOrigin-RevId: 646178374
2024-06-24 12:10:28 -07:00
Kurt Schwehr
c2a489ab0e feature.py: Add static methods.
PiperOrigin-RevId: 646176176
2024-06-24 12:03:41 -07:00
Kurt Schwehr
73515639d0 featurecollection.py: Add static methods.
PiperOrigin-RevId: 645540312
2024-06-21 17:00:50 -07:00
Kurt Schwehr
6aa4bb5f43 filter_test.py: Convert all test methods to snake case.
PiperOrigin-RevId: 645536958
2024-06-21 16:44:31 -07:00
Nate Schmitz
928cf061fb Bump version number to 0.1.408
PiperOrigin-RevId: 645446975
2024-06-21 11:18:25 -07:00
Kurt Schwehr
eb41533616 image.py: Remove duplicate _ReducerType.
PiperOrigin-RevId: 645406156
2024-06-21 09:03:35 -07:00
Kurt Schwehr
d456058b8c ee_string.py: Add static constructor for encodeJSON.
PiperOrigin-RevId: 645179065
2024-06-20 15:43:01 -07:00
Kurt Schwehr
6ab59a6bd1 dictionary.py: Add static method constructor for fromLists.
PiperOrigin-RevId: 645172492
2024-06-20 15:19:48 -07:00
Kurt Schwehr
af57d92cd2 ee_array.py: Add bitsToArray @staticmethod constructor.
PiperOrigin-RevId: 645170744
2024-06-20 15:13:07 -07:00
Kurt Schwehr
0af18797db Fix typo in python testing: UsupportedUnsupported.
PiperOrigin-RevId: 645162022
2024-06-20 14:45:52 -07:00
Kurt Schwehr
fadfe753af date.py: Add static methods constructors fromYMD and parse.
PiperOrigin-RevId: 645100615
2024-06-20 11:26:24 -07:00
Kurt Schwehr
b6e91419c1 projection.py: Add static methods.
PiperOrigin-RevId: 645097695
2024-06-20 11:18:18 -07:00
Kurt Schwehr
6bc8d881db daterange.py: Add static constructor for unbounded.
PiperOrigin-RevId: 645077479
2024-06-20 10:23:47 -07:00
Kurt Schwehr
91910eff87 image.py: http://https:// for dois
PiperOrigin-RevId: 645050452
2024-06-20 08:58:49 -07:00
Kurt Schwehr
a8a6542387 ee_list.py: Fix typo - '..' → .
PiperOrigin-RevId: 645027688
2024-06-20 07:44:30 -07:00
Kurt Schwehr
54930b6f2e terrain.py: Add static methods.
PiperOrigin-RevId: 645017579
2024-06-20 07:05:13 -07:00
Kurt Schwehr
5d9e247563 pixeltype.py: Add static methods for constructors without args.
PiperOrigin-RevId: 644468693
2024-06-18 12:04:58 -07:00
Kurt Schwehr
74f0b0f6dd ee_list.py: Add staticmethod constructors for repeat and sequence
PiperOrigin-RevId: 644468483
2024-06-18 12:04:09 -07:00
Kurt Schwehr
ef01c3ca66 data.py: Add deprecation message to setAssetProperties to match JavaScript.
PiperOrigin-RevId: 644383218
2024-06-18 07:47:24 -07:00
Kurt Schwehr
6bf46ea22a pixeltype_test.py: Add unit tests for static methods for constructors without args.
PiperOrigin-RevId: 644382241
2024-06-18 07:43:29 -07:00
Kurt Schwehr
80e697c39b ee_array.py: Add cat and identity @staticmethod constructors.
PiperOrigin-RevId: 643364568
2024-06-14 09:12:12 -07:00
Nate Schmitz
5db17ee98c Setting version to 0.1.407.
PiperOrigin-RevId: 643318742
2024-06-14 05:22:10 -07:00
Kurt Schwehr
fd9ec8e4de Adds comma after e.g.
PiperOrigin-RevId: 642704081
2024-06-12 12:45:31 -07:00
Kurt Schwehr
7ad3890427 blob.py: Add static methods.
PiperOrigin-RevId: 642666458
2024-06-12 10:52:57 -07:00
Kurt Schwehr
918996b4df image.py: Improve ProjectionType
PiperOrigin-RevId: 642418850
2024-06-11 15:46:31 -07:00
Kurt Schwehr
7764a8928d image.py: [m-p] Add static methods
PiperOrigin-RevId: 642297667
2024-06-11 09:36:48 -07:00
Kurt Schwehr
48274dfa48 image.py: [h-l] Add static methods
PiperOrigin-RevId: 642291604
2024-06-11 09:16:22 -07:00
Kurt Schwehr
2716ac3676 image.py: [s] Add static methods
PiperOrigin-RevId: 642282410
2024-06-11 08:41:17 -07:00
Nate Schmitz
0eb49518f9 testing: Enable unit tests that don't pass on GitHub.
PiperOrigin-RevId: 642261309
2024-06-11 07:23:16 -07:00
Kurt Schwehr
efd0931369 image.py: Add TODO for the random staticmethod.
PiperOrigin-RevId: 641894243
2024-06-10 07:27:49 -07:00
Kurt Schwehr
f40ea00a46 signum: Consistently use numeric values in the documentation.
PiperOrigin-RevId: 641367515
2024-06-07 15:00:53 -07:00
Kurt Schwehr
ea9c23a7c3 Drop support for Python 3.7.
- https://groups.google.com/g/google-earth-engine-developers/c/POe3mMz9C38
- https://developers.google.com/earth-engine/guides/python_install#python-support

PiperOrigin-RevId: 641081549
2024-06-06 18:05:37 -07:00
Nate Schmitz
f2fa9a8c73 Set version to 0.1.406.
PiperOrigin-RevId: 641074154
2024-06-06 17:33:29 -07:00
Kurt Schwehr
4a1dbc12cc image.py: [t-z] Add static methods
PiperOrigin-RevId: 640979038
2024-06-06 12:09:24 -07:00
Kurt Schwehr
bcf8e88ed9 image.py: [r] Add static methods
PiperOrigin-RevId: 640971985
2024-06-06 11:48:42 -07:00
Kurt Schwehr
cb9bb479e0 image.py: [fg] Add static methods
PiperOrigin-RevId: 640962074
2024-06-06 11:22:00 -07:00
Kurt Schwehr
b8b65163f8 image.py: [b-e] Add static methods
PiperOrigin-RevId: 640947868
2024-06-06 10:41:37 -07:00
Kurt Schwehr
e0bd10c7a9 image.py: Minor linting
PiperOrigin-RevId: 639943201
2024-06-03 16:07:45 -07:00
Kurt Schwehr
166021f18f image.py: [a] Add static methods
PiperOrigin-RevId: 639882063
2024-06-03 12:54:29 -07:00
Kurt Schwehr
469275fc93 image.py: Add static methods that have no args.
PiperOrigin-RevId: 639869758
2024-06-03 12:13:19 -07:00