panoptes / panoptes-utils

A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4 stars 9 forks source link

Basic data search #181

Closed wtgee closed 4 years ago

wtgee commented 4 years ago

Adds a search_observations utility function that has a basic set of filter criteria for getting an observation. Result is always a pandas DataFrame. The hvplot.pandas module has been imported so DataFrames can easily be visualized.

Rearranges the namespace a bit.

Part of #177

codecov[bot] commented 4 years ago

Codecov Report

Merging #181 into develop will increase coverage by 2.41%. The diff coverage is 19.64%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #181      +/-   ##
===========================================
+ Coverage    70.66%   73.07%   +2.41%     
===========================================
  Files           26       26              
  Lines         1851     1805      -46     
  Branches       249      239      -10     
===========================================
+ Hits          1308     1319      +11     
+ Misses         482      425      -57     
  Partials        61       61              
Impacted Files Coverage Δ
panoptes/utils/data/assets.py 19.64% <19.64%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2cafd0d...fc00034. Read the comment docs.