Giter Site home page Giter Site logo

xyz's Introduction

XYZ Extract Tool

See Demo XYZ extract tool

Install dev

This requires you have a github account and personal access tokens. See https://stackoverflow.com/questions/58919401/installing-packages-from-github-npm-registry-auth-error-401

> npm i

Run dev locally

> npm run serve

Build production

# First, increase the version number in package.json to the
# next in sequence from the current NPM version.
> npm run build
> npx rollup -c
# Push to demo site:
> git add . ; git ci -m 'Pushing version x.x.x' ; git push

Publish @buildrs/xyz NPM

> npm publish

Commandline Tool

xyz.py

Command for working with .xyz files.

~/dbs/xyz> ./xyz.py
usage: xyz.py [-h] [-infile INFILE] [-outfile OUTFILE] [-xmin XMIN] [-ymin YMIN] [-xmax XMAX] [-ymax YMAX]

Extracts regions bounded by the given arguments. By default, reads from stdin and writes to stdout, with infinite
upper and lower bounds.

optional arguments:
  -h, --help        show this help message and exit
  -infile INFILE
  -outfile OUTFILE
  -xmin XMIN
  -ymin YMIN
  -xmax XMAX
  -ymax YMAX

xyz's People

Contributors

markussteinbrecher avatar pablo-mayrgundter avatar stacyvlasits avatar

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.