{"id":19292151,"url":"https://github.com/nasa-pds/gis-web-client","last_synced_at":"2026-06-12T22:31:35.325Z","repository":{"id":249709639,"uuid":"829659441","full_name":"NASA-PDS/gis-web-client","owner":"NASA-PDS","description":"A demo of GIS features on PDS products","archived":false,"fork":false,"pushed_at":"2025-10-13T23:39:23.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-11-15T01:35:32.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NASA-PDS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-16T21:56:44.000Z","updated_at":"2025-10-13T23:39:27.000Z","dependencies_parsed_at":"2024-11-09T22:40:55.092Z","dependency_job_id":null,"html_url":"https://github.com/NASA-PDS/gis-web-client","commit_stats":null,"previous_names":["nasa-pds/gis-web-client"],"tags_count":0,"template":false,"template_full_name":"NASA-PDS/template-repo-nodejs","purl":"pkg:github/NASA-PDS/gis-web-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fgis-web-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fgis-web-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fgis-web-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fgis-web-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NASA-PDS","download_url":"https://codeload.github.com/NASA-PDS/gis-web-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-PDS%2Fgis-web-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34265491,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T22:29:26.992Z","updated_at":"2026-06-12T22:31:35.265Z","avatar_url":"https://github.com/NASA-PDS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDS Template Repository for Node.js\n\nThe goal of this repository is to create a GUI for GIS data in the PDS registry.\n4\n\u003c!-- **👉 Note:** Please replace this entire `README.md` with text appropriate for your package!\n\n**👉 Also note:** Check _every_ other file and replace text appropriate for your package!\n\nThis `README.md` documents the _template repository_ and contains instructions on how to use it after you've duplicated the template into a new project-specific repository. How do you do that? Simply click the \u003ckbd\u003eUse this template\u003c/kbd\u003e button ↑ (or use [this hyperlink](https://github.com/NASA-PDS/template-repo-nodejs/generate)) and you've got a new repository already kitted-out with this template. --\u003e\n\n\u003c!--\n## 🏃 Getting Started With This Template\n\nOur [wiki on Git and GitHub](https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Git-and-Github-Guide#creating-a-new-repo) has lots of useful information on setting up a new repository using the PDS Engineering Node templates. --\u003e\n\n**👉 Important!** You must assign the teams as mentioned on the wiki page above! At a minimum, these are:\n\n| Team                                | Permission |\n| ----------------------------------- | ---------- |\n| `@NASA-PDS/pds-software-committers` | `write`    |\n| `@NASA-PDS/pds-software-pmc`        | `admin`    |\n| `@NASA-PDS/pds-operations`          | `admin`    |\n\n\u003c!-- This template was populated with [Vite](https://vitejs.dev) with [React](https://react.dev). If neither of these apply to your Node.js project, feel free to edit those out. --\u003e\n\nWe recommend the use of [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm), since different projects within the Planetary Data System require different versions of Node.js. This tool allows you to use a specific version of Node.js for each terminal session on your machine. ***If you haven't already, [install or update nvm](https://github.com/nvm-sh/nvm#installing-and-updating).***\n\nOnce your `nvm` installation has been [verified](https://github.com/nvm-sh/nvm/blob/master/README.md#verify-installation), configured, and activated (see the [NVM README](https://github.com/nvm-sh/nvm#readme)), you can run the following commands\n\n    nvm install 12.22.11\n    nvm use 12.22.11\n\nThis configures your `PATH` in your current terminal session so `node --version` prints `v12.22.11`. There are convenient shortcuts for LTS versions; again see the [NVM README](https://github.com/nvm-sh/nvm#readme).\n\nBy default, this template includes a `.nvmrc` file that contains `lts/*`, meaning \"use the latest long-term support release\". Feel free to adjust this as needed. To activate Node.js using the `.nvmrc` file, in a terminal window, navigate to where you have cloned this repository and execute the following command, paying close attention to any additional instructions it may provide:\n\n    nvm use\n\n**👉 Note:** If you're on Windows, [please see these important notes](https://github.com/nvm-sh/nvm#important-notes).\n\n\n---\n\n# 📽️ GIS Web Client\n\nThis is a gui web client to use data from GIS services that are located in the PDS registry. Currently the demo displays the layers given from the [utility scripts](https://github.com/NASA-PDS/registry/tree/main/src/pds/registry/utils) in the [PDS Registry repository](https://github.com/NASA-PDS/registry).\n\n\n## 💽 Prerequisites\n\n* Currenty, the demo requires the use of a local PDS Registry being hosted. Please refer to the documentation in the [PDS Registry repository](https://github.com/NASA-PDS/registry) for information on how to get that set up.\n\n* After cloning the registry repository, build it with the instruction found here: [PDS Registry Docker Build Instructions](https://github.com/NASA-PDS/registry/blob/main/docker/README.md)\n\n* From the root directory, install needed dependencies with the command:\n```\npip install .\n```\n\n* To create the PDS4 labels of the Treks services, run the registry's utility script for Treks with the command:\n```\ncreate-treks-pds4 -t all\n```\n\n* To create the PDS4 labels of the GeoSTAC LOLA services, run the registry's utility script for Treks with the command:\n```\ncreate-lola-pds4\n```\n\n\n## 🏎️ User Quickstart\n\nTo run the demo, simply open the `index.html` in any browser you choose. Leaflet does not need to be installed, but a local registry must be set up with pds4 data loaded in. Refer to **Prerequisites** above for details.\n\n**👉 Note:** There may be cross-origin cors issues loading in the data. Most browsers have extensions to disable these issues on a web page. You might need to install one of these.\n\nFor Firefox, I use CORS Everywhere\n\n\n## ✋ Code of Conduct\n\nAll users and developers of the NASA-PDS software are expected to abide by our [Code of Conduct](https://github.com/NASA-PDS/.github/blob/main/CODE_OF_CONDUCT.md). Please read this to ensure you understand the expectations of our community.\n\n\n## 🔧 Development\n\nTo develop this project, use your favorite text editor, or an integrated development environment of your choice with Node.js support.\n\n\n### 👏 Contributing\n\nFor information on how to contribute to NASA-PDS codebases please take a look at our [Contributing guidelines](https://github.com/NASA-PDS/.github/blob/main/CONTRIBUTING.md).\n\n\n### 🤫 Detecting Secrets\n\n(These instructions can probably stay as-is.)\n\nThe PDS Engineering Node recommends using [detect-secrets](https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Git-and-Github-Guide#detect-secrets) in order to prevent credentials, private email addresses, application keys, etc., from leaking into the commit history. To use `detect-secrets`, install the tool according to the instructions in the wiki. Then, make a baseline for any secrets that are _supposed_ to be in repository:\n\n    detect-secrets scan . \\\n        --all-files \\\n        --disable-plugin AbsolutePathDetectorExperimental \\\n        --exclude-files '\\.secrets..*' \\\n        --exclude-files '\\.git.*' \\\n        --exclude-files '\\.pre-commit-config\\.yaml' \\\n        --exclude-files 'node_modules' \u003e .secrets.baseline\n\nReview the `.secrets.baseline` to determine which should be allowed and which are false positives:\n\n    detect-secrets audit .secrets.baseline\n\nPlease remove any secrets that should not be seen by the public. You can then add the baseline file to the commit:\n\n    git add .secrets.baseline\n\nThen, configure the `pre-commit` hooks:\n\n    pre-commit install\n    pre-commit install -t pre-push\n    pre-commit install -t prepare-commit-msg\n    pre-commit install -t commit-msg\n\nThese hooks then will check for any future commits that might contain secrets.\n\n👉 **Note:** A one time setup is required both to support `detect-secrets` and in your global Git configuration. See [the wiki entry on Secrets](https://github.com/NASA-PDS/nasa-pds.github.io/wiki/Git-and-Github-Guide#detect-secrets) to learn how.\n\n\n### 📦 Packaging\n\nEnter: `npm run build`.\n\n\n### 🩺 Tests\n\nUse `npm run tests`.\n\n\n## 📢 Publication\n\nThe continuous integration provided by the [Roundup Action](https://github.com/NASA-PDS/roundup-action/) takes care of this. But you can manually publish a release with `npm publish`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa-pds%2Fgis-web-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasa-pds%2Fgis-web-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa-pds%2Fgis-web-client/lists"}