GithubHelp home page GithubHelp logo

Comments (3)

gabrieldansereau avatar gabrieldansereau commented on August 22, 2024 1

Just to chime in, your middle-ground solution seems great. I definitely understand your intent to keep the package size small and avoid heavy network use. Having the option to download it from an http server solves it.

I also think it's a great idea to document how operations can be done either locally or remotely. It makes another good selling point for the package.

from elapid.

earth-chris avatar earth-chris commented on August 22, 2024

Yea, I agree that this would be very valuable for users.

I think one of the primary questions I've had is whether to a) package a full vector / raster dataset for distribution with elapid (which would increase the package size by several mb) or whether to post some data to an http server to demonstrate the ability to read / work with web-hosted data (which requires heavy network use if making repeated web read requests).

Perhaps the middle ground is to do something like the following:

  • host a vector / raster dataset via http
  • write a convenience function to download it and work with these data locally
  • package a vector dataset that has been annotated with the coincident raster values

This would mean that running some of the full raster/vector operations could be done locally or remotely based on whether a user chooses to download the data. Or, the packaged version could be loaded easily and several spatially-explicit modeling tasks can be performed off-the-bat without needing to do the rote data prep steps.

from elapid.

earth-chris avatar earth-chris commented on August 22, 2024

The reason you're getting CRS errors with the existing bradypus data is that, as packaged by maxnet, the underlying data had no geographic data. It was just tabular. Maxent doesn't care because it's not spatial, but we care because, you know.

I'm pretty sure Elith et al. or others have published the full bradypus data somewhere and I'll see if I can reconcile the location data with the aspatial data.

Regardless, getting a spatially-explicit example dataset is a high priority and we'll get there one way or another.

from elapid.

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.