Git Product home page Git Product logo

Comments (3)

mick avatar mick commented on August 18, 2024

Yep. Its because geometryid is no more, instead we are keeping the full url to the feature on s3 as s3url But that should have make some tests fail.

from cardboard.

sgillies avatar sgillies commented on August 18, 2024

After 06876e8 I'm getting the results I expect:

$ ./cardboard sgillies-shade --query="-107,39,-106,40" | fio info
endpoint undefined
your table is ready sgillies-shade
{"count": 288, "crs": "+datum=WGS84 +no_defs +proj=longlat", "driver": "GeoJSON", "bounds": [-106.523437, 39.571822, -106.435546, 39.639537], "schema": {"geometry": "Polygon", "properties": {"val": "int", "id": "str"}}}
$ ./cardboard sgillies-shade --query="-108,39,-107,40" | fio info
endpoint undefined
your table is ready sgillies-shade
{"count": 0, "crs": "+datum=WGS84 +no_defs +proj=longlat", "driver": "GeoJSON", "bounds": [0.0, 0.0, 0.0, 0.0], "schema": {"geometry": "Unknown", "properties": {}}}

from cardboard.

sgillies avatar sgillies commented on August 18, 2024

Conclusion: empty results in my case, using cardboard on dynamodb and not dynalite, were due to the bounding box params being undefined when the post-query bbox filtering was done.

from cardboard.

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.