Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented voronoi analysis #177

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Implemented voronoi analysis #177

wants to merge 8 commits into from

Conversation

dgaubert
Copy link
Contributor

For new analysis use the following checklist:

  • Uses the_geom geometry(Geometry, 4326) column for all geospatial operations.
  • Outputs a the_geom geometry(Geometry, 4326) column.
  • Outputs a cartodb_id numeric column.
  • Uses {cache: true} option when it needs full knowledge of the table it. Hints: aggregations, window functions.
  • not applicable Uses {cache: true} if it access external services.
  • Naming uses a-z lowercase and hyphens.
  • All mandatory params cannot be made optional.
  • Avoids using CTEs for join operations when result is not cached.

});
}

describe('trade area analysis', function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

😂 trade-area?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

😫

@rochoa rochoa mentioned this pull request Dec 7, 2016
@AbelVM AbelVM mentioned this pull request Feb 13, 2017
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.

3 participants