Skip to content

OPM Data Sets Repository

Nicolas Manaud edited this page Aug 24, 2018 · 13 revisions

Note (May 13, 2018): we are migrating all datasets to the OPM CARTO 'opmbuilder' account. 6 new lunar datasets are available (prefixed with opm_301)

All OPM data sets are available from: https://openplanetary.carto.com/datasets

OPM Datasets

Below is the list of the OPM CARTO datasets used for the creation of the OPM Mars Basemap v0.1.

  • You can view and import each of dataset, to create your own map, from this URL:
    https://openplanetary.carto.com/u/opmbuilder/tables/{table_name}/public

  • You can make SQL API call following this general pattern:
    https://opmbuilder.carto.com:443/api/v2/sql?q=select * from opmbuilder.{table_name}

Using the CARTO SQL API you can perform any SQL query to either yours or other users tables.

table_name Description Source
opm_499_mars_nomenclature_polygons IAU Mars Nomenclature (polygons) USGS
opm_499_mars_albedo_tes_7classes Mars TES Bolometric Albedo Global Map USGS
opm_499_mars_contours_200m_lines MOLA 128ppd Merge 64ppd Global Contours USGS
opm_499_mars_contours_200m_polygons MOLA 128ppd Merge 64ppd Global Closed Contours (polygons) USGS

More data sets are available from: https://openplanetary.carto.com/datasets

opm-datasets-snapshot

"Where On Mars?" datasets

Below is the list of CARTO datasets used for the "Where On Mars?" interactive map. More about the visualisation here.

  • You can view and import each of dataset, to create your own map, from this URL:
    https://whereonmars.cartodb.com/tables/{table_name}/public

  • You can make SQL API call following this general pattern:
    https://whereonmars.cartodb.com:443/api/v2/sql?q=select * from public.{table_name}

Note: They are intended to migrate to the OPM Datasets repository.

Landing Sites and Context

Name table_name cartodb_id
ExoMars 2018 Landing Sites exols_exomars_landing_sites_eight *
Mars Nomenclature exols_mars_nomenclature *
Previous Mars Landing Sites mars_landing_sites *

Landing ellipses

Name table_name cartodb_id
Aram Dorsum exols_exomars_landing_sites_ellipses_union 1
exols_exomars_landing_sites_ellipses_2018 (1,6)
Hypanis Vallis exols_exomars_landing_sites_ellipses_union 12
exols_exomars_landing_sites_ellipses_2018 (14,15)
Oxia Planum exols_exomars_landing_sites_ellipses_union 13
exols_exomars_landing_sites_ellipses_2018 (16,17)
Mawrth Vallis exols_exomars_landing_sites_ellipses_union 4
exols_exomars_landing_sites_ellipses_2018 (5,9)

SQL API call example:
https://whereonmars.cartodb.com:443/api/v2/sql?q=select * from public.exols_exomars_landing_sites_ellipses_2018 where id in (1,6)

Landing Site Constraints

Name table_name cartodb_id
Elevation constraint exols_elevation_constraint *
Latitude constraint exols_lat_constraints *
Geological constraint exols_geological_age_not_ok *