Metadata-Version: 2.1
Name: gkutils
Version: 0.2.27
Summary: A collection useful utilities - mostly related to astronomy
Home-page: https://github.com/genghisken/gkutils
Author: genghisken
Author-email: ken.w.smith@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# gkutils Package #

A collection of useful python methods (some of which should now be replaced by astropy usage), along with some command line utilities.

The command line utilities are:

* coneSearchCassandra (a tool for cone searching inside spatially indexed Cassandra repositories - requires gkhtm and cassandra-driver and access to a Cassandra table with HTM levels 10, 13 and 16 columns.)
* bruteForceConeSearchATLAS (a purely trigonometric tool for searching ATLAS exposure lists to check if they overlap an object of interest)
* getCSVColumnSubset (pull out a subset of colums from a CSV).

There are more potential command line utilities, which will be made available in future versions - e.g. coneSearchMySQL.

