What's new
Learn about the latest features, improvements and bug fixes in our product.
This page will always reflect the latest changes in the CARTO platform. Older release notes will be archived and are available in the left menu and the search bar.
May 16th, 2023
New Builder
Finding your current location on CARTO maps is finally possible. This feature is specially helpful when users require the map zoom in to their current position in a seamlessly manner to obtain insights from their surroundings.
This is how it works:
- 1.Click the Focus on User's Device Location button.
- 2.Enable Location Services on your browsers if required.
The map display zooms in to your current location and a blue icon indicates your position on the map.
May 8th, 2023
New Workspace
The CARTO Data Warehouse is a connection that comes pre-created for every CARTO organization, and it's fully managed by CARTO.
Until this release, it wasn't possible to manage the data available to this connection other than what was already available through Builder and Workflows.
Now, all users can introduce a Google account that they'll use to access the console. Once inside, you can run any SQL query, copy and edit existing tables or use other built-in features to import and migrate your data. Read more on how to get access to the CARTO Data Warehouse console.

May 5th, 2023
New Analytics Toolbox
Users of our Analytics Toolbox for Snowflake have now access to a new module named “statistics” offering functions to compute statistical measures on top of your spatial data. In this last release we have added support for computing the Moran’s I spatial autocorrelation and the Getis-ord Gi* statistics used for the identification of hotspots based on an input feature.

May 5th, 2023
New Analytics Toolbox
In this last release of the Analytics Toolbox for PostgreSQL, we have added a new module named “h3” with a set of functions providing users support for operating over the H3 spatial index. H3 is a multi-resolution hexagonal global grid system with hierarchical indexing developed by Uber, offering important benefits when performing spatial analytics at scale. To learn more about Spatial Indexes and H3 in particular, please have a look at our Spatial Indexes 101 report and our documentation.

May 5th, 2023
New Analytics Toolbox
Some areas due to their intrinsic characteristics or the data available are not suitable for running the predictive models given the large differences within the data used when training those models (e.g. training a model on big cities and then running predictions in areas of low population density). We have added new functions in the statistics module to allow users to compute the Area of Applicability (AOA) of a BigQuery ML model. It generates a metric which tells the user where the results from a Machine Learning (ML) model can be trusted when the predictions are extrapolated outside the training space (i.e. where the estimated cross-validation performance holds).
In the case of our Analytics Toolbox for BigQuery, this functionality is particularly useful when working with our BUILD_REVENUE_MODEL and PREDICT_REVENUE_AVERAGE procedures of the retail module.

April 24th, 2023
New Builder
SQL Parameters are placeholders that can be used on any SQL Query data source in Builder.
Once defined, the actual value for the parameter can be set through a control UI in the right side panel’s 'Parameters' tab. This allows to manipulate the actual SQL Query through an UI, by both Editor and Viewer users.
Among many different use cases, some applications for this new feature are:
- Create 'Text' or 'Dates' parameters.
- Reduce the size of a data source before rendering the map.
- Allow viewer users to define custom values in the data source in a controlled way.
- Use the same parameter in one or more queries.
- Filter a dataset before aggregating it to a spatial index grid (H3 or Quadbin).
April 21st, 2023
New Workspace
Developers looking to create geospatial applications at scale usually face an authentication challenge: how to build the application so that data is accessed in a granular and secure way. And there are different solutions depending on your needs: from static API Access Tokens for simple, public applications to dynamic authentication using the CARTO login (with or without Single Sign-On).
Today we're making the creation and management of API Access Tokens much simpler, with a complete user interface to create, edit and delete tokens.
API Access Tokens are now the recommended method to start working with CARTO for deck.gl and the CARTO APIs, and we've updated the documentation and API reference accordingly.

April 13th, 2023
New Workspace
CARTO is the ideal solution for geospatial visualization and analysis of large scale datasets, due to the scalability of the cloud data warehouses (eg: BigQuery, Snowflake, Redshift, Databricks...). However, dealing with such large datasets requires special attention into performance and optimizations.
Now, whenever we detect that one of your tables could perform better according to our performance considerations, we'll show a warning in Data Explorer and Builder, and you'll be able to take action immediately.
In just a few clicks, you'll overwrite or generate an optimized copy of your data, that will perform faster and save computing costs.

April 10th, 2023
New Workspace
We are adding two new features for admins to manage new users more easily and predictably:
- Default role for new users: Admins can now choose which role should be applied to new users, and by default it will be set to "viewers" following the least-privilege principle. Find more information about roles in CARTO and about this setting.
- SSO Just-in-time provisioning: Admins that have integrated their own SSO login can now decide whether new users will get additional questions when onboarding or not. If it's enabled, we'll just provision their user as soon as they login, without any needed step. This new setting has been included in the documentation about SSO at CARTO.

April 6th, 2023
New Builder
CARTO Builder now supports adding labels to point layers loaded via tiles, with a set of improved features:
- Support for primary and secondary label on each point.
- Now using a better typography, increasing readability.
- Collision control: Now labels are displayed in a way that they don’t collision with each other, adapting dynamically on each zoom level.
- Custom colors for the font and outline, allowing much better customization capabilities.

April 3th, 2023
New Analytics Toolbox
In this month's release of the Analytics Toolbox for BigQuery, we have published a new functionality that consists of a set of procedures within the statistics module to enable users to create spatial scores (also known as composite indicators or indexes) derived from a combination of different features. We have included 3 different procedures:
- CREATE_SPATIAL_COMPOSITE_SUPERVISED: to compute a spatial composite score as the residuals of a regression model which is used to detect areas of under- and over-prediction.
- CREATE_SPATIAL_COMPOSITE_UNSUPERVISED: to perform an aggregation of individual variables, scaled and weighted accordingly, into a spatial composite score.
- CRONBACH_ALPHA_COEFFICIENT: to measure the internal consistency of the variables used to derive the spatial composite score.

March 28th, 2023
Improvement Workspace
In order to give more flexibility to our users, we have removed a lot of the quotas that were feature-specific, such as maps, public maps, apps or connections, and we have replaced them with a combined usage metric, the Usage quota, that will be the main driver of consumption for all new customers through the CARTO platform.
The Usage quota is related to the number of successful API calls, excluding the metadata. Learn more about how it's calculated and how it applies to your subscription in our documentation.
Additionally, we have changed the way LDS credits are calculated. Before, they were monthly and separated by service: geocoding and isolines. Now, we've combined them into a single annual quota that results in more capacity and better flexibility.

March 14th, 2023
Improvement Workspace
Starting today, CARTO supports importing geospatial files through an Amazon Redshift connection leveraging the CARTO Import API.
With this new functionality, CARTO users working with Amazon Redshift will be able to quickly get their geospatial data ready for advanced analysis and visualization, from no-code tools like Builder or Workflows to geospatial development libraries such as CARTO for deck.gl.
Additionally, we are giving all customers the option to configure the AWS S3 Bucket used to import files (instead of the default bucket provided by CARTO in cloud instances).

March 7th, 2023
New Analytics Toolbox
In this month's release of the Analytics Toolbox for BigQuery, we have published a new functionality within the CPG module that allows our users to perform the merchant universe matching analysis in order to derive insights on market penetration and to identify expansion opportunities. With this analysis, CPG players can match their current universe of merchants/customers against the total universe of all potential ones on a given market, in order to identify in which merchants their products are still not present.
This analysis is performed with two new procedures in the Analytics Toolbox: UNIVERSE_MATCHING which performs a fuzzy match between two POI datasets based on location and name similarity, and UNIVERSE_MATCHING_REPORT that generates report-like tables summarizing market penetration insights.

March 3rd, 2023
New Builder
A set of new analyses have been added to Builder, to reach the same level of support on different data warehouses:
- Create buffers: Available now for Redshift and Snowflake connections.
- Intersect and aggregate: Available now for Snowflake connections.
- K-means clustering: Available now for Redshift and Snowflake connections.
Check the list of analyses available for each data warehouse and further documentation about each of them here.
February 24th, 2023
Beta Workflows
From today, users can start sharing workflows with the rest of users within their CARTO organization; who will then be able to open the shared workflow in view mode, and in the case of Editor users duplicate the workflow and edit the copied version as they wish.
Additionally, we have adapted the Workflows main page in the Workspace to allow searching workflows and managing the existing ones, in line with what’s available in the Maps section.
February 1st, 2023
Beta Workflows
From today, customers on Snowflake, Redshift and PostgreSQL have the possibility to use the public beta version of CARTO Workflows with data sources from their data warehouse connections. Note that CARTO Workflows is a new tool that enables users of all types and skill levels to harness the power of cloud data warehouses, spatial SQL, and advanced spatial analytics.

January 31st, 2023
Beta Analytics Toolbox
In the January 2023 release of the Analytics Toolbox for BigQuery, we have published a new and improved version of the
routing
module. This new version includes procedures ROUTING_MATRIX
to calculate origin-destination matrices and ROUTING_ISOLINES
to compute isolines around a set of locations, both supporting multiple transportation modes (car, bike, and walk). These new functions run on top of CARTO’s road network (derived from OSM segments) that is available as a public subscription in the Data Observatory. Please note that these improvements imply breaking changes with the previous version of the routing module. To learn more about these new procedures please check our product documentation. We have also published a guide to illustrate how to benefit from this module of the Analytics Toolbox.

January 31st, 2023
Beta Analytics Toolbox
In the January 2023 release of the Analytics Toolbox for BigQuery, we have launched in beta our new
raster
module. This feature offers a set of functions to operate with raster data natively in BigQuery, benefiting from the processing speeds and scalability of this data warehouse. Alongside the raster module in the Analytics Toolbox, we have also made available our Raster Loader, built in collaboration with Makepath. This publicly available Python library works as a tool for loading and optimizing GIS raster data into cloud-based data warehouses.
In order to learn more about this new module please check our product documentation. We have also published an example that illustrates how to use some of our functionality to combine raster and vector data to solve a spatial analysis.
.png?alt=media&token=013976f0-be13-48bd-ab55-b07f88293b15)

January 26th, 2023
New Workspace
Starting with this release, users that explore their CARTO Data Warehouse connection in Data Explorer will find two datasets (represented as folders) inside their organization data: private and shared.
The new dataset "private" is a unique dataset for each user, and all the tables and tilesets in this dataset will only be available to that user. Private datasets have a unique qualified name that identifies the user, extracted from their email.
The "shared" dataset will remain available to all the editor users in that organization. You can find all the documentation for this feature in the CARTO Data Warehouse documentation.

January 24th, 2023
Improvement Builder, Workspace
An important step of most processes in CARTO is to browse and select data sources and data locations:
- A future location to save results (eg: creating a tileset, importing data, running an enrichment...)
We have improved the user experience for these cases by adding a search bar that works at every level of your data, adding a new view: the list view, and adding breadcrumbs to help you navigate your data. The list view is similar to the one used in Data Explorer (including the search bar and breadcrumbs) and will now make the experience more consistent across the CARTO platform. If you would rather focus on the hierarchy of your data, the tree view is still available on the top right.
This is especially beneficial if you have a large number of projects/databases, schemas/datasets, or tables and tilesets: where previously you would need to scroll indefinitely, now you can perform a quick search.
January 23rd, 2023
New Builder
With this new feature, point layers can be transformed dynamically into an aggregated grid leveraging our Quadbin spatial index.
This produces a very significant increment in performance, but also allows aggregating data from the original features to make sure that all data is taken into consideration.
Some highlights:
- Available for all point tile layers from all data warehouses
- Implemented with pure SQL in our Maps API, no external dependencies such as the Analytics Toolbox or third-party libraries.
- It allows aggregating properties from the original points and also the number of points per cell.
- Inherits all the advantages and features of the previously existing Spatial Index layers.
- The aggregation happens transparently so no need to manually type any SQL code to aggregate the points.
January 18th, 2023
Beta Workflows
Today we are excited to announce that CARTO Workflows is now publicly available in beta with support for Google BigQuery and CARTO Data Warehouse. CARTO Workflows is a new tool that enables users of all types and skill levels to harness the power of cloud data warehouses, spatial SQL, and advanced spatial analytics.
CARTO Workflows provides a visual language to design and execute multi-step spatial analytics procedures, reducing the complexity and the high dependance on specialist knowledge to leverage the power of location intelligence. To learn more about this new development, please check our product documentation.
In the coming weeks we will add support to run CARTO Workflows on Snowflake, Redshift and PostgreSQL-based data warehouses, if you want to know more about that please contact us through our Support team.
January 18th, 2023
Improvement Documentation
Our documentation portal just got a new look and feel! This new layout should provide the following benefits:
- Cleaner look that uses more screen space if available
- A search bar to quickly find content
- All the documentation is organized and available on the left menu
- All pages now have an "On this page" index on the right sidebar __ to quickly locate sections
Hopefully, you'll have a better experience using this documentation. If you have any feedback about it, contact us through our Support team. We'll keep working on documentation improvements during the following weeks.

January 13th, 2023
New Builder
Collaborating on CARTO maps is finally possible, in asynchronous mode. This is helpful in setups such as production-ready maps, where the original owner might be out of the office; or in situations where the data, analysis, and cartography are each accomplished by different users. This is how it works:
- 1.The map owner first needs to enable collaboration for that map.
- 2.From that moment, all editors with access to the map will be able to edit it.
- 3.If two editors try to edit at the same time, the last one will be locked out, with the option of requesting to take over editing.
Happy collaboration!
Last modified 12d ago