Skip to content

Conversation

@xavipereztr
Copy link
Contributor

No description provided.

@@ -0,0 +1,10 @@
var dataset = ee.FeatureCollection(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use loadBigQueryTable()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please provide me a bit more clarity on what's needed here? It's only for this example for the Addresses data or in all other examples too? Can you point me to some other example that uses loadBigQueryTable() as expected here? thanks!

@@ -0,0 +1,10 @@
var dataset = ee.FeatureCollection(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sadly, this table is too large to load like this (EE has certain limitations). ee.FeatureCollection.runBigQuery() can be used to work around them, but this call will incur charges, unlike use of BQ through EE. I'd avoid this and any other very larget table for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment only applicable for the example? Can we have a dataset (Overture Buildings) listed without the example? I think we should keep listing all Overture's tables, otherwise the product is incomplete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants