A client to the ASI-SSDC's SED Builder API.
Project description
sedbuilder
The sedbuilder package implements a Python interface to the ASI Space Science Data Center's SED Builder REST API.
Overview
This package provides programmatic access to multi-wavelength spectral energy distribution (SED) data from catalogs, surveys, and archival observations across the electromagnetic spectrum. It is based on SED Builder, a software developed at the ASI-SSDC to produce and display the SED data over the web.
Installation
pip install ssdc-sedbuilder
Quick Start
from sedbuilder import get_data
# Get response from SED for astronomical coordinates
response = get_data(ra=194.04625, dec=-5.789167)
# Access data in different formats
table = response.to_astropy() # Astropy Table
data_dict = response.to_dict() # Python dictionary
jt = response.to_jetset(z=0.034) # Jetset table
json_str = response.to_json() # JSON string
df = response.to_pandas() # Pandas DataFrame (requires pandas)
Development
git clone https://github.com/peppedilillo/sedbuilder.git
cd sedbuilder
pip install -e ".[dev]"
pre-commit install
pytest
Requests
Need a new feature? Don't hesitate to ask in our discussion section.
Documentation
Check out our documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ssdc_sedbuilder-0.1.0.tar.gz.
File metadata
- Download URL: ssdc_sedbuilder-0.1.0.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c4110ac2057a53e91e6149f52b162835214d6292bbacdd1567f865028a27f85
|
|
| MD5 |
767561646e6bd27cbfec3fd35669f9e6
|
|
| BLAKE2b-256 |
8c9a0dafcd65191177d3d876cf62a974f1e7f2cee7bc1021cc902d7bbc7c3235
|
File details
Details for the file ssdc_sedbuilder-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ssdc_sedbuilder-0.1.0-py3-none-any.whl
- Upload date:
- Size: 33.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1b10fe2cdb7c969c6f9096806a0b8ea485671f5b1a94a1ee71b5a70ce670409
|
|
| MD5 |
3916ad877adc59157507454729771279
|
|
| BLAKE2b-256 |
af11a0391197a79384a91fb082e50111574b6f24fe9b16019f82ceca1a15bd3e
|