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
Repository
PanSTARRS R API https://uskovgs.github.io/PanSTARRS/
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
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
- Website: uskovgs.github.io
- Repositories: 2
- Profile: https://github.com/uskovgs
GitHub Events
Total
Last Year
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
- Homepage: https://uskovgs.github.io/PanSTARRS/
- Documentation: http://cran.r-project.org/web/packages/panstarrs/panstarrs.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2.2
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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