GithubHelp home page GithubHelp logo

stationa / xgeo Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 421 KB

Scriptable geospatial data processing engine

License: MIT License

Go 75.16% Makefile 19.31% Dockerfile 5.53%
geospatial extract-transform-load

xgeo's Issues

Support data processing language

This package should be expanded to support data processing, using a language that can perform the following:

  • Geo operations:

    • Project geometry
    • Simplify geometry
    • Extract centroid
    • Compute area
    • Compute perimeter
    • Compute bounding box
    • Compute pluscode
  • Property operations:

    • Delete property
    • Filter by property
    • Set property
    • bool(...)
    • int(...)
    • float(...)
    • str(...)
    • lower(...)
    • upper(...)
    • strip(...)
    • substr(...)
    • replace(...)
    • abs(...)
    • sqrt(...)
    • round(...)
    • ceil(...)
    • floor(...)
    • m2ft(...)
    • ft2m(...)
    • sqm2sqft(...)
    • sqft2sqm(...)

The language should also support:

  • Conditional statements
  • Variable assignment
  • Basic arithmetic (addition, subtraction, multiplication, division)
  • Comparisons (less than, greater than, equal to, not equal to)
  • Logical operators (and, or)

Support directly writing to files

Right now, we simply write out all data to standard out, which allows a shell-based process to redirect the standard out to a file or some other downstream process.

It would be convenient to optionally allow an output file to be specified, so that the proper output encoding can be used automatically.

Support KML files

We currently support GeoJSON files, SHP files, and SHP archives. It would be useful to include KML files, since a lot of geodata comes in that format.

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.