diff --git a/package-lock.json b/package-lock.json index fa0ecb45c..69ee467de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,6 +99,7 @@ "@types/node": "^12.20.12", "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^5.59.2", + "esbuild": "0.20.0", "eslint": "^8.39.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.4.0", @@ -3095,6 +3096,7 @@ "cpu": [ "ppc64" ], + "dev": true, "optional": true, "os": [ "aix" @@ -3110,6 +3112,7 @@ "cpu": [ "arm" ], + "dev": true, "optional": true, "os": [ "android" @@ -3125,6 +3128,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "android" @@ -3140,6 +3144,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "android" @@ -3155,6 +3160,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "darwin" @@ -3170,6 +3176,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "darwin" @@ -3185,6 +3192,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "freebsd" @@ -3200,6 +3208,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "freebsd" @@ -3215,6 +3224,7 @@ "cpu": [ "arm" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3230,6 +3240,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3245,6 +3256,7 @@ "cpu": [ "ia32" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3260,6 +3272,7 @@ "cpu": [ "loong64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3275,6 +3288,7 @@ "cpu": [ "mips64el" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3290,6 +3304,7 @@ "cpu": [ "ppc64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3305,6 +3320,7 @@ "cpu": [ "riscv64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3320,6 +3336,7 @@ "cpu": [ "s390x" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3335,6 +3352,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "linux" @@ -3350,6 +3368,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "netbsd" @@ -3365,6 +3384,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "openbsd" @@ -3380,6 +3400,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "sunos" @@ -3395,6 +3416,7 @@ "cpu": [ "arm64" ], + "dev": true, "optional": true, "os": [ "win32" @@ -3410,6 +3432,7 @@ "cpu": [ "ia32" ], + "dev": true, "optional": true, "os": [ "win32" @@ -3425,6 +3448,7 @@ "cpu": [ "x64" ], + "dev": true, "optional": true, "os": [ "win32" @@ -6923,7 +6947,8 @@ "node_modules/archy": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", + "dev": true }, "node_modules/arg": { "version": "4.1.3", @@ -9969,13 +9994,14 @@ } }, "node_modules/es5-ext": { - "version": "0.10.62", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", - "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "version": "0.10.64", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", + "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", "hasInstallScript": true, "dependencies": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", + "esniff": "^2.0.1", "next-tick": "^1.1.0" }, "engines": { @@ -10026,8 +10052,8 @@ "version": "0.20.0", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.0.tgz", "integrity": "sha512-6iwE3Y2RVYCME1jLpBqq7LQWK3MW6vjV2bZy6gt/WrqkY+WE74Spyc0ThAOYpMtITvnjX09CrC6ym7A/m9mebA==", + "devOptional": true, "hasInstallScript": true, - "optional": true, "bin": { "esbuild": "bin/esbuild" }, @@ -10582,6 +10608,25 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/esniff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", + "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", + "dependencies": { + "d": "^1.0.1", + "es5-ext": "^0.10.62", + "event-emitter": "^0.3.5", + "type": "^2.7.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esniff/node_modules/type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" + }, "node_modules/espree": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", @@ -10658,6 +10703,15 @@ "node": ">= 0.6" } }, + "node_modules/event-emitter": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", + "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==", + "dependencies": { + "d": "1", + "es5-ext": "~0.10.14" + } + }, "node_modules/eventemitter3": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", @@ -10983,6 +11037,7 @@ "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, "engines": { "node": ">= 4.9.1" } @@ -12881,7 +12936,8 @@ "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "devOptional": true }, "node_modules/is-unicode-supported": { "version": "0.1.0", @@ -14678,6 +14734,7 @@ "version": "0.5.6", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "devOptional": true, "dependencies": { "minimist": "^1.2.6" }, @@ -18466,6 +18523,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", "integrity": "sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==", + "dev": true, "dependencies": { "aggregate-error": "^3.0.0" }, @@ -22728,7 +22786,8 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true }, "node_modules/through": { "version": "2.3.8", @@ -23069,6 +23128,7 @@ "version": "3.1.5", "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, "dependencies": { "is-typedarray": "^1.0.0" } @@ -24118,6 +24178,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", diff --git a/src/app/components/filters-dropdown/filters-dropdown.component.scss b/src/app/components/filters-dropdown/filters-dropdown.component.scss index 046a12a18..65171b43b 100644 --- a/src/app/components/filters-dropdown/filters-dropdown.component.scss +++ b/src/app/components/filters-dropdown/filters-dropdown.component.scss @@ -18,7 +18,7 @@ //max-height: calc(100vh - 32px); max-height: 100vh; overflow: hidden; - z-index: 1020; + z-index: 2020; } .no-pointer { @@ -66,6 +66,8 @@ display: flex; flex-direction: row; align-items: center; + justify-content: start; + flex-grow: 1; } .save-search-btn { @@ -118,7 +120,7 @@ h3 { @include themify($themes) { color: themed('primary') } - position: absolute; - margin-left: 212px; + padding-left: 5px; + flex-shrink: 0; margin-top: 6px; } diff --git a/src/app/components/header/header-buttons/preferences/preferences.component.scss b/src/app/components/header/header-buttons/preferences/preferences.component.scss index 775308bb7..d365cb5be 100644 --- a/src/app/components/header/header-buttons/preferences/preferences.component.scss +++ b/src/app/components/header/header-buttons/preferences/preferences.component.scss @@ -63,7 +63,7 @@ .default-filters-presets, .default-map { margin-right: 30px; - width: 145px; + width: 220px; } .hyp3-url { diff --git a/src/app/components/results-menu/baseline-results-menu/baseline-results-menu.component.html b/src/app/components/results-menu/baseline-results-menu/baseline-results-menu.component.html index 50c088188..384543763 100644 --- a/src/app/components/results-menu/baseline-results-menu/baseline-results-menu.component.html +++ b/src/app/components/results-menu/baseline-results-menu/baseline-results-menu.component.html @@ -29,7 +29,7 @@
- {{ numBaselineScenes$ | async }} {{ 'SCENE' | translate }}{{ + {{ numBaselineScenes$ | async }} {{ 'of' | translate }} {{ numUnfilteredBaselineScenes$ | async }} {{ 'SCENE' | translate }}{{ (numBaselineScenes$ | async) === 1 ? "" : "s" }} @@ -208,7 +208,7 @@ - {{ numBaselineScenes$ | async }} {{ 'SCENE' | translate }}{{ (numBaselineScenes$ | async) === 1 ? '' : 's' }} + {{ numBaselineScenes$ | async }} {{ 'of' | translate }} {{ numUnfilteredBaselineScenes$ | async }} {{ 'SCENE' | translate }}{{ (numBaselineScenes$ | async) === 1 ? '' : 's' }}
@@ -389,11 +389,11 @@
- +
{{ 'METERS' | translate }} -unfold_more keyboard_arrow_up diff --git a/src/app/components/results-menu/scenes-list-header/scenes-list-header.component.ts b/src/app/components/results-menu/scenes-list-header/scenes-list-header.component.ts index d9fdab5c3..642ef8377 100644 --- a/src/app/components/results-menu/scenes-list-header/scenes-list-header.component.ts +++ b/src/app/components/results-menu/scenes-list-header/scenes-list-header.component.ts @@ -81,6 +81,10 @@ export class ScenesListHeaderComponent implements OnInit, OnDestroy { map(scenes => scenes.length), ); + public numUnfilteredBaselineScenes$ = this.scenesService.unfilteredScenes$.pipe( + map(scenes => scenes.length), + ); + private products$ = this.scenesService.products$(); private operaProductsByType: {[key:string]: models.CMRProduct[]} = {} diff --git a/src/app/components/shared/selectors/path-selector/path-selector.component.html b/src/app/components/shared/selectors/path-selector/path-selector.component.html index 79844dfa2..de614fbf4 100644 --- a/src/app/components/shared/selectors/path-selector/path-selector.component.html +++ b/src/app/components/shared/selectors/path-selector/path-selector.component.html @@ -2,7 +2,7 @@
- -
- - - + = this.store$.select(getScenes); + public withBrowses$(scenes$: Observable): Observable { return scenes$.pipe( map(scenes => scenes.filter(scene => this.sceneHasBrowse(scene))) diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index fc0e663c7..0d961e276 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -102,7 +102,7 @@ "BY_DEFAULT_THE_MAP_DRAWING_TOOL_IS_A_BOUNDING_BOX": "By default, the map-drawing tool is a bounding box.", "BY_DEFAULT_THE_MAP_DRAWING_TOOL_IS_A_BOUNDING_BOX_CLICK_ON_THE_MAP_ONCE_TO_SPECIFY_THE": "By default, the map-drawing tool is a bounding box. Click on the map once to specify the", "CALIBRATION": "CalVal", - "CALIBRATION_PRODUCTS_OPTION": "Calibration & Validation Reference Products", + "CALIBRATION_PRODUCTS_OPTION": "CalVal Products", "CAMPAIGN": "Campaign", "CAMPAIGN_NAME": "Campaign Name", "CAMPAIGN_SELECTOR": "Campaign Selector", @@ -155,6 +155,11 @@ "COREGISTERS_SAR_DATA_TO_THE_DEM_RATHER_THAN_USING_DEAD_RECKONING_BASED_ON_ORBIT_FILES": "Coregisters SAR data to the DEM, rather than using dead reckoning based on orbit files.", "CORPORATE_FARE_ASF": "corporate_fareASF", "CREATE_SUBSCRIPTION": "Create Subscription...", + "CREDIT": "credit", + "CREDIT_MAX": "credit max", + "CREDITS": "credits", + "CREDITS_LEFT": "credits left", + "CREDITS_LEFT_THIS_MONTH": "credits left this month", "CRITICAL_BASELINE": "Critical Baseline", "CRITICAL_BASELINE_ABBR": "Critical Baseline", "CSV": "csv", @@ -198,6 +203,7 @@ "DEPENDING_ON_THE_WIDTH_OF_YOUR_INTERNET_BROWSER_NONE_OR_SOME_OF_THE_FILTERS_WILL_BE": "Depending on the width of your internet browser, none or some of the filters will be", "DEPTH": "Depth", "DERIVED_DATASETS": "Derived Datasets", + "DERIVED_DATASETS_1": "Derived Datasets", "DERIVED_DATASETS_CONTAIN_A_COLLECTION_OF_DATASETS_AVAILABLE_TO_VIEW_AND_DOWNLOAD": "Derived datasets contain a collection of datasets available to view and download.", "DESCENDING": "Descending", "DESCRIP_GLOBAL_SEASONAL_SENTINEL": "This dataset is the first-of-its-kind spatial representation of multi-seasonal, global SAR repeat-pass interferometric coherence and backscatter signatures. Global coverage comprises all land masses and ice sheets from 82 degrees northern to 78 degrees southern latitude. The dataset is derived from high-resolution multi-temporal repeat-pass interferometric processing of about 205,000 Sentinel-1 Single-Look-Complex (SLC) data acquired in Interferometric Wide-Swath mode (Sentinel-1 IW mode) from 1-Dec-2019 to 30-Nov-2020.", @@ -428,6 +434,7 @@ "LOADING_FILES": "Loading files...", "LOGIN": "Login", "LOGIN_TO_VIEW": "login to view", + "LOGIN_TO_VIEW_NUMBER_OF_CREDITS_LEFT_THIS_MONTH": "login to view number of credits left this month", "LOGIN_TO_VIEW_NUMBER_OF_JOBS_LEFT_THIS_MONTH": "login to view number of jobs left this month", "LOOKING_FOR_DEMS": "Looking for DEMs", "LOOKS TWO": "looks_two", @@ -471,6 +478,7 @@ "NEXT": "Next", "NO OVERLAP THRESHOLD": "No Overlap Threshold", "NO_BEAM_MODES_TO_SELECT": "No beam modes to select", + "NO_CREDITS_LEFT_THIS_MONTH": "No credits left this month", "NO_FILE_TYPES_TO_SELECT": "No file types to select", "NO_FILTERS": "(No filters)", "NO_FLIGHT_DIRECTION_SELECTED": "No flight directions selected", @@ -838,7 +846,7 @@ "USING_ZIPPED_DATA": "Using Zipped Data", "USING_ZIPPED_PRODUCT_FILES": "Using Zipped Product Files", "VALIDATE_ONLY": "Validate Only", - "VALIDATED_PRODUCTS_OPTION": "Validated Products", + "VALIDATED_PRODUCTS_OPTION": "Standard Products", "VERTEX_CODE_REPOSITORY": "Vertex Code Repository", "VERTEX_USER_GUIDE": "Vertex User Guide", "VIDEO_LIBRARY": "video_library", @@ -859,6 +867,7 @@ "WE_HAVE_A_LARGE_WEBSITE_FULL_OF_RICH_CONTENT_ABOUT_SAR_DATA_AND_HOW_TO_USE_IT": "We have a large website full of rich content about SAR data and how to use it.", "WEBSITE_LINKS": "Website Links", "WETLANDS_MEASURES": "Wetlands MEaSUREs", + "WHAT_ARE_CREDITS": "What are credits?", "WHAT_IS_BASELINE": "What is Baseline", "WHAT_IS_SBAS": "What is SBAS", "WHEN_YOU_PERFORM_A_SEARCH_AND_THE_RESULTS_ARE_RETURNED_YOU_CAN_BROWSE_THE_LIST_OF_RESULTING_SCENES": "When you perform a search and the results are returned, you can browse the list of resulting scenes", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 4265c5081..bec9bcff0 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -102,7 +102,7 @@ "BY_DEFAULT_THE_MAP_DRAWING_TOOL_IS_A_BOUNDING_BOX": "De forma predeterminada, la herramienta de dibujo de mapas es un cuadro delimitador.", "BY_DEFAULT_THE_MAP_DRAWING_TOOL_IS_A_BOUNDING_BOX_CLICK_ON_THE_MAP_ONCE_TO_SPECIFY_THE": "De forma predeterminada, la herramienta de dibujo de mapas es un cuadro delimitador. ", "CALIBRATION": "CalVal", - "CALIBRATION_PRODUCTS_OPTION": "Productos de referencia de calibración y validación", + "CALIBRATION_PRODUCTS_OPTION": "Productos de Referencia para Calibración Y Validación", "CAMPAIGN": "Campaña", "CAMPAIGN_NAME": "Nombre de la Campaña", "CAMPAIGN_SELECTOR": "Selector de Campaña", @@ -157,6 +157,11 @@ "COREGISTERS_SAR_DATA_TO_THE_DEM_RATHER_THAN_USING_DEAD_RECKONING_BASED_ON_ORBIT_FILES": "Registra conjuntamente los datos SAR con el DEM, en lugar de usar la estimación a ciegas basada en archivos de órbita.", "CORPORATE_FARE_ASF": "tarifa_corporativaASF", "CREATE_SUBSCRIPTION": "Crear Suscripción", + "CREDIT": "crédito", + "CREDIT_MAX": "crédito máximo", + "CREDITS": "créditos", + "CREDITS_LEFT": "créditos restantes", + "CREDITS_LEFT_THIS_MONTH": "créditos restantes este mes", "CRITICAL_BASELINE": "Línea Base Crítica", "CRITICAL_BASELINE_ABBR": "Línea Crítica", "CSV": "CSV", @@ -169,6 +174,7 @@ "DATA_DOWNLOAD": "Descarga de Datos", "DATA_DOWNLOAD_IS_USED_TO_DOWNLOAD_MULTIPLE_PRODUCTS_WITH_EITHER_THE": "Descarga de datos se utiliza para descargar varios productos, ya sea con el", "DATA_FILTERS": "Filtros de Fecha", + "DATA_TYPE": "Tipo de Dato", "DATASET": "Conjunto de Datos", "DATASET_LINKED": "dataset_linked", "DATASET_OPTIONS": "Opciones de conjuntos de datos", @@ -184,7 +190,7 @@ "DEFAULT_LANGUAGE": "Idioma", "DEFAULT_LANGUAGE_AND_THEME": "Idioma y Temas ", "DEFAULT_MAP_LAYER": "Capa de mapa ", - "DEFAULT_MAX_RESULT_AMOUNT": "Importe de resultado máximo ", + "DEFAULT_MAX_RESULT_AMOUNT": "Resultados Máximos", "DEFAULT_ON_DEMAND_PRESETS": "Ajustes On Demand", "DEFAULT_SEARCH_FILTERS_PRESETS": "Ajustes preestablecidos de filtros de búsqueda ", "DEFAULT_SEARCH_PRESETS": "Valores preestablecidos de búsqueda ", @@ -198,7 +204,8 @@ "DEM_MATCHING": "Coincidenciad DEM", "DEPENDING_ON_THE_WIDTH_OF_YOUR_INTERNET_BROWSER_NONE_OR_SOME_OF_THE_FILTERS_WILL_BE": "Dependiendo del ancho de su navegador de Internet, ninguno o algunos de los filtros serán", "DEPTH": "Profundidad", - "DERIVED_DATASETS": "Conjuntos de Datos Derivados", + "DERIVED_DATASETS": "Set de Datos Derivados", + "DERIVED_DATASETS_1": "Set de Datos Derivados", "DERIVED_DATASETS_CONTAIN_A_COLLECTION_OF_DATASETS_AVAILABLE_TO_VIEW_AND_DOWNLOAD": "Los conjuntos de datos derivados contienen una colección de conjuntos de datos disponibles para ver y descargar.", "DESC ": "PALSAR fue desarrollado para contribuir a los campos de mapeo, observación precisa de la cobertura terrestre regional, monitoreo de desastres y estudio de recursos.", "DESCENDING": "Descendiendo", @@ -309,7 +316,7 @@ "FORMAT_SHAPES": "formato_formas", "FRAME": "Marco", "FRAME_END": "Fin del Marco", - "FRAME_START": "Inicio de Marco", + "FRAME_START": "Inicio del Marco", "FREQUENCY": "Frecuencia", "FULL_BURST_ID": "ID de Burst Completa", "FUNCTION_W_D_S_L_I_W_L_W_L_W_L_PUSH_GTM_START": "(función(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':", @@ -374,14 +381,15 @@ "INCLUDE_THE_LOCAL_INCIDENCE_ANGLE_MAP_IN_THE_PRODUCT_PACKAGE": "Incluya el mapa de ángulo de incidencia local en el paquete del producto.", "INDETERMINATE": "Indeterminado", "INFO_BACKSCATTER_COEFFICIENT": "Normalización del coeficiente de retrodispersión, ya sea por área de suelo (sigma0) o área iluminada proyectada en la dirección de la mirada (gamma0).", - "INFO_GISMO": "El proyecto Global Ice-Sheet Mapping Observatory (GISMO) cartografió líneas de vuelo sobre la capa de hielo de Groenlandia.", + "INFO_GISMO": "El proyecto Ice-Sheet Mapping Observatory (GISMO) mapeó el vuelo sobre la capa de hielo de Groenlandia.", "INFO_GLACIER_SPEED": "Este conjunto de datos revela patrones complejos de flujo de glaciares en Alaska.", "INFO_GLOBAL_SEASONAL_SENTINEL": "Este conjunto de datos representa la coherencia interferométrica y las firmas de retrodispersión globales en múltiples temporadas.", "INFO_INTERNATIONAL_POLAR_YEAR": "Es evento de investigación colaborativa centrado en el Ártico y la Antártida.", "INFO_NAME_OF_THE_DEM": "Nombre del DEM a utilizar para el procesamiento. copernicus usará el Copernicus GLO-30 DEM público, mientras que el legado utilizará el DEM con la mejor cobertura de los conjuntos de datos SRTM/NED heredados de ASF.", "INFO_PRODUCT_PIXEL": "Espaciado de píxeles del producto en metros", "INFO_PRODUCT_PIXEL ": "Espaciado de píxeles del producto en metros.", - "INFO_RADARSAT": "El Proyecto de RADARSAT-1 Antarctic Mapping Project (RAMP) adquirió un mapa completo de la Antártida.", + "INFO_RADARSAT": "El RADARSAT-1 Antarctic Mapping Project (RAMP) adquirió un mapa completo de la Antártida.", + "INFO_RADARSAT_plural": "El RADARSAT-1 Antarctic Mapping Project (RAMP) adquirió un mapa completo de la Antártida.", "INFO_SCALE_OF_OUTPUT_IMAGE": "Escala de la imagen de salida; potencia, decibel o amplitud.", "INFO_SEA_ICE_MEASURES": "Este conjunto de datos incluye capturas de radar del hielo marino en el Ártico y el Océano Austral.", "INFO_WETLANDS_MEASURES": "Este conjunto de datos incluye mapas a escala regional y continental que cubren sistemas de humedales cruciales.", @@ -430,6 +438,7 @@ "LOADING": "Cargando...", "LOADING_FILES": "Cargando archivos...", "LOGIN": "Iniciar sesión", + "LOGIN_TO_VIEW_NUMBER_OF_CREDITS_LEFT_THIS_MONTH": "inicie sesión para ver el número de créditos que quedan este mes", "LOGIN_TO_VIEW_NUMBER_OF_JOBS_LEFT_THIS_MONTH": "inicie sesión para ver la cantidad de trabajos que restan este mes", "LOOKS TWO": "parece_dos", "LOOKS_MANY": "parece_uno", @@ -473,6 +482,7 @@ "NEXT": "Próximo", "NO OVERLAP THRESHOLD": "Sin Umbral de Superposición", "NO_BEAM_MODES_TO_SELECT": "No hay modos de haz para seleccionar", + "NO_CREDITS_LEFT_THIS_MONTH": "no quedan créditos este mes", "NO_FILE_TYPES_TO_SELECT": "No hay tipos de archivo para seleccionar", "NO_FILTERS": "(Sin filtros)", "NO_FLIGHT_DIRECTION_SELECTED": "No se han seleccionado direcciones de vuelo", @@ -539,7 +549,7 @@ "PALSAR_DESC": "PALSAR fue desarrollado para contribuir a los campos de mapeo, observación precisa de la cobertura terrestre regional, monitoreo de desastres y estudio de recursos.", "PATH": "Ruta", "PATH_AND_FRAME_FILTERS": "Filtros de Ruta y Marco", - "PATH_END": "Fin de la Ruta ", + "PATH_END": "Fin de Ruta", "PATH_START": "Inicio de Ruta", "PENDING": "Pendiente", "PERFORM_A_SEARCH": "Realizar una búsqueda", @@ -837,7 +847,7 @@ "USING_ZIPPED_DATA": "Uso de datos comprimidos", "USING_ZIPPED_PRODUCT_FILES": "Uso de archivos de productos comprimidos", "VALIDATE_ONLY": "Validar solo", - "VALIDATED_PRODUCTS_OPTION": "Productos validados", + "VALIDATED_PRODUCTS_OPTION": "Productos Validados", "VERTEX_CODE_REPOSITORY": "Repositorio de código del Vertex", "VERTEX_USER_GUIDE": "Guía del usuario de Vertex", "VIDEO_LIBRARY": "biblioteca_de_videos", @@ -858,6 +868,7 @@ "WE_HAVE_A_LARGE_WEBSITE_FULL_OF_RICH_CONTENT_ABOUT_SAR_DATA_AND_HOW_TO_USE_IT": "Tenemos un gran sitio web lleno de contenido valioso sobre los datos SAR y cómo usarlos.", "WEBSITE_LINKS": "Enlaces a sitios web", "WETLANDS_MEASURES": "Humedales MEaSUREs", + "WHAT_ARE_CREDITS": "¿Qué son los créditos?", "WHAT_IS_BASELINE": "¿Qué es la línea de base", "WHAT_IS_SBAS": "¿Qué es SBAS", "WHEN_YOU_PERFORM_A_SEARCH_AND_THE_RESULTS_ARE_RETURNED_YOU_CAN_BROWSE_THE_LIST_OF_RESULTING_SCENES": "Cuando realiza una búsqueda y se devuelven los resultados, puede navegar por la lista de escenas resultantes",