Git Product home page Git Product logo

schema's People

Contributors

aleksandradebicka-tomtom avatar alenacal avatar aluwihar avatar bastiaanvanassche-tomtom avatar batinic-m avatar bonkles avatar bozivk avatar brad-richardson avatar cj-malone avatar danabauer avatar danbeeee avatar davidkarlas avatar fawadali-tomtom avatar ibnt1 avatar jancallewaert-tomtom avatar jenningsanderson avatar jonahadkins avatar jwass avatar larryfreil avatar lukaszmichalski-tomtom avatar marinrelatic avatar mccoysmith avatar mojodna avatar robsoetewey-tomtom avatar sanjibdutta1 avatar sasastanojkov avatar seanmcilroy29 avatar skmoore avatar varapmsft avatar vcschapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

schema's Issues

Add gers example to web page

https://docs.overturemaps.org/gers/ web page has a problem. I don't know where to report it so I'll report it here. The problem is it goes on and on and on about the gers, without ever providing one single example so users could get an idea of what one of these identifiers looks like. Thank you.

Typo: admins: column is called `defaultlanugage`, not `defaultlanguage`

It seems like there is a typo in one of the columns of the Overture Admin Boundaries. For example, consider this DuckDB query:

DESCRIBE SELECT * FROM read_parquet('s3://overturemaps-us-west-2/release/2023-07-26-alpha.0/theme=admins/type=*/*', filename=true, hive_partitioning=1)

The query yields the following result:

┌──────────────────────┐
│     column_name      │
│       varchar        │
├──────────────────────┤
│ id                   │
│ updatetime           │
│ version              │
│ names                │
│ adminlevel           │
│ maritime             │
│ subtype              │
│ localitytype         │
│ context              │
│ isocountrycodealpha2 │
│ isosubcountrycode    │
│ defaultlanugage      │
│ drivingside          │
│ sources              │
│ bbox                 │
│ geometry             │
│ filename             │
│ theme                │
│ type                 │
├──────────────────────┤
│ 19 rows              │
└──────────────────────┘

I would expect the default language column to be called defaultlanguage, not defaultlanugage.

Political views

Political perspectives included in admin schema.

Test issue for now

Find traffic signal connector records

Hi,

My goal is to find the connectors where are tagged with highway=traffic_signal (in OSM).

Unfortunately, I couldn't find that tag in the sourcetag.

Please advise.

Schema for bbox

I don't see bbox referenced in the schema files, but I do see bbox columns in the 2023-10-19-alpha.0 released Parquet files (e.g. s3://overturemaps-us-west-2/release/2023-10-19-alpha.0/theme=buildings/type=building/part-00765-87dd7d19-acc8-4d4f-a5ba-20b407a79638.c000.zstd.parquet).

In Parquet, the bbox looks like this:

{
   ... other fields
  required group bbox {
    optional double minx;
    optional double maxx;
    optional double miny;
    optional double maxy;
  }
}

So the bbox is required, but the nested minx, maxx, miny, and maxy fields are optional (or nullable). I was curious if this was leveraged anywhere in the data (should clients be prepared to handle null minx etc?) or if it should be changed in the schema to make those fields required.

Let me know if this is a better issue for the data repo or for a discussion instead.

Test

Testing push from GitHub to Slack

Test

Testing push to Slack channel

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.