Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Złącza służą do łączenia elementów z różnych kolekcji (np. ImageCollection lub FeatureCollection) na podstawie warunku określonego przez ee.Filter. Filtr jest tworzony za pomocą argumentów właściwości w poszczególnych kolekcjach, które są ze sobą powiązane. W szczególności:
leftField określa usługę w pierwszej kolekcji, która jest powiązana z elementem rightField w kolekcji dodatkowej. Typ filtra (np.equals, greaterThanOrEquals, lessThan itp.).
wskazuje zależność między polami. Typ złączenia wskazuje relacje jeden do wielu lub jeden do jednego między elementami w kolekcjach oraz określa, ile dopasowań należy zachować. Dane wyjściowe złączenia są generowane przez funkcję join.apply() i będą się różnić w zależności od typu złączenia.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-02-18 UTC."],[[["Joins combine elements from different collections like `ImageCollection` and `FeatureCollection` based on a specified condition using an `ee.Filter`."],["The `ee.Filter` defines the relationship between properties in the collections using `leftField` and `rightField` along with a filter type like `equals` or `lessThan`."],["Different join types handle one-to-one or one-to-many relationships and control the number of matches retained, impacting the output produced by `join.apply()`."]]],["Joins combine elements from different collections using an `ee.Filter` based on a specified condition. `leftField` and `rightField` define related properties within the primary and secondary collections, respectively. The filter type determines the relationship between these fields (e.g., equals, greaterThan). Join type specifies one-to-many or one-to-one relationships and the number of matches. The `join.apply()` method produces the output, which varies based on the chosen join type.\n"]]