Skip to content

Data Management

ATLAS provides multiple ways to move data in and out of the application. All data stays on your device unless you explicitly export or share it.


ATLAS uses a shared directory for file transfers:

/storage/emulated/0/ATLAS/

Copy files here for easy import access. Exported files, TAK configs, and shared data can be placed in this directory.


Export complete projects for backup, reporting, or transfer to another device.

  1. Open the project
  2. Tap Export button
  3. Select what to include:
    • Project details (metadata)
    • Notes
    • Points of Interest (POIs)
    • Cards (with full RFID data)
    • Situational awareness items (entry points, barriers, cameras, personnel)
  4. Optionally set a password for AES-256 encryption
  5. Optionally include a map screenshot

Files are saved to:

/Android/data/io.mwgroup.atlas/files/exports/

File naming:

  • ProjectName_YYYY-MM-DD.json — Standard export
  • ProjectName_YYYY-MM-DD_encrypted.json — Password-protected export

Import projects from other ATLAS devices or backups.

  1. Go to Projects
  2. Tap the (import) icon in the top right
  3. The file picker opens to /storage/emulated/0/ATLAS/
  4. Navigate to your .json export file
  5. If encrypted, enter the password
  6. If a project with the same ID exists, choose Replace or Create New

Tip: Copy export files to /storage/emulated/0/ATLAS/ for easy access.


Capture high-resolution map images for reports and documentation.

  1. Open the Map view for your project
  2. Tap menu → Export Map Screenshot
  3. Image saves to the exports folder

When exporting a project, enable “Include map screenshot” to generate a facility overview image alongside your JSON data.

Screenshots include:

  • All visible situational awareness markers
  • Camera viewing cones
  • Entry points, barriers, and personnel positions
  • Fence/barrier polylines
  • POI markers

Export GPS data to KML format for Google Earth, TAK, and other mapping tools.

  1. Go to CardsCard Database
  2. Tap menu → Export to KML
  3. All cards with GPS coordinates export as placemarks
  1. Open project → Map view
  2. Tap menu → Export KML
  3. Exports all project GPS data:
    • Cards
    • POIs
    • Notes
    • Situational awareness items

ATLAS includes a built-in file manager for PM3 files, traces, and exports.

Go to SettingsFile Manager to browse:

  • Dumps — PM3 dump files (.bin, .eml, .mfd)
  • Keys — Key files (.dic, decryption files)
  • Traces — Raw capture traces
  • Exports — Project exports and screenshots
  • Logs — Session logs

Long-press any file for options:

ActionDescription
Save to DownloadsCopy to device Downloads folder (decrypts if encrypted)
Share via…Share using Android share sheet (decrypts if encrypted)
ViewOpen file contents in viewer
RenameChange filename
DeleteRemove file permanently
  1. Open File Manager
  2. Tap + (import) button
  3. Select file type to import
  4. Navigate to your file in the ATLAS directory or device storage
  5. File is copied to ATLAS internal storage

Push project data to your TAK server for team visibility.

  1. Configure TAK server in SettingsTAK Configuration
  2. Open project → Map view
  3. Tap menu → Push to TAK Server
  4. Select what to push:
    • Cards
    • POIs
    • Notes
    • Situational awareness items

Data exports as KML and uploads to your TAK server’s file sync API.


Data TypeExport FormatImport Format
Projects.json (encrypted or plain).json
Map DataKML, PNG screenshot
CardsKML (GPS only), included in project JSONVia project import
PM3 FilesBinary (share via file manager)Binary (import via file manager)

All exported project files can be encrypted with a password:

  • Algorithm: AES-256-GCM
  • Key derivation: PBKDF2
  • Filename indicator: _encrypted suffix

When importing encrypted files, you’ll be prompted for the password. There is no password recovery—keep your password secure.