You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paste: "select cra.granule_uid, cri.*, cra.diameter, cra.feature_name, cra.crater_morphology_3 FROM (select * from mars_craters.epn_core as cra2 where cra2.diameter > 50 and cra2.diameter < 80) as cra INNER JOIN (select * from planetserver_crism.epn_core as cri2 where cri2.sensor_id='L') as cri ON (1=INTERSECTS(
cri.s_region,
cra.s_region
))"
where "crism.epn_core" is replaced with "planetserver_crism.epn_core"
The text was updated successfully, but these errors were encountered:
on the tutorial: https://github.com/epn-vespa/tutorials/blob/master/surfaces/vo_qgis_plugin/vo-qgis-plugin.md
only the link for the plugin for QGIS2 is attached.
maybe the link for the QGIS3 plugin should be mentioned as well "https://github.com/Hyradus/VO_QGIS3.x_plugin"
in the same tutorial, at "2.0 Query DaCHS with ADQL": copying and pasting the request gave an error.
instead the following worked:
goto page: https://epn1.epn-vespa.jacobs-university.de/__system__/adql/query/form
paste: "select cra.granule_uid, cri.*, cra.diameter, cra.feature_name, cra.crater_morphology_3 FROM (select * from mars_craters.epn_core as cra2 where cra2.diameter > 50 and cra2.diameter < 80) as cra INNER JOIN (select * from planetserver_crism.epn_core as cri2 where cri2.sensor_id='L') as cri ON (1=INTERSECTS(
cri.s_region,
cra.s_region
))"
The text was updated successfully, but these errors were encountered: