commit | 4eddb3257168b1861faa16f604f362eaebe9109e | [log] [tgz] |
---|---|---|
author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Mon Sep 18 10:09:09 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 18 10:09:09 2023 -0700 |
tree | 1019b3a6084bf07409915dfff9364ea086430ffc | |
parent | ada7eb5c9bb016919fc8904fc59c03338b686c97 [diff] |
SDAP-39 - Querying tiles by polygon now uses bbox query where possible (#279) * Polygon searches fall to bbox searches w/ poly bounds * Changelog * Moved poly -> bbox to SolrProxy methods * Revert "Polygon searches fall to bbox searches w/ poly bounds" This reverts commit 7f0f3f990e09987a8a1390af9e5a532adfee26c8. * Consistency of how poly to bbox is done * Cleanup --------- Co-authored-by: rileykk <rileykk@jpl.nasa.gov>
The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html
Ensure sphinx, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files.
pip install sphinx sphinx-autobuild recommonmark
Run sphinx-autobuild to view the docs locally.
cd docs sphinx-autobuild . _build/html