epntap_hardcoded_registry.json 59.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161
{
"services":[

{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "Solar active regions extracted from Heliophysics Feature Catalog.",
    "contributors": [
        "Xavier Bonnin", "Christian Renié", "PADC"
    ],
    "creator": [
        "Jean Aboudarham"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://voparis-helio.obspm.fr/hfc-gui/",
    "accessurl": "http://voparis-tap-helio.obspm.fr/__system__/tap/run/tap",
    "title": "Heliophysics Feature Catalog active regions",
    "shortname": "HFC1AR",
    "schema": "hfc1ar",
    "identifier": "ivo://vopdc.obspm/lesia/hfc1ar/epn"
},
{
    "publisher": "Paris Astronomical Data Centre - LUTH",
    "description": "VO-compliant and interactive encyclopaedia of extrasolar planets.",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Jean Schneider"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://exoplanet.eu/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Extrasolar Planets Encyclopaedia",
    "shortname": "ExoPlanet",
    "schema": "exoplanet",
    "identifier": "ivo://vopdc.obspm/luth/exoplanet/epn"
},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "This service provides the most accurate values of dimensions, mass, and rotation period of solar system planets. These data are retrieved from Archinal et al 2018 (IAU report 2015, 2018CeMDA.130...22A) (radii) and Cox et al 2000 (Allen's astrophysical quantities, 2000asqu.book.....C) (masses, heliocentric distances, and rotation periods).",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Stéphane Erard"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://lesia.obspm.fr",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Main characteristics of solar system planets",
    "shortname": "planets",
    "schema": "planets",
    "identifier": "ivo://vopdc.obspm/lesia/planets/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "This service is a redesigned version of the PDS spectral library, with data files provided as VOTable. The native version is distributed by the PDS Geosciences node: http://pds-geosciences.wustl.edu/mro/mro-m-crism-4-speclib-v1/mrocr_90xx/ Reference: Murchie et al (2007) Compact Reconnaissance Imaging Spectrometer for Mars (CRISM) on Mars Reconnaissance Orbiter (MRO). JGR Planets, 112:E05S03",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Stéphane Erard"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "https://perso.lesia.obspm.fr/data-services/pds-spectral-library/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "PDS spectral library",
    "shortname": "pds_speclib",
    "schema": "pds_speclib",
    "identifier": "ivo://vopdc.obspm/lesia/pds_speclib/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "This service provides a compilation of global spectra of planets and satellites in the visible and NIR range, for quick reference purpose. Spectra are selected from various libraries, including the Tohoku-Hiroshima-Nagoya Planet Spectra Library (Lundock et al 2009) and a USGS web site (R. Clark). Reformatted VOTable versions are provided together with links to the original data.",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Stéphane Erard"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "https://perso.lesia.obspm.fr/data-services/planetary-spectra/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Spectra of planets and satellites",
    "shortname": "spectro_planets",
    "schema": "spectro_planets",
    "identifier": "ivo://vopdc.obspm/lesia/spectro_planets/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "This service provides a compilation of spectra of asteroids in the visible, NIR and mid-IR range. It is composed of various libraries distributed as VizieR catalogues. Reformatted VOtable or fits versions are provided (but do not contain possible calibration flags); the original archive is reachable from the external_link parameter (at VizieR or JAXA). Reference to the VizieR catalogue is provided in the granule_gid parameter. Ephemeris data are retrieved from Miriade (IMCCE) for the reference date when possible.",
    "contributors": [
        "PADC, CDS"
    ],
    "creator": [
        "Stéphane Erard"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "https://sites.lesia.obspm.fr/data-services/vizier-asteroid-spectra/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Spectra of asteroids",
    "shortname": "spectro_asteroids",
    "schema": "spectro_asteroids",
    "identifier": "ivo://vopdc.obspm/lesia/spectro_asteroids/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - IMCCE",
    "description": "Compiled database for asteroid spectra in the visible and NIR ranges.",
    "contributors": [
        "M. Popescu", "Jonathan Normand", "PADC"
    ],
    "creator": [
        "Mirel Birlan"
    ],
    "title": "M4AST - Modeling for Asteroids",
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://cardamine.imcce.fr/m4ast",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "shortname": "M4AST",
    "schema": "m4ast",
    "identifier": "ivo://vopdc.obspm/imcce/m4ast"

},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "Solar type 3 bursts extracted from Heliophysics Feature Catalog.",
    "contributors": [
        "Xavier Bonnin", "Christian Renié", "PADC"
    ],
    "creator": [
        "Jean Aboudarham"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://voparis-helio.obspm.fr/hfc-gui/",
     "accessurl": "http://voparis-tap-helio.obspm.fr/__system__/tap/run/tap",
    "title": "Heliophysics Feature Catalog type 3 radio bursts",
    "shortname": "HFC1T3",
    "schema": "hfc1t3",
    "identifier": "ivo://vopdc.obspm/lesia/hfc1t3/epn"

},

{
 "publisher": "Paris Astronomical Data Centre - LESIA",
  "description": "Measurements of comet Halley in the spectral channel of IKS on board the Vega-1 spacecraft. Data are retrieved from the PDS Small Bodies Node archive (2011 reformatted version) and completed with extra information from the original team. The dataset consists in 101 tables providing the calibrated radiance spectra of comet Halley as distance decreases, plus two composite spectra in different spectral ranges. For details and further references, see: Combes M. et al., 1988, The 2.3-12 micron Spectrum of Comet Halley from the IKS-VEGA Experiment, Icarus, 76, 404-436.",
    "contributors": [
        "Stéphane Erard", 
        "IKI", "PDS", "PADC"
    ],
    "creator": [
        "LESIA"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://lesia.obspm.fr/IKS/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "IR spectroscopy of comet Halley",
    "shortname": "IKS",
    "schema":"iks",
    "identifier": "ivo://vopdc.obspm/lesia/iks/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "This database contains vertical profiles of temperature and composition in Titan's atmosphere at several altitudes below 750 km. These profiles were retrieved from the infrared spectra acquired by the Composite Infrared Spectrometer (CIRS) aboard the Cassini spacecraft. The retrieval method and the description of the used dataset are detailed by Vinatier et al., 2009, Analysis of Cassini/CIRS limb spectra of Titan acquired during the nominal mission. I: Hydrocarbons, nitriles and CO2 vertical mixing ratio profiles, Icarus doi:10.1016/j.icarus.2009.08.013, and completed in Mathé et al. (2020), Icarus doi: 10.1016/j.icarus.2019.113547",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Sandrine Vinatier, Christophe Mathé"
    ],
    "referenceurl": "http://www.lesia.obspm.fr",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Vertical Profiles in Titan Middle Atmosphere",
    "shortname": "Titan profiles",
    "schema": "titan_profiles",
    "identifier": "ivo://vopdc.obspm/lesia/titan/epn"
},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "The database of planetary images (BDIP) comes from the digitization of photographs collected and preserved by the Center for Photographic Documentation of the planets held by the IAU at the Meudon Observatory in 1961 under the curation of J.H. Focas (IAUC, 12th General Assembly Report, 1964). A similar center was established at the Lowell Observatory in Arizona, under the responsibility of W.A. Baum. The photographs were duplicated between the two centers. Digitization was performed in 1998-2000, funded by the Science Council of the Observatory of Paris.",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Florence Henry"
    ],
    "referenceurl": "http://lesia.obspm.fr/BDIP/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Base de Données d'Images Planétaires",
    "shortname": "BDIP",
    "schema": "bdip",
    "identifier": "ivo://vopdc.obspm/lesia/bdip/epn"
},
{
    "publisher": "PADC/CDN",
    "description": "Decametric radio observation of Jupiter and the Sun from Nancay decameter array. The Nancay Decameter Array (NDA) at the Station de Radioastronomie de Nancay (SRN) is a phased array of 144 'Teepee' helicoidal antenna (72 with RH polarization, and 72 with LH polarization). Four receivers are currently connected to the NDA, sampling data in spectral ranges from 5 to 80 MHz. This collection contains the Routine receiver data.",
    "contributors": [
        "Emmanuel Thétas", 
        "Patrice Renaud",
        "Sophie Masson"
    ],
    "creator": [
        "Baptiste Cecconi, Laurent Lamy, Alan Loh"
    ],
    "referenceurl": "https://www.obs-nancay.fr/-Le-reseau-decametrique-.html?lang=en",
    "accessurl": "http://vogate.obs-nancay.fr/__system__/tap/run/tap",
    "title": "Nancay Decameter Array observation database",
    "shortname": "NDA Obs. Database",
    "schema": "nda",
    "identifier": "ivo://vopdc.obspm/usn/nda/epn"
},
{
    "publisher": "IA2",
    "description": "The Cosmic Dust Catalog Volume 15 main page: http://curator.jsc.nasa.gov/dust/cdcat15/ParticleList.cfm and The Cosmic Dust Catalog Volume 15 explanation guide: http://curator.jsc.nasa.gov/dust/cdcat15/index.cfm, The Cosmic Dust Catalog Volume 18 main page: http://curator.jsc.nasa.gov/dust/cdcat18/index.cfm The service also provides a digitalized spectrum data derived by the Cosmic Dust Catalog Volume 15. The method of digitization is described by Lasue et al. 2010 Automated classification of interplanetary dust particles: Johnson Space Center Cosmic Dust Catalog Volume 15; doi:http://onlinelibrary.wiley.com/doi/10.1111/j.1945-5100.2010.01059.x/full. The digitalized spectra files in the service are provided courtesy of J. Lasue",
    "contributors": [
        "INAF-IAPS"
    ],
    "creator": [
        "IA2"
    ],
    "referenceurl": "http://sbdn.iaps.inaf.it/web/sbdn/cosmic-dust-catalog",
    "accessurl": "http://vo-node1.iaps.inaf.it/tap",
    "title": "NASA cosmic dust catalogues",
    "shortname": "ndcs",
    "schema": "ndcs",
    "identifier": "ivo://ia2.inaf.it/hosted/iaps/epn/tap/nasadustcat"
},
{
    "publisher": "IA2",
    "description": "List of emission lines observed on various comets and collected from the four catalogs [1], [2], [3] and [5] providing wavelength, species, and transition ID. Duplicated observations are identified with a number. [1] Brown et al, A high resolution catalog of cometary emission lines, ApJ, Vol. 112, pp. 1197-1202, 1996. [2] Cochran et al: A High Spectral Resolution Atlas of Comet 122P/de Vico, Icarus, Vol. 157, pp. 297-308, 2002. [3] Cremonese et al: Catalog of the emission lines in the visible spectrum of comet 153P/Ikeya-Zhang, AA, Vol. 461, pp. 789-792, 2007. [4] Levison, H. F.: Comet Taxonomy, Completing the Inventory of the Solar System, Astronomical Society of the Pacific Conference Proceedings, Rettig and Hahn Eds., Vol. 107, pp. 173-191, 1996. [5] Zhang et al: A catalogue of emission lines in spectra of Comet C/1995 O1 (Hale-Bopp), AA, 367, 1049-1055, 2001.",
    "contributors": [
        "INAF-IAPS"
    ],
    "creator": [
        "IA2"
    ],
    "referenceurl": "http://vo-node1.iaps.inaf.it",
    "accessurl": "http://vo-node1.iaps.inaf.it/tap",
    "title": "Comet line catalogue",
    "shortname": "cemls (demo)",
    "schema": "cemls",
    "identifier": "ivo://ia2.inaf.it/hosted/iaps/epn/tap/cemls"
},
{
    "publisher": "IA2",
    "description": "VIR/Dawn observations of Vesta and Ceres. Calibrated spectral cubes included (linked on PDS Small Bodies Node)",
    "contributors": [
        "INAF-IAPS"
    ],
    "creator": [
        "IA2"
    ],
    "referenceurl": "http://vo-node1.iaps.inaf.it",
    "accessurl": "http://vo-node1.iaps.inaf.it/tap",
    "title": "Observations of Vesta and Ceres",
    "shortname": "VIR/Dawn calibrated (demo)",
    "schema": "vir",
    "identifier": "ivo://ia2.inaf.it/hosted/iaps/epn/tap/vir"
},
{
"publisher": "OSUG Data Center",
    "description": "SSHADE is an infrastructure for Solid Spectroscopy hosting a set of specialized databases provided by several research groups. SSHADE distributes spectral and photometric data (transmission, reflectance, optical constants, Raman, etc) obtained by various spectroscopic techniques over the whole electromagnetic spectrum but mostly covering the X, UV, Vis, Near/Mid/Far-IR, and sub-mm ranges. The measured samples include ices, minerals, rocks, organic, carbonaceous materials, and liquids — including field samples, synthesized and extraterrestrial materials. A dedicated search/visualization/export interface is available at https://www.sshade.eu. Information on SSHADE and its databases can be found at https://wiki.sshade.eu/",
    "contributors": ["IPAG/CNRS, SSHADE partners, Bernard Schmitt"],
    "creator": ["Damien Albert, Philippe Bollard"
    ],
    "referenceurl": "https://www.sshade.eu/",
    "accessurl": "http://osug-vo.osug.fr:8080/tap",
    "title": "SSHADE spectra library",
    "shortname": "SSHADE",
    "schema": "sshade_spectra",
    "identifier": "ivo://osug-vo.osug/sshade_spectra/q/epn_core"
},

{
    "publisher": "Centre de Données de la Physique des Plasmas",
    "description": "Planetary and heliophysics plasma data at CDPP/AMDA",
    "creator": [
        "Centre de Données de la Physique des Plasmas"
    ],
    "referenceurl": "http://amda.cdpp.eu",
    "accessurl": "http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap",
    "title": "Planetary and heliophysics plasma data at CDPP/AMDA",
    "shortname": "AMDA",
    "schema": "amdadb",
    "identifier": "ivo://cdpp/amda"
},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "Since 1973, the 18-cm lines of the OH radical have been systematically observed in a number of comets with the Nançay radio telescope. This allowed an evaluation of the cometary water production rates and their evolution with time, as well as a study of several physical processes: the excitation mechanisms of the OH radio lines, the expansion of the cometary atmospheres, their anisotropy in relation with non-gravitational forces, the Zeeman effect in relation with the cometary magnetic field (Crovisier et al, 2002A&A...393.1053C). This service provides access to the Nançay observations of 100+ cometary apparitions between 1982 and 2018. Spectra are provided either as sums of simultaneous acquisitions in different ranges and polarizations (status 2), or averages during short periods (status 3) to increase the signal to noise ratio; status -2 indicates off-target pointing to avoid saturation. Upper limits on OH production rates are provided with value = 0. and error > 0.",
    "contributors": [
        "Stéphane Erard", "Mathieu Hirtzig", "PADC"
    ],
    "creator": [
        "Jacques Crovisier"
    ],
    "referenceurl": "http://www.lesia.obspm.fr/planeto/cometes/basecom/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "The Nançay Cometary Database",
    "shortname": "BaseCom",
    "schema": "basecom",
    "identifier": "ivo://vopdc.obspm/lesia/basecom/epn"

},
{

    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "The Auroral Planetary Imaging and Spectroscopy (APIS) service provides an open and interactive access to processed auroral observations of the outer planets and their satellites. Such observations are of interest for a wide community at the interface between planetology and magnetospheric and heliospheric physics. APIS consists of (i) a high level database, built from planetary auroral observations acquired by the Hubble Space Telescope (HST) since 1997 with its mostly used Far-UltraViolet spectro-imagers, (ii) a dedicated search interface aimed at browsing efficiently this database through relevant conditional search criteria and (iii) the ability to interactively work with the data online through plotting tools developed by the Virtual Observatory (VO) community, such as Aladin and Specview. This service is VO compliant and can therefore also been queried by external search portals of the VO community. The diversity of available data and the capability to sort them out by relevant physical criteria shall in particular facilitate statistical studies, on long-term scales and/or multi-instrumental multi-spectral combined analysis.",
    "contributors": [
        "Florence Henry", 
        "PADC"
    ],
    "creator": [
        "Laurent Lamy"
    ],
    "referenceurl": "http://lesia.obspm.fr/apis/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Auroral Planetary Imaging and Spectroscopy",
    "shortname": "APIS",
    "schema": "apis",
    "identifier": "ivo://vopdc.obspm/lesia/apis/epn"
},
{
    "publisher": "Tohoku University",
    "description": "Iitate log periodic Radio antenna High Resolution data",
    "contributors": [
        "Baptiste Cecconi",
        "Pierre Le Sidaner"
    ],
    "creator": [
        "Dr. Atsushi Kumamoto"
    ],
    "referenceurl": "http://ariel.gp.tohoku.ac.jp/~jupiter/it_hf",
    "accessurl": "http://thebe.gp.tohoku.ac.jp/__system__/tap/run/tap",
    "title": "Iitate HF data",
    "shortname": "IitateHF",
    "schema": "iitatehf",
    "identifier": "ivo://tohoku.univ.jp/iitate/q/epn_core"

},
{
    "publisher": "Tohoku University",
    "description": "Iitate Planetary Radio Telescope Data",
    "contributors": [
        "Baptiste Cecconi"
    ],
    "creator": [
        "Dr. Fuminori Tsuchiya"
    ],
    "referenceurl": "http://pparc.gp.tohoku.ac.jp/data/iprt/",
    "accessurl": "http://thebe.gp.tohoku.ac.jp/__system__/tap/run/tap",
    "title": "IPRT/AMATERAS data",
    "shortname": "IPRT",
    "schema": "iprt",
    "identifier": "ivo://tohoku.univ.jp/pparc_r/q/epn_core"

},
{
    "publisher": "Tohoku University",
    "description": "Hisaki/Exceed EUV Planetary observation database",
    "contributors": [
        "Atsushi Kumamoto",
        "Pierre Le Sidaner",
        "Baptiste Cecconi"
    ],
    "creator": [
        "Tomoki Kimura"
    ],
    "referenceurl": "http://darts.jaxa.jp/stp/hisaki/",
    "accessurl": "http://thebe.gp.tohoku.ac.jp/__system__/tap/run/tap",
    "title": "Hisaki Planetary Database",
    "shortname": "hisaki",
    "schema": "hisaki",
    "identifier": "ivo://tohoku.univ.jp/hisaki/q/epn_core"

},

{
    "publisher": "IWF",
    "description": "IMPEx simulation runs provided by FMI, LATMOS and SINP",
    "contributors": [
        "IMPEx-FP7 Project Team"
    ],
    "creator": [
        "Tarek Al-Ubaidi"
    ],
    "referenceurl": "http://impex-fp7.oeaw.ac.at/",
    "accessurl": "http://epn-tap.oeaw.ac.at/__system__/tap/run/tap",
    "title": "IMPEx Simulation Data",
    "shortname": "IMPEx_EPN20",
    "schema": "impex_epn20",
    "identifier": "ivo://vo-plasma.oeaw.ac.at/impex_epn20/impex_epn20/epn_core"
},
{
    "publisher": "IWF",
    "description": "Venus-Express Observations of the Magnetic Field in VSO Coordinates including Spacecraft Positions",
    "contributors": [
        ""
    ],
    "creator": [
        "Al-Ubaidi, Tarek",
        "Scherf, Manuel",
        "Zhang, T."
    ],
    "referenceurl": "http://onlinelibrary.wiley.com/doi/10.1029/2008JE003215/abstract",
    "accessurl": "http://epn-tap.oeaw.ac.at/__system__/tap/run/tap",
    "title": "Venus-Express Magnetometer Data",
    "shortname": "VExMag_EPN20",
    "schema": "vexmag_epn20",
    "identifier": "ivo://vo-plasma.oeaw.ac.at/vexmag_epn20/vexmag_epn20/epn_core"
},
{
    "publisher": "Jacobs Uni",
    "description": "The data provided by PlanetServer are higher-order products derived from a subset of the complete CRISM dataset (http://crism.jhuapl.edu/). For the original CRISM dataset (Murchie et al., 2007, https://doi.org/10.1029/2006JE002682), please visit PDS Geosciences node, https://pds-geosciences.wustl.edu/missions/mro/crism.htm. This service provides metadata information and access-URLs to the PlanetServer data access OGC/OWS endpoints as well as hyperlinks to access the interactive interface provided by the service. The data provided by PlanetServer was atmospherically calibrated and geo-referenced as described in Figueira et al., 2018 (https://doi.org/10.1016/j.pss.2017.09.007). For the interactive interface, go to http://access.planetserver.eu",
    "contributors": [
        "C. Brandt, A. P. Rossi"
    ],
    "creator": [
        "Mikhail Minin"
    ],
    "referenceurl": "https://epn1.epn-vespa.jacobs-university.de/tableinfo/planetserver_crism.epn_core",
    "accessurl": "https://epn1.epn-vespa.jacobs-university.de/__system__/tap/run/tap",
    "title": "subset of CRISM/MRO georeferenced cubes",
    "shortname": "PlanetServer_CRISM",
    "schema": "planetserver_crism",
    "identifier": "ivo://jacobsuni/planetserver_crism/q/epn_core"
},
{
    "publisher": "Jacobs Uni",
    "description": "Catalogue of Martian impact craters with properties, from Robbins & Hynek 2011 (10.1029/2011JE003967) ",
    "contributors": [
        ""
    ],
    "creator": [
        "Mikhail Minin"
    ],
    "referenceurl": "https://epn1.epn-vespa.jacobs-university.de/",
    "accessurl": "https://epn1.epn-vespa.jacobs-university.de/__system__/tap/run/tap",
    "title": "Martian Impact Craters",
    "shortname": "Mars_Craters",
    "schema": "mars_craters",
    "identifier": "ivo://jacobsuni/mars_craters/q/epn_core"
},
{
    "publisher": "Jacobs Uni",
    "description": "Revised catalogue of Martian impact craters with properties, from Lagain et al 2021 (doi: 10.1130/2021.2550(29) ), extending  from Robbins & Hynek 2011 (doi: 10.1029/2011JE003967)",
    "contributors": [
        "A. Lagain"
    ],
    "creator": [
        "Mikhail Minin"
    ],
    "referenceurl": "https://epn1.epn-vespa.jacobs-university.de/",
    "accessurl": "https://epn1.epn-vespa.jacobs-university.de/__system__/tap/run/tap",
    "title": "Martian Impact Craters",
    "shortname": "Mars_Craters_Lagain",
    "schema": "mars_craters_lagain",
    "identifier": "ivo://jacobsuni/mars_craters_lagain/q/epn_core"
},
{
    "publisher": "Jacobs Uni",
    "description": "Drone-based photogrammetric survey from ESA PANGAEA-X 2017 planetary analogue campaign (raw data) - Data collected on 2017-11-19",
    "contributors": [
        "A. P. Rossi"
    ],
    "creator": [
        "Mikhail Minin"
    ],
    "referenceurl": "https://epn2.epn-vespa.jacobs-university.de/",
    "accessurl": "https://epn2.epn-vespa.jacobs-university.de/__system__/tap/run/tap",
    "title": "Pangaea X 2017",
    "shortname": "pangaea_x_2017 (demo, on dev server)",
    "schema": "pangaea_x_2017",
    "identifier": "ivo://jacobsuni/pangaea_x_2017/q/epn_core"
},
{
    "publisher": "Jacobs Uni",
    "description": "USGS planetary maps are accessible through WMS queries and can be displayed in QGIS or similar software. The original archive is located at https://astrogeology.usgs.gov/maps",
    "contributors": [
        ""
    ],
    "creator": [
        "Mikhail Minin"
    ],
    "referenceurl": "https://epn1.epn-vespa.jacobs-university.de/",
    "accessurl": "https://epn1.epn-vespa.jacobs-university.de/__system__/tap/run/tap",
    "title": "USGS planetary maps",
    "shortname": "USGS_WMS",
    "schema": "usgs_wms",
    "identifier": "ivo://jacobsuni/usgs_wms/q/epn_core"
},
{
    "publisher": "Jacobs Uni",
    "description": "This service provides metadata information and hyperlinks to a subset of the M3/Chandrayaan-1  spectral cubes dataset provided by the PlanetServer/EarthServer-2 project as OGC/WCS endpoints. The data here hyperlinked is a subset of the original archive, composed by M3 L2 data, re-projected using the ISIS software to suit the interactive interface provided by the PlanetServer (http://access.planetserver.eu/) as described in Marco Figueira et al, 2018 (https://doi.org/10.1016/j.pss.2017.09.007). The original dataset is described in Pieters et al., 2009 (https://www.jstor.org/stable/24105459), and is distributed in native format on the PDS Geosciences node and ISRO Science Data Archive, https://pds-imaging.jpl.nasa.gov/volumes/m3.html.",
    "contributors": [
        "C. Brandt, A. P. Rossi"
    ],
    "creator": [
        "Mikhail Minin"
    ],
    "referenceurl": "https://epn1.epn-vespa.jacobs-university.de/tableinfo/planetserver_m3.epn_core",
    "accessurl": "https://epn1.epn-vespa.jacobs-university.de/__system__/tap/run/tap",
    "title": "Moon Mineralogy Mapper georeferenced cubes (update pending)",
    "shortname": "PlanetServer_M3",
    "schema": "planetserver_m3",
    "identifier": "ivo://jacobsuni/planetserver_m3/q/epn_core"
},
{
    "publisher": "Jacobs Uni",
    "description": "Planmap provides geological maps of Mars, Mercury and the Moon produced during the H2020 Planmap programme (https://www.geoscienze.unipd.it/planmap-planetary-mapping). Most of the maps include morphological information, some also include stratigraphic or compositional information. The map data packages provided by Planmap are collections of vector, raster, and, in some cases, 3D models. This table lists all individual elements grouped by obs_id (elements from the same data package / map) while granule_gid provides the type of element.",
    "contributors": [
        "Angelo Pio Rossi, Matteo Massironi"
    ],
    "creator": [
        "Carlos Brandt"
    ],
    "referenceurl": "https://planmap.eu/",
    "accessurl": "https://epn1.epn-vespa.jacobs-university.de/__system__/tap/run/tap",
    "title": "Planetary geological maps",
    "shortname": "planmap",
    "schema": "planmap",
    "identifier": "ivo://jacobsuni/planmap/q/epn_core"
},

{
    "publisher": "LMD",
    "description": "MCD is a database of atmospheric statistics compiled from Global Climate Model (GCM) numerical simulation of Martian atmosphere (http://www-mars.lmd.jussieu.fr). The GCM computes in 3D the atmospheric circulation and climate taking into account radiative transfer through the gaseous atmospheres and the dust and ice aerosols, includes a representation of the CO2 ice condensation and sublimation on the ground and in the atmosphere, simulates the water cycle (with modelling of cloud microphysics), the dust multisize particle transport, the atmospheric composition controlled by the photochemistry and the local non-condensible gas enrichment and depletion induced by CO2 condensation and sublimation, and has been extended into the thermosphere and to model ionospheric processes (due to chemistry). The database extends up to exobase (the top of the thermosphere, roughly at 300km in altitude); in addition to statistics on temperature, wind, pressure, radiative fluxes, it provides data such as atmospheric composition (including dust water vapor and ice content) and make use of 'dust and Extreme Ultra Violet (EUV) scenarios' to represent the variation of dust in the atmosphere and solar EUV conditions.\n An user manual for the service is available here: http://vo.lmd.jussieu.fr:8080/MCD_VESPA_service_user_manual.pdf",
    "contributors": [
        "Ehouarn Millour", 
        "Stéphane Erard", 
        "PADC"
    ],
    "creator": [
        "Chloé Azria",
        "Alexandre Rostaing",
        "Zi Yin"
    ],
    "referenceurl": "http://www-mars.lmd.jussieu.fr/",
    "accessurl": "http://vo.lmd.jussieu.fr/__system__/tap/run/tap",
    "title": "EPN-TAP access to the MCD database",
    "shortname": "MCD",
    "schema": "mcd",
    "identifier": "ivo://lmd.jussieu/mcd/q/epn_core"
},

{
    "publisher": "GEOPS/IPSL",
    "description": "The data consist in topographic maps of synthetic 3D bodies generated by a 3-parameter statistical model: the fractionally integrated flux (FiF) [1] adapted for spherical coordinates and topography [2]. The 3 parameters are: H (degree of smoothness), C1 (degree of intermittency), alpha (degree of multifractality). The service contains topographic maps (in fits format) and texture maps (in png format). [1] Lavallée, D., Lovejoy, S., Schertzer, D., & Ladoy, P. (1993). Nonlinear variability and landscape topography: analysis and simulation. Fractals in geography, edited by L. De Cola and N. Lam, Prentice-Hall, New Jersey, 158-192. [2] Landais, F., Schmidt, F., and Lovejoy, S, (2018) Topography of exoplanets, MNRAS doi:10.1093/mnras/sty3253 https://doi.org/10.1093/mnras/sty3253.",
    "contributors": [
        "Francois Landais", 
        "Frederic Schmidt", 
        "Shaun Lovejoy" 
    ],
    "creator": [
        "Chloé Azria"
    ],
    "referenceurl": "http://dx.doi.org/10.14768/20181024001.1",
    "accessurl": "https://dachs-vo.ipsl.fr/__system__/tap/run/tap",
    "title": "Simulated Topography of Exoplanets",
    "shortname": "Exotopo",
    "schema": "exotopo",
    "identifier": "ivo://geops.ipsl/exotopo/q/epn_core"
},


{
    "publisher": "LESIA",
    "description": "RadioJOVE Data Archive",
    "contributors": [
        "Renaud Savalle", 
        "PADC"
    ],
    "creator": [
        "Baptiste Cecconi"
    ],
    "referenceurl": "http://radiojove.org",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "RadioJOVE Data Archive",
    "shortname": "RadioJOVE",
    "schema": "radiojove",
    "identifier": "ivo://vopdc.obspm/lesia/radiojove/epn"
},
{
    "publisher": "LESIA",
    "description": "VIRTIS/Venus Express demonstrator service: imaging spectroscopy of Venus in the visible and the near infrared. This lists all the calibrated files from the nominal mission for the three channels M-vis, M-IR and H. Files are described according to the extended index in the PSA archive, with links to the PSA: ftp://psa.esac.esa.int/pub/mirror/VENUS-EXPRESS/VIRTIS/VEX-V-VIRTIS-2-3-V3.0/. See Piccioni et al, 2007, VIRTIS: The Visible and Infrared Thermal Imaging Spectrometer, ESA SP 1295.",
    "contributors": [
        "Florence Henry", 
        "PADC"
    ],
    "creator": [
        "Stéphane Erard"
    ],
    "referenceurl": "http://lesia.obspm.fr",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "VIRTIS Venus Express mission",
    "shortname": "VVEx",
    "schema": "vvex",
    "identifier": "ivo://vopdc.obspm/lesia/vvex/epn"
},
{
    "publisher": "LATMOS",
    "description": "SPICAM/Mars-Express : Vertical profiles of aerosols extinction [1], temperature and density of CO2 [2], density of O3 [3] derived from UV occultations.\n An user manual for the service is available here : http://vo.projet.latmos.ipsl.fr:8080/vo/SPICAM_VESPA_service_user_manual.pdf\n [1] Määttänen et al. (2013), A complete climatology of the aerosol vertical distribution on Mars from MEx/SPICAM UV solar occultations, Icarus, 223, doi:10.1016/j.icarus.2012.12.001\n [2] Forget et al. (2009), Density and temperatures of the upper Martian atmosphere measured by stellar occultations with Mars Express SPICAM, J. Geophys. Res., 114, E01004, doi:10.1029/2008JE003086\n[3] Lebonnois et al. (2006), Vertical distribution of ozone on Mars as measured by SPICAM/Mars Express using stellar occultations, J. Geophys. Res., 111, E09S05, doi:10.1029/2005JE002643",
    "contributors": [
        "Anni Määtänen",
        "François Forget",
        "Sébastien Lebonnois"
    ],
    "creator": [
        "Azria Chloé",
        "Alexandre Rostaing",
        "Zi Yin"
    ],
    "referenceurl": "http://vo.projet.latmos.ipsl.fr:8080/vo/SPICAM_VESPA_service_user_manual.pdf",
    "accessurl": "http://vo.projet.latmos.ipsl.fr/__system__/tap/run/tap",
    "title": "SPICAM Mars Atmospheric Vertical Distribution",
    "shortname": "SPICAM",
    "schema": "spicam",
    "identifier": "ivo://latmos.ipsl/spicam/q/epn_core"
},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "This service lists TNO thermal properties as derived mostly from Spitzer and Herschel observations",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Emmanuel Lellouch",
        "Florence HENRY"
    ],
    "referenceurl": "http://public-tnosarecool.lesia.obspm.fr",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "TNOs are Cool",
    "shortname": "tnosarecool",
    "schema": "tnosarecool",
    "identifier": "ivo://vopdc.obspm/lesia/tnosarecool/epn"
},
{
    "publisher": "BIRA-IASB",
    "description": "Profiles of species in Venus atmophere terminator. Data retrieved from calibrated spectra obtained with the SPICAV-SOIR instrument on board the Venus Express spacecraft. These spectra can be checked on the ESA PSA repository. See: A.C. Vandaele et al., Contribution from SOIR/VEX to the updated Venus International Reference Atmosphere (VIRA), Adv. Space Res. (2015), http://dx.doi.org/10.1016/j.asr:2015.08.012.",
    "contributors": ["AC Vandaele", "A Mahieux", "V Wilquet", "S Chamberlain"
    ],
    "creator": [
        "Loic Trompet"
    ],
    "referenceurl": "http://venus.aeronomie.be/en/soir/TemperatureRetrieval.htm",
    "accessurl": "http://vespa-ae.oma.be/__system__/tap/run/tap",
    "title": "From SPICAV-SOIR/VEx",
    "shortname": "Venus atmospheric profiles",
    "schema": "soir",
    "identifier": "ivo://bira-iasb/tap"
},
{
    "publisher": "Instituto de Astrofisica de Andalucia-CSIC; INTA-CAB",
    "description": "EPN-TAP access to IAA-CAB-INTA-CSIC absorption cross sections database.",
    "contributors": [
        " "
    ],
    "creator": [
        "Jaime Jimenez"
    ],
    "referenceurl": "http://spectrum.iaa.es:8080/iaa",
    "accessurl": "http://spectrum.iaa.es/__system__/tap/run/tap",
    "title": "Data for numerical modeling of planetary atmospheres",
    "shortname": "abs_cs",
    "schema": "abs_cs",
    "identifier": "ivo://spectrum.iaa/abs_cs/q/epn_core"
},
{
    "publisher": "ov-gso",
    "description": "Pic du Midi de Bigorre in the French Pyrenees is the place where coronagraphic images were first realized, by Bernard Lyot in the 1930s. Since then, the solar instruments at Pic du Midi regularly provide images of the solar disc, solar prominences and solar corona.",
    "contributors": [
        "J.M. Glorian"
    ],
    "creator": [
        "Patrick Maeght"
    ],
    "referenceurl": "http://ov-gso.irap.omp.eu",
    "accessurl": "http://climso.irap.omp.eu/__system__/tap/run/tap",
    "title": "CLIMSO coronagraphs at pic du midi de Bigorre",
    "shortname": "CLIMSO",
    "schema": "climso",
    "identifier": "ivo://ov-gso/climso"
},
{
    "publisher": "Centre de Données de la Physique des Plasmas (CDPP)",
    "description": "Illumination by the Sun of each face of the comet 67P/Churyumov-Gerasimenko based on the shape model CSHP_DV_130_01_LORES_OBJ.OBJ. The service provides the cosine between the normal of each face (in the same order as the faces defined in the shape model) and the Sun direction; both numerical values and images of the illumination are available. Each map is defined for a given position of the Sun in the frame of 67P (67P/C-G_CK). Longitude 0 is at the center of each map. The code is developed by A. Beth, Imperial College London, UK and the service is provided by CDPP (http://cdpp.eu). Acknowlegment: The illumination models have been developed at the Department of Physics at Imperial College London (UK) under the financial support of STFC grant of UK ST/N000692/1 and ESA contract 4000119035/16/ES/JD (Rosetta RPC-PIU). We would also like to warmly thank Bernhard Geiger (ESA) for his support in validating the 2D-illumination maps.",
    "contributors": [
        "CDPP", "Nathanaël Jourdane", "ESA", "Stéphane Erard", "Imperial College London", "STFC/UK"
    ],
    "creator": [
        "Arnaud Beth, Imperial College London, Dpt of Physics (abeth@ic.ac.uk)"
    ],
        "referenceurl": "http://cdpp.eu/",
    "accessurl": "http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap",
    "title": "Illumination maps of 67P",
    "shortname": "ILLU67P",
    "schema": "illu67p",
    "identifier": "ivo://cdpp/illu67p"
},
{
    "publisher": "Centre de Données de la Physique des Plasmas (CDPP)",
    "description": "A Transplanet model of magnetosphere-ionosphere coupling at Earth, Mars, and Jupiter ",
    "contributors": [
        "CDPP"
    ],
    "creator": [
        "M. Indurain"
    ],
    "referenceurl": "http://cdpp.eu/",
    "accessurl": "http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap",
    "title": "Magnetosphere Ionosphere coupling simulation runs",
    "shortname": "PSWS Transplanet",
    "schema": "transplanet",
    "identifier": "ivo://cdpp/transplanet"
},
{
    "publisher": "Centre de Données de la Physique des Plasmas (CDPP)",
    "description": "CDPP ALERTS for Solar Wind prediction",
    "creator": [
        "Michel Gangloff"
    ],
    "referenceurl": "http://cdpp.eu/",
    "accessurl": "http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap",
    "title": "CDPP ALERTS",
    "shortname": "CDPP ALERTS (demo)",
    "schema": "swalerts",
    "identifier": "ivo://cdpp/swalerts"
},
{
    "publisher": "Centre de Données de la Physique des Plasmas (CDPP)",
    "description": "CDPP ALERTS on Event Detection",
    "creator": [
        "Michel Gangloff"
    ],
    "referenceurl": "http://cdpp.eu/",
    "accessurl": "http://cdpp-epntap.irap.omp.eu/__system__/tap/run/tap",
    "title": "CDPP ALERTS on Event Detection",
    "shortname": "CDPP ALERTS Detection (demo)",
    "schema": "cdppdetection",
    "identifier": "ivo://cdpp/cdppdetection"
},
{
    "publisher": "Paris Astronomical Data Centre - IMCCE",
    "description": "This service provides orbital elements, of Near-Earth objects. The database provides for each asteroid, orbital elements and their uncertainty, the state-vector, information about the observations, MOID, and the covariance matrix of the system, as well as magnitude information. The database is updated daily.",
    "contributors": [
        "J. Desmars",
        "W. Thuillot",
        "D. Hestroffer",
        "P. David",
        "P. Le Sidaner",
        "PADC"
    ],
    "creator": [
        "J. Desmars"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://podet.imcce.fr/neo/dynastvo/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Asteroid orbital database and ephemerides",
    "shortname": "DynAstVO",
    "schema": "dynastvo",
    "identifier": "ivo://vopdc.obspm/imcce/dynastvo/epn"
},
{
    "publisher": "Euskal Herriko Unibertsitatea, Universidad del Pais Vasco, University of the Basque Country",
    "description": "Images, maps, photometries and other kind of planetary graphic platforms made by amateur astronomers. Data is received by the astronomers themselves and can be subject of change.",
    "contributors": [
        "Ricardo Hueso"
    ],
    "creator": [
        "Jon Juaristi-Campillo"
    ],
    "logo": "http://pvol2.ehu.es:8083/static/img/logo_medium.png",
    "referenceurl": "http://pvol2.ehu.eus/pvol2/",
    "accessurl": "http://pvol2.ehu.eus:8083/__system__/tap/run/tap",
    "title": "PVOL",
    "shortname": "pvol",
    "schema": "pvol",
    "identifier": "ivo://pvol/pvol/q/collection"
},
{
    "publisher": "The GAVO DC team",
    "description": "The EPN-TAP 2.0 version of the complete asteroid data from the Minor Planet Center (MPC), updated once per month. The MPC operates at the Smithsonian Astrophysical Observatory under the auspices of Division III of the International Astronomical Union (IAU).  The MPC Orbit database contains orbital elements of minor planets that have been published in the Minor Planet Circulars, the Minor Planet Orbit Supplement and the Minor Planet Electronic Circulars..",
    "contributors": [
    ],
    "creator": [
        "Williams, G.",
        "Keys, S.",
        "Rudenko, M.",
        "Galache"
    ],
    "logo": "http://dc.zah.uni-heidelberg.de/static/img/logo_medium.png",
    "referenceurl": "http://www.minorplanetcenter.net/iau/TheIndex.html",
    "accessurl": "http://dc.zah.uni-heidelberg.de/tap",
    "title": "Minor Planet Center - Asteroid Orbital Data",
    "shortname": "mpc",
    "schema": "mpc",
    "identifier": "ivo://org.gavo.dc/mpc/q/epn_core"
}, 
{
    "publisher": "University College London",
    "description": "UCL Magnetodisc Model for Jupiter and Saturn. The data consists of the magnetic field in JMAG spherical coordinates. For details and further references, see: Achilleos N. A., Guio, P. and Arridge, C. S., 2010, A model of force balance in Saturn's magnetodisc, MNRAS, 401, 2349-2371 [2010MNRAS.401.2349A]",
    "contributors": [
        "Nick Achilleos", "Patrick Guio"
    ],
    "creator": [
        "Patrick Guio, UCL (P.guio@ucl.ac.uk)"
    ],
        "referenceurl": "https://www.ucl.ac.uk/star",
    "accessurl": "http://astroweb.projects.phys.ucl.ac.uk:8000/tap",
    "title": "UCL Magnetodisc Model for Jupiter and Saturn",
    "shortname": "MDISC",
    "schema": "mdisc",
    "identifier": "ivo://astro.ucl.ac.uk/mdisc/q/collection"

},
{
    "publisher": "University College London",
     "description": "UCL 2D Jovian thermosphere model. The data consists of Jupiter's thermospheric wind velocity and temperature as function of latitude and radius. The filename's string xxrj denotes the magnetodisc radius Rmm in units of Jupiter planetary radii. For details and further references, see: Yates, J. and Achilleos, N. and Guio, P., 2012, Influence of upstream solar wind conditions on atmospheric flows at Jupiter, PSS, 61, 15-31 (10.1016/j.pss.2011.08.007)",
    "contributors": [
        "Nick Achilleos", "Patrick Guio"
    ],
    "creator": [
        "Patrick Guio, UCL (P.guio@ucl.ac.uk)"
    ],
        "referenceurl": "https://www.ucl.ac.uk/star",
    "accessurl": "http://astroweb.projects.phys.ucl.ac.uk:8000/tap",
    "title": "Jovian thermosphere model",
    "shortname": "JASMIN",
    "schema": "jasmin",
    "identifier": "ivo://astro.ucl.ac.uk/jasmin/q/collection"
},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "Solar survey archive Bass2000.",
    "contributors": [
        "Christian Renié", "PADC"
    ],
    "creator": [
        "Jean Aboudarham"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://bass2000.obspm.fr/",
    "accessurl": "http://voparis-tap-helio.obspm.fr/__system__/tap/run/tap",
    "title": "bass2000 solar survey archive",
    "shortname": "bass2000",
    "schema": "bass2000",
    "identifier": "ivo://vopdc.obspm/lesia/bass2000/epn"
},
{
    "publisher": "Institut d'Astrophysique Spatiale - IDOC",
    "description": "The database contains OMEGA/Mars-Express spectral cubes acquired with the C (short wavelength NIR) channel. Filtering processes have been implemented to remove some instrumental artefacts and observational conditions. OMEGA C channel data cubes are corrected for atmospheric and aerosol contributions. Data are available as netcdf and idl sav files.",
    "contributors": [
        "IDOC"
    ],
    "creator": [
        "Lucie Riu", "Karin Dassas"
    ],
    "logo": "https://idoc.ias.u-psud.fr/sites/idoc/files/IDOC_principal_small.png",
    "referenceurl": "http://idoc-dachs.ias.u-psud.fr/__system__/tap/run/info",
    "accessurl": "http://idoc-dachs.ias.u-psud.fr/__system__/tap/run/tap",
    "title": "L3 Omega Cubes from PSUP",
    "shortname": "omega_cubes",
    "schema": "omega_cubes",
    "identifier": "ivo://idoc/omegacube"
},
{
    "publisher": "Institut d'Astrophysique Spatiale - IDOC",
    "description": "Mineralogical and albedo maps derived from OMEGA/Mars-Express observations, distributed as fits files.",
    "contributors": [
        "IDOC"
    ],
    "creator": [
    	"Lucie Riu", "Joachim Audouard", "Karin Dassas"
    ],
    "logo": "https://idoc.ias.u-psud.fr/sites/idoc/files/IDOC_principal_small.png",
    "referenceurl": "http://idoc-dachs.ias.u-psud.fr/__system__/tap/run/info",
    "accessurl": "http://idoc-dachs.ias.u-psud.fr/__system__/tap/run/tap",
    "title": "L3 Omega Maps from PSUP",
    "shortname": "omega_maps",
    "schema": "omega_maps",
    "identifier": "ivo://idoc/omegamap"
},

{
    "publisher": "Institut d'Astrophysique Spatiale - IDOC",
    "description": "GAIA-DEM is a database of Differential Emission Measure (DEM) maps. The DEM is a measure of the thermal structure of the coronal plasma, representing the quantity of light emitting plasma along the line of sight, at different temperatures. In GAIA-DEM, the DEM is modelled by a specific function of temperature, namely a Gaussian of the logarithm of electron temperature. GAIA-DEM maps are then maps of the DEM maximum temperature, of the DEM integral (total Emission Measure), and DEM width (in temperature). These maps are obtained by inversion from the SDO/AIA EUV images in 6 coronal channels (9.4, 13.1, 17.1, 19.3, 21.1, and 33.5nm). In addition, maps of the 𝝌² for the inversion are provided. GAIA-DEM is available from the MEDOC interface at https://idoc-medoc.ias.u-psud.fr/ based on the CNES SiTools2 framework. GAIA-DEM is also available from IDL and Python scripts, using a specialization of the generic SiTools2 IDL and Python clients developed by MEDOC. Fits files are not currently supported by ds9 but can be opened in fv and other fits viewers.",
    "contributors": [
        "IDOC"
    ],
    "creator": [
        "Karin Dassas", "Eric Buchlin"
    ],
    "logo": "https://idoc.ias.u-psud.fr/sites/idoc/files/IDOC_principal_small.png",
    "referenceurl": "http://medoc-dem.ias.u-psud.fr",
    "accessurl": "http://idoc-dachs.ias.u-psud.fr/__system__/tap/run/tap",
    "title": "Thermal structure maps of the solar corona from SDO",
    "shortname": "Gaia-DEM",
    "schema": "gaia_dem",
    "identifier": "ivo://idoc/medoc/gaia_dem/q/epn_core"
},

{
    "publisher": "European Space Agency",
    "description": "The European Space Agency's Planetary Science Archive (PSA) is the central repository for all scientific and engineering data returned by ESA's Solar System missions, as well as several ground-based cometary observations. The EPN-TAP service provides links to zipped archives containing PDS data.",
    "contributors": [
        "ESA / PSA"
    ],
    "creator": [
        "Angel Montero",
        "Alan MacFarlane"
    ],
    "logo": "https://archives.esac.esa.int/psa/VAADIN/themes/npsa_ui/img/logoPSA.png",
    "referenceurl": "https://archives.esac.esa.int/psa",
    "accessurl": "https://archives.esac.esa.int/psa/epn-tap/tap",
    "title": "ESA Planetary Science Archive",
    "shortname": "PSA",
    "schema": "psa",
    "identifier": "ivo://esavo/psa/epntap"
},
{
    "publisher": "Space Research Centre of Polish Academy of Sciences",
    "description": "EPN-TAP access to the LOFAR JUPITER database.",
    "creator": [
        "Lukasz Tomasik"
    ],
    "logo": "http://vespa.cbk.waw.pl/static/img/logo_medium.png",
    "referenceurl": "http://vespa.cbk.waw.pl/browse/lofar_jupiter/q",
    "accessurl": "http://vespa.cbk.waw.pl/tap",
    "title": "Jupiter obs. by LOFAR",
    "shortname": "lofar_jupiter",
    "schema": "lofar_jupiter",
    "identifier": "ivo://src.pas/lofar_jupiter/q/collection"
},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "HST observations of planets, dwarf planets, and satellites, extracted from the CADC database catalogue (regularly updated). Data are linked to the CADC repository, with file names common to all HST archives. Both calibrated and derived products are included. The main target is identified. Physical ephemeris and thumbnails  are provided when available. Files and previews are not accessible during the proprietary period.",
    "contributors": [
        "PADC", "CADC"
    ],
    "creator": [
        "Stéphane Erard"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "https://sites.lesia.obspm.fr/data-services/hst-planetary-data/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/__system__/tap/run/tap",
    "title": "Planetary data from the Hubble Space Telescope",
    "shortname": "hst_planeto",
    "schema": "hst_planeto",
    "identifier": "ivo://vopdc.obspm/lesia/hst_planeto/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - IMCCE",
    "description": "The ephemeris were produced by simulating the ejection of meteoroids from the sunlit hemisphere of cometary nuclei, typically from 0 to 3 au, followed by the propagation of orbits of meteoroids in the Solar System, taking into account the gravitation of the Sun, the 8 planets, Pluto, and the Moon, as well as the radiation pressure and the Poynting-Robertson drag. Note that asteroid parent bodies were considered as active (i.e. comet-like bodies) even if they are not active today. The showers are predicted when a planet enters a large enough set of meteoroids, at a distance less than typically 0.01 au. See Vaubaillon J., Colas F., Jorda L. 2005 A new method to predict meteor showers. I. Description of the model, Astronomy and Astrophysics, Volume 439/2 p.751-760, as well as: Vaubaillon J. 2017 A confidence index for forecasting of meteor showers, Planetary and Space Science, Volume 143 p.78-82",
    "contributors": [
        "PADC"
    ],
    "creator": [
        "Jeremy Vaubaillon"
    ],
    "logo": "http://voparis-srv-paris.obspm.fr/logos/PADC_small.png",
    "referenceurl": "http://voparis-tap-voevent.obspm.fr/__system__/dc_tables/show/tableinfo/meteor_showers.epn_core",
    "accessurl": "http://voparis-tap-voevent.obspm.fr/__system__/tap/run/tap",
    "title": "Meteor Shower predictions",
    "shortname": "meteor_showers",
    "schema": "meteor_showers",
    "identifier": "ivo://vopdc.obspm/imcce/meteorshower/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "Cassini RPWS/HFR Calibrated Jupiter Flyby Dataset Product Catalog",
    "contributors": [
        "Philippe Zarka", "PADC"
    ],
    "creator": [
        "Baptiste Cecconi"
    ],
    "referenceurl": "http://voparis-tap-maser.obspm.fr:80/browse/cassini_jupiter/epn",
    "accessurl": "http://voparis-tap-maser.obspm.fr:80/tap",
    "title": "Cassini RPWS/HFR Calibrated Jupiter Flyby Dataset",
    "shortname": "cassini_jupiter",
    "schema": "cassini_jupiter",
    "identifier": "ivo://vopdc.obspm/lesia/maser/cassini_jupiter/epn"

},
{
    "publisher": "Paris Astronomical Data Centre - LESIA",
    "description": "ExPRES Simulation service catalog",
    "contributors": [
        "B. Cecconi", "PADC"
    ],
    "creator": [
        "A. Loh"
    ],
    "referenceurl": "http://voparis-tap-maser.obspm.fr:80/browse/expres/epn",
    "accessurl": "http://voparis-tap-maser.obspm.fr:80/tap",
    "title": "ExPRES Simulation Database",
    "shortname": "expres",
    "schema": "expres",
    "identifier": "ivo://vopdc.obspm/lesia/maser/expres/epn"

},
{
    "publisher": "Paris Astronomical Data Centre",
    "description": "Voyager PRA (Planetary Radio Astronomy) Datasets catalog. The dataset are originally published by several data centers: NASA/PDS, NASA/NSSDC, NASA/GSFC, Univ. Iowa and CNES/SERAD.",
    "contributors": [],
    "creator": [
       "Baptiste Cecconi"
    ],
    "referenceurl": "http://voparis-tap-maser.obspm.fr:80/browse/voyager_pra/epn",
    "accessurl": "http://voparis-tap-maser.obspm.fr:80/tap",
    "title": "Voyager PRA Datasets",
    "shortname": "voyager_pra",
    "schema": "voyager_pra",
    "identifier": "ivo://vopdc.obspm/lesia/maser/voyager_pra/epn"
},

{
    "publisher": "Freie Universitaet Berlin",
    "description": "Mars-Express/High Resolution Stereo Camera (HRSC) panchromatic nadir images of planet Mars in radiometrically calibrated and orthorectified form, where the rectification is based on the terrain representation provided by the MOLA digital terrain model (HRSC processing level 3). This service provides links to separate services serving single images compliant to the Open Geospatial Consortium's Web Mapping Service (WMS). The original level 3 data in native PDS format is available online at https://archives.esac.esa.int and http://pds-geosciences.wustl.edu/missions/mars_express/hrsc.htm. The data has been re-projected to the Equidistant Cylindrical projection using the Mars sphere with radius R=3,396 km as its geodetic basis. Details about the HRSC experiment are described in Jaumann et al., 2007  (doi:10.1016/j.pss.2006.12.003).",
    "contributors": [],
    "creator": [
       "Sebastian Walter"
    ],
    "referenceurl": "http://dachs.planet.fu-berlin.de/browse/hrsc3nd/q",
    "accessurl": "http://dachs.planet.fu-berlin.de:80/tap",
    "title": "HRSC nadir images of Mars",
    "shortname": "hrsc3nd",
    "schema": "hrsc3nd",
    "identifier": "ivo://fu-berlin.planet.hrsc/hrsc3nd/epn"
},

{
    "publisher": "University of Iowa",
    "description": "This data set tabulates local electron densities obtained from the Mars Advanced Radar for Subsurface and Ionosphere Sounding (MARSIS) Active Ionospheric Sounding (AIS) mode ionograms. The electron density is obtained by measuring the increment in frequency between the plasma frequency harmonics, visible as bright vertical lines at low frequency and delay time in many MARSIS ionograms.",
    "contributors": [],
    "creator": [
       "Chris Piker"
    ],
    "referenceurl": "",
    "accessurl": "http://vo.physics.uiowa.edu/tap",
    "title": "Mars-Express/MARSIS Electron Plasma Density (demo)",
    "shortname": "mex_marsis_ne",
    "schema": "mex_marsis_ne",
    "identifier": "ivo://physics.uiowa.edu/mex_marsis_ne/q/epn_core"
},

{
    "publisher": "iap.cz",
    "description": "This service publishes spectral matrix data from the Earth magnetosphere obtained by the CLUSTER satellites. The data contains the upper triangle for the 5x5 correlation matrix of the three magnetic and two electric components of the electromagnetic field in 27 frequency bands in the SR2 reference frame. For more information, refer to http://caa.estec.esa.int/documents/UG/CAA_EST_UG_STA_v35.pdf",
    "contributors": [],
    "creator": [
       "Pisa, D."
    ],
    "referenceurl": "http://dorotka.ufa.cas.cz/browse/cpstasm/q",
    "accessurl": "http://dorotka.ufa.cas.cz/tap",
    "title": "CLUSTER STAFF-SA Spectral Matrix Data",
    "shortname": "cpstasm",
    "schema": "cpstasm",
    "identifier": "ivo://iap/cpstasm/q/collection"

},

{
"publisher": "LMSU",
    "description": "To Be Completed",
    "contributors": ["SINP", "MSU"],
    "creator": ["Sergey Bobrovnikov"
    ],
    "referenceurl": "http://smdc.sinp.msu.ru/index.py?nav=coronasf",
    "accessurl": "http://vespa.sinp.msu.ru/tap",
    "title": "Coronas-F data",
    "shortname": "Coronasf (demo)",
    "schema": "coronasf",
    "identifier": "ivo://vo.sinp/coronasf/q/collection"
},

{
    "publisher": "iap.cz",
    "description": "This service publishes spectral matrix data from the Earth magnetosphere obtained by the THEMIS satellites. The data contains the upper triangle for the 6x6 correlation matrix of the three magnetic and three electric components of the electromagnetic field in 164 frequency bands in the magnetic field-aligned reference frame. For more information, refer to https://doi.org/10.1007/s10712-018-9496-9",
    "contributors": [],
    "creator": [
       "Pisa, D."
    ],
    "referenceurl": "http://dorotka.ufa.cas.cz/browse/thmsm/q",
    "accessurl": "http://dorotka.ufa.cas.cz/tap",
    "title": "THEMIS Spectral Matrix Data",
    "shortname": "thmsm",
    "schema": "thmsm",
    "identifier": "ivo://iap/thmsm/q/collection"

},


{
"publisher": "Konkoly Observatory",
    "description": "This service provides IR fluxes of asteroids measured by various observatories, plus orbital information from ephemerides (results from the SBNAF H2020 programme)",
    "contributors": ["PADC", "S. Erard"],
    "creator": ["Robert Szakats"
    ],
    "referenceurl": "https://ird.konkoly.hu/Search",
    "accessurl": "http://nadir.konkoly.hu/tap",
    "title": "Small Bodies Near and Far",
    "shortname": "SBNAF",
    "schema": "sbnaf",
    "identifier": "ivo://konkoly.hu/sbnaf/q/epn_core"
},

{
"publisher": "ObsParis",
    "description": "The service provides access to the complete dataset of VIMS spectral cubes on Saturn's moons illustrated by multispectral previews. It is linked to the web site at Laboratoire de Géologie Planétaire, Nantes (https://vims.univ-nantes.fr) which contains more information about observing sessions. Raw VIMS cubes are available (PDS format), as well as calibrated and geometry files (both in ISIS format). See Le Mouelic et al (2019) Icarus 319, 121-132. The original archive is distributed on the PDS imaging node (https://pds-imaging.jpl.nasa.gov/volumes/vims.html)",
    "contributors": ["LPG", "ObsParis"],
    "creator": ["Benoit Seignovert, Stephane Le Mouelic, Christophe Sotin"
    ],
    "referenceurl": "https://vims.univ-nantes.fr/",
    "accessurl": "http://voparis-tap-planeto.obspm.fr/tap",
    "title": "VIMS / Cassini observations of Saturn satellites",
    "shortname": "VIMS satellites",
    "schema": "vims_satellites",
    "identifier": "ivo://vopdc.obspm/lpg/vims/epn"
},

{
"publisher": "PADC",
    "description": "This service contains the LPI lunar crater database. All named lunar craters are listed with measured properties and modeled values derived from scaling laws. Test service based on LPI database, 2015 version.",
    "contributors": ["Anna Losiak", "Teemu Ohman, LPI"],
    "creator": ["F. Andrieu"
    ],
    "referenceurl": "",
    "accessurl": "http://voparis-cdpp.obspm.fr/tap",
    "title": "Named lunar craters",
    "shortname": "Lunar craters (demo)",
    "schema": "lunar_crater_database",
    "identifier": "ivo://vopdc.obspm/lesia/lunar_craters/epn"

},

{
    "publisher": "CDS",
    "description": "The VizieR_planets EPN-TAP service provides a selection of catalogues which contain data related to the Solar System and exoplanets. VizieR (http://vizier.unistra.fr/) is a larger service distributing astronomical catalogues related to reviewed papers. Catalogues can be downloaded in TOPCAT (sometimes as multiple tables); the external_link parameter points to a directory in the VizieR web site that contains all associated files (under ftp tab). The EPN-TAP descriptions are completed iteratively to improve search capacities.",
    "contributors": ["CDS",
       "ObsParis"],
    "creator": ["Gilles Landais"
    ],
    "referenceurl": "http://cdsarc.u-strasbg.fr/cgi-bin/Cat?B/planets",
    "accessurl": "http://tapvizier.u-strasbg.fr/TAPVizieR/tap",
    "title": "VizieR Solar system catalogues (B/planets)",
    "shortname": "VizieR_planets",
    "schema": "B/planets/epn_core",
    "identifier": "ivo://cds.vizier/b/planets",
    "tmp2" : "B/planets/epn_core",
    "tmp":"viz7"
}

]
}