Code Monkey home page Code Monkey logo

wma's Introduction

Binder

wma

This is the webpage of the module Web Mapping and Geovisualisation (ENVS456) offered in the MSc in Geographic Data Science at the University of Liverpool, Department of Geography,

wma's People

Contributors

darribas avatar g-filomena avatar pietrostefani avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wma's Issues

`wellknown` seems to be removed from CRAN

The pakcage wellknown, which we use on the Data Architecture lab seems to be removed from CRAN?

https://cran.r-project.org/web/packages/wellknown/index.html

We should try to remove it from our course and replace the functionality with other currently alive libraries.

I think this is the only part where we use it:

wma/dataarch.qmd

Lines 160 to 169 in 0b22980

```{r}
#| warning: false
library(wellknown) # Convert Between 'WKT' and 'GeoJSON'
# Load the WKT representation of the point and convert the WKT representation into WKB format
wkt <- wkt_wkb("POINT (-2.977367 53.40753)")
# Print the WKB data
wkt
```

I think this functionality is now available in sf:

# Load the WKT representation of the point and convert the WKT representation into WKB format
wkt <- "POINT (-2.977367 53.40753)" %>%
               st_as_sfc %>%
               st_as_binary
# Print the WKB data
wkt

Is this OK with you @pietrostefani? If so, I'm happy to update it

Decide on license

We need to pick a suitable license. The previous iteration was CC-BY-SA and I'd probably lean towards something like that rather than a software based one like GPL or BSD (this is really an educational material project more than a software one). But I want to open the discussion here to document what we pick and why.

One for @pietrostefani and @darribas to decide.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.