KristenZhao / week-12

Carto in practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 12

Class Outline

  • GeoJSON and SQL through CartoDB

    • REMINDER: Always:clap:use:clap:the:clap:SQL:clap:console:clap:
    • Using CartoDB SQL within applications
    • You can use a REST client like Postman or Advanced REST Client
  • SQL Input/Output

    • Adding geometries to your SQL queries
    • Results as GeoJSON
    • Results as JSON
    • Others
  • SQL Performance

SELECT
  *
FROM
  <TABLE>
WHERE
  cartodb_id = <some_id>
  • Rasters
    • Tiling for TMS
    • PostGIS analysis (this is painful)
    • Alternatives

About

Carto in practice


Languages

Language:JavaScript 62.7%Language:HTML 22.8%Language:CSS 14.6%