सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सुविधाओं को इन आर्ग्युमेंट में से किसी एक के साथ-साथ, प्रॉपर्टी की वैकल्पिक डिक्शनरी से बनाया जा सकता है:
- ee.Geometry.
- GeoJSON फ़ॉर्मैट में ज्यामिति.
- GeoJSON फ़ीचर.
- कंप्यूट किया गया ऑब्जेक्ट: अगर प्रॉपर्टी तय की गई हैं, तो इसे ज्यामिति के तौर पर फिर से इंटरप्रेट किया जाता है. अगर प्रॉपर्टी तय नहीं की गई हैं, तो इसे सुविधा के तौर पर इंटरप्रेट किया जाता है.
इस्तेमाल
रिटर्न
ee.Feature(geometry, properties)
सुविधा
आर्ग्यूमेंट
टाइप
विवरण
geometry
ComputedObject|Feature|Geometry|Object
ज्यामिति या सुविधा.
properties
ऑब्जेक्ट, ज़रूरी नहीं है
मेटाडेटा प्रॉपर्टी की डिक्शनरी. अगर पहला पैरामीटर ज्यामिति के बजाय कोई सुविधा है, तो इसका इस्तेमाल नहीं किया जाता.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["`ee.Feature` objects represent geographic features with geometry and properties, and can be constructed from geometries, GeoJSON, or computed objects."],["Features can have an optional dictionary of properties to store metadata."],["Feature IDs are determined by the `system:index` property, if present, or by the `id` property as a fallback."],["The `ee.Feature` constructor provides a flexible way to create features with or without geometries and associated properties within Earth Engine."],["Simple features can be visualized on a map using `Map.addLayer` and `Map.centerObject` in JavaScript or similar functions in Python using `geemap`."]]],["Features are created using a geometry (ee.Geometry, GeoJSON Geometry, or GeoJSON Feature) or a computed object, along with an optional dictionary of properties. `ee.Feature(geometry, properties)` creates a Feature. The `geometry` argument can be a geometry or another feature. The optional `properties` argument is a metadata dictionary; it's unused if the first argument is already a feature. A feature can be created without a geometry and an `id` or a `system:index` can be set.\n"]]