Skip to main content
For the complete documentation index, see llms.txt.
When you create an Area of Interest with the KML method (see the KML upload in the AOI creation dialog), VALAR reads a single area out of a .kml or .kmz file and converts it to the same typed geometry the GeoJSON flow produces. This page catalogues what geometry is accepted, what is silently dropped, the file-size limits, and what each import error means.
KML is an OGC standard originally created for Google Earth. A .kmz file is a ZIP archive containing a KML document — it is the default format Google Earth exports.

Supported Geometry

VALAR imports exactly one area per file. That area is either a single polygon or a set of polygons: The imported polygons follow the same vertex and area rules the GeoJSON subset enforces — an exterior ring of 3 to 500 distinct vertices per piece, positive area, no self-intersection, and at most a hemisphere of extent. See the Validation Errors catalogue for the full list.

Rejected Geometry

Anything that is not a single polygonal area is rejected before the area reaches the map:

What Is Dropped on Import

VALAR keeps only the area outline. The following are dropped without failing the import:

File Types and Size Limits

Import Errors

Each failure surfaces a single inline message on the KML card. No area is placed on the map until the file passes every check.

Worked Example

Below is a valid KML file describing a small AOI over the Tuscany coast near Livorno — one placemark, one polygon, a closed outer ring, no hole, no altitude.
Save this as tuscany.kml, pick KML in the AOI creation dialog, upload the file, fill in the rest of the Create an AOI form, and Save — the AOI lands in the workspace and an automatic recompute follows. To try the .kmz path, zip the same file (Google Earth’s Save Place As… → .kmz does this for you) and upload the archive instead.