Giter VIP home page Giter VIP logo

Comments (3)

jblindsay avatar jblindsay commented on May 23, 2024 1

Hello,

That's a really good question. The people working on the GeoRust project are doing great work. However, most of the sub-projects of GeoRust are actually bindings to other geospatial libraries. For the design of WhiteboxTools, this is not a great fit. Using third-party, non-Rust libraries means that the cross-platform compilation of the WhiteboxTools code becomes significantly more complicated or, more importantly, it may mean that users need to install these libraries before using WhiteboxTools. I've designed WhiteboxTools so that you don't really need to install it, you just download the zip file and decompress it. This is incredibly important to me for the design of the project. I am targeting people who may not have high-level access to their computer systems, e.g. students working in a university computer lab or government workers where installation of software is strictly forbidden by their IT departments. Because these users don't need to install WhiteboxTools, they can still use the library on these restricted systems. By keeping a pure Rust codebase, I am able to easily pre-compile the code for each of the target platforms and users are able to use it without a proper install.

That said, there are some pure Rust sub-projects on GeoRust that I can see eventually using in WhiteboxTools. In particular, I am excited to use their WKT and GeoJson parsers. Anything like this, which makes my life easier and allows me to focus my development efforts on writing geospatial analysis tools instead of low-level code, makes me happy.

Thanks for asking,

John

from whitebox-tools.

Crghilardi avatar Crghilardi commented on May 23, 2024

Thanks for the clarification, that makes perfect sense. Out of curiosity, has there ever been any communication between any of the projects and WBT or vice versa? I didn't see much if any overlap looking just at contributor graphs.

from whitebox-tools.

jblindsay avatar jblindsay commented on May 23, 2024

@Crghilardi No, the projects are developed quite separately. I certainly wouldn't be opposed to any feedback from the GeoRust people though.

from whitebox-tools.

Related Issues (20)

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.