GithubHelp home page GithubHelp logo

Comments (6)

crabel99 avatar crabel99 commented on August 10, 2024 1

Thank you! I’ve been using the pre release version with no issue since your original response. Thank you for your work on this project!

from rpostgis.

dnbucklin avatar dnbucklin commented on August 10, 2024

Hi @crabel99 , see the dev branch, which already has this functionality - install with devtools:

devtools::install_github("mablab/rpostgis", ref = "dev")

This update should get pushed to CRAN, hopefully in the next month or so. I'll leave this issue open until then.

from rpostgis.

crabel99 avatar crabel99 commented on August 10, 2024

Thank you. I will play around with it. As it stands I have a viable workaround (clunky but effective), so will likely wait for the CRAN release. It is nice to know that it is done and waiting on distribution.

As a random and unrelated question, is rpostgis thread safe?

from rpostgis.

crabel99 avatar crabel99 commented on August 10, 2024

Thank you. I will play around with it. As it stands I have a viable workaround (clunky but effective), so will likely wait for the CRAN release. It is nice to know that it is done and waiting on distribution.

Now the new problem that I have is that pgWriteRast won't append the rasters that I create to the temporary table. I have a large number of raster files I'm processing, on the order of tens of thousands. I can execute a db query to move the file from the one created by rpostgis into a temporary table and recycle the names, but this increases the overhead on my database as each raster is written twice and read one extra time. An append option would sure be helpful!

As a random and unrelated question, is rpostgis thread safe?

from rpostgis.

dnbucklin avatar dnbucklin commented on August 10, 2024

I should have mentioned- append for pgWriteRast was also added to dev at the same time as clauses for pgGetRast. If you are able to test, any usage at this point would be helpful to identify bugs prior to release.

I haven't tested multi-threading, and I would not assume rpostgis is thread-safe. It's possible that multi-threading pgInsert or pgWriteRast with append=TRUE calls on a single table could cause issues.

from rpostgis.

dnbucklin avatar dnbucklin commented on August 10, 2024

eae1f09 Features have been added, now on CRAN (v1.4.3).

from rpostgis.

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.