https://github.com/andrewannex/planetproj4js

A library providing IAU:2015 coordinate reference systems to proj4js.

https://github.com/andrewannex/planetproj4js

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

A library providing IAU:2015 coordinate reference systems to proj4js.

Basic Info
  • Host: GitHub
  • Owner: AndrewAnnex
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Size: 187 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

PlanetProj4js

A library providing IAU:2015 coordinate reference systems to proj4js.

Installation

bash npm install planet-proj4 proj4

Tests

bash npm run test

Build

bash npm run build

Generating the codes

```python import pyproj badcodes = [] for code in pyproj.database.getcodes(authname="IAU2015", pjtype="CRS"): crs = pyproj.CRS(f'IAU2015:{code}') try: projtext = crs.toproj4() print('[') print(f" 'IAU:2015:{code}',") print(f" '+title={crs.name} {projtext }'") print('],') except pyproj.exceptions.CRSError as e: badcodes.append(code) finally: pass

for c in bad_codes: print(c) pass ```

currently codes ending with "02" are not included

Owner

  • Name: Dr. Andrew Annex
  • Login: AndrewAnnex
  • Kind: user
  • Location: Pasadena, CA
  • Company: SETI Institute

Coder and Planetary Science PhD from Johns Hopkins University. Fmr Postdoc @ Caltech, Current Senior Science Systems Engineer @ SETI Institute

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • npm 7 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
npmjs.org: @andrewannex/planet-proj4

Providing Planetary IAU CRSs to Proj4js.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 7 Last month
Rankings
Dependent repos count: 25.9%
Average: 31.8%
Dependent packages count: 37.7%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2 composite
package-lock.json npm
  • 500 dependencies
package.json npm
  • @babel/preset-env ^7.20.0 development
  • babel-core ^7.0.0-bridge.0 development
  • babel-loader ^8.0.0 development
  • jest ^27.0.0 development
  • webpack ^5.0.0 development
  • webpack-cli ^4.0.0 development