-
Notifications
You must be signed in to change notification settings - Fork 6
Description
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
))"
- where "crism.epn_core" is replaced with "planetserver_crism.epn_core"
