panstarrs

PanSTARRS R API https://uskovgs.github.io/PanSTARRS/

https://github.com/uskovgs/panstarrs

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary

Keywords

api astro astronomy astrophysics cran r
Last synced: 9 months ago · JSON representation

Repository

PanSTARRS R API https://uskovgs.github.io/PanSTARRS/

Basic Info
  • Host: GitHub
  • Owner: uskovgs
  • License: other
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 2.99 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
api astro astronomy astrophysics cran r
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License Code of conduct

README.md

CRAN status Lifecycle: stable CRAN status

panstarrs

The goal of panstarrs package is to access PanSTARRS data archive.

Installation

You can install the released version of panstarrs with:

``` r

devtools::install_github('uskovgs/PanSTARRS')

install.packages("panstarrs") ```

Example

``` r library(panstarrs) library(magrittr) library(dplyr)

>

> Attaching package: 'dplyr'

> The following objects are masked from 'package:stats':

>

> filter, lag

> The following objects are masked from 'package:base':

>

> intersect, setdiff, setequal, union

coords <- ps1mastresolve('Antennae')

ps1imagecolor(ra = coords$ra, dec = coords$decl, format = 'png', size = 400) %>% magick::image_read() ```

``` r fitsimageurl <- ps1imageurl(ra = coords$ra, dec = coords$decl, size = 1280, filter = "r", format = "fits")

# fitsimage <- FITSio::readFITS(fitsimage_url)

ps1crossmatch(ra = c(268.70342, 168.87258), dec = c(71.54292, 60.75153), release = 'dr2', table = 'mean') %>% select(MatchRA, MatchDEC, dstArcSec, `searchID, objName) %>% arrange(searchID_`, dstArcSec)

> # A tibble: 8 × 5

> MatchRA MatchDEC dstArcSec _searchID_ objName

>

> 1 269. 71.5 1.25 0 PSO J268.7044+71.5430

> 2 269. 71.5 1.72 0 PSO J268.7033+71.5434

> 3 269. 71.5 1.83 0 PSO J268.7023+71.5425

> 4 269. 71.5 2.23 0 PSO J268.7053+71.5428

> 5 269. 71.5 2.91 0 PSO J268.7053+71.5424

> 6 269. 71.5 2.97 0 PSO J268.7059+71.5431

> 7 169. 60.8 0.470 1 PSO J168.8729+60.7515

> 8 169. 60.8 1.61 1 PSO J168.8733+60.7512

```

Owner

  • Name: Grigory Uskov
  • Login: uskovgs
  • Kind: user

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 27
  • Total Committers: 1
  • Avg Commits per committer: 27.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 13
  • Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
uskovgs g****6@g****m 27

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 319 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: panstarrs

Interface to the Pan-STARRS API

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 319 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Average: 39.9%
Downloads: 70.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • RCurl * imports
  • attempt * imports
  • dplyr * imports
  • glue * imports
  • httr * imports
  • jsonlite * imports
  • magrittr * imports
  • purrr * imports
  • readr * imports
  • rlang * imports
  • stringr * imports
  • FITSio * suggests
  • celestial * suggests
  • knitr * suggests
  • magicaxis * suggests
  • magick * suggests
  • rmarkdown * suggests
.github/workflows/pkgdown.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite