Skip to content

GPowney/CEHCraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEHcraft

This code is developed for a public engagement project run by the Centre for Ecology and Hydrology, UK. There will be more information on our website in teh future, when the project is complete

Installing the package is easy and can be done in a couple of lines in R

library(devtools)
install_github(repo = 'augustt/CEHcraft')

Use like this

rm(list = ls())

library(CEHcraft)

dir.create('worlds', showWarnings = FALSE)

postcode_map(postcode = 'Ox1 3Pw', 
             outputDir = 'worlds')

About

Creating minecraft maps using CEH data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.8%
  • JavaScript 23.6%
  • R 5.4%
  • Python 4.8%
  • C 3.9%
  • CSS 0.5%