Giter Site home page Giter Site logo

map-region-explorer's Introduction

Map Region Explorer

Generic R/Shiny app for map region data exploration. Main features:

  • Config-based input data: supply your own data without any app code modifications
  • Interactive map: tooltips, multi-region on-click selection
  • Dynamic data filtering

demo

Minimal data config

test_data:
  title: "Dummy data"
  data_dir: "./tests/testthat/data"

  count_data:
    file_details:
      file_name: "test_count_data.csv"
      col_defs:
        region_id: 
          type: "factor"
          label: "Region ID"
        fraction: 
          type: "factor"
          label: "Fraction"
        foo: 
          type: "integer"
          label: "Foo bar"
        count: 
          type: "integer"
          label: "Count"
    count_col: "count"
    location_id_col: "region_id"
    
  location_data:
    file_details:
      file_name: "test_region_data.csv"
      col_defs:
        id: 
          type: "factor"
          label: "Region ID"
        label: 
          type: "factor"
          label: "Region name"
        x: 
          type: "double"
          label: "X"
        "y": 
          type: "double"
          label: "Y"
    id_col: "id"
    label_col: "label"
    x_col: "x"
    y_col: "y"

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.