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 Directory
Section titled “ATLAS Directory”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.
Transferring Files to Your Device
Section titled “Transferring Files to Your Device”Use one of these methods to move files to your phone:
| Method | Description |
|---|---|
| LocalSend | Cross-platform (Windows, Mac, Linux, Android, iOS). Transfers over local network—no internet required. Recommended. |
| USB Cable | Connect via USB in “File Transfer” mode. Navigate to Internal Storage/ATLAS/. |
| Cloud Storage | Download from Google Drive, Dropbox, etc. to the ATLAS folder. |
Project Export
Section titled “Project Export”Export complete projects for backup, reporting, or transfer to another device.
How to Export
Section titled “How to Export”- Open the project
- Tap Export button
- 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
.atlasbundle with media files. When disabled, exports as smaller.jsonfile (metadata only).
ENCRYPTION
- Encrypt with password — Optional password for AES-256-GCM encryption (PBKDF2 with 100k iterations)
Export Formats
Section titled “Export Formats”| Option | Format | Description |
|---|---|---|
| With Media | .atlas | ZIP bundle containing project.json and all media files. Recommended for full backups. |
| Without Media | .json | Lightweight metadata-only export. Compatible with legacy import and reporting tools. |
Export Location
Section titled “Export Location”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:
- Open Settings → File Manager
- Filter by Exports
- Long-press the file
- Select Save to Downloads
File naming:
project_projectname_YYYY-MM-DD.atlas— Bundle with mediaproject_projectname_YYYY-MM-DD_encrypted.atlas— Password-protected bundleproject_projectname_YYYY-MM-DD.json— Metadata-only export (or no media attached)project_projectname_YYYY-MM-DD_encrypted.json— Password-protected metadata export
Project Import
Section titled “Project Import”Import projects from other ATLAS devices or backups.
Supported Formats
Section titled “Supported Formats”| Format | Extension | Description |
|---|---|---|
| Bundle with Media | .atlas | ZIP bundle containing project data and all attached photos/videos |
| Metadata Only | .json | Lightweight export without media files |
How to Import
Section titled “How to Import”- Go to Projects
- Tap the ↑ (import) icon in the top right
- The file picker opens to
/storage/emulated/0/ATLAS/ - Navigate to your
.atlasor.jsonexport file - If encrypted, enter the password
- 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.
Map Screenshots
Section titled “Map Screenshots”Capture high-resolution map images for reports and documentation.
Standalone Screenshot
Section titled “Standalone Screenshot”- Open the Map view for your project
- Tap ⋮ menu → Export Map Screenshot
- Image saves to the exports folder
With Project Export
Section titled “With Project Export”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
KML Export
Section titled “KML Export”Export GPS data to KML format for Google Earth, TAK, and other mapping tools.
Card Database Export
Section titled “Card Database Export”- Go to Cards → Card Database
- Tap ⋮ menu → Export to KML
- All cards with GPS coordinates export as placemarks
Project GPS Export
Section titled “Project GPS Export”- Open project → Map view
- Tap ⋮ menu → Export KML
- Exports all project GPS data:
- Cards
- POIs
- Notes
- Situational awareness items
File Manager
Section titled “File Manager”ATLAS includes a built-in file manager for PM3 files, traces, and exports.
Viewing Files
Section titled “Viewing Files”Go to Settings → File 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
Sharing Files
Section titled “Sharing Files”Long-press any file for options:
| Action | Description |
|---|---|
| Save to Downloads | Copy to device Downloads folder (decrypts if encrypted) |
| Share via… | Share using Android share sheet (decrypts if encrypted) |
| View | Open file contents in viewer |
| Rename | Change filename |
| Delete | Remove file permanently |
Importing Files
Section titled “Importing Files”- Open File Manager
- Tap + (import) button
- Select file type to import
- Navigate to your file in the ATLAS directory or device storage
- File is copied to ATLAS internal storage
TAK Server Push
Section titled “TAK Server Push”Push project data to your TAK server for team visibility.
- Configure TAK server in Settings → TAK Configuration
- Open project → Map view
- Tap ⋮ menu → Push to TAK Server
- 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 Format Summary
Section titled “Data Format Summary”| Data Type | Export Format | Import Format |
|---|---|---|
| Projects (with media) | .atlas (encrypted or plain) | .atlas |
| Projects (metadata only) | .json (encrypted or plain) | .json |
| Map Data | KML, GeoJSON, PNG screenshot | — |
| Cards | KML (GPS only), included in project exports | Via project import |
| PM3 Files | Binary (share via file manager) | Binary (import via file manager) |
| Media Attachments | Bundled in .atlas exports | Extracted on import |
Encryption
Section titled “Encryption”All exported project files can be encrypted with a password:
- Algorithm: AES-256-GCM
- Key derivation: PBKDF2 (100,000 iterations)
- Filename indicator:
_encryptedsuffix
When importing encrypted files, you’ll be prompted for the password. There is no password recovery—keep your password secure.