esri.github.io

repository·main·Indexed 20 days ago

https://github.com/esri/esri.github.io

A landing page for Esri open source projects that organizes repositories into categories such as web-development, data-management, and spatial-analysis using GitHub topics. Built with JavaScript, Calcite, and Tailwind CSS.

Tokens
383
Snippets
2
Records
3
Agent score
21%

What's inside esri.github.io

  1. Overview of esri.github.io

    main
    esri.github.io serves as the landing page for Esri open source projects. It organizes projects into categories and provides search suggestions powered by GitHub topics. Key project categories include web-development, data-management, spatial-analysis, publishing-sharing, and native-development.
  2. Configure featured projects via projects.yml

    main

    Information for case studies and featured projects displayed on the site is managed in the data/projects.yml file. You can add or modify project entries using the following YAML schema:

    • title: The name of the project.
    • description: A brief summary of the project.
    • url: The URL where the project is hosted.
    • displayLang: The language name shown in the UI.
    • searchLang: The language identifier used for search indexing.
    • stars: The number of GitHub stars.
    - title: R Analysis
        description: Develop and share R statistical analysis with ArcGIS.
        url: //r-arcgis.github.io/
        displayLang: R
        searchLang: r
        stars: 109