https://github.com/ahasverus/zeplacetobe

:globe_with_meridians: A Shiny app to get information of French towns

https://github.com/ahasverus/zeplacetobe

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

:globe_with_meridians: A Shiny app to get information of French towns

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License

README.md

Find the best place to live in France

License: GPL (\>=
2) <!-- badges: end -->

Table of contents

Overview
System requirements
Installation
Usage
Data description
Citation
Contributing

Overview

This repository contains the code to build and run the Shiny App Find the best place to live in France available at https://ahasverus.shinyapps.io/zeplacetobe. For a given French city, user can get information on administration, demography, geography, land cover, climate change, etc. A Leaflet map allows user to access satellite images of the city.

Currently, this app is only available for Mainland France.

The next three sections explain how to run the Shiny app locally.

System requirements

This project requires the software R. Windows users need to install the additional software RTools. This project handles spatial objects and requires some system dependencies (GDAL, PROJ and GEOS). Please visit this page to correctly install these tools.

Installation

  • Fork this repository using the GitHub interface.
  • Clone your fork using git clone fork-url (replace fork-url by the URL of your fork). Alternatively, open RStudio IDE and create a New Project from Version Control.
  • Install required packages by running:

```r

Install the remotes package

install.packages("remotes")

Install required packages

remotes::install_deps() ```

Usage

To start and use the Shiny app, run the following command:

```r

Run the Shiny app

shiny::runApp() ```

On a web browser, go to the URL http://127.0.0.1:XXX, where XXX is the port listening the Shiny server.

Note: running the app for the first time can take several minutes as all required datasets will be downloaded.

Data description

Administrative borders

  • Borders of Mainland France come from the GADM database.
  • Borders of French municipalities come from OpenStreetMap database.

Base maps

Administration, demography and geography

Elevation

  • Data come from SRTM 90m Digital Elevation Model and have been downloaded with the R package geodata.

Sunshine duration

Earth quake risk

Water quality

Services

Land cover

Climate data

  • Climate layers for the period 1981-2010 come from the Chelsa database.
  • Climate layers for the period 2041-2070 come from the Chelsa database and the Global Climate Model GFDL-ESM4 run under the SSP scenario SSP585.

Citation

Casajus N (2023) A Shiny app to find the best place to live in France. URL: https://ahasverus.shinyapps.io/zeplacetobe/.

Contributing

All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.

Please note that the zeplacetobe project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Owner

  • Name: Nicolas Casajus
  • Login: ahasverus
  • Kind: user
  • Location: Montpellier, France
  • Company: @FRBCesab

Data scientist

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • geodata * imports
  • here * imports
  • httr * imports
  • jsonlite * imports
  • leaflet * imports
  • pkgload * imports
  • remotes * imports
  • sf * imports
  • shiny * imports
  • terra * imports
  • utils * imports