Skip to content

visualzhou/visualgeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualize MongoDB geo query explain() result. Just copy and paste .explain() result of geo query. There is no hosted service for this, but if you clone the repository then:

  1. Set up a virtual environment for python
  2. Install flask
python3 -m pip install flask
  1. launch the server:
python3 server.py 
  1. Connect to localhost:5000

You can use the tool.

Example Annulus Visualization, step 1

Example Annulus Visualization, step 2

S2 geospatial library is compiled to asm.js by mongo-s2 and used to translate geo hash.

About

Visualization of MongoDB geo query explain()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors