querySDSS


NamequerySDSS JSON
Version 2.0 PyPI version JSON
download
home_pagehttps://github.com/aCosmicDebugger/querySDSS
SummaryQuery for SDSS datarelease 18
upload_time2024-02-07 23:50:08
maintainer
docs_urlNone
authoraCosmicDebbuger
requires_python
licenseMIT
keywords example project
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            QuerySDSS - Retrieve and Analyze SDSS Data
==========================================

QuerySDSS is a Python script that utilizes the Astropy and Astroquery
libraries to retrieve data from the Sloan Digital Sky Survey (SDSS) Data
Release 18 (DR18). This script fetches information about celestial
objects including their nature (galaxy, star, quasar), redshift,
coordinates, positions, and flux values.

Requirements
------------

-  Python 3.x
-  Astroquery
-  Astropy

You can install the required packages using the following command:

.. code:: bash

   pip install astroquery astropy

How to Install
--------------

Clone this repository to your local machine using the following command:

.. code:: bash

   git clone https://github.com/aCosmicDebbuger/querySDSS.git
   cd querySDSS

or you can use pip

.. code:: bash

   pip install querySDSS

Usage:
------

Just opena a terminal where the file is located and run

.. code:: bash

   python3 querySDSS.py

or if you need to import it:

.. code:: python

   from querySDSS.querySDSS.querySDSS import query_sdss_data

   a = query_sdss_data(num_observations=3000)
   print(a)

You’ll get a table of SDSS data.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aCosmicDebugger/querySDSS",
    "name": "querySDSS",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "example project",
    "author": "aCosmicDebbuger",
    "author_email": "acosmicdebugger@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/79/87/1598efad630507b5ba33a2c3986165c12d30f045e48d2138dcdb09086cee/querySDSS-2.0.tar.gz",
    "platform": null,
    "description": "QuerySDSS - Retrieve and Analyze SDSS Data\n==========================================\n\nQuerySDSS is a Python script that utilizes the Astropy and Astroquery\nlibraries to retrieve data from the Sloan Digital Sky Survey (SDSS) Data\nRelease 18 (DR18). This script fetches information about celestial\nobjects including their nature (galaxy, star, quasar), redshift,\ncoordinates, positions, and flux values.\n\nRequirements\n------------\n\n-  Python 3.x\n-  Astroquery\n-  Astropy\n\nYou can install the required packages using the following command:\n\n.. code:: bash\n\n   pip install astroquery astropy\n\nHow to Install\n--------------\n\nClone this repository to your local machine using the following command:\n\n.. code:: bash\n\n   git clone https://github.com/aCosmicDebbuger/querySDSS.git\n   cd querySDSS\n\nor you can use pip\n\n.. code:: bash\n\n   pip install querySDSS\n\nUsage:\n------\n\nJust opena a terminal where the file is located and run\n\n.. code:: bash\n\n   python3 querySDSS.py\n\nor if you need to import it:\n\n.. code:: python\n\n   from querySDSS.querySDSS.querySDSS import query_sdss_data\n\n   a = query_sdss_data(num_observations=3000)\n   print(a)\n\nYou\u2019ll get a table of SDSS data.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Query for SDSS datarelease 18",
    "version": "2.0",
    "project_urls": {
        "Homepage": "https://github.com/aCosmicDebugger/querySDSS"
    },
    "split_keywords": [
        "example",
        "project"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79871598efad630507b5ba33a2c3986165c12d30f045e48d2138dcdb09086cee",
                "md5": "cb07c16284284abc9fb0de4f79724c51",
                "sha256": "95a5c2fcb177d54123a1033ff61a9c42ef748369391179da731cd91a77678b5e"
            },
            "downloads": -1,
            "filename": "querySDSS-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cb07c16284284abc9fb0de4f79724c51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2734,
            "upload_time": "2024-02-07T23:50:08",
            "upload_time_iso_8601": "2024-02-07T23:50:08.671935Z",
            "url": "https://files.pythonhosted.org/packages/79/87/1598efad630507b5ba33a2c3986165c12d30f045e48d2138dcdb09086cee/querySDSS-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 23:50:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aCosmicDebugger",
    "github_project": "querySDSS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "querysdss"
}
        
Elapsed time: 0.17894s