https://github.com/dataoneorg/dataone-repo-map
R scripts and location data for generating maps of DataONE repositories.
https://github.com/dataoneorg/dataone-repo-map
Last synced: 3 months ago
JSON representation
R scripts and location data for generating maps of DataONE repositories.
- Host: GitHub
- URL: https://github.com/dataoneorg/dataone-repo-map
- Owner: DataONEorg
- License: apache-2.0
- Created: 2017-10-18T06:23:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:53:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T21:17:10.216Z (over 1 year ago)
- Language: HTML
- Size: 2.34 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DataONE Repository Maps
- __Author__: Matthew B. Jones
- __Created__: 2017-10-17
- __View Maps__: https://dataoneorg.github.io/dataone-repo-map/dataone-repo-map.html
R scripts and location data for generating maps of
[DataONE repositories](https://www.dataone.org/current-member-nodes).
Location data are found in the dataone-nodes.csv file in the main directory, and
the `dataone-repo-map.Rmd` can be run to generate maps using Leaflet.js to
display maps of the
[DataONE Member Nodes and Coordinating nodes](https://dataoneorg.github.io/dataone-repo-map/dataone-repo-map.html).
## Customization
Maps are generated using the [Leaflet](https://rstudio.github.io/leaflet/) package
for R, which in turn generates maps using the `leaflet.js` library. Leaflet is
rapidly customizable, and has a lot of options. See the documentation, but note
in particular that changing the Base map is particularly easy with the
`addProviderTiles()` function, which lets you choose from any of the
[leaflet providers](http://leaflet-extras.github.io/leaflet-providers/preview/index.html)
basemaps. While we are using the `Stamen.Watercolor` tile set for a particular
presentation, more maps can be seen with the `Thunderforest.OpenCycleMap`,
`OpenTopoMap`, and `Stamen.TerrainBackground` tile sets, among others.