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 (8.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

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

README.md

README

Overview

leafletZH provides mapping functionalities, including adding area polygons, customizable choropleth layers for cities and provinces, and Amap tile layers. It features tools for calculating polygon areas, along with datasets for Chinese cities and provinces, and coordinate conversion between different systems.

Installation

You can install this package from CRAN, or the development version from GitHub:

``` r

CRAN version

install.packages('leafletZH')

Or Github version

if (!require('devtools')) install.packages('devtools') devtools::install_github('Damonsoul/leafletZH') ```

Documentation

Docs and examples at: https://damonsoul.github.io/leafletZH/

Data Sources

The province and city data are sourced from Aliyun DataV Atlas.

License

This package is released under the MIT license. Please see the LICENSE file for more details.

Contributing

Contributions are welcome! Please submit a pull request or open an issue on the GitHub repository.

Authors

This package was created by Damonsoul.

Owner

  • Login: Damonsoul
  • Kind: user

GitHub Events

Total
  • Release event: 1
  • Watch event: 2
  • Push event: 33
  • Create event: 5
Last Year
  • Release event: 1
  • Watch event: 2
  • Push event: 33
  • Create event: 5

Packages

  • Total packages: 1
  • Total downloads:
    • cran 496 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: leafletZH

Chinese Leaflet Map Relate Operation

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 496 Last month
Rankings
Dependent packages count: 27.9%
Dependent repos count: 34.4%
Average: 49.8%
Downloads: 86.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • geojsonsf * imports
  • leaflet * imports
  • leaflet.extras * imports
  • stringr * imports
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite