CARTO Reader/Writer

Licensing options for this format begin with FME Professional Edition.

Overview

FME provides read and write access to CARTO databases. CARTO databases may contain tables. FME treats these tables as feature types, and can read features from them, as well as write features to them. FME treats each column in a table as an attribute, and each row as a feature.

Carto is a Software as a Service (SaaS) cloud computing platform that provides GIS and web mapping tools for display in a web browser. CARTO is open source, so users can either make use of the CARTO web platform, or they can deploy their own instance of the software.

CARTO is based on PostgreSQL and PostGIS as an underlying database.

More information about the CARTO can be found at www.carto.com.

Format Name Change

CartoDB is now called CARTO. For additional information, see CARTO's website.

Format Usage Notes

  • At the time of writing, CARTO does not fully support the creation of tables through their SQL API. However, there exists a workaround, which is described in the Writer Overview below.
  • The CARTO reader and writer do not expose the integer primary key column (carto_id) for CARTO tables as an attribute.
  • Reader: When getting the list of tables in a CARTO account, some “ghost” tables may be included. These “ghost” tables are tables that do not show up in the CARTO tables dashboard. They can be read to and written from, just as any other table, but doing so will not cause them to appear in the tables dashboard.
  • Writer: CARTO does not distinguish between line and multiple line geometries, nor does it distinguish between polygon and multiple polygon geometries. To improve consistency, FME will promote lines to multilines and polygons to multipolygons before writing to a CARTO table.

Reader Overview

The CARTO reader supports reading multiple tables from the same CARTO account. Because of this, a separate reader must be created for each CARTO account.

The tables must be defined in the workspace before they can be read.

Writer Overview

The CARTO writer module stores attribute records into a Table associated with a CARTO account. It provides the following capabilities:

FME Knowledge Center

Search CARTO

Search CartoDB (previous format name)