Git Product home page Git Product logo

geokit's Introduction

Geokit

Build Status

Geokit is a command-line interface (CLI) tool written in Javascript and Python, that contains all the basic functionalities for measurements, conversions and operations of geojson files. Furthermore, it also includes some functionalities to process other file formats easily.

Check you the scripts in the language that were written:

CI

To update geokit in docker hub, we use CI with circleci. To update all three containers at once, we can use a commit in the develop branch.

To update containers per technology, we can commit to a branch with the following pattern << TECHNOLOGY >>-<< TAG >>. For instance:

  • python-feature-one: Will update the python container and create a new tag feature-one
  • python-develop: Will update the python container and update the latest tag. This is a special case, if you want to update the container to latest, you can use develop in the branch name.

geokit's People

Contributors

calfarome avatar geoyi avatar piligab avatar rub21 avatar willemarcel avatar yunica avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geokit's Issues

error if you don't pass the file

Downloads $ geokit filterbyprop --prop tileid=* > fix1.geojson
fs.js:646
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

TypeError: path must be a string or Buffer
    at Object.fs.openSync (fs.js:646:18)
    at Object.fs.readFileSync (fs.js:551:33)
    at module.exports (/Users/ruben/apps/geokit/src/filterbyprop.js:7:33)
    at Object.<anonymous> (/Users/ruben/apps/geokit/index.js:41:34)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)

It should give us an alert, like file is missing...
cc. @karitotp @piligab

Update CI

We will update the CircleCI configuration for better performance and lower build times.
Currently we have three containers that represent Geokit, when a script is updated all the processes are executed, we must improve the actions and update only what is necessary.

cc. @Rub21 @karitotp @piligab

The clip tool doesn't cut according to a boundary

Currently the tool to clip in geokit makes the cut in square, doesn't cut according to a boundary.

Adding more functionality to the clip tool will give us more precise cuts of areas according to a specific boundary.

The benefit of this is that it will help us obtain more accurate information about the data that exists inside a boundary.

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.