Giter Site home page Giter Site logo

Comments (2)

kzollove avatar kzollove commented on August 21, 2024 1

Hi @TheCedarPrince ! Thanks for creating an issue for this.

> geocodedLocation <- geocodeAddresses(addressTable = notGeocodedLocation)
Geocoding chunk 1 of 1
Fatal error: cannot create 'R_TempDir'
Error: '/tmp/RtmpD7WMaA\add_geocoder_3.3.0_score_threshold_0.5.csv' does not exist.

This function leverages DeGauss geocoder, which writes and reads a csv using R's tempdir() function.

It looks like its either not able to create the directory and subsequently can't read it. That backslash looks suspicious to me.

I will dig into the issue a little deeper and get back to you.

from gis.

TheCedarPrince avatar TheCedarPrince commented on August 21, 2024

I noticed that too -- I wonder if there was something going wrong internally with the pathing... 🤔

Seems to be coming from here:

rawGeocodedTablePart <- readr::read_csv(paste0(tempdir(), '\\add_geocoder_3.3.0_score_threshold_0.5.csv'))

from gis.

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.