Skip to content

Esri/esri.github.io

Repository files navigation

esri.github.io

Landing page for Esri open source projects.

Both the project categories and search suggestions in http://esri.github.io are powered by GitHub topics.

web-development data-management spatial-analysis publishing-sharing native-development

You can find a complete list of searchable topics in search-topics.yml. When a topic is added to an Esri repository, it will be reflected in search immediately.

Development

This project is a simple web page driven with JavaScript, Calcite, and Tailwind CSS.

  1. Fork and clone the project
  2. In the terminal, run npx serve.
  3. Open the browser to the URL given.

Architecture

Information for the case studies and featured projects can be found in projects.yml

- title: R Analysis
    description: Develop and share R statistical analysis with ArcGIS.
    url: //r-arcgis.github.io/
    displayLang: R
    searchLang: r
    stars: 109

Contributing

Anyone and everyone is welcome to contribute. Please see our guidelines for contributing.

Code of conduct

All contributors and participants in this repository are expected to abide by our code of conduct.

License

Copyright © 2022 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.