Code Monkey home page Code Monkey logo

wgstogk's Introduction

Hi there ๐Ÿ‘‹

wgstogk's People

Contributors

romunov avatar zkuralt avatar

Watchers

 avatar  avatar

wgstogk's Issues

change elevation table position

I would add elevation to the table of converted coordinates, and not keep it in separate table like currently implemented.

Assign index numbers to coordinates

So it is easier to check coordinates in the map, when converting multiple coordinates.

The ultimate solution would be that coordinates (row) would highlight when one would click (or hover) on the marker and vice versa.

choosing file format when uploading data

To upoad a file, two steps need to be taken. User has to choose what format the data is in and then the actual step of selecting and uploading the file. I would read file type from the extension of the file. In case it's a csv, the separator menu is already present below.
Perhaps add some text which says that you need to choose the separator if and only if you are uploading a csv file.

enable entry of mixed format

Currently only one format of coordinates is permitted to be entered at a time. Modify application that can handle different formats.

input coordinates in decimal degrees not converted correctly

it seems that anyWGStoDec() function does not behave as planned.

functions below recognise coordinates format (even though it is not deg_min_sec or deg_dec_min and convert it (incorrectly)

xy <- tryCatch(sapply(x, measurements::conv_unit, from = 'deg_min_sec', to = 'dec_deg'), 
                 error = function(e) e, warning = function(w) w) 
  if (is.character(xy)) { 
    return(as.numeric(xy))
  }
  xy <- tryCatch(sapply(x, measurements::conv_unit, from = 'deg_dec_min', to = 'dec_deg'), 
                 error = function(e) e, warning = function(w) w) 
  
  if (is.character(xy)) { 
    return(as.numeric(xy))
  }

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.