https://github.com/andrewannex/planetproj4js
A library providing IAU:2015 coordinate reference systems to proj4js.
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
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
Metadata Files
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
- Website: http://andrewannex.com
- Twitter: AndrewAnnex
- Repositories: 179
- Profile: https://github.com/AndrewAnnex
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.
- Homepage: https://github.com/AndrewAnnex/planetproj4js#readme
- License: MIT
-
Latest release: 0.0.1
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v2 composite
- actions/setup-node v2 composite
- 500 dependencies
- @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