Skip to content

Commit

Permalink
Add Zenodo DOI
Browse files Browse the repository at this point in the history
  • Loading branch information
seignovert committed Feb 11, 2019
1 parent c4b4c75 commit ff9ea7f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Python package for NAIF WebGeoCalc API",
"description": "<p>In december 2018, <a href=\"https://naif.jpl.nasa.gov/naif/webgeocalc.html\">JPL/NAIF</a> announced an <em>experimental</em> <a href=\"https://naif.jpl.nasa.gov/naif/WebGeocalc_announcement.pdf\">API RESTful interface</a> for their new <a href=\"https://wgc2.jpl.nasa.gov:8443/webgeocalc\">WebGeoCalc server</a> (which make online SPICE calculations). <a href=\"https://wgc2.jpl.nasa.gov:8443/webgeocalc/documents/api-info.html\">Documentation</a> and<a href=\"https://wgc2.jpl.nasa.gov:8443/webgeocalc/example/perform-calculation.html\">JavaScript examples</a> are already available.</p><p>This package provides a Python interface to make SPICE calculation through this API.</p><strong>Note the user</strong><blockquote><a href=\"https://wgc.jpl.nasa.gov:8443/webgeocalc\">WebGeoCalc</a> is not design to handle heavy calculation. If you need to make intensive queries, use <a href=\"https://github.com/AndrewAnnex/Spiceypy\">Spiceypy</a> or <a href=\"https://github.com/DaRasch/spiceminer\">SpiceMiner</a> package with locally hosted kernels.</blockquote> <p>More examples can be found in <a href=\"https://webgeocalc.readthedocs.io/en/stable/cli.html\">here</a>.</p><strong>Disclaimer</strong><p>This project is not supported or endorsed by either JPL, NAIF or NASA. The code is provided <em>&quot;as is&quot;</em>, use at your own risk.</p>",
"description": "<p>In december 2018, <a href=\"https://naif.jpl.nasa.gov/naif/webgeocalc.html\">JPL/NAIF</a> announced an <em>experimental</em> <a href=\"https://naif.jpl.nasa.gov/naif/WebGeocalc_announcement.pdf\">API RESTful interface</a> for their new <a href=\"https://wgc2.jpl.nasa.gov:8443/webgeocalc\">WebGeoCalc server</a> (which make online SPICE calculations). <a href=\"https://wgc2.jpl.nasa.gov:8443/webgeocalc/documents/api-info.html\">Documentation</a> and<a href=\"https://wgc2.jpl.nasa.gov:8443/webgeocalc/example/perform-calculation.html\">JavaScript examples</a> are already available.</p><p>This package provides a Python interface to make SPICE calculation through this API.</p><strong>Note the user</strong><blockquote><a href=\"https://wgc.jpl.nasa.gov:8443/webgeocalc\">WebGeoCalc</a> is not design to handle heavy calculation. If you need to make intensive queries, use <a href=\"https://github.com/AndrewAnnex/Spiceypy\">Spiceypy</a> or <a href=\"https://github.com/DaRasch/spiceminer\">SpiceMiner</a> package with locally hosted kernels.</blockquote><strong>Disclaimer</strong><p>This project is not supported or endorsed by either JPL, NAIF or NASA. The code is provided <em>&quot;as is&quot;</em>, use at your own risk.</p>",
"license": "MIT",
"upload_type": "software",
"access_right": "open",
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Python package for NAIF WebGeoCalc API

|Python| |Version| |Status| |Conda Platform|

|License|
|DOI| |License|

|Examples|

Expand All @@ -29,8 +29,8 @@ Python package for NAIF WebGeoCalc API
:target: https://pypi.org/project/webgeocalc
.. |Status| image:: https://img.shields.io/pypi/status/webgeocalc.svg?label=Status
:target: https://pypi.org/project/webgeocalc
.. |DOI| image:: https://zenodo.org/badge/xxxxxxxx.svg
:target: https://zenodo.org/badge/latestdoi/xxxxxxxx
.. |DOI| image:: https://zenodo.org/badge/165558532.svg
:target: https://zenodo.org/badge/latestdoi/165558532
.. |License| image:: https://img.shields.io/github/license/seignovert/test-python-docs.svg?label=License
:target: https://github.com/seignovert/test-python-docs/
.. |Examples| image:: https://img.shields.io/badge/Jupyter%20Notebook-examples-blue.svg?logo=jupyter&logoColor=orange
Expand All @@ -42,8 +42,8 @@ In december 2018, `JPL/NAIF`_ announced an **experimental**
(which make online SPICE calculations).
Documentation_ and `JavaScript examples`_ are already available.

This package is an **early attempt** to provide a Python interface to
make SPICE calculation through this API.
This package provides a Python interface to make SPICE
calculation through this API.

.. _`JPL/NAIF`: https://naif.jpl.nasa.gov/naif/webgeocalc.html
.. _`API RESTful interface`: https://naif.jpl.nasa.gov/naif/WebGeocalc_announcement.pdf
Expand Down
22 changes: 16 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,36 @@ Python package for NAIF WebGeoCalc API

|Docs| |Build| |Coverage|

|PyPI| |Python| |Version| |Status| |License|
|PyPI| |Conda|

|Python| |Version| |Status| |Conda Platform|

|DOI| |License|

|Examples|

.. |Docs| image:: https://img.shields.io/readthedocs/webgeocalc.svg?label=Docs&logo=read-the-docs&logoColor=white
:target: https://webgeocalc.readthedocs.io/
.. |Build| image:: https://img.shields.io/travis/seignovert/python-webgeocalc.svg?label=CI&logo=travis-ci&logoColor=white
.. |Build| image:: https://img.shields.io/travis/seignovert/python-webgeocalc.svg?label=Build&logo=travis-ci&logoColor=white
:target: https://travis-ci.org/seignovert/python-webgeocalc
.. |Coverage| image:: https://img.shields.io/coveralls/github/seignovert/python-webgeocalc.svg?label=Coverage
:target: https://coveralls.io/github/seignovert/python-webgeocalc?branch=master
.. |Coverage| image:: https://img.shields.io/codecov/c/github/seignovert/python-webgeocalc.svg?label=Codecov&logo=codecov&logoColor=white
:target: https://codecov.io/gh/seignovert/python-webgeocalc
.. |PyPI| image:: https://img.shields.io/badge/PyPI-webgeocalc-blue.svg?logo=python&logoColor=white
:target: https://pypi.org/project/webgeocalc
.. |Conda| image:: https://img.shields.io/badge/conda|seignovert-webgeocalc-blue.svg?logo=python&logoColor=white
:target: https://anaconda.org/seignovert/webgeocalc
.. |Python| image:: https://img.shields.io/pypi/pyversions/webgeocalc.svg?label=Python
:target: https://pypi.org/project/webgeocalc
.. |Conda Platform| image:: https://img.shields.io/conda/pn/seignovert/webgeocalc.svg
:target: https://anaconda.org/seignovert/webgeocalc
.. |Version| image:: https://img.shields.io/pypi/v/webgeocalc.svg?label=Version
:target: https://pypi.org/project/webgeocalc
.. |Status| image:: https://img.shields.io/pypi/status/webgeocalc.svg?label=Status
:target: https://pypi.org/project/webgeocalc
.. |License| image:: https://img.shields.io/pypi/l/webgeocalc.svg?label=License
:target: https://pypi.org/project/webgeocalc
.. |DOI| image:: https://zenodo.org/badge/165558532.svg
:target: https://zenodo.org/badge/latestdoi/165558532
.. |License| image:: https://img.shields.io/github/license/seignovert/test-python-docs.svg?label=License
:target: https://github.com/seignovert/test-python-docs/
.. |Examples| image:: https://img.shields.io/badge/Jupyter%20Notebook-examples-blue.svg?logo=jupyter&logoColor=orange
:target: https://nbviewer.jupyter.org/github/seignovert/python-webgeocalc/blob/master/examples/api.ipynb

Expand Down

0 comments on commit ff9ea7f

Please sign in to comment.