Builder
To add a data source to a map as a new layer you can either:
- Pick a table or tileset from one of your active connections to cloud data warehouses
- Add data resulting from applying a custom SQL Query. You can also leverage the SQL functions available in CARTO’s Analytics Toolbox.
- Importing data from a local or remote file. Right now we currently support GeoJSON, Shapefile (in a zip package), and CSV files. We’re working to support more formats in the future.
The SQL Query editor (accessible when adding a data source as a custom query) allows you to push SQL commands directly to your cloud data warehouse, supporting everything you have available in that platform (e.g. BigQuery, Snowflake, etc.).
Additionally, you can also leverage the UDFs and store procedures that have been curated by us and which are part of the Analytics Toolbox.
In the coming months we will be adding more functionality into Builder in order to allow you to run spatial analysis with a click-based approach.
Last modified 4mo ago