-
Notifications
You must be signed in to change notification settings - Fork 19
[BUG] Planet-wide data size information differs from actual size #278
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Documentation says planet-wide data is 116gb but the current download is 55gb
The downloaded, uncompressed version is 86gb.
So I wonder if I'm doing something wrong or the documentation needs to be updated?
To Reproduce
services:
photon:
image: rtuszik/photon-docker:2.0.1
environment:
- UPDATE_STRATEGY=PARALLEL
- UPDATE_INTERVAL=720h # Check for updates every 30 days
- LOG_LEVEL=DEBUG
- REGION=planet
volumes:
- ./photon_data:/photon/data
restart: unless-stopped
ports:
- "2322:2322"
After download
~/photon_data $ ls -la
total 0
drwxr-xr-x 1 9011 9011 80 Mar 8 12:43 .
drwxr-xr-x 1 root root 84 Dec 7 18:10 ..
drwxr-xr-x 1 9011 9011 20 Feb 14 21:59 logs
drwxr-xr-x 1 9011 9011 12 Mar 1 17:58 photon_data
drwxr-xr-x 1 9011 9011 78 Mar 8 12:43 temp
~/photon_data $ du -hs .
88G .Expected behavior
Maybe this is a non-issue, but I want to understand if this means I am not downloading the right dataset
photon-docker configuration:
Please add your docker compose and environment variables.
System Info
- Host OS: Debian
- Host Type: Docker
- Hardware details:
- CPU: [e.g., Intel Core i7-9700K]
- Available RAM:
- Storage Type: [e.g., SSD, NVME, NFS, SAMBA]
- Storage Size:
Debug Logs
Please provide any relevant logs. To get more detailed logs, you can set the LOG_LEVEL environment variable to DEBUG in your docker-compose.yml file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working