Giter Club home page Giter Club logo

Comments (5)

ferily7 avatar ferily7 commented on May 28, 2024 1

Actually I managed to get it to work locally -- I had GDAL installed but I needed to add it as a PATH in my environmental variable, so I am able to get ogr2ogr to send my file to PostgreSQL as the destination.

As for on the lambda, I got that to work by doing await and promise(). Make sure that your lambda timeout is more than 3 seconds because that was the issue I was running into. The ogr2ogr function takes a few seconds to complete so that's why nothing was in the lamnda logs

from ogr2ogr.

wavded avatar wavded commented on May 28, 2024

If you specify a destination there won't be much if any output as its being sent to another destination other than stdout.

from ogr2ogr.

ferily7 avatar ferily7 commented on May 28, 2024

Oh hmm I see so there won't be anything outputted in the logs then if doing a destination? I don't see my file after the function is done though

from ogr2ogr.

wavded avatar wavded commented on May 28, 2024

I have not used PostgreSQL as a destination before so not sure what what the gdal ogr2ogr tool would output in that case. Have you tried running this directly on the command line to see the output? You should get everything sent to stdout that command would sent you, everything sent to stderr would be send to onStderr if you have that hook set up.

from ogr2ogr.

ferily7 avatar ferily7 commented on May 28, 2024

I tried to test this locally on my computer and not on the lambda function but I get Error: Error: spawn ogr2ogr ENOENT

I'm assuming it has to do with GDAL? I installed GDAL through OSGeo4W though, is there any other further steps I need to do?

from ogr2ogr.

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.