Code Monkey home page Code Monkey logo

tutorials's People

Contributors

aprossi avatar baptistececconi avatar chbrandt avatar cmarmo avatar erard avatar lesidaner avatar mgangloff avatar mminin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tutorials's Issues

surfaces>vo-qgis-plugin plugin for QGIS3 and ADQL query

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.

Screenshot 2021-06-16 at 13 40 27

instead the following worked:

  1. goto page: https://epn1.epn-vespa.jacobs-university.de/__system__/adql/query/form

  2. 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"

Picture preview not shown in tutorials>surfaces>Aladin-Earth-Analog

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.