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.

Use one of these methods to move files to your phone:

MethodDescription
LocalSendCross-platform (Windows, Mac, Linux, Android, iOS). Transfers over local network—no internet required. Recommended.
USB CableConnect via USB in “File Transfer” mode. Navigate to Internal Storage/ATLAS/.
Cloud StorageDownload from Google Drive, Dropbox, etc. to the ATLAS folder.

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

  1. Open the project
  2. Tap Export button
  3. Configure export options in the dialog:

PROJECT DATA

  • Project Details (metadata)

LINKED ITEMS

  • Notes
  • POIs
  • Cards (with full RFID data)

AWARENESS ITEMS

  • Entry Points
  • Barriers/Fences
  • Security Personnel
  • Cameras

MEDIA ATTACHMENTS

  • Include photos & videos — When enabled, exports as .atlas bundle with media files. When disabled, exports as smaller .json file (metadata only).

ENCRYPTION

  • Encrypt with password — Optional password for AES-256-GCM encryption (PBKDF2 with 100k iterations)
OptionFormatDescription
With Media.atlasZIP bundle containing project.json and all media files. Recommended for full backups.
Without Media.jsonLightweight metadata-only export. Compatible with legacy import and reporting tools.

Exported files are stored in ATLAS’s internal storage and accessed via the built-in File Manager (Settings → File Manager → Exports category).

To save exports to your device’s Downloads folder for external access:

  1. Open SettingsFile Manager
  2. Filter by Exports
  3. Long-press the file
  4. Select Save to Downloads

File naming:

  • project_projectname_YYYY-MM-DD.atlas — Bundle with media
  • project_projectname_YYYY-MM-DD_encrypted.atlas — Password-protected bundle
  • project_projectname_YYYY-MM-DD.json — Metadata-only export (or no media attached)
  • project_projectname_YYYY-MM-DD_encrypted.json — Password-protected metadata export

Import projects from other ATLAS devices or backups.

FormatExtensionDescription
Bundle with Media.atlasZIP bundle containing project data and all attached photos/videos
Metadata Only.jsonLightweight export without media files
  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 .atlas or .json export file
  5. If encrypted, enter the password
  6. If a project with the same ID exists, choose Replace or Create New

When importing .atlas bundles, media files are automatically extracted to ATLAS storage and linked to their parent items (Notes, POIs, SA Items, etc.).

Tip: Use LocalSend to transfer files wirelessly between devices. See Transferring Files above.


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 (with media).atlas (encrypted or plain).atlas
Projects (metadata only).json (encrypted or plain).json
Map DataKML, GeoJSON, PNG screenshot
CardsKML (GPS only), included in project exportsVia project import
PM3 FilesBinary (share via file manager)Binary (import via file manager)
Media AttachmentsBundled in .atlas exportsExtracted on import

All exported project files can be encrypted with a password:

  • Algorithm: AES-256-GCM
  • Key derivation: PBKDF2 (100,000 iterations)
  • Filename indicator: _encrypted suffix

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