diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..53fa34f8d94f7e17e29e4948ccf358608fa8c567 --- /dev/null +++ b/README.md @@ -0,0 +1,138 @@ +--- +license: mit +task_categories: + - image-classification + - visual-question-answering +language: + - en +size_categories: + - n<1K +tags: + - satellite-imagery + - earth-observation + - orbital-triage + - vlm + - lfm2 + - liquid-ai +pretty_name: ORION Satellite Triage Dataset +--- + +# Dataset + +The ORION dataset is a curated collection of satellite imagery and triage labels used to fine-tune the VLM for orbital image classification. Images are fetched from SimSat's Mapbox API and paired with classification prompts and ground-truth labels. + +## Dataset Structure + +``` +images/ + low_ocean_pacific_nemo.png + med_city_chicago.png + high_port_rotterdam.png + ... +train_dataset.jsonl +val_dataset.jsonl +test_dataset.jsonl +``` + +- **images/**: 512x512 RGB satellite images fetched from SimSat +- **train_dataset.jsonl**: Training samples (240 targets x 2 coordinate dropout = 480 records) +- **val_dataset.jsonl**: Validation samples (60 targets, always with coordinates; used for eval_loss + best checkpoint selection) +- **test_dataset.jsonl**: Test samples (60 targets, always with coordinates; held out for ablation and evaluation) + +## Target Definitions + +360 target locations organized by triage priority and visual morphology: + +| Class | Count | Visual Morphology | +| ------ | ----- | -------------------------------------------------------------------------------------------------- | +| LOW | 120 | Featureless natural terrain: oceans, deserts, ice sheets, dense canopy, geological formations | +| MEDIUM | 120 | Standard human civilization: urban grids, suburban sprawl, agriculture, towns, infrastructure | +| HIGH | 120 | Strategic anomalies: mega-ports, mega-airports, energy/dams, mega-mines, military/space facilities | + +### LOW Morphologies + +1. Standard voids: oceans and water bodies +2. Standard voids: deserts, ice sheets, dense canopy +3. Hard LOW: coastlines and boundaries that resemble artificial structures +4. Hard LOW: geological anomalies (craters, calderas) that mimic mines +5. Hard LOW: fractals and textures (deltas, salt flats, reefs) that mimic city streets + +### MEDIUM Morphologies + +1. Urban grids: dense city centers worldwide +2. Suburban sprawl: low-density residential areas +3. Agriculture: crop fields, pivot irrigation, terracing +4. Standard infrastructure: regional airports, rail yards, commercial zones +5. Towns and settlements: isolated clusters in varied terrain + +### HIGH Morphologies + +1. Mega-ports: Rotterdam, Singapore, LA, etc. +2. Mega-airports: Atlanta, Denver, Dubai, Daxing, etc. +3. Energy and dams: nuclear plants, solar farms, hydroelectric dams +4. Mega-mines and extreme industrial: open-pit mines, refineries +5. Space, military, and chokepoints: launch pads, naval bases, canals + +## Generation Process + +[`data_gen.py`](https://Saransh-cpp.github.io/ORION/guides/data-gen/) generates the dataset by: + +1. **Proximity filter**: removes targets closer than 2 km to each other (Haversine distance) to avoid duplicate imagery +2. **Shuffle and split**: deterministic 3-way IID split (`random.seed(42)`): 240 train / 60 val / 60 test +3. **Image fetch**: for each target, fetches a 512x512 satellite image from SimSat's Mapbox static image API at `GET http://localhost:9005/data/image/mapbox` +4. **JSONL generation**: creates conversation-format records for fine-tuning + +### JSONL Record Format + +Each line in the JSONL files is a JSON object: + +```json +{ + "image": "orion_dataset/images/high_port_rotterdam.png", + "conversations": [ + { + "role": "user", + "content": "\nYou are an autonomous orbital triage assistant..." + }, + { + "role": "assistant", + "content": "{\"reason\": \"Extreme-density geometric cargo terminals...\", \"category\": \"HIGH\"}" + } + ] +} +``` + +## Coordinate Dropout Augmentation + +For training samples, each target produces two JSONL records: one with GPS coordinates in the prompt and one without. This 50% coordinate dropout teaches the model to classify based on visual features alone, making it robust when GPS data is noisy or unavailable. + +## Prompt Template + +The prompt matches the ChatML format used by the fine-tuned model and the on-board VlmInferenceEngine: + +``` +You are an autonomous orbital triage assistant. Analyze this high-resolution RGB +satellite image captured at Longitude: X, Latitude: Y. +Strictly use one of these categories based on visual morphology: +- HIGH: ... +- MEDIUM: ... +- LOW: ... +You MUST output your response as a valid JSON object. To ensure accurate visual +reasoning, you must output the "reason" key FIRST, followed by the "category" key. +``` + +## Expected Model Output + +```json +{ + "reason": "Extreme-density geometric cargo terminals and massive vessel berthing.", + "category": "HIGH" +} +``` + +## Related + +- [Fine-tuned model](https://huggingface.co/Saransh-cpp/orion-qlora-lfm2.5-vl-1.6b) +- [Training guide](https://Saransh-cpp.github.io/ORION/guides/training/) +- [Training pipeline](https://Saransh-cpp.github.io/ORION/ground-segment/training/) +- [Data flow architecture](https://Saransh-cpp.github.io/ORION/architecture/data-flow/) diff --git a/images/high_airport_atl.png b/images/high_airport_atl.png new file mode 100644 index 0000000000000000000000000000000000000000..94793a464abd0d2fa8d9e960a3bf5590a062aef8 --- /dev/null +++ b/images/high_airport_atl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b826fd00d8be91b6f3397d0e103ca48f2d19cc01996900180adb1ba2637549b7 +size 1527877 diff --git a/images/high_airport_cdg.png b/images/high_airport_cdg.png new file mode 100644 index 0000000000000000000000000000000000000000..7bbcc03d722d07a4890a34eee47388daa7a6b419 --- /dev/null +++ b/images/high_airport_cdg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9224a4ee9625ff22132570f57019df4f387066d4cae928ad8ccb5ba576c882 +size 1552929 diff --git a/images/high_airport_daxing.png b/images/high_airport_daxing.png new file mode 100644 index 0000000000000000000000000000000000000000..54459e02ba4d51c6a3c951d86d6843c2fca5ab4f --- /dev/null +++ b/images/high_airport_daxing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab94d3c82d03294510d0aae4232d21641e697d9ae9cd04d891cc5591deda84d5 +size 1359918 diff --git a/images/high_airport_den.png b/images/high_airport_den.png new file mode 100644 index 0000000000000000000000000000000000000000..690bb29b2e4a5a4dcb0601bb853956758cbc3493 --- /dev/null +++ b/images/high_airport_den.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66451ccaddb2c7626fa28e8f5012bb5cb24ad989dd341d8009f3463851c856c7 +size 1325447 diff --git a/images/high_airport_dfw.png b/images/high_airport_dfw.png new file mode 100644 index 0000000000000000000000000000000000000000..1a81e148a11b1c1d7fc333d32863304d5b37e175 --- /dev/null +++ b/images/high_airport_dfw.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736f852ec771a44dd30a64382a873af00721ebdae3f59b7f541eb3ddac2a3de2 +size 1396231 diff --git a/images/high_airport_dmm.png b/images/high_airport_dmm.png new file mode 100644 index 0000000000000000000000000000000000000000..ff419ca7414757828368dbe268e18393983e43cb --- /dev/null +++ b/images/high_airport_dmm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa901d4219232df6714f6e32577f3c1d9d5c4c31af24bbc804ff37fe92f0774e +size 1440595 diff --git a/images/high_airport_dxb.png b/images/high_airport_dxb.png new file mode 100644 index 0000000000000000000000000000000000000000..1e046a2520ea56de33e9f0a78031caf2d5789f11 --- /dev/null +++ b/images/high_airport_dxb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a260a381c3c3528cf623fc0a010b7ea895b90153f334d751e863aceb685dee3d +size 1892287 diff --git a/images/high_airport_fra.png b/images/high_airport_fra.png new file mode 100644 index 0000000000000000000000000000000000000000..30b26d01919f004f01ed7826ce8e4e76e76595ec --- /dev/null +++ b/images/high_airport_fra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd874804e3b536b1586b45fad97660bf2231991f3551d745e05e13dba06df40a +size 1417763 diff --git a/images/high_airport_hkg.png b/images/high_airport_hkg.png new file mode 100644 index 0000000000000000000000000000000000000000..e2c30e84bd98800bd9077272fb55539fdf9f3edb --- /dev/null +++ b/images/high_airport_hkg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e68d2c2175618eda949c69c37fd9bcbef01def65adf85858cb4adb2cf16150 +size 1168112 diff --git a/images/high_airport_hnd.png b/images/high_airport_hnd.png new file mode 100644 index 0000000000000000000000000000000000000000..149d985dd5c3c2e9faae3a16b73fa27955a942a9 --- /dev/null +++ b/images/high_airport_hnd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf2d4e144f44b196f8dadf49bb711b6d0de5d7a0bbde0bdc9e34a88a8b2865e +size 1066476 diff --git a/images/high_airport_icn.png b/images/high_airport_icn.png new file mode 100644 index 0000000000000000000000000000000000000000..ad477118304bc96a2055d9097e1faa2342fa0ce5 --- /dev/null +++ b/images/high_airport_icn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe327b39700d6a344c5496b457a3047d7ccc18d7b132b60a24583af9467f2100 +size 1515724 diff --git a/images/high_airport_ist.png b/images/high_airport_ist.png new file mode 100644 index 0000000000000000000000000000000000000000..7b306388eba9e00db7d55ed23ea97d66aa2e67c7 --- /dev/null +++ b/images/high_airport_ist.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d9be01b49222e4fe59dd85f61daf243a42b42d623336c51a10140670b89cac +size 1460819 diff --git a/images/high_airport_jfk.png b/images/high_airport_jfk.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f5f3d9d5d03045cd76d3dd2390fcf828510ace --- /dev/null +++ b/images/high_airport_jfk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1533ff36dde26cf4aa569a15d9ada0fc0e88a6b558510e83e46fa0e484fe2b84 +size 1229368 diff --git a/images/high_airport_kix.png b/images/high_airport_kix.png new file mode 100644 index 0000000000000000000000000000000000000000..456eccc6d15395031c6e03a385bfe8a9c8c496c8 --- /dev/null +++ b/images/high_airport_kix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8b40a3e4c61bcf46358046b1bcffff82876152feebe8ff4677610b5d7be474 +size 704095 diff --git a/images/high_airport_lax.png b/images/high_airport_lax.png new file mode 100644 index 0000000000000000000000000000000000000000..da019b9053e3cc179c028a7fd2a3b629ba64994b --- /dev/null +++ b/images/high_airport_lax.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc068bc9995d626a3f0999295061bfe7ab906395ccb473de89df604ab0f8971f +size 1870281 diff --git a/images/high_airport_lhr.png b/images/high_airport_lhr.png new file mode 100644 index 0000000000000000000000000000000000000000..82e77450f51bd02d438694551f1722f53f4b982a --- /dev/null +++ b/images/high_airport_lhr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a06aadf1f39bb085043cda9c9cdafb44e85d0d094098a3b66bc14a38534541c +size 1484642 diff --git a/images/high_airport_mad.png b/images/high_airport_mad.png new file mode 100644 index 0000000000000000000000000000000000000000..7d7a9ce9094ed603cde140159c3e69c24d502272 --- /dev/null +++ b/images/high_airport_mad.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f166a01370781358c56cda272ebf1b5e7dedbf7df90081bbd46973e47c2603 +size 1448846 diff --git a/images/high_airport_ord.png b/images/high_airport_ord.png new file mode 100644 index 0000000000000000000000000000000000000000..d016c27b2d40f041a292428d28e5fcd4280fc313 --- /dev/null +++ b/images/high_airport_ord.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6474bbad3511512a546afa8dff1851c586a869c0aabc373812423cac21425d7e +size 1327493 diff --git a/images/high_airport_pek.png b/images/high_airport_pek.png new file mode 100644 index 0000000000000000000000000000000000000000..bc3259bf2ef7fdea08e73d881fbbdbf71df43154 --- /dev/null +++ b/images/high_airport_pek.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53aa68514e12079575fcc8f59e62fb2dbb72b68fc96838f608e019fad3dd74ec +size 1554507 diff --git a/images/high_airport_schiphol.png b/images/high_airport_schiphol.png new file mode 100644 index 0000000000000000000000000000000000000000..fb0635cba0bec26225e12e0feb4c263fce1a7fe9 --- /dev/null +++ b/images/high_airport_schiphol.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d665cff094792be9878a66cf237520b422c74c5f13c1247011938de5ebd7cec +size 1196569 diff --git a/images/high_boneyard_amarg.png b/images/high_boneyard_amarg.png new file mode 100644 index 0000000000000000000000000000000000000000..267d2896b0051250dac6145da8639c4648ea8066 --- /dev/null +++ b/images/high_boneyard_amarg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b283d260297a410696d10c4c6360f1f41d243a5111a1648fc3e691e4c15af1e6 +size 1711419 diff --git a/images/high_border_panmunjom.png b/images/high_border_panmunjom.png new file mode 100644 index 0000000000000000000000000000000000000000..389928d71fa1233313595bd1df733a8ebbea4e51 --- /dev/null +++ b/images/high_border_panmunjom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0205b15f0aaf98647263b8ed010965ef4b6ad415893834581b740b58c273bf31 +size 1326683 diff --git a/images/high_border_us_mx_tijuana.png b/images/high_border_us_mx_tijuana.png new file mode 100644 index 0000000000000000000000000000000000000000..7ebdfc132a70d593536db021a70d8055a03923a4 --- /dev/null +++ b/images/high_border_us_mx_tijuana.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0645208c22e91be28dff968224ec2912f64521eabeecd93ec3861e17ecd627 +size 2122594 diff --git a/images/high_border_wagah.png b/images/high_border_wagah.png new file mode 100644 index 0000000000000000000000000000000000000000..a06e1053fea47441cca58bdf3afa47d847ec70f0 --- /dev/null +++ b/images/high_border_wagah.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2064a8d3e55c3ff20c2b7aa36df43fb369eb2d377e99aa19fa5acf35676799a6 +size 949859 diff --git a/images/high_camp_cox_bazar.png b/images/high_camp_cox_bazar.png new file mode 100644 index 0000000000000000000000000000000000000000..55d0e59ec84be2f9f982095f6523fa204c731c94 --- /dev/null +++ b/images/high_camp_cox_bazar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9075085a10c5319ec493005cf7ea83aea1cd64ab52e4c85aa604f72b31bc76a2 +size 1486687 diff --git a/images/high_camp_dadaab.png b/images/high_camp_dadaab.png new file mode 100644 index 0000000000000000000000000000000000000000..4fb9d99912d3a4bf9356788eac225d69872315d2 --- /dev/null +++ b/images/high_camp_dadaab.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de164bc32ab51f2230078fe0791cfdbdcd90279d2344831130f4fb121b01417a +size 1649968 diff --git a/images/high_camp_zaatari.png b/images/high_camp_zaatari.png new file mode 100644 index 0000000000000000000000000000000000000000..2533e5f4286dbb68374db53b8744c25334443beb --- /dev/null +++ b/images/high_camp_zaatari.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b7f9fbfd92c5dccedfe9e2e47c7e4a9cff0070bbb1af12d9ed5ae03455102f +size 1628130 diff --git a/images/high_choke_bosphorus.png b/images/high_choke_bosphorus.png new file mode 100644 index 0000000000000000000000000000000000000000..ce9c427a83d1eace6462c7aa32eded8de1eaf7bd --- /dev/null +++ b/images/high_choke_bosphorus.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a4f76302e4c677a66c14955bbbeb0ddeddc5dad6ddea57d7ac21cf192f2737 +size 1302778 diff --git a/images/high_choke_corinth.png b/images/high_choke_corinth.png new file mode 100644 index 0000000000000000000000000000000000000000..0dc5e807e22dfa80aabc53bedbf2438471ccf4e0 --- /dev/null +++ b/images/high_choke_corinth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b496001b175a8a8fa992bf9a6f09a035f17bb44280362db02aa91d5ba11b8a52 +size 1867431 diff --git a/images/high_choke_kiel.png b/images/high_choke_kiel.png new file mode 100644 index 0000000000000000000000000000000000000000..ff2e2fb1d88ac6a4fe74c4c524b13c2128ef44bb --- /dev/null +++ b/images/high_choke_kiel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378e22484a351e50a30e616d547ebf487067cef7a31ee57f28797cca5d553dff +size 832689 diff --git a/images/high_choke_panama_gatun.png b/images/high_choke_panama_gatun.png new file mode 100644 index 0000000000000000000000000000000000000000..f8ac2c29a5474353804ae35b58f0fb6ec144239e --- /dev/null +++ b/images/high_choke_panama_gatun.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe280d6b8d8d3e34a2cd0bd072a38e135ec84c3acb69bdd182346284f28bc794 +size 1111012 diff --git a/images/high_choke_suez.png b/images/high_choke_suez.png new file mode 100644 index 0000000000000000000000000000000000000000..300a09fbb5dc324fde3b8a341f882d2884721fe8 --- /dev/null +++ b/images/high_choke_suez.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db287ef1cbe2ff4a88ae6aab3263f2e72a31de741c33f9584a3975d4d5d312b6 +size 1589650 diff --git a/images/high_energy_belchatow.png b/images/high_energy_belchatow.png new file mode 100644 index 0000000000000000000000000000000000000000..0f12d29f849331089c5d62e954a466e61bbcaf88 --- /dev/null +++ b/images/high_energy_belchatow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cb8780219e2631fb2cd4396ee1b8bc305e75ea6e479a76c60dd0f45380b8bc +size 1678078 diff --git a/images/high_energy_benban.png b/images/high_energy_benban.png new file mode 100644 index 0000000000000000000000000000000000000000..5873e07bd7b8a563f87d2f4bbea623ccf99db55e --- /dev/null +++ b/images/high_energy_benban.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6cc263df95bbc85a33d9d0dd5ce2776ba0745474f73bfb46dda5e5097de14b +size 765079 diff --git a/images/high_energy_bhadla_solar.png b/images/high_energy_bhadla_solar.png new file mode 100644 index 0000000000000000000000000000000000000000..a32124a728db87343682e95a8e97312978524ec3 --- /dev/null +++ b/images/high_energy_bhadla_solar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7533fb60666ceea3af101e494aa440ae1a3c3252ac75256a8bc8c18ee0ced5 +size 1545685 diff --git a/images/high_energy_bruce.png b/images/high_energy_bruce.png new file mode 100644 index 0000000000000000000000000000000000000000..604fe8f3b00a8484ec2d5d2ba3cc76ff8ac1a70e --- /dev/null +++ b/images/high_energy_bruce.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf37c0e7e54088f13c589c42a78d62cfd0f8bcd5cdf67cbd3f458497be186f4 +size 1431097 diff --git a/images/high_energy_cattenom.png b/images/high_energy_cattenom.png new file mode 100644 index 0000000000000000000000000000000000000000..631a7dff0bb43a256776635fa39a1589da68d760 --- /dev/null +++ b/images/high_energy_cattenom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3cda7aa727b37107772e6cb09197b9c707d57bb307b73fc0b83d899f28dee8 +size 1095133 diff --git a/images/high_energy_grand_coulee.png b/images/high_energy_grand_coulee.png new file mode 100644 index 0000000000000000000000000000000000000000..6b72040d603c53c461e6b35815cf42314d0de589 --- /dev/null +++ b/images/high_energy_grand_coulee.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfea22014a409b6b82a94d7e91f2d8c53ea23739cb7ad520584f5fa76a933a79 +size 1512893 diff --git a/images/high_energy_gravelines.png b/images/high_energy_gravelines.png new file mode 100644 index 0000000000000000000000000000000000000000..3d9a7881652b335f946ffd439f271d895be88f18 --- /dev/null +++ b/images/high_energy_gravelines.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1c65edb1cc9e708e6273266208a11f3c375923392483d01d09c301b94b0bcd +size 1299271 diff --git a/images/high_energy_hoover.png b/images/high_energy_hoover.png new file mode 100644 index 0000000000000000000000000000000000000000..defae29f8960ae512347aa53734caccfe3a84e24 --- /dev/null +++ b/images/high_energy_hoover.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0618c518425c9168fdb93bfff78cc6444078db154577e9e8b34d2d9d972efb49 +size 1413299 diff --git a/images/high_energy_itaipu.png b/images/high_energy_itaipu.png new file mode 100644 index 0000000000000000000000000000000000000000..dc1d9494943adbdd260d5b0d3ea7cd56238a1d75 --- /dev/null +++ b/images/high_energy_itaipu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b370132921a31f06e0ee8812063c2c83807346ba4fa8952e6cb269510cf41c42 +size 564502 diff --git a/images/high_energy_jamnagar.png b/images/high_energy_jamnagar.png new file mode 100644 index 0000000000000000000000000000000000000000..dda039b2e0d9572bfea6f05118f866339e16f130 --- /dev/null +++ b/images/high_energy_jamnagar.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6a3bb86a1e25ef9c0e8e059ca319e963cc6b0fdcbc15f6867045de64da20f2 +size 1299222 diff --git a/images/high_energy_jubail.png b/images/high_energy_jubail.png new file mode 100644 index 0000000000000000000000000000000000000000..71583767e658432272ec8c247d3138ea4cdd996a --- /dev/null +++ b/images/high_energy_jubail.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1501345b11064e070b6ca38345bd62504995ac05f5d9151baca23b280429ff44 +size 2014325 diff --git a/images/high_energy_kashiwazaki.png b/images/high_energy_kashiwazaki.png new file mode 100644 index 0000000000000000000000000000000000000000..040e81b7bb3bf5202ad0ef1b1c5dd89a8dbb5fac --- /dev/null +++ b/images/high_energy_kashiwazaki.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e536a3726758bd63ed7a346f39b62e259a964dab53dccfd9803ae6a4de9dc730 +size 1127658 diff --git a/images/high_energy_ouarzazate.png b/images/high_energy_ouarzazate.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0c8e714b2f0b56229d5182177dd1909a8b4dd1 --- /dev/null +++ b/images/high_energy_ouarzazate.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13eb4ea2b04eb5dda3ca59ceb5a9e3604224c4dbad851bc25238e025314c36f +size 1158519 diff --git a/images/high_energy_palo_verde.png b/images/high_energy_palo_verde.png new file mode 100644 index 0000000000000000000000000000000000000000..01d77543201ca3f2d3b700926d3cbb534c3576f0 --- /dev/null +++ b/images/high_energy_palo_verde.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f84336addcb1d6696a45f3a51200f4060bf1701a839ea75c9fb58662157838 +size 1395651 diff --git a/images/high_energy_pavagada.png b/images/high_energy_pavagada.png new file mode 100644 index 0000000000000000000000000000000000000000..ebf1791d7dfe38f867abb943dbb27a5e5a368a2f --- /dev/null +++ b/images/high_energy_pavagada.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0d8e92ff8b5c82762605fbe02cd9d006edb8e7563ce232d34ebe7fdc58f7f7 +size 1771796 diff --git a/images/high_energy_ras_tanura.png b/images/high_energy_ras_tanura.png new file mode 100644 index 0000000000000000000000000000000000000000..5926f509f53f623deaffcdcf45457439fe85a63e --- /dev/null +++ b/images/high_energy_ras_tanura.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764145e829a3e552faa12eba7848cb517db629f9b64e0c4bc05c3cf4e5622410 +size 392167 diff --git a/images/high_energy_tarfaya_wind.png b/images/high_energy_tarfaya_wind.png new file mode 100644 index 0000000000000000000000000000000000000000..a20d411b0fea48221aac116f445b38bb3cf43d29 --- /dev/null +++ b/images/high_energy_tarfaya_wind.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e6b1cd6e3674f11351296e5713e19094aa65ca6c081907b5f271f9d6ed81e6 +size 1386243 diff --git a/images/high_energy_tengger.png b/images/high_energy_tengger.png new file mode 100644 index 0000000000000000000000000000000000000000..926e8aa14854fb277710e85bbe837edc61b2e91f --- /dev/null +++ b/images/high_energy_tengger.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61285001212ad224edbb8c9f6f63e6fee73c13c37924c0c2005ac07ae391c95 +size 843445 diff --git a/images/high_energy_three_gorges.png b/images/high_energy_three_gorges.png new file mode 100644 index 0000000000000000000000000000000000000000..865ec09dbc999aa27f9503c2d259920a8dbef702 --- /dev/null +++ b/images/high_energy_three_gorges.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f132e14ce97fc08eec560c380738265e0da95699a3c9abbf824c07f9a6bd29 +size 1144224 diff --git a/images/high_energy_zaporizhzhia.png b/images/high_energy_zaporizhzhia.png new file mode 100644 index 0000000000000000000000000000000000000000..849ebb423519846b1ce7ac8f0f0d2441eca06969 --- /dev/null +++ b/images/high_energy_zaporizhzhia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd4be6505c6303815f8ca42c071ea50fdc1d7f17cd7ffb1d5094e8dfe1800f9 +size 1222798 diff --git a/images/high_ind_chernobyl.png b/images/high_ind_chernobyl.png new file mode 100644 index 0000000000000000000000000000000000000000..35efc51e4dae2258e081aafedc293e191648af15 --- /dev/null +++ b/images/high_ind_chernobyl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc652e1a473dd5986c0a584c2be58d53183bd0eb9c1cdc219595c7e22bfbc053 +size 1447058 diff --git a/images/high_ind_fukushima.png b/images/high_ind_fukushima.png new file mode 100644 index 0000000000000000000000000000000000000000..8b464f87490afe843d5d14396d2b2b0c4a4ed207 --- /dev/null +++ b/images/high_ind_fukushima.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f77cff115fec19f5d371bf5937cb4cf178322556b20a8ead772b73df6669559 +size 1106688 diff --git a/images/high_ind_taweelah.png b/images/high_ind_taweelah.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0edf4ba24ff995ab86af0b65e3bb83c5cf14db --- /dev/null +++ b/images/high_ind_taweelah.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d0cee2d479367ce9a9d6ba665d31a25a09e0dc72e531f39b5e16ad78b41fee +size 1407569 diff --git a/images/high_mil_diego_garcia.png b/images/high_mil_diego_garcia.png new file mode 100644 index 0000000000000000000000000000000000000000..e5052b21e48affb713723245eddb4a2277b24c7a --- /dev/null +++ b/images/high_mil_diego_garcia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0986304006fb92329c003af5d837b4b878d4d9bb8b88be7943aea7080e35088b +size 699206 diff --git a/images/high_mil_engels_base.png b/images/high_mil_engels_base.png new file mode 100644 index 0000000000000000000000000000000000000000..a0f8f10aef081ad0f4df61f1e1cdede110160bda --- /dev/null +++ b/images/high_mil_engels_base.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a41af02f9c89b0845a2cb203071a4a27283c972c0f0285462b819cded648eb +size 857116 diff --git a/images/high_mil_fylingdales.png b/images/high_mil_fylingdales.png new file mode 100644 index 0000000000000000000000000000000000000000..b20848181aabd98545b8bb2a5d7db55ce243b140 --- /dev/null +++ b/images/high_mil_fylingdales.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243a40d0e5cd12b5550e571fa993c761f57d9b81a3507a92ed584895374f9374 +size 902783 diff --git a/images/high_mil_guam_andersen.png b/images/high_mil_guam_andersen.png new file mode 100644 index 0000000000000000000000000000000000000000..facf8cf4cf5e05f026802e643389e83906f08803 --- /dev/null +++ b/images/high_mil_guam_andersen.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c63d39bf0d46fe9b7700819f8c745afee744745d71c96f201246e5cd08efe7 +size 1506412 diff --git a/images/high_mil_minot_bunkers.png b/images/high_mil_minot_bunkers.png new file mode 100644 index 0000000000000000000000000000000000000000..0a17f3bf251b9abfadb4f183d81ee91a00e2d2ee --- /dev/null +++ b/images/high_mil_minot_bunkers.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7c6fbc8bd55d55488120692742e1998d4d4493b67ec306b718f1fd7e4d2964 +size 1295295 diff --git a/images/high_mil_newport_news.png b/images/high_mil_newport_news.png new file mode 100644 index 0000000000000000000000000000000000000000..6ae3ba4f003f9911a27e8c17108dd7e81877f9de --- /dev/null +++ b/images/high_mil_newport_news.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f52afc730e4261ab4223ddd2e700bad10f136e397a492754cd9d94e107fdf4d +size 1128291 diff --git a/images/high_mil_norfolk.png b/images/high_mil_norfolk.png new file mode 100644 index 0000000000000000000000000000000000000000..5eb141773bd69a3b69ec8d590922328e527dba22 --- /dev/null +++ b/images/high_mil_norfolk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e55147f7be1c0cc4962c96b2361cd37ffdc2025f8e5214bd5e9374d361ba2fe +size 988511 diff --git a/images/high_mil_pentagon.png b/images/high_mil_pentagon.png new file mode 100644 index 0000000000000000000000000000000000000000..b8443599b626956777883c856df114f22307f37f --- /dev/null +++ b/images/high_mil_pentagon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993abd705885239c678ef4b6f5ed620474f243e3b62642ee1f78a7df5935c1fc +size 1323702 diff --git a/images/high_mil_pine_gap.png b/images/high_mil_pine_gap.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce0492286ca80324c1217f91fe28ec3bc7b5ec6 --- /dev/null +++ b/images/high_mil_pine_gap.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e11494a11b7b2329a1fb307675d6e1836c201f28b34791617d0f50dffd7912f +size 1586183 diff --git a/images/high_mil_rota.png b/images/high_mil_rota.png new file mode 100644 index 0000000000000000000000000000000000000000..74a52c9c446b55ee2dc65a19269a635966a5a881 --- /dev/null +++ b/images/high_mil_rota.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36060a63f04ff619f34b0cd79bb21dfeab3fcccd2bc7bc4a6ebb683b6456e70 +size 1378991 diff --git a/images/high_mil_yokosuka.png b/images/high_mil_yokosuka.png new file mode 100644 index 0000000000000000000000000000000000000000..c89bd48da566920af6bf49d4413ca207fcc45335 --- /dev/null +++ b/images/high_mil_yokosuka.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755743b6cc2cd14793661c17707cff28f825c134d3087259cb4b867a837cd742 +size 1323442 diff --git a/images/high_mine_bayan_obo.png b/images/high_mine_bayan_obo.png new file mode 100644 index 0000000000000000000000000000000000000000..edcea7143b2ffb22ef627fd3f4aced807a6ce974 --- /dev/null +++ b/images/high_mine_bayan_obo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc6559a5d6d0705c2e929f04dcb23254d204d5c9efe4af252d682347f5e1bb6 +size 1285756 diff --git a/images/high_mine_bingham.png b/images/high_mine_bingham.png new file mode 100644 index 0000000000000000000000000000000000000000..b48fb382ea214b18e97a3cf7a9ee28bd8398fdde --- /dev/null +++ b/images/high_mine_bingham.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1d62c5f28243ff4da22e3b38dce867e94fd974d8f8b3d3ce31ac32530a4fd9 +size 1494720 diff --git a/images/high_mine_carajas.png b/images/high_mine_carajas.png new file mode 100644 index 0000000000000000000000000000000000000000..20cd985dea553bcafc7bf2bf7e9543a920c50b88 --- /dev/null +++ b/images/high_mine_carajas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b82d4ab0d34ca50e337c740cd01f5272de2a86862b649045fc2a297cb99fc5 +size 1315859 diff --git a/images/high_mine_cerrejon.png b/images/high_mine_cerrejon.png new file mode 100644 index 0000000000000000000000000000000000000000..178459dc500ebbda272c9aa5d7c7c6a90174c84d --- /dev/null +++ b/images/high_mine_cerrejon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec78e4550bdbbfb7bc1f7a4504e796784b91ca57dc3fcce3b83d3ab02c79092 +size 1336530 diff --git a/images/high_mine_chuquicamata.png b/images/high_mine_chuquicamata.png new file mode 100644 index 0000000000000000000000000000000000000000..3462a12239d26587b20bd36d723185f00e5f6791 --- /dev/null +++ b/images/high_mine_chuquicamata.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a345b5e1989bae500ba3a7db41b7b963baf234148ad4f1650ee862156c6bfb72 +size 1272193 diff --git a/images/high_mine_diavik.png b/images/high_mine_diavik.png new file mode 100644 index 0000000000000000000000000000000000000000..bb1921292aac536d00f8739b8789d48a7ab5c676 --- /dev/null +++ b/images/high_mine_diavik.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8c1b3edbed595396b23e405aec0e403b70b4c9c947250c8611b99825d0a62a +size 740961 diff --git a/images/high_mine_ekati.png b/images/high_mine_ekati.png new file mode 100644 index 0000000000000000000000000000000000000000..f767ab6b13bab23837a285b861aaef4e2202d304 --- /dev/null +++ b/images/high_mine_ekati.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6954231ecbed48c24e3c0a3999d884d1b5e8f58bf10aadcd1356954fa04c1a +size 896021 diff --git a/images/high_mine_escondida.png b/images/high_mine_escondida.png new file mode 100644 index 0000000000000000000000000000000000000000..f95892162fbd6dd361afcf174f23126cc4e53668 --- /dev/null +++ b/images/high_mine_escondida.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691ead9874167e7e8855de355104c067ecb36bd749bac4b12688c930157f0389 +size 1414017 diff --git a/images/high_mine_eshidiya.png b/images/high_mine_eshidiya.png new file mode 100644 index 0000000000000000000000000000000000000000..6601bd6e2eade859873ad5c5c73b66a988892952 --- /dev/null +++ b/images/high_mine_eshidiya.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec10b1b908311a40ef47dca92edf6de7e15474deef437b28906bc55ecd29ed1 +size 991441 diff --git a/images/high_mine_garzweiler.png b/images/high_mine_garzweiler.png new file mode 100644 index 0000000000000000000000000000000000000000..006b85897af2323bb089d890b34cf2e84f725f3b --- /dev/null +++ b/images/high_mine_garzweiler.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387a19e738cd7f3e7a69b96259e78fd503304505d04b917b877591e19ff9c346 +size 985616 diff --git a/images/high_mine_grasberg.png b/images/high_mine_grasberg.png new file mode 100644 index 0000000000000000000000000000000000000000..1d9ffd19ec0216784153ca10c2b23d8854aa8d81 --- /dev/null +++ b/images/high_mine_grasberg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824f409c5a76da2ed64cb9d09b4b8a9daa3ca26e26c4e7cd2a23bb4125542e75 +size 1355386 diff --git a/images/high_mine_hambach.png b/images/high_mine_hambach.png new file mode 100644 index 0000000000000000000000000000000000000000..4e84792b0e0aa8bc23f73b9bae2dc62b6a77ada4 --- /dev/null +++ b/images/high_mine_hambach.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7665c5963b7518236f53a073db92a924ac78c9dc3ec68410776667afdbb0dca9 +size 1620568 diff --git a/images/high_mine_kiruna.png b/images/high_mine_kiruna.png new file mode 100644 index 0000000000000000000000000000000000000000..37b13aaec29716afe94c2042b720097d1856404e --- /dev/null +++ b/images/high_mine_kiruna.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73728a9f93497a31cd9932b8374947199418d7a74a958485787b4370c1ea7fc9 +size 1221580 diff --git a/images/high_mine_mir.png b/images/high_mine_mir.png new file mode 100644 index 0000000000000000000000000000000000000000..d763aae7d5299f7b2acae631d225cedb6eb5f329 --- /dev/null +++ b/images/high_mine_mir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560a0bf616750e9eb2570e013ca7f05607cde2000b061dbcb95a52b5b5ff1a80 +size 1293169 diff --git a/images/high_mine_norilsk.png b/images/high_mine_norilsk.png new file mode 100644 index 0000000000000000000000000000000000000000..c2cfb428fc36525b6f39484e8bdecf737afdaf4d --- /dev/null +++ b/images/high_mine_norilsk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91871f3e0e8958fd78b604bc876dacc7f4631df529281eff7f0e524aca7e83f +size 1135279 diff --git a/images/high_mine_oyu_tolgoi.png b/images/high_mine_oyu_tolgoi.png new file mode 100644 index 0000000000000000000000000000000000000000..b654f8d13fe911cd44b32f124eedcfb65df5f075 --- /dev/null +++ b/images/high_mine_oyu_tolgoi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2de9e4a835ee364d6125531a3d67ed5f5cc81ab4e55c98b8c1c1ede3d288a24 +size 538641 diff --git a/images/high_mine_super_pit.png b/images/high_mine_super_pit.png new file mode 100644 index 0000000000000000000000000000000000000000..90547ff6457698707d74a0c1c5a718895374d561 --- /dev/null +++ b/images/high_mine_super_pit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03152dc232c8812edd2e405b719e44506cc1f0ee5c023e5565316589595e20ae +size 1782893 diff --git a/images/high_navy_dalian.png b/images/high_navy_dalian.png new file mode 100644 index 0000000000000000000000000000000000000000..5da7f516ef5fae4574f509f0ad361175506ffdf8 --- /dev/null +++ b/images/high_navy_dalian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5b0ad45217c0ecd5f7f58dd6a18cc1fa5a20e01edf359a274e9611ed9a8eb8 +size 1730271 diff --git a/images/high_navy_jiangnan.png b/images/high_navy_jiangnan.png new file mode 100644 index 0000000000000000000000000000000000000000..27960a07256174a21e90f3c54d015555e4243081 --- /dev/null +++ b/images/high_navy_jiangnan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1e3816acb6a10036a866a1d8c1c1096fa6aad8570db2b90194d627e6812935 +size 1432692 diff --git a/images/high_navy_severodvinsk.png b/images/high_navy_severodvinsk.png new file mode 100644 index 0000000000000000000000000000000000000000..64df2ba7ca7f5ffe1295cf006890c6b41cfd57ec --- /dev/null +++ b/images/high_navy_severodvinsk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ba792e2e052787541d3f60af4e505be2ee09df765690ccaa1c41d1c5eae4b0 +size 1464442 diff --git a/images/high_oil_abqaiq.png b/images/high_oil_abqaiq.png new file mode 100644 index 0000000000000000000000000000000000000000..40897813b8e98e9d852044f16ec5a702fdb3e47d --- /dev/null +++ b/images/high_oil_abqaiq.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f625e064ae054528cad3e5dc8e51d96905f7408cb9b1543c2852749bd7a2ef +size 1880909 diff --git a/images/high_oil_cushing.png b/images/high_oil_cushing.png new file mode 100644 index 0000000000000000000000000000000000000000..5c350ce477b5c112994d9905ff8181c957163c09 --- /dev/null +++ b/images/high_oil_cushing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3630045fc613dd6dd65d76b81bec4d8e36f50e9a46c41a82e020582c084f54 +size 1629858 diff --git a/images/high_oil_us_spr_bryan_mound.png b/images/high_oil_us_spr_bryan_mound.png new file mode 100644 index 0000000000000000000000000000000000000000..442475cd7ebc4d0dfbf6669f58083df9b8938ed9 --- /dev/null +++ b/images/high_oil_us_spr_bryan_mound.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6120ba1131906fc68a55dae29a976b187d91993a433bf54e070c3ef49f1c4c99 +size 1177576 diff --git a/images/high_port_antwerp.png b/images/high_port_antwerp.png new file mode 100644 index 0000000000000000000000000000000000000000..7992d2926fb5138b16026d4bf9a6a0a4adc6cfa7 --- /dev/null +++ b/images/high_port_antwerp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be9f0dfadf15bfaa9a7cbbd28ff892da792f0ee61a2a8f2b01725c99fcce9c3 +size 1160864 diff --git a/images/high_port_busan.png b/images/high_port_busan.png new file mode 100644 index 0000000000000000000000000000000000000000..aafd57b0966bf97a46b40a72878cb9fae096a6ca --- /dev/null +++ b/images/high_port_busan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da43f720b0aaf3064ffad974e6f0ab5ba0f3616d9b90f7acb5368c00d134aa9 +size 1103237 diff --git a/images/high_port_hamburg.png b/images/high_port_hamburg.png new file mode 100644 index 0000000000000000000000000000000000000000..171ec8a0c84fc6fc9169cf5445fd96cd56a96f71 --- /dev/null +++ b/images/high_port_hamburg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166f1152032c03cca3195114af5966656e071916aa2a3cd5e1321c3a4a6ecab5 +size 1285712 diff --git a/images/high_port_hedland.png b/images/high_port_hedland.png new file mode 100644 index 0000000000000000000000000000000000000000..08a4200de3f347636e8696471e8c14b158159252 --- /dev/null +++ b/images/high_port_hedland.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73612e940eee495eb45acea95c6302c673d196346e2566c825ccb6a9aaca8365 +size 1203688 diff --git a/images/high_port_houston.png b/images/high_port_houston.png new file mode 100644 index 0000000000000000000000000000000000000000..3e5d0c8018cffa89bca56bbfbe804ca415b36454 --- /dev/null +++ b/images/high_port_houston.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37aaa986fc797fb1a76370ece0d3a8af512486fcd457633b051a1cf07271a00 +size 1235619 diff --git a/images/high_port_jebel_ali.png b/images/high_port_jebel_ali.png new file mode 100644 index 0000000000000000000000000000000000000000..3f3195f6710714e29f1ea022540d3d567ee8aeec --- /dev/null +++ b/images/high_port_jebel_ali.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cf91597ee69b8e262e158d7986bdfec8729420365bc83ae6550b90c3786bdb +size 1249770 diff --git a/images/high_port_keelung.png b/images/high_port_keelung.png new file mode 100644 index 0000000000000000000000000000000000000000..0a9cad945341d6936f914d688c606d78a96eb7e0 --- /dev/null +++ b/images/high_port_keelung.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e61a031b37f10f2851d22d4aa1d89f7d64770c4187c2cad8c75adbcaf3bef40 +size 1812651 diff --git a/images/high_port_la.png b/images/high_port_la.png new file mode 100644 index 0000000000000000000000000000000000000000..9acd5317b3a747acf19f0948a70d20b9cdb5207e --- /dev/null +++ b/images/high_port_la.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c81b27c23f6c7ad6f38bd935b1f6f083cf9cd01895770cbbabb6144aef1ef68 +size 1256127 diff --git a/images/high_port_nagoya.png b/images/high_port_nagoya.png new file mode 100644 index 0000000000000000000000000000000000000000..dc87c270cbf7a143d338426517f7873c91237c3a --- /dev/null +++ b/images/high_port_nagoya.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d40ae6a889ab0b5ac9be5ba607cff1e7d8d99306791694375c5ab4e78635a14 +size 1005816 diff --git a/images/high_port_newark.png b/images/high_port_newark.png new file mode 100644 index 0000000000000000000000000000000000000000..7acac8b17c4fa30632b728bab526cc6db2c843c8 --- /dev/null +++ b/images/high_port_newark.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f68d3511e7ef36b60ae09a0e10ccbf8cbe95fe5010b7e2b8d30585258efa066 +size 1378705 diff --git a/images/high_port_ningbo.png b/images/high_port_ningbo.png new file mode 100644 index 0000000000000000000000000000000000000000..b57ac5ac24b5eab77ec67c40b519e6154779ffd4 --- /dev/null +++ b/images/high_port_ningbo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e158f628f6a3f75641487b4f494641ae5f6b6593f94633ee6e0c7c0ba72e66e2 +size 1655986 diff --git a/images/high_port_qingdao.png b/images/high_port_qingdao.png new file mode 100644 index 0000000000000000000000000000000000000000..899eb9fb69040f304e301d4b6aa2655f18cdf474 --- /dev/null +++ b/images/high_port_qingdao.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74d90990ee465ca9e2a59fbe2ab78b4453db0bfd246fb9453bc46327899e28e +size 547723 diff --git a/images/high_port_richards_bay.png b/images/high_port_richards_bay.png new file mode 100644 index 0000000000000000000000000000000000000000..06c04063bd7193ef87b9e346463b2077e0aff769 --- /dev/null +++ b/images/high_port_richards_bay.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d08ee5d581b9ed1c8405ac38a631a33d7908c4dcec2c6d58bc77291d5916c43 +size 1179569 diff --git a/images/high_port_rotterdam.png b/images/high_port_rotterdam.png new file mode 100644 index 0000000000000000000000000000000000000000..3202335ac9a5b7a0a04fe917d26b3a57e4f9f892 --- /dev/null +++ b/images/high_port_rotterdam.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0dc17e9b05f6218e015e7c1bfdd57f9ac263b1b25cb62a5bd016903f9faa9bc +size 1328166 diff --git a/images/high_port_santos.png b/images/high_port_santos.png new file mode 100644 index 0000000000000000000000000000000000000000..d28d488b931fb82f17ae2c844c28ff1367fbb512 --- /dev/null +++ b/images/high_port_santos.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e501634937257981285d544c7a79ea954a278cefca19f5cb2d5f3eb79e861e +size 1585357 diff --git a/images/high_port_singapore.png b/images/high_port_singapore.png new file mode 100644 index 0000000000000000000000000000000000000000..5a2021a48c0a532eec3106854d9034a1653aad7f --- /dev/null +++ b/images/high_port_singapore.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67877a5891bd18faeabfd70f2f6f54d64dc302b5e443766f12087e2de2a13f4 +size 686951 diff --git a/images/high_port_tianjin.png b/images/high_port_tianjin.png new file mode 100644 index 0000000000000000000000000000000000000000..b2e26287f14df4107e263d4fca169ba5b68a5740 --- /dev/null +++ b/images/high_port_tianjin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b6b5e02eee5e1888c4af643238438b5c253901d9c7098f5a33bd3b14741231 +size 1213484 diff --git a/images/high_port_vancouver.png b/images/high_port_vancouver.png new file mode 100644 index 0000000000000000000000000000000000000000..e14062bffca90abf81b52ab5a32fab847d6ffa5d --- /dev/null +++ b/images/high_port_vancouver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040924830d049add5fc4a0c671d93d149712420e09091d94bd6eb6bed11db0d3 +size 1752913 diff --git a/images/high_port_yangshan.png b/images/high_port_yangshan.png new file mode 100644 index 0000000000000000000000000000000000000000..37bde1e69178d50f5713f9055284aa617975d517 --- /dev/null +++ b/images/high_port_yangshan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a398f721ad613beeecb6dfc493d99ed52c500c25af3437acd5e0ace38a6a1f2b +size 1132521 diff --git a/images/high_port_yantian.png b/images/high_port_yantian.png new file mode 100644 index 0000000000000000000000000000000000000000..6d7e2f9397dd53fb80014d108338a842ce3fdb41 --- /dev/null +++ b/images/high_port_yantian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c07300e545b064efcd0425685ceeeb36d66b609c23f27d91a81d1f317ddf11 +size 1038344 diff --git a/images/high_space_baikonur.png b/images/high_space_baikonur.png new file mode 100644 index 0000000000000000000000000000000000000000..650a748ba1ded8f42bc91f8511cd3ba522f3fc35 --- /dev/null +++ b/images/high_space_baikonur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e81c551b990cb530ea2bf63a01930f67b3e78373cb93dbd79b4d93badea69c +size 1435171 diff --git a/images/high_space_boca_chica.png b/images/high_space_boca_chica.png new file mode 100644 index 0000000000000000000000000000000000000000..00c8dc9cecf76c35ecd11ec46ecb1aedb0fd5fc1 --- /dev/null +++ b/images/high_space_boca_chica.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98099a9c7cdc9e5bed2b1158be4156488c1cfa1fce04b09c974246021fe46753 +size 810891 diff --git a/images/high_space_kourou.png b/images/high_space_kourou.png new file mode 100644 index 0000000000000000000000000000000000000000..f151d26cfd5701c27cf80f18df4a7dad4f5acd96 --- /dev/null +++ b/images/high_space_kourou.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29710906ad4302d02d5deaba9656fd251ad7c9c175f9dae6a21e57fbfdceeac4 +size 1053788 diff --git a/images/high_space_ksc_39a.png b/images/high_space_ksc_39a.png new file mode 100644 index 0000000000000000000000000000000000000000..015ddc1927b9015419835260d2169ff14f1012c9 --- /dev/null +++ b/images/high_space_ksc_39a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e60aaec32212588e9f3d81267197ec8c02f1da5b834cc5ce55d95e47ef50f52 +size 984112 diff --git a/images/high_space_mojave.png b/images/high_space_mojave.png new file mode 100644 index 0000000000000000000000000000000000000000..391332bc33b592b4f15cc151d4aac53fb76bed12 --- /dev/null +++ b/images/high_space_mojave.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d422b348b8585e5709866256e7c4bcc62a2d2e1acc92fa654e2a0118c28ed3b0 +size 1416112 diff --git a/images/high_space_plesetsk.png b/images/high_space_plesetsk.png new file mode 100644 index 0000000000000000000000000000000000000000..355a422fb01656ffb3c63fde76fdb19c8e19d030 --- /dev/null +++ b/images/high_space_plesetsk.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e48041d6d4541dd63a4616251f3c2d0e0649361fd757e30b7c4422999c9e134 +size 1624728 diff --git a/images/high_space_sriharikota.png b/images/high_space_sriharikota.png new file mode 100644 index 0000000000000000000000000000000000000000..71513a8ffb4c85ef1eac7ff02dbac75dc9489ddb --- /dev/null +++ b/images/high_space_sriharikota.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b77a83198170b0f443d9d3b5b74a8a5ebc7f3864183d917d69a04c94dd250b +size 1217829 diff --git a/images/high_space_vandenberg.png b/images/high_space_vandenberg.png new file mode 100644 index 0000000000000000000000000000000000000000..b1b84c073ed6e91276087e98c76b869cbabcefb9 --- /dev/null +++ b/images/high_space_vandenberg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35222a8009665d393a9721b5eab3da5a2b6f7c232cb011432a2b6b3f981d61ad +size 1215706 diff --git a/images/high_space_wenchang.png b/images/high_space_wenchang.png new file mode 100644 index 0000000000000000000000000000000000000000..c71694ba920460e302bff1860aa268346f5efdd7 --- /dev/null +++ b/images/high_space_wenchang.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da6f6c1506144d0c75393214a641840230ece5c8563d77bdbb68bdfe5efbe9a +size 720852 diff --git a/images/high_volcano_kilauea.png b/images/high_volcano_kilauea.png new file mode 100644 index 0000000000000000000000000000000000000000..5f46d1d139073e6610a66085cadda69a0e06916d --- /dev/null +++ b/images/high_volcano_kilauea.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478d35f01ffe51d563c3fac19f885fe95db1b43409821c3ff2f187011e5362b6 +size 1194274 diff --git a/images/high_volcano_stromboli.png b/images/high_volcano_stromboli.png new file mode 100644 index 0000000000000000000000000000000000000000..83203b7ca68d3851130efd5833bf137421f4217d --- /dev/null +++ b/images/high_volcano_stromboli.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5757051f866a7ed1ccb9525eb99ae0a38b665c459f693979aa564825dd87b4 +size 886236 diff --git a/images/low_desert_atacama.png b/images/low_desert_atacama.png new file mode 100644 index 0000000000000000000000000000000000000000..a5960d88da847f21a792d42ee5c37a681dd650b6 --- /dev/null +++ b/images/low_desert_atacama.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8bd1ddfb2a56bbdbbec09cc24bc116e509545b9ca4358868711c1d27603f0e +size 1153807 diff --git a/images/low_desert_gobi.png b/images/low_desert_gobi.png new file mode 100644 index 0000000000000000000000000000000000000000..340689c855a89a3722fb9f320e2a37c09797896c --- /dev/null +++ b/images/low_desert_gobi.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e084484fb0a9811f19aee33e44aaf6131f6b934f46640496343c7c9905adf55a +size 1019888 diff --git a/images/low_desert_kalahari.png b/images/low_desert_kalahari.png new file mode 100644 index 0000000000000000000000000000000000000000..6dd64cbbbecfae7d28ffcca154192b9f73ee4236 --- /dev/null +++ b/images/low_desert_kalahari.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff260bfb872afce4919ced8b969fcf6f2f325497318f39763f4a763e896373f +size 1948224 diff --git a/images/low_desert_outback.png b/images/low_desert_outback.png new file mode 100644 index 0000000000000000000000000000000000000000..e746ac666bb1ca11fed81b148b1b47dd07326711 --- /dev/null +++ b/images/low_desert_outback.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dde7f4c07d2e06866f90db44450654bff765e264ad9aaf561028959e8e35549 +size 1317002 diff --git a/images/low_desert_rub_al_khali.png b/images/low_desert_rub_al_khali.png new file mode 100644 index 0000000000000000000000000000000000000000..5cd95acd588f4730d0fe3e96b867968fec7982f5 --- /dev/null +++ b/images/low_desert_rub_al_khali.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b7eec10440bd7b639af20fc4264bd282280e416c90391f90f2f75f0bec32542 +size 777189 diff --git a/images/low_desert_sahara_dunes.png b/images/low_desert_sahara_dunes.png new file mode 100644 index 0000000000000000000000000000000000000000..eec878fafb4e89f19da3457ec9bfb701cbba95af --- /dev/null +++ b/images/low_desert_sahara_dunes.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9eeec12b272ad0eab06d738ceaf9edbfbae374dd991e0651a0a2ac027fcd7e7 +size 638381 diff --git a/images/low_forest_amazon_deep.png b/images/low_forest_amazon_deep.png new file mode 100644 index 0000000000000000000000000000000000000000..7c00d8b13807d8a6107058a9d5a4baabac6710de --- /dev/null +++ b/images/low_forest_amazon_deep.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e84edfb93472f7559e3336a12f7a1e23ac52805c2fb3f513934f9ba776a073 +size 1063326 diff --git a/images/low_forest_canadian_boreal.png b/images/low_forest_canadian_boreal.png new file mode 100644 index 0000000000000000000000000000000000000000..f3f9bc0ec52ffaec2b264bd89c7a8b8fa5819975 --- /dev/null +++ b/images/low_forest_canadian_boreal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62866569cd802b0912276e03ab61045042975216b54a228a719260d231617ac +size 1320296 diff --git a/images/low_forest_congo_basin.png b/images/low_forest_congo_basin.png new file mode 100644 index 0000000000000000000000000000000000000000..e167e40c91493dfc54096ec01b7fcf2a4140a211 --- /dev/null +++ b/images/low_forest_congo_basin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0173eb488394a1b9dea2c9e310579b92e52da84fafada618eae24083041ea7a7 +size 1151241 diff --git a/images/low_forest_siberian_taiga.png b/images/low_forest_siberian_taiga.png new file mode 100644 index 0000000000000000000000000000000000000000..6e4535ed7aef81e8fdcd006b7ee95f1dd9d6d146 --- /dev/null +++ b/images/low_forest_siberian_taiga.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6655b98d55632ad98f30b14427a49bec510deac76975b3ae3377f0fbc570729a +size 1640699 diff --git a/images/low_hard_andes_ridgeline.png b/images/low_hard_andes_ridgeline.png new file mode 100644 index 0000000000000000000000000000000000000000..c69102aedf332d9dab8724ba06814421be92e04f --- /dev/null +++ b/images/low_hard_andes_ridgeline.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff199cf61c7c2cdfe6878abdc82cb527a8574e81f5468b841cb327a9a6e1063f +size 1047312 diff --git a/images/low_hard_arouane_crater.png b/images/low_hard_arouane_crater.png new file mode 100644 index 0000000000000000000000000000000000000000..9ed6b4d285e75cd1ddf1651923096404d12e4088 --- /dev/null +++ b/images/low_hard_arouane_crater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7cc9af527ab44c2e21dcac6e2a61aaa368809dc4ace518b8faa62b80fd1dd1 +size 839428 diff --git a/images/low_hard_bahamas_banks.png b/images/low_hard_bahamas_banks.png new file mode 100644 index 0000000000000000000000000000000000000000..22c83722378c8560e230a959208242acdff282f0 --- /dev/null +++ b/images/low_hard_bahamas_banks.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf68e5570044f3b06a2f9d03d82202678e142c2dec3a065a2b2efcc5e911a78 +size 322876 diff --git a/images/low_hard_baja_coast.png b/images/low_hard_baja_coast.png new file mode 100644 index 0000000000000000000000000000000000000000..17809501600d657657a1b28ea75563fef4acf3e5 --- /dev/null +++ b/images/low_hard_baja_coast.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b5ec0c0130268206565c6a90ee422c1bb0fc4ea6e9152ab4500872ca12cd48 +size 891575 diff --git a/images/low_hard_big_sur.png b/images/low_hard_big_sur.png new file mode 100644 index 0000000000000000000000000000000000000000..3a8f21893ef4bc5047dd4afb4e96845338e2e39d --- /dev/null +++ b/images/low_hard_big_sur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744e0ac8c961b1afc88b774be2eab96be02517e5bbacc96b77d3de78ea6d8657 +size 992865 diff --git a/images/low_hard_bisti_badlands.png b/images/low_hard_bisti_badlands.png new file mode 100644 index 0000000000000000000000000000000000000000..c72c765b3a925658116584474ad63ae242f52443 --- /dev/null +++ b/images/low_hard_bisti_badlands.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9eb19e11320424f382bb69f3008f18ed2193764e99848c4cb6b37d9915ca2a +size 1495024 diff --git a/images/low_hard_brahma_putra_braid.png b/images/low_hard_brahma_putra_braid.png new file mode 100644 index 0000000000000000000000000000000000000000..ac125fe6160df3049843c232848e940a250e18ca --- /dev/null +++ b/images/low_hard_brahma_putra_braid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556b272587441b20ca1a4bc721abb836e2b0b645399b8a1038392fdcaf569054 +size 1619317 diff --git a/images/low_hard_brandberg_massif.png b/images/low_hard_brandberg_massif.png new file mode 100644 index 0000000000000000000000000000000000000000..2de1382e77f7089417c78b6a7216231736c44e50 --- /dev/null +++ b/images/low_hard_brandberg_massif.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac7e7d41b1598a52de9727ae59ed385c170f62c747e7e2b6b8bfe9e6402f1c2 +size 1839541 diff --git a/images/low_hard_brossel_crater.png b/images/low_hard_brossel_crater.png new file mode 100644 index 0000000000000000000000000000000000000000..02201d45fc6481eb26328449619eb23f57e26206 --- /dev/null +++ b/images/low_hard_brossel_crater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a016eb1d4df411e9a0509ed70039ed9a19acaa35339688c166acedefd5099705 +size 1754075 diff --git a/images/low_hard_chocolate_hills.png b/images/low_hard_chocolate_hills.png new file mode 100644 index 0000000000000000000000000000000000000000..d6258ac7f4b93c8528b1ab8310ba8ba6cbb377c7 --- /dev/null +++ b/images/low_hard_chocolate_hills.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae170c74ac51d821d75437ee57f8c6672f07e5eb87f820f0e84047dd4f71370f +size 1215098 diff --git a/images/low_hard_dakhla_oasis.png b/images/low_hard_dakhla_oasis.png new file mode 100644 index 0000000000000000000000000000000000000000..aa6684a2ba8a56a8fc0890eee4634f3b1686b3fb --- /dev/null +++ b/images/low_hard_dakhla_oasis.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d66aa54dd964a8d1fe35ee6071cacf762639ce273557b8526501ce1ecd2efb4 +size 1427238 diff --git a/images/low_hard_dallol.png b/images/low_hard_dallol.png new file mode 100644 index 0000000000000000000000000000000000000000..479c9cff4f3176d8e9e1806897e02d8041e70999 --- /dev/null +++ b/images/low_hard_dallol.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7dbc8cd5bece24f1a33d84629eea101f10682d67d03794e95bb4cd9ddd31249 +size 736556 diff --git a/images/low_hard_devils_tower.png b/images/low_hard_devils_tower.png new file mode 100644 index 0000000000000000000000000000000000000000..73f8bade181beb802d15013cc1ec1353b639b37d --- /dev/null +++ b/images/low_hard_devils_tower.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a185fced2951f937b5aa3743cf9276ee2f800663deacd90fbb8eede9abfa1c98 +size 1408089 diff --git a/images/low_hard_dover_cliffs.png b/images/low_hard_dover_cliffs.png new file mode 100644 index 0000000000000000000000000000000000000000..014bf4f14effe979a921dbb87fa4899f9e23f03b --- /dev/null +++ b/images/low_hard_dover_cliffs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d50069abd3d36c82f9544a2336d63b003bb3199f4818d4f7d0fe9b70749aed +size 627101 diff --git a/images/low_hard_dried_riverbed.png b/images/low_hard_dried_riverbed.png new file mode 100644 index 0000000000000000000000000000000000000000..f10b7ebdff682cc6cf5a684f0f8167b1d22b13f4 --- /dev/null +++ b/images/low_hard_dried_riverbed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2516306a8eeeb0ac0f550d961cc6eba94ac5829304c3d62273f6b55a951d82 +size 697590 diff --git a/images/low_hard_giant_causeway.png b/images/low_hard_giant_causeway.png new file mode 100644 index 0000000000000000000000000000000000000000..0cdaee43e6b100eed9c83c41ccb9eba4533366ed --- /dev/null +++ b/images/low_hard_giant_causeway.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09f769558051ff48fe8bac4ba2a5969201acdc0f40ce281318a8e9c2ddd7b8a +size 1225569 diff --git a/images/low_hard_gosses_bluff.png b/images/low_hard_gosses_bluff.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9907bc8318b5f0b9dfa71c3b1ad822b97d51e9 --- /dev/null +++ b/images/low_hard_gosses_bluff.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8f877cabd298b533f3df2ce357bcb33d112b18884228f28235be0ab73a0890 +size 1574515 diff --git a/images/low_hard_grand_canyon_edge.png b/images/low_hard_grand_canyon_edge.png new file mode 100644 index 0000000000000000000000000000000000000000..9c1e2794aad840a00e8dcaaf5d105217ae8b7235 --- /dev/null +++ b/images/low_hard_grand_canyon_edge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b9f26e27905d2086f9c6448fa0a569811e5da5dbda7362d08de84921010185a +size 1379236 diff --git a/images/low_hard_great_barrier_reef.png b/images/low_hard_great_barrier_reef.png new file mode 100644 index 0000000000000000000000000000000000000000..bea0963ecbead26fa0ab6489237a7625dafb8c3c --- /dev/null +++ b/images/low_hard_great_barrier_reef.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0b3d4a2021f01e7d0bd71e74f3f2ece4e4d945e71c47de99672bf48b867edd +size 234470 diff --git a/images/low_hard_huanglong.png b/images/low_hard_huanglong.png new file mode 100644 index 0000000000000000000000000000000000000000..2d7d94e108630a209a8040fb87fcdd3d9039ea3e --- /dev/null +++ b/images/low_hard_huanglong.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12a66ffe53a0794daba27e3b4686ca8026dcd071557c521ae22bcf743639124 +size 1211591 diff --git a/images/low_hard_ilulissat_fjord.png b/images/low_hard_ilulissat_fjord.png new file mode 100644 index 0000000000000000000000000000000000000000..2794bed4b0346fb7e45cd0f545271f01a9920840 --- /dev/null +++ b/images/low_hard_ilulissat_fjord.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4931595fe55541c922375043a930da318d8ad57a4f377a7310427a7704ac6bae +size 514775 diff --git a/images/low_hard_kelimutu.png b/images/low_hard_kelimutu.png new file mode 100644 index 0000000000000000000000000000000000000000..8d91667c0364ad0cba1ff6de46dc57ec4bf0a0cf --- /dev/null +++ b/images/low_hard_kelimutu.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5b074e8c9e2b261ec915393e63d6ed28ffb3bab9517d647620a20cd6173192 +size 1249965 diff --git a/images/low_hard_kimeridge_bay.png b/images/low_hard_kimeridge_bay.png new file mode 100644 index 0000000000000000000000000000000000000000..285c00d006a95f91ad7e4562fbd16ec5d167db0e --- /dev/null +++ b/images/low_hard_kimeridge_bay.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a578e19eb84ff285eef9f2227fd85eef35891641181f73377d1ba6547e5f8110 +size 577609 diff --git a/images/low_hard_krakatoa.png b/images/low_hard_krakatoa.png new file mode 100644 index 0000000000000000000000000000000000000000..776c6e3e144c7569d15d5c6c6e688f7441c84ad6 --- /dev/null +++ b/images/low_hard_krakatoa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903490fd87a72250b682e8cabc863691041d3cd1af86d893dfa683020d2c29c3 +size 566487 diff --git a/images/low_hard_lake_eyre.png b/images/low_hard_lake_eyre.png new file mode 100644 index 0000000000000000000000000000000000000000..d7d2a5bd494383db169e0ced5f3701e5f53f353e --- /dev/null +++ b/images/low_hard_lake_eyre.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09360d71ff645e6a074a80b888799f1e1c8c721107af43991e250b91bd33f8b7 +size 717695 diff --git a/images/low_hard_lena_delta.png b/images/low_hard_lena_delta.png new file mode 100644 index 0000000000000000000000000000000000000000..3072929df57a9b541d1d3b742e9f1c27fd733cf3 --- /dev/null +++ b/images/low_hard_lena_delta.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189d52323cef90fcbdbdc029ddc9829200352d46667376a0a336e13d044bba16 +size 678490 diff --git a/images/low_hard_makgadikgadi_pans.png b/images/low_hard_makgadikgadi_pans.png new file mode 100644 index 0000000000000000000000000000000000000000..3c7f81897846ff2c949ea45ec805d624f2b33545 --- /dev/null +++ b/images/low_hard_makgadikgadi_pans.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a5d682e0d77eb961bd4ce8ac805d055fd5a401bf2fad481f5048404d4b00f8 +size 973719 diff --git a/images/low_hard_manicouagan.png b/images/low_hard_manicouagan.png new file mode 100644 index 0000000000000000000000000000000000000000..15d78dfc417b89261ed7d8b0d40a7651c5006d09 --- /dev/null +++ b/images/low_hard_manicouagan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b788eceff63daeb2011b3774412d675c8030cf58689a681158630250da9f0a +size 1560069 diff --git a/images/low_hard_meteor_crater.png b/images/low_hard_meteor_crater.png new file mode 100644 index 0000000000000000000000000000000000000000..9c7863535c222e3cbbcb49e85ad023779a1656ec --- /dev/null +++ b/images/low_hard_meteor_crater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db675184255b07d44ec7125ed3b5ce72823394c29f73789ffb9390d5d1038dcb +size 1022867 diff --git a/images/low_hard_moher_cliffs.png b/images/low_hard_moher_cliffs.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae6d0b009599b572cef9a2485377b0fc06a51af --- /dev/null +++ b/images/low_hard_moher_cliffs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420a27268a8fbd41a155373aed848182760d2682f01d4893800073c156b4280d +size 740227 diff --git a/images/low_hard_mt_fuji_crater.png b/images/low_hard_mt_fuji_crater.png new file mode 100644 index 0000000000000000000000000000000000000000..49f4027f1985ba28e3f52e16bcd4a0523befc756 --- /dev/null +++ b/images/low_hard_mt_fuji_crater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3de8a444f1b838ddaf251c9d55228707de62005b5d77e5dc093770f7106da6 +size 1249194 diff --git a/images/low_hard_mt_st_helens.png b/images/low_hard_mt_st_helens.png new file mode 100644 index 0000000000000000000000000000000000000000..ac179b8f67e5523bcf87059439d882aec345e1ef --- /dev/null +++ b/images/low_hard_mt_st_helens.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f718739876650fe65464d97023b9070f828ea82e56bbb0341f63997d1610f837 +size 1208638 diff --git a/images/low_hard_na_pali.png b/images/low_hard_na_pali.png new file mode 100644 index 0000000000000000000000000000000000000000..4314c83292f01ad0a025ab940224b2e8e527177e --- /dev/null +++ b/images/low_hard_na_pali.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24386030bf0d55fcf78ab4b3985c7eaa0b2c37cda8d7a45b397e2b329a9f2def +size 1122865 diff --git a/images/low_hard_namibia_coast.png b/images/low_hard_namibia_coast.png new file mode 100644 index 0000000000000000000000000000000000000000..743a9b080f194775a2c6add504fdd940c0229de3 --- /dev/null +++ b/images/low_hard_namibia_coast.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d884634a63f228b04730ab2b9e4552b2283efbfcbf196bcc5592de10eb204a6 +size 781776 diff --git a/images/low_hard_ngorongoro.png b/images/low_hard_ngorongoro.png new file mode 100644 index 0000000000000000000000000000000000000000..0fb95dd42985a3d51086fb9338957d5dae66e136 --- /dev/null +++ b/images/low_hard_ngorongoro.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d4985b4dd8abc6761fa7aa9a148d9f4488e6120b9bbfb02118152337becccb +size 614004 diff --git a/images/low_hard_norway_fjord.png b/images/low_hard_norway_fjord.png new file mode 100644 index 0000000000000000000000000000000000000000..c0aea4a96c1ebebfd6bd6af6210b872535a43a6e --- /dev/null +++ b/images/low_hard_norway_fjord.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a28cdbf3c8e6ca062c5afe6123f2e1f297deb0bb44696394d027045bcad20c +size 1213016 diff --git a/images/low_hard_nullarbor_cliffs.png b/images/low_hard_nullarbor_cliffs.png new file mode 100644 index 0000000000000000000000000000000000000000..a294fec509cda6be0fbb2308e2c08085a802a909 --- /dev/null +++ b/images/low_hard_nullarbor_cliffs.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2affc67f0b4055cb3aafd15075ae90b200c02d1194965b3492d2a61929b2c0b7 +size 1347977 diff --git a/images/low_hard_okavango_delta.png b/images/low_hard_okavango_delta.png new file mode 100644 index 0000000000000000000000000000000000000000..a2c660a13fc1bdec5e44e140157abf54dfb4362e --- /dev/null +++ b/images/low_hard_okavango_delta.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83856e93eff7078250b2910380cb1073cbc9c6a8c48aeb366009faecfe79745 +size 916882 diff --git a/images/low_hard_pamukkale.png b/images/low_hard_pamukkale.png new file mode 100644 index 0000000000000000000000000000000000000000..5a63d61a8ce548213181b098ab1187901a876197 --- /dev/null +++ b/images/low_hard_pamukkale.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767175c8a5102b11d8c576e4cb82613ea83feea3d00be59618df3192f93e9940 +size 1703913 diff --git a/images/low_hard_patagonia_fjords.png b/images/low_hard_patagonia_fjords.png new file mode 100644 index 0000000000000000000000000000000000000000..54bfd09b81b09d3a36128a5a7ca9008fa2a131c5 --- /dev/null +++ b/images/low_hard_patagonia_fjords.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ef9add1fcf33e1be96a2b9c5c757efffcd4b85ca536de5f2ed16a639593169 +size 1104784 diff --git a/images/low_hard_perito_moreno.png b/images/low_hard_perito_moreno.png new file mode 100644 index 0000000000000000000000000000000000000000..823ba8da814489a8e98caed52394e8b454a6b9c7 --- /dev/null +++ b/images/low_hard_perito_moreno.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b936dc49c0d33884c245e3c3018defd5934bb4e2f9cb1d263b2baf118a6b7915 +size 1291988 diff --git a/images/low_hard_pingualuit.png b/images/low_hard_pingualuit.png new file mode 100644 index 0000000000000000000000000000000000000000..83000c8c4653cdd710fcd0f0dc9215f073d5a9b1 --- /dev/null +++ b/images/low_hard_pingualuit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1dc3f0a9386c56dd3cb5ca003bf1772a9204a11f8f3a05e163dd0d415b87d38 +size 1290670 diff --git a/images/low_hard_richat_structure.png b/images/low_hard_richat_structure.png new file mode 100644 index 0000000000000000000000000000000000000000..52a56f8f36572fa206f042d1ad7a54e4373df6f6 --- /dev/null +++ b/images/low_hard_richat_structure.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee38ddb950526def4524c9eabea6ed30834565597d6103c29d44e738e0d0c5a +size 651166 diff --git a/images/low_hard_rift_valley_escarpment.png b/images/low_hard_rift_valley_escarpment.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb9d63cae68adb1331272ba1f24777bfeafdd5a --- /dev/null +++ b/images/low_hard_rift_valley_escarpment.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05936477a04cbee43cd045f5d7486408a3ca2b96d2f7804beb24b8a42717f32b +size 1456343 diff --git a/images/low_hard_salar_de_uyuni.png b/images/low_hard_salar_de_uyuni.png new file mode 100644 index 0000000000000000000000000000000000000000..5002a460894d52a3ede5ccf3db8bb553433b2585 --- /dev/null +++ b/images/low_hard_salar_de_uyuni.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be30bdc5ae561d9985b16d0c79327414b57387275b06753f07aba5fd1136b3aa +size 237943 diff --git a/images/low_hard_sian_kaan.png b/images/low_hard_sian_kaan.png new file mode 100644 index 0000000000000000000000000000000000000000..9353693a0dfee90917f7d8105c6bc43d2eef2716 --- /dev/null +++ b/images/low_hard_sian_kaan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0335f4197e6c7035d8a41bd1123f9ef7f2491b019d20cd6f73c9cfe91858e772 +size 250054 diff --git a/images/low_hard_skeleton_coast.png b/images/low_hard_skeleton_coast.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd514778f916460bdcf6222ed56545348eb3477 --- /dev/null +++ b/images/low_hard_skeleton_coast.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d04464ab5250c8ff087c0888ed88b8a89b4e904512cd4cf7a1f9828ca54523 +size 743019 diff --git a/images/low_hard_spider_crater.png b/images/low_hard_spider_crater.png new file mode 100644 index 0000000000000000000000000000000000000000..3fe1bc086112b1d85aaf9151445c46a0fbaef5cf --- /dev/null +++ b/images/low_hard_spider_crater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf323a4774616692daf4892be136d63ce7a53fdfad21a9a2974f5da52b7e71 +size 1558662 diff --git a/images/low_hard_stone_forest.png b/images/low_hard_stone_forest.png new file mode 100644 index 0000000000000000000000000000000000000000..ffea537674e0c3b4de20f5af8cc45152b281894e --- /dev/null +++ b/images/low_hard_stone_forest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec9832dfc9d5ca0620ddf21f2299f03ef1d7853cffb3c0d5265715c01269b0a +size 1461183 diff --git a/images/low_hard_tenoumer_crater.png b/images/low_hard_tenoumer_crater.png new file mode 100644 index 0000000000000000000000000000000000000000..3f78cc37378bc6169cd75d3e1962a0e7d9d7d0bc --- /dev/null +++ b/images/low_hard_tenoumer_crater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0778998169c989a9c4899871dc9a1f7ed07bb93435ef303fdab3f76db1c97251 +size 570800 diff --git a/images/low_hard_tepuis.png b/images/low_hard_tepuis.png new file mode 100644 index 0000000000000000000000000000000000000000..b74e7e40a90d48243fd053c7c463643c23003500 --- /dev/null +++ b/images/low_hard_tepuis.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8f53acae1cd2d978673df288236f89be195260096766abe1658472ec21d95c +size 1019824 diff --git a/images/low_hard_uluru.png b/images/low_hard_uluru.png new file mode 100644 index 0000000000000000000000000000000000000000..2ab751c831b941c4dc2eefad6846aad49f75ad7d --- /dev/null +++ b/images/low_hard_uluru.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599f69dcc7d9e4bddd715c024c7352a98125980bf0b342bb5fc2e7abf23237b1 +size 1709159 diff --git a/images/low_hard_valles_caldera.png b/images/low_hard_valles_caldera.png new file mode 100644 index 0000000000000000000000000000000000000000..fc40ba14a8e4347c32c754a4ca59303bf0034c73 --- /dev/null +++ b/images/low_hard_valles_caldera.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab43524d85091081e61569eb310f6da6dca79d3724da7b3a7858008fbff72f7 +size 1561957 diff --git a/images/low_hard_victoria_falls_gorge.png b/images/low_hard_victoria_falls_gorge.png new file mode 100644 index 0000000000000000000000000000000000000000..32852f50c8bf134f344e5807c2e62eeb9253fc8c --- /dev/null +++ b/images/low_hard_victoria_falls_gorge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412113fdd710ce762b93d5c5d508ac0e2f42aaab940d663cb675f65514092054 +size 1557723 diff --git a/images/low_hard_wadden_sea.png b/images/low_hard_wadden_sea.png new file mode 100644 index 0000000000000000000000000000000000000000..88ad3be3e7af7bf5ecd4011c3ea54f081005eb01 --- /dev/null +++ b/images/low_hard_wadden_sea.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a386026113b7eeb701bcb8dbd5c8e28c15d4fe4bfd0a465570d6beba505f33a +size 237756 diff --git a/images/low_hard_wave_rock.png b/images/low_hard_wave_rock.png new file mode 100644 index 0000000000000000000000000000000000000000..1cefcc949480e7014be1b7f002cdd571dfa4a27e --- /dev/null +++ b/images/low_hard_wave_rock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306be0c8e9f4b2539e64bbf17b2c0c98e04b224331a315eeb79807c1c1876347 +size 1047204 diff --git a/images/low_hard_white_sands.png b/images/low_hard_white_sands.png new file mode 100644 index 0000000000000000000000000000000000000000..33ff3c200b00c08358343605a6ceb65c857ea7f0 --- /dev/null +++ b/images/low_hard_white_sands.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6a258289eb8064511b041e160af1dd85f470a5d367bbc1deb20d827595a016 +size 735127 diff --git a/images/low_hard_wolves_crater.png b/images/low_hard_wolves_crater.png new file mode 100644 index 0000000000000000000000000000000000000000..4acdb6954facadeea9892f4093e985043fc693f1 --- /dev/null +++ b/images/low_hard_wolves_crater.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a520b436a3fd7aaf568c4e43b9c75ca069879e7c37d16a85d6c80ee375f66ed +size 1774289 diff --git a/images/low_hard_yellowstone_prismatic.png b/images/low_hard_yellowstone_prismatic.png new file mode 100644 index 0000000000000000000000000000000000000000..12604f352bdbf18989526d3614aea95cc0318d32 --- /dev/null +++ b/images/low_hard_yellowstone_prismatic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5910fcac300871e9fb88cab144edb54b0ef250ee014f3aa4c1d7bd914e916d23 +size 1405845 diff --git a/images/low_hard_zangezur.png b/images/low_hard_zangezur.png new file mode 100644 index 0000000000000000000000000000000000000000..fa57007f9ee436d105b6755c69403fd4f4b9d184 --- /dev/null +++ b/images/low_hard_zangezur.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2d66e028ee90dbfb944112266d2ae7796fa16d8db6e014d532082762dcdad5 +size 1127749 diff --git a/images/low_ice_antarctica_dome_c.png b/images/low_ice_antarctica_dome_c.png new file mode 100644 index 0000000000000000000000000000000000000000..d0d7a07aa3a1eb58f320f3395bc0f582a353a629 --- /dev/null +++ b/images/low_ice_antarctica_dome_c.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0b60e34132c15d8326dc3acbe3b6d7c4a1340cf93aaf5ae1c329ffe2eee7b3 +size 110026 diff --git a/images/low_ice_ellesmere.png b/images/low_ice_ellesmere.png new file mode 100644 index 0000000000000000000000000000000000000000..8f14b254e38e86efbf8dcd97612cc01901079939 --- /dev/null +++ b/images/low_ice_ellesmere.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483b2e7f320f147d87af5536bc1ca5ae653028d12e33df794648e0aeb05b4b36 +size 219237 diff --git a/images/low_ice_greenland_center.png b/images/low_ice_greenland_center.png new file mode 100644 index 0000000000000000000000000000000000000000..6be125c2c1c555f344b47bff2a0805d1c3a61a34 --- /dev/null +++ b/images/low_ice_greenland_center.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0699692bf6b02625cc80a2117d9a1c854674f773b5d325335b167e7931ff34 +size 109496 diff --git a/images/low_ice_marie_byrd.png b/images/low_ice_marie_byrd.png new file mode 100644 index 0000000000000000000000000000000000000000..aa00515efbbe05bc6cffbf4bb8aeb8b580362c94 --- /dev/null +++ b/images/low_ice_marie_byrd.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c99f0c4a49dd087f9f57646abec41fdd0afd8123d4048381fc769b38a67c9f7 +size 110493 diff --git a/images/low_ice_ross_shelf.png b/images/low_ice_ross_shelf.png new file mode 100644 index 0000000000000000000000000000000000000000..3e552a26a3337db0e4629e91c0f99f59bb81fbfd --- /dev/null +++ b/images/low_ice_ross_shelf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49dc194c9745f6f26d3a2ea03be5cde1406518c1debea0c26f92476b5411799 +size 110464 diff --git a/images/low_lake_aral_remnant.png b/images/low_lake_aral_remnant.png new file mode 100644 index 0000000000000000000000000000000000000000..796ddbeb00d2d80342d861ee9f5cd604f46e6767 --- /dev/null +++ b/images/low_lake_aral_remnant.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac926522d091d5acf88fa984ed8791af307531d4c0a57565049ddcfb98806a69 +size 1140239 diff --git a/images/low_lake_baikal_center.png b/images/low_lake_baikal_center.png new file mode 100644 index 0000000000000000000000000000000000000000..0d47fa9b8d744313ad7706003884fc4e71b8f104 --- /dev/null +++ b/images/low_lake_baikal_center.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3b793d7c72a3517cbe73f079fce437585eca62aaaa568de666b02a34e2361d +size 290214 diff --git a/images/low_lake_caspian_center.png b/images/low_lake_caspian_center.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_lake_caspian_center.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_lake_chad_shrinkage.png b/images/low_lake_chad_shrinkage.png new file mode 100644 index 0000000000000000000000000000000000000000..0a28532e87218bb2a40fd023290ed8a6e36ff744 --- /dev/null +++ b/images/low_lake_chad_shrinkage.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa49e3e2243191dbc341b2f82fe4864eca971198baec596a6fff5453f62dd99 +size 667160 diff --git a/images/low_lake_dead_sea.png b/images/low_lake_dead_sea.png new file mode 100644 index 0000000000000000000000000000000000000000..dc03b845823d2f53c12df165c4398deade12a4db --- /dev/null +++ b/images/low_lake_dead_sea.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e36f7016990df153c5087d6928970d3855c21ca0d3c7e7aff41848c8d75c306 +size 307073 diff --git a/images/low_lake_salton.png b/images/low_lake_salton.png new file mode 100644 index 0000000000000000000000000000000000000000..9cf08d3890b873d7f237e580cacce53d624edef8 --- /dev/null +++ b/images/low_lake_salton.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361dd9522f43dfa2db07fb0672db58b07c5b2ac09cbafe4b6780f02f5e0367ca +size 223405 diff --git a/images/low_lake_superior_center.png b/images/low_lake_superior_center.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_lake_superior_center.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_lake_victoria_center.png b/images/low_lake_victoria_center.png new file mode 100644 index 0000000000000000000000000000000000000000..72ec419aaf513adf18491a77cacc1f69659ea33a --- /dev/null +++ b/images/low_lake_victoria_center.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5db15b83e6a19bdaf5bac4d352aec4a093a74c65a55ef5ffed723f9d1ff627 +size 115695 diff --git a/images/low_ocean_arctic_ice.png b/images/low_ocean_arctic_ice.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_arctic_ice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_atlantic_mid.png b/images/low_ocean_atlantic_mid.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_atlantic_mid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_atlantic_north.png b/images/low_ocean_atlantic_north.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_atlantic_north.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_barents.png b/images/low_ocean_barents.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_barents.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_bering.png b/images/low_ocean_bering.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_bering.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_coral_sea.png b/images/low_ocean_coral_sea.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_coral_sea.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_gulf_alaska.png b/images/low_ocean_gulf_alaska.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_gulf_alaska.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_indian_equator.png b/images/low_ocean_indian_equator.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_indian_equator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_indian_south.png b/images/low_ocean_indian_south.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_indian_south.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_pacific_east.png b/images/low_ocean_pacific_east.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_pacific_east.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_pacific_equator.png b/images/low_ocean_pacific_equator.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_pacific_equator.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_pacific_nemo.png b/images/low_ocean_pacific_nemo.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_pacific_nemo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_philippine_sea.png b/images/low_ocean_philippine_sea.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_philippine_sea.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_sargasso.png b/images/low_ocean_sargasso.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_sargasso.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_southern.png b/images/low_ocean_southern.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_southern.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_tasman.png b/images/low_ocean_tasman.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_tasman.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_ocean_weddell.png b/images/low_ocean_weddell.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_ocean_weddell.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_plume_amazon_mouth.png b/images/low_plume_amazon_mouth.png new file mode 100644 index 0000000000000000000000000000000000000000..7b89e52e008f7d6d25497c81cce6d47af9ec5292 --- /dev/null +++ b/images/low_plume_amazon_mouth.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baa6c1997606f5c3f1d5d3dc461e428a25f623db618e54cf5ad5f465b6bc58f +size 666268 diff --git a/images/low_plume_yangtze.png b/images/low_plume_yangtze.png new file mode 100644 index 0000000000000000000000000000000000000000..2db0aefc367be18395ce2ee82599209e807ba5cf --- /dev/null +++ b/images/low_plume_yangtze.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e754f66c579625c99d1168d633e0f79cdebd47adc17fcdf36e306499b71e765d +size 108485 diff --git a/images/low_polar_franz_josef.png b/images/low_polar_franz_josef.png new file mode 100644 index 0000000000000000000000000000000000000000..9eec4021741ba41e82c109898c6dc939bb3bee7f --- /dev/null +++ b/images/low_polar_franz_josef.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adeabedd92caade4cab538ed371325bcfecd45cd6f71562e2fa4c05ea667942e +size 113861 diff --git a/images/low_polar_severnaya_zemlya.png b/images/low_polar_severnaya_zemlya.png new file mode 100644 index 0000000000000000000000000000000000000000..a223b38e517224971b4141d382797e76ef63b023 --- /dev/null +++ b/images/low_polar_severnaya_zemlya.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2498943a46f3b48a37589e5122d11c9265f3a0f99e9f051dc03df0559e9da7 +size 821109 diff --git a/images/low_polar_south_georgia.png b/images/low_polar_south_georgia.png new file mode 100644 index 0000000000000000000000000000000000000000..c86f13a202f9e8adf0e67647ec39fae2ebb27105 --- /dev/null +++ b/images/low_polar_south_georgia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4eb64ad4801237d2e4a59df3d43e7545e8cd1b8fe4fe476a6d76532a0ea54d5 +size 988085 diff --git a/images/low_sahel_central.png b/images/low_sahel_central.png new file mode 100644 index 0000000000000000000000000000000000000000..252a99eb79af80d8613ad6aca54adff394870fb3 --- /dev/null +++ b/images/low_sahel_central.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4dc67f4f62fe7aaf4dd8c7fc7dfbda1ed6bee24fdc26b30c5787a9f2fb7ce35 +size 1250954 diff --git a/images/low_sahel_chad_basin.png b/images/low_sahel_chad_basin.png new file mode 100644 index 0000000000000000000000000000000000000000..c3dd60ef6b13a070c846e7f47c82e9f019f8369f --- /dev/null +++ b/images/low_sahel_chad_basin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b969f3a300a6adae0864494bea77b7190de956e65529ad067db00630a01c160 +size 1226098 diff --git a/images/low_snow_aconcagua_winter.png b/images/low_snow_aconcagua_winter.png new file mode 100644 index 0000000000000000000000000000000000000000..0b730b4994f1421d6e08ecf8d428cfeca7103329 --- /dev/null +++ b/images/low_snow_aconcagua_winter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c5190f722a719733d3859f46b2c6c7301ccf52693defd4744a1ae79bf4ff6f +size 1352785 diff --git a/images/low_snow_alps_jungfrau.png b/images/low_snow_alps_jungfrau.png new file mode 100644 index 0000000000000000000000000000000000000000..94faefbb680c1bbfaf1521a8083616c47e9eb476 --- /dev/null +++ b/images/low_snow_alps_jungfrau.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02f70f8e0ba1553a7bd40bb0c87dd9d732b48f2c7403a192ba37d18596ca433 +size 1073165 diff --git a/images/low_snow_denali_winter.png b/images/low_snow_denali_winter.png new file mode 100644 index 0000000000000000000000000000000000000000..eccf5308b9e4d93f56fa412fe4af5d82dad9b1fe --- /dev/null +++ b/images/low_snow_denali_winter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6224198445f9edf32cde3861976ae6c7d69d158c84e1bdcd3834882f380a476 +size 271266 diff --git a/images/low_snow_karakoram_winter.png b/images/low_snow_karakoram_winter.png new file mode 100644 index 0000000000000000000000000000000000000000..a557cb261ee185fbd5a6cc29f3a018881f16365e --- /dev/null +++ b/images/low_snow_karakoram_winter.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd9d1346d33320690b076ed838dfe6f9701ced911fda6ac5ed62cce8934db20 +size 623699 diff --git a/images/low_steppe_mongolia.png b/images/low_steppe_mongolia.png new file mode 100644 index 0000000000000000000000000000000000000000..2169277faf1e41d20f40bd1601d86b71737bbced --- /dev/null +++ b/images/low_steppe_mongolia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f2ea5143321295e368129919f082eac72b1504d4b0f9f007bc046f091d1a37 +size 1270174 diff --git a/images/low_steppe_patagonia.png b/images/low_steppe_patagonia.png new file mode 100644 index 0000000000000000000000000000000000000000..dbb705d879d96fb08127c30419236b0f9d82c2ac --- /dev/null +++ b/images/low_steppe_patagonia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7415f263099fd57008248471cd19447724d33bbc048a71104f5aaccfb5bb996b +size 1467192 diff --git a/images/low_steppe_tibet.png b/images/low_steppe_tibet.png new file mode 100644 index 0000000000000000000000000000000000000000..d2249c62e5abf7e5b3696b416eb73ac8f843a529 --- /dev/null +++ b/images/low_steppe_tibet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bedffef47aaf4465f887428784bc98f8351b8eedd26f4ea370a2acf638dc6a2 +size 1063586 diff --git a/images/low_tundra_nunavut.png b/images/low_tundra_nunavut.png new file mode 100644 index 0000000000000000000000000000000000000000..1f8ea5eb0bbd9224d7d65ddca2cfe73eba8712b7 --- /dev/null +++ b/images/low_tundra_nunavut.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25dec53ec370ff5c1a4d9ec821b7434e9a385812b454a6b4d0c9d521d2d52b8 +size 1525253 diff --git a/images/low_tundra_siberia.png b/images/low_tundra_siberia.png new file mode 100644 index 0000000000000000000000000000000000000000..7bd26020e7065fb5b068edbd504f85948b1b192d --- /dev/null +++ b/images/low_tundra_siberia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd30c2f873b722618ed177cfd57879229be580fe6c2d4a7467421654cc90e32b +size 703934 diff --git a/images/low_wetland_everglades.png b/images/low_wetland_everglades.png new file mode 100644 index 0000000000000000000000000000000000000000..f5c8b16f324b104c699b57b1a1aa28c5e0b354d6 --- /dev/null +++ b/images/low_wetland_everglades.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab33c748cd467767bce95e995d76814e9c6e223cdcf9f3fef53ff8661f00dc36 +size 1108468 diff --git a/images/low_wetland_mesopotamian.png b/images/low_wetland_mesopotamian.png new file mode 100644 index 0000000000000000000000000000000000000000..fc7af8a16e73d9bee5f870ce345827043ddbfc78 --- /dev/null +++ b/images/low_wetland_mesopotamian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190c52343f8450021d862e4c16d7fcddc4fc648dfb0880215cb8d41d066ed191 +size 598429 diff --git a/images/low_wetland_pantanal.png b/images/low_wetland_pantanal.png new file mode 100644 index 0000000000000000000000000000000000000000..79779b48e5da239cb8bb8203171683e137d8370c --- /dev/null +++ b/images/low_wetland_pantanal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28f6b84c79d96dd6e772889e7de4cf3d761105dd5efce92f5c93b9ddeddccc3 +size 1056926 diff --git a/images/low_wetland_sundarbans.png b/images/low_wetland_sundarbans.png new file mode 100644 index 0000000000000000000000000000000000000000..f9333747c17c0226483be6d5b67e1cfdaec402b9 --- /dev/null +++ b/images/low_wetland_sundarbans.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0645eb4de39fe37de0013ae05abfe7445420d93086f017d0935c1851c6bfb2 +size 753247 diff --git a/images/med_aero_capetown.png b/images/med_aero_capetown.png new file mode 100644 index 0000000000000000000000000000000000000000..03c01c3e1e12f14d07ad8176f6c6b46579af7075 --- /dev/null +++ b/images/med_aero_capetown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dc6c063d6ca9d9427ff59ff245e0aeff69188f0e07b6161eaea7e698a7971e7 +size 1836486 diff --git a/images/med_aero_edinburgh.png b/images/med_aero_edinburgh.png new file mode 100644 index 0000000000000000000000000000000000000000..dc2f908931341d3cac648598ea5e6953a8481cdd --- /dev/null +++ b/images/med_aero_edinburgh.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe32d1c79c3e8471f3e52d8ed904b91907c5363c4f62f8e870386e028a2e517 +size 995903 diff --git a/images/med_aero_local_airfield.png b/images/med_aero_local_airfield.png new file mode 100644 index 0000000000000000000000000000000000000000..37f205deca1ed89dfcefce4390d8b3cc37ba9ed4 --- /dev/null +++ b/images/med_aero_local_airfield.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36748937e8063df0c0a04ccb8609fe3a942c08e3df42fb35516892fd04e4f97b +size 1432622 diff --git a/images/med_aero_regional_strip.png b/images/med_aero_regional_strip.png new file mode 100644 index 0000000000000000000000000000000000000000..44f75e0a09d5038d5a0b4342980c88d7e0bbb3ae --- /dev/null +++ b/images/med_aero_regional_strip.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ae3db7f9e1bf5e8bce661240169ab84a744673dc805399db8510d7ddef06e6 +size 1573739 diff --git a/images/med_aero_reykjavik.png b/images/med_aero_reykjavik.png new file mode 100644 index 0000000000000000000000000000000000000000..8a95dd86104587b3308441bfbc0d139ed9075af7 --- /dev/null +++ b/images/med_aero_reykjavik.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9d0c2df508a627297c5c10cc1e4258fad7aa7b54da44bc48ca664bb35d6e3e +size 877043 diff --git a/images/med_agri_andalucia.png b/images/med_agri_andalucia.png new file mode 100644 index 0000000000000000000000000000000000000000..2c7583f3c441a65212f2889f8f8216adf7b2d53b --- /dev/null +++ b/images/med_agri_andalucia.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d426a1af89e594478fda0a17e7aba21dfa93f954505d0bea04845061c7b04cb3 +size 1148474 diff --git a/images/med_agri_bavaria.png b/images/med_agri_bavaria.png new file mode 100644 index 0000000000000000000000000000000000000000..651f952347a103c8660aa81d427b784a2ee4079c --- /dev/null +++ b/images/med_agri_bavaria.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e93be7ae470ef04f0d356a8917c0f13adf683f813d41d0deb0f08ae66b0ffe5 +size 1175059 diff --git a/images/med_agri_central_valley.png b/images/med_agri_central_valley.png new file mode 100644 index 0000000000000000000000000000000000000000..9c1b2f17dd084e691a397512e2c91d1a66bf9186 --- /dev/null +++ b/images/med_agri_central_valley.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c7766f7194aef22f890e3873a5c3ef1e5eacf036e3d07f662a9c7d5ef57e2f +size 1248680 diff --git a/images/med_agri_france_rural.png b/images/med_agri_france_rural.png new file mode 100644 index 0000000000000000000000000000000000000000..93a38d67f7365d1060ad107d8d28ae18f23d031e --- /dev/null +++ b/images/med_agri_france_rural.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede89f9ee6a5a835d24d9a27ff38b9abdfb33cc28d81d32ad6969478e6785b87 +size 898001 diff --git a/images/med_agri_fresno_valley.png b/images/med_agri_fresno_valley.png new file mode 100644 index 0000000000000000000000000000000000000000..0fbebdbed95893eb3bfba013df45e5716a090375 --- /dev/null +++ b/images/med_agri_fresno_valley.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1e671d4ae6bae01c23221e3cd9f4bbb2c77126a341f7c2da983859639fc3df +size 1402781 diff --git a/images/med_agri_goias.png b/images/med_agri_goias.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c92b4df007345e0f39174740c840413d685b2a --- /dev/null +++ b/images/med_agri_goias.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6151e0e1bb6554a26b82eff14638e25eb20b938c934046d2740bfff656215b +size 1404959 diff --git a/images/med_agri_iowa_grid.png b/images/med_agri_iowa_grid.png new file mode 100644 index 0000000000000000000000000000000000000000..6c225ee9d670c270db8238cb3e187306ee60272e --- /dev/null +++ b/images/med_agri_iowa_grid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5073b29a19011d2d362ee05804ef1df7512cbcb78827a9e4f5df4b85fbd18fc +size 972098 diff --git a/images/med_agri_japan_rice.png b/images/med_agri_japan_rice.png new file mode 100644 index 0000000000000000000000000000000000000000..639c9f22b70bed1240091357b523c2f1cd3a127f --- /dev/null +++ b/images/med_agri_japan_rice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f80a4b495e03a8d1b6d06314ae771bfbaa0a616f16d31c0ffed5c53b4a2c32 +size 1342329 diff --git a/images/med_agri_kansas_pivot.png b/images/med_agri_kansas_pivot.png new file mode 100644 index 0000000000000000000000000000000000000000..bbe27e6121692f3d1533ccad7ef146963e08e285 --- /dev/null +++ b/images/med_agri_kansas_pivot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482f8dc73c9644c467a99e5fef54bfc312513d4a7a21bd4c7825f42dcb3185e7 +size 1027701 diff --git a/images/med_agri_mato_grosso.png b/images/med_agri_mato_grosso.png new file mode 100644 index 0000000000000000000000000000000000000000..3b2410710e74ddd1f79b4b0f5607259315342576 --- /dev/null +++ b/images/med_agri_mato_grosso.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476c75eb92528049ef8987ced81ac71f6811af27fcab00128c29e3b6984a9bbd +size 1195541 diff --git a/images/med_agri_mekong.png b/images/med_agri_mekong.png new file mode 100644 index 0000000000000000000000000000000000000000..588e76f5dc7745fc995c5987b709c722c6a8a47e --- /dev/null +++ b/images/med_agri_mekong.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad162994d593901203a7f7f7422a3d687c2e863c4e08fcb614f1c65718849459 +size 978322 diff --git a/images/med_agri_netherlands.png b/images/med_agri_netherlands.png new file mode 100644 index 0000000000000000000000000000000000000000..bece2af5385a42e3caf47974544a05e5d42b5c0b --- /dev/null +++ b/images/med_agri_netherlands.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b6e2175b76e026a53a208ad83265fce8cf6da946184b8a7be2d16a87c70450 +size 1750598 diff --git a/images/med_agri_nile_delta.png b/images/med_agri_nile_delta.png new file mode 100644 index 0000000000000000000000000000000000000000..a92554fa0091aca0f5885df014bc1b1391377bad --- /dev/null +++ b/images/med_agri_nile_delta.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b87619ef37f3b6082756dcd7210fea898204a5ce048d545d36404ba26e0b29a +size 2057551 diff --git a/images/med_agri_nile_linear.png b/images/med_agri_nile_linear.png new file mode 100644 index 0000000000000000000000000000000000000000..fc94d39ea1acd53508329832f97b2a6abe48b77d --- /dev/null +++ b/images/med_agri_nile_linear.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741fabfdf5cdbcec2cd05ac04e39883ee78ab5f155650825862c5f5d8399951c +size 956451 diff --git a/images/med_agri_pampas.png b/images/med_agri_pampas.png new file mode 100644 index 0000000000000000000000000000000000000000..58f4a8e5a3fc08c5208fd0e04d5d77dc34c1aedc --- /dev/null +++ b/images/med_agri_pampas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6517a1af7a1d3b671d01673f0ca33d68e593a8c1290bb791fecf5c25dbbe16f +size 740541 diff --git a/images/med_agri_po_valley.png b/images/med_agri_po_valley.png new file mode 100644 index 0000000000000000000000000000000000000000..5a4ae8d31e1d3a19cf5945bf7ac5d55e6f0ecfb7 --- /dev/null +++ b/images/med_agri_po_valley.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4543f319c164eb5626d6e72d1e804122be9f29a5fd2a1b0c3601ac7fc98ce12d +size 1110040 diff --git a/images/med_agri_punjab.png b/images/med_agri_punjab.png new file mode 100644 index 0000000000000000000000000000000000000000..b0daa81f0afca2e3c3098624e54f257faccef13f --- /dev/null +++ b/images/med_agri_punjab.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3e2f4709078ca1422c8cba3aaf68e51703eca73672acb836cc86800da1fd59 +size 611581 diff --git a/images/med_agri_sichuan.png b/images/med_agri_sichuan.png new file mode 100644 index 0000000000000000000000000000000000000000..8aca7770ddc354f89a64ac59333bb45d87ff6381 --- /dev/null +++ b/images/med_agri_sichuan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dbcef4d1aed51c39c48766d64949dc63ce65be625fa2507d173fe6ae95c69e +size 876084 diff --git a/images/med_agri_ukraine_steppe.png b/images/med_agri_ukraine_steppe.png new file mode 100644 index 0000000000000000000000000000000000000000..0ebeb59736f015be418f9366d03527fc314d9aa0 --- /dev/null +++ b/images/med_agri_ukraine_steppe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0f5e6392f088869390505dbe5d139737483fefadeb19cd2322d1b15c6d1c79 +size 766784 diff --git a/images/med_agri_wheatbelt.png b/images/med_agri_wheatbelt.png new file mode 100644 index 0000000000000000000000000000000000000000..fe005ac311248ac75d34d0a700a6116f7001e4ac --- /dev/null +++ b/images/med_agri_wheatbelt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bd1b57f343d9aaf901a73ebe1e0b306ca63407d40efc14ea673b80aa85ae45 +size 1259111 diff --git a/images/med_aqua_chile_salmon.png b/images/med_aqua_chile_salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf8bea6a411577681d4d369538ebd41ab39c2cf --- /dev/null +++ b/images/med_aqua_chile_salmon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4c72ef7e5c4f1b9bf6bcdbca089c8fc9f27e2f36f6b258cf238a945df136e9 +size 819009 diff --git a/images/med_aqua_norway_salmon.png b/images/med_aqua_norway_salmon.png new file mode 100644 index 0000000000000000000000000000000000000000..79319c06dc78cf49aef01f88b6f0ac623503fd71 --- /dev/null +++ b/images/med_aqua_norway_salmon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8506e1567141393319822ef67fbc063287414983a89c642a89e07b254a0f7457 +size 783433 diff --git a/images/med_aqua_vietnam_shrimp.png b/images/med_aqua_vietnam_shrimp.png new file mode 100644 index 0000000000000000000000000000000000000000..1993c2781eb42efcf0e640a50acc2f9c9d1d511d --- /dev/null +++ b/images/med_aqua_vietnam_shrimp.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b416b92e244b0333939f4808b2968012aad306c48eae56869e7d4c8e325597 +size 1044970 diff --git a/images/med_city_bangkok.png b/images/med_city_bangkok.png new file mode 100644 index 0000000000000000000000000000000000000000..0b49ccbcabab234977676e44b97da22a00dae62e --- /dev/null +++ b/images/med_city_bangkok.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216f83853fb4837a25bb65384601f590830ceb5dc6cd74acf8a8eed7af4686cc +size 2275706 diff --git a/images/med_city_barcelona.png b/images/med_city_barcelona.png new file mode 100644 index 0000000000000000000000000000000000000000..b4743889d4d64c05222ade537a4c8892acec3680 --- /dev/null +++ b/images/med_city_barcelona.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af5becd89698736cc39445d76aa3e8bad952fae660952ec3edac1622f878086 +size 2251988 diff --git a/images/med_city_berlin.png b/images/med_city_berlin.png new file mode 100644 index 0000000000000000000000000000000000000000..f822dc8a6d7b7b0e4b356ddf4d44705a44e51509 --- /dev/null +++ b/images/med_city_berlin.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcacd24242fb55c86b3ab7f9e28c5659007cb27f888b47950ab657832ae9a35 +size 1806345 diff --git a/images/med_city_bogota.png b/images/med_city_bogota.png new file mode 100644 index 0000000000000000000000000000000000000000..1dae853eaa189ccb8258ad0516ec5e1d3d03555d --- /dev/null +++ b/images/med_city_bogota.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc379e80ee7b5aadfc5cb62fb6dea5381b99d2b10dac09da81e3d2dc324d40b +size 2371294 diff --git a/images/med_city_brooklyn.png b/images/med_city_brooklyn.png new file mode 100644 index 0000000000000000000000000000000000000000..f32517343409d6ad5065bfba254647b78e2db702 --- /dev/null +++ b/images/med_city_brooklyn.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd23b2796b9d568c9180b266761bcb65cf59a1d036023cc7fa5888618b97a65 +size 2103009 diff --git a/images/med_city_buenos_aires.png b/images/med_city_buenos_aires.png new file mode 100644 index 0000000000000000000000000000000000000000..26eefa637ed06bb7cc1b3ea3b5c84a5eb56a5500 --- /dev/null +++ b/images/med_city_buenos_aires.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fd1e3a180431c4bd4e1d8daf2983a0c3f060b1e0ea744e94e30ab1c60dd09d +size 2188029 diff --git a/images/med_city_cairo.png b/images/med_city_cairo.png new file mode 100644 index 0000000000000000000000000000000000000000..83ee69f116b5930865a1132ad7c7691f2b590f9c --- /dev/null +++ b/images/med_city_cairo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2278c8818b4da379ee898e0b5c16f6141199b615aaad4e6d089c9f5a14e92d +size 2154905 diff --git a/images/med_city_chicago.png b/images/med_city_chicago.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2aa346a043192adcef0641fcb70d40a79772b9 --- /dev/null +++ b/images/med_city_chicago.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7128b00c9329fdecae364f0142dca19db10dfd799703620a673bf1e985e946 +size 2156302 diff --git a/images/med_city_johannesburg.png b/images/med_city_johannesburg.png new file mode 100644 index 0000000000000000000000000000000000000000..63c92de8a18fd0f273efef24f396cedcf14f3f22 --- /dev/null +++ b/images/med_city_johannesburg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644d4ee378c107449f9d00a38d32932ea0f7afee62f0813de89390ab5092ca7a +size 1655423 diff --git a/images/med_city_lagos.png b/images/med_city_lagos.png new file mode 100644 index 0000000000000000000000000000000000000000..d69063a6fc1a6db000bca8031e8591a5266939b9 --- /dev/null +++ b/images/med_city_lagos.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c644cd490784a2d2bb303367f0fca5debffe39b2df5678e9affe72241d1dce4 +size 1341936 diff --git a/images/med_city_london.png b/images/med_city_london.png new file mode 100644 index 0000000000000000000000000000000000000000..9fc07eeff72ab493fb0ee5cbe6d3483e2ae4eab0 --- /dev/null +++ b/images/med_city_london.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf869b314b7f1373ebec8a513f4907cff301cfdebce9430f7e6e2fd7436d460 +size 2007587 diff --git a/images/med_city_madrid.png b/images/med_city_madrid.png new file mode 100644 index 0000000000000000000000000000000000000000..717ca695fb90c979edc127097da32591a6c80333 --- /dev/null +++ b/images/med_city_madrid.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e45e7d5f03590df25d1cc81531c8f628f4baaf3ecea01fa3c86d3203f0af883 +size 2136662 diff --git a/images/med_city_melbourne.png b/images/med_city_melbourne.png new file mode 100644 index 0000000000000000000000000000000000000000..a8e07f0b9f482e35487b6f797421b312ee0c363c --- /dev/null +++ b/images/med_city_melbourne.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f4931e6f1fcc91b8e49105c965232e32125afaa3d12a756a881c185dbe32d1 +size 2076904 diff --git a/images/med_city_mexico.png b/images/med_city_mexico.png new file mode 100644 index 0000000000000000000000000000000000000000..990385d48880420936a9b232ddba6a8e3fd9ec5d --- /dev/null +++ b/images/med_city_mexico.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247520822fb293dc1382175220cb2a812db5de60245444fe6fe25635ec6d1931 +size 2343492 diff --git a/images/med_city_mumbai.png b/images/med_city_mumbai.png new file mode 100644 index 0000000000000000000000000000000000000000..76670386d610cadc91d7c37429d3bc1c5cd064d9 --- /dev/null +++ b/images/med_city_mumbai.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f958a6afe461be4a5bbf03865871811d62c1128fe848c61477a13d5b5e1ec95 +size 1777043 diff --git a/images/med_city_paris.png b/images/med_city_paris.png new file mode 100644 index 0000000000000000000000000000000000000000..e45d3a19af2145e1a7a17475a0d5ef2f2bf37f2d --- /dev/null +++ b/images/med_city_paris.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40077f8da937d763eebef0c9d83deee456d3dbf99a91513423222903d6ba7a00 +size 2192216 diff --git a/images/med_city_seoul.png b/images/med_city_seoul.png new file mode 100644 index 0000000000000000000000000000000000000000..75d34e3fb86672d3141b292d09361c17791b3f99 --- /dev/null +++ b/images/med_city_seoul.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f97ae901d7601b9e728c53a59254cfab7fef8e370efbb90cc6270b8f6bb7c4 +size 2099318 diff --git a/images/med_city_tehran.png b/images/med_city_tehran.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4cf4c4dbe57aa6fc155493e298fde9e6f1d155 --- /dev/null +++ b/images/med_city_tehran.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0737e0f83bbd8d117ce1e798996e6979e6e42500fbdf7540042311c4c7bf9fd8 +size 2534788 diff --git a/images/med_city_tokyo.png b/images/med_city_tokyo.png new file mode 100644 index 0000000000000000000000000000000000000000..f4b59d431e1e1d4b4b541cfdf66a5f13dd18ebe1 --- /dev/null +++ b/images/med_city_tokyo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd49dc3f41808fa79f355a222dbfe6e887a4f6465a58a9c6810d99d58b1d2c3e +size 2418570 diff --git a/images/med_city_toronto.png b/images/med_city_toronto.png new file mode 100644 index 0000000000000000000000000000000000000000..d813c03b59b55df05b7393aff513af8ba59544b3 --- /dev/null +++ b/images/med_city_toronto.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c337e5ac02b1b527e70d7e98dd0a23c2d43dc714daaaa05a34ad8f5a49152c +size 1761631 diff --git a/images/med_construction_forest_city.png b/images/med_construction_forest_city.png new file mode 100644 index 0000000000000000000000000000000000000000..83650bbabe596b85a04c241b29aefeee00a35a50 --- /dev/null +++ b/images/med_construction_forest_city.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3510c51de32b91361cacd6d05eb3cd5cab8e19d309df67ca07bc46182f81104 +size 1755184 diff --git a/images/med_construction_neom.png b/images/med_construction_neom.png new file mode 100644 index 0000000000000000000000000000000000000000..90a9ce88ca2cc2f2a7ab68772ac7aecc028a0691 --- /dev/null +++ b/images/med_construction_neom.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee41b817d38980b2aab3fcc6980b1a0ad881d13733701469c07b2b5b7854d12 +size 1330943 diff --git a/images/med_dam_aswan_low.png b/images/med_dam_aswan_low.png new file mode 100644 index 0000000000000000000000000000000000000000..586fb7d668992e0168b30f71d5b1287e93eddff0 --- /dev/null +++ b/images/med_dam_aswan_low.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ac4ec15fc2f59704bd98f6bda5e282918be4373a3155b098875ca29d24927b +size 1133592 diff --git a/images/med_energy_local_substation.png b/images/med_energy_local_substation.png new file mode 100644 index 0000000000000000000000000000000000000000..22b1991d1dc18b9177341a349b7d504e516d6c34 --- /dev/null +++ b/images/med_energy_local_substation.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891d77a56219c45d41110266c613e1b709e7604fa7075277824b178ac1e322c2 +size 2088404 diff --git a/images/med_energy_wind_farm.png b/images/med_energy_wind_farm.png new file mode 100644 index 0000000000000000000000000000000000000000..f7eeffc8673772eff7aea220c126bae716392555 --- /dev/null +++ b/images/med_energy_wind_farm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6adb336c4534fa0bbe82f3313f22a6cc51daa16750502e4437df9b03509c528f +size 1275385 diff --git a/images/med_industrial_duisburg.png b/images/med_industrial_duisburg.png new file mode 100644 index 0000000000000000000000000000000000000000..c6794512bc5b7e3b9d7b7860e202c011dd1428c8 --- /dev/null +++ b/images/med_industrial_duisburg.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0ca8a64ecd23092a4eba1c975446b38baf156023db3c1e3e0a374f39564281 +size 1411254 diff --git a/images/med_infra_golf_course.png b/images/med_infra_golf_course.png new file mode 100644 index 0000000000000000000000000000000000000000..d4e244d6d304bec18a1c3f174834b35bf0feda31 --- /dev/null +++ b/images/med_infra_golf_course.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b017e0ef1c77805cd462927b2f090a0780bf174e1b7affa1b3403bc3580c23 +size 1823369 diff --git a/images/med_infra_gravel_pit.png b/images/med_infra_gravel_pit.png new file mode 100644 index 0000000000000000000000000000000000000000..4a751fd65ad78099fa50785be4eb2eefcf375bd3 --- /dev/null +++ b/images/med_infra_gravel_pit.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d49c4a4dd0d6bd6e6a63d92ca2d8b71a890f03d33fecdb58d53a8a0aefdcdf +size 871002 diff --git a/images/med_infra_high_school.png b/images/med_infra_high_school.png new file mode 100644 index 0000000000000000000000000000000000000000..7710a80e86f88bb32515e6832bd1fe2b3adba0fe --- /dev/null +++ b/images/med_infra_high_school.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5caa9f52d6f5e568f87cf31a622a157d60ce6a33997aa76e5b974711204cd3d1 +size 1335217 diff --git a/images/med_infra_highway_interchange.png b/images/med_infra_highway_interchange.png new file mode 100644 index 0000000000000000000000000000000000000000..139b570f499e19c9002a65b80a569a972870d5ca --- /dev/null +++ b/images/med_infra_highway_interchange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950ec308b6d77954f57e33532f47e3a28ed6ff001356221e3714d8c246953661 +size 1980906 diff --git a/images/med_infra_rail_yard.png b/images/med_infra_rail_yard.png new file mode 100644 index 0000000000000000000000000000000000000000..d2d293a96994b7cd398bfdd48438de45fb7e93fb --- /dev/null +++ b/images/med_infra_rail_yard.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908902d0df8a69f8ca6d73780f3d7d3ba6919feff1afe3168e1468f1c08a90d0 +size 1611056 diff --git a/images/med_infra_shopping_mall.png b/images/med_infra_shopping_mall.png new file mode 100644 index 0000000000000000000000000000000000000000..3dbe4bc8a833c3371a8483180980c826717c4472 --- /dev/null +++ b/images/med_infra_shopping_mall.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10457ef52a8a9a3c615fde4684addb10174c4a99a05b90539ccf2147bf44317c +size 1326175 diff --git a/images/med_infra_strip_mall.png b/images/med_infra_strip_mall.png new file mode 100644 index 0000000000000000000000000000000000000000..5df0ef806f4261e88cc02eaa5ad705e10f66a0e8 --- /dev/null +++ b/images/med_infra_strip_mall.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2aae904f5ae0706499265f2890d392f753c732088a503ee4cbcba2153ec9f24 +size 1554536 diff --git a/images/med_infra_university.png b/images/med_infra_university.png new file mode 100644 index 0000000000000000000000000000000000000000..f261c1db886c76ea37c4d3a5fd8125b8a32544b7 --- /dev/null +++ b/images/med_infra_university.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c352ef7e60daf2140feef276298bd760d1a9fb64acafb29510d3f54f3fadb7 +size 1723318 diff --git a/images/med_infra_warehouse_park.png b/images/med_infra_warehouse_park.png new file mode 100644 index 0000000000000000000000000000000000000000..b211795b54f7ce7661301c7d954eb37badee3e42 --- /dev/null +++ b/images/med_infra_warehouse_park.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef36a09f0e65ebfbe4e11725d83fb259934e27cf1f12096b6a0119a2b5bb8869 +size 1742514 diff --git a/images/med_infra_water_treatment.png b/images/med_infra_water_treatment.png new file mode 100644 index 0000000000000000000000000000000000000000..d4dc9e83fcdd67e68e9c75063fe4b994adff3a5d --- /dev/null +++ b/images/med_infra_water_treatment.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2834ab067c7df1b66442dc2a295b1d5ff7eb5bcc50244147faec7e1404b5d4 +size 1650426 diff --git a/images/med_logistics_leipzig_dhl.png b/images/med_logistics_leipzig_dhl.png new file mode 100644 index 0000000000000000000000000000000000000000..d2daa93a4fb5da2ed952b98b6f4b0c2913b5b460 --- /dev/null +++ b/images/med_logistics_leipzig_dhl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496aa394fcca40685a313687275855f00b26a0ac07bc28d27e5bd026adf4639c +size 851290 diff --git a/images/med_logistics_memphis_fedex.png b/images/med_logistics_memphis_fedex.png new file mode 100644 index 0000000000000000000000000000000000000000..2b9b2bdcd9ef9f2442ffce882738670d84cc04ac --- /dev/null +++ b/images/med_logistics_memphis_fedex.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6145a9044469f721c28b8ecf0d1cbf8feec1c1f9d4cb8005d37bdc701c0d290e +size 1515734 diff --git a/images/med_mine_carrara.png b/images/med_mine_carrara.png new file mode 100644 index 0000000000000000000000000000000000000000..5c20a445ef5e5221a8bc8b53b7f620cc4a19c8f7 --- /dev/null +++ b/images/med_mine_carrara.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45b4c2f210df5bc0561ac3f7a2f6f1f57f985cebbef13897c11f86a59df5334 +size 1696725 diff --git a/images/med_mine_hobet.png b/images/med_mine_hobet.png new file mode 100644 index 0000000000000000000000000000000000000000..b20fff8b46424f33c78fc565f1b314c371e7d080 --- /dev/null +++ b/images/med_mine_hobet.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58f1c7a5fae94017dcd2342365cb6cc82e744826dfe53d748ca257de711ab84 +size 1382904 diff --git a/images/med_port_felixstowe.png b/images/med_port_felixstowe.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad5a01ecb8251d102601e81cd1ba964864911f8 --- /dev/null +++ b/images/med_port_felixstowe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9fa37d46ef10d3748a9d2c512c2555a55ec13f19ceb110216eb3f634c90547 +size 1382087 diff --git a/images/med_port_fishing_pier.png b/images/med_port_fishing_pier.png new file mode 100644 index 0000000000000000000000000000000000000000..23c82cdbec10f1eeeb5dda720da0a943e15ad533 --- /dev/null +++ b/images/med_port_fishing_pier.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7944bd3c2bad96b5fc39c0117644cec6ada45d626d923bf7b1f34bc4c976508 +size 1472755 diff --git a/images/med_port_gioia_tauro.png b/images/med_port_gioia_tauro.png new file mode 100644 index 0000000000000000000000000000000000000000..da11dd1f0ba5eabca22cba3f36a3cff451bdb4f1 --- /dev/null +++ b/images/med_port_gioia_tauro.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2e626dda914b5b3ca665ec1f3928d7579971a9bc360055a1d82c29fa79066d +size 1133745 diff --git a/images/med_port_kingston.png b/images/med_port_kingston.png new file mode 100644 index 0000000000000000000000000000000000000000..5fbffd50c735a2eece19e76227c1b50a9896afd0 --- /dev/null +++ b/images/med_port_kingston.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db406f49e2f0e86367411e01acdf29bba2af8cc774ebf354d369212baf997224 +size 1518764 diff --git a/images/med_port_local_marina.png b/images/med_port_local_marina.png new file mode 100644 index 0000000000000000000000000000000000000000..681a3f83b7c2726970687a85331b13eed250c01c --- /dev/null +++ b/images/med_port_local_marina.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a29a0bb2f8fcdc32ea1f5259a0d87c30572807bcf1d43ca8e340a9558216df +size 1259320 diff --git a/images/med_solar_topaz.png b/images/med_solar_topaz.png new file mode 100644 index 0000000000000000000000000000000000000000..d917a3ab1634d89c078ec1a0c19d31581751084f --- /dev/null +++ b/images/med_solar_topaz.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb4492c0c0a3a441652bcf1d31c95feb8a99e31789941b9de18570a14008ea9 +size 861147 diff --git a/images/med_suburb_atlanta.png b/images/med_suburb_atlanta.png new file mode 100644 index 0000000000000000000000000000000000000000..d65c7406a7598a60e8c0325488e7220392ac7f1f --- /dev/null +++ b/images/med_suburb_atlanta.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111922bb51dca1911931987d1d26bea89c897f17a4e5faea63eb21ef5a18141d +size 1845083 diff --git a/images/med_suburb_auckland.png b/images/med_suburb_auckland.png new file mode 100644 index 0000000000000000000000000000000000000000..a0413d7d38e0f2b89ddc6ecd01e3f18e7ca7fef8 --- /dev/null +++ b/images/med_suburb_auckland.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06fa8661f0b5292ddfe33c87bea9e7345d46a00c074c67a1b31fc24251ec002 +size 2214385 diff --git a/images/med_suburb_bellevue.png b/images/med_suburb_bellevue.png new file mode 100644 index 0000000000000000000000000000000000000000..81f2d7d108b0cbce9ab3a966a28f6f8840c0a55d --- /dev/null +++ b/images/med_suburb_bellevue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eef312ca4db44714a5b8c13096ded34685b33065bfb21ee791bdfc63e1a2239 +size 1683570 diff --git a/images/med_suburb_brisbane.png b/images/med_suburb_brisbane.png new file mode 100644 index 0000000000000000000000000000000000000000..09c672c18c1741aabdfc09ca7a048bd108d9ac63 --- /dev/null +++ b/images/med_suburb_brisbane.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5e971d267edff42dfb7d56d1c59feee79c2c4ec70008471f537cff16a4f29a +size 1904110 diff --git a/images/med_suburb_calgary.png b/images/med_suburb_calgary.png new file mode 100644 index 0000000000000000000000000000000000000000..ca097d1b0ca59e495546c4d2adfac70dcec3993e --- /dev/null +++ b/images/med_suburb_calgary.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6294b0450bae6b52856a9530893569157bfcead2fc9c0b80be89eaa71f9aee4 +size 1872267 diff --git a/images/med_suburb_cape_town.png b/images/med_suburb_cape_town.png new file mode 100644 index 0000000000000000000000000000000000000000..3c96c491ef08a235782bc81cadd76bcaaa74295b --- /dev/null +++ b/images/med_suburb_cape_town.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f8e6057ee10a6c81cda2adf7a99c7b539b17c915ee3cc6636ef5e7cd7c0d93 +size 1914075 diff --git a/images/med_suburb_denver.png b/images/med_suburb_denver.png new file mode 100644 index 0000000000000000000000000000000000000000..d752868dc3576129893876cabfc5b27daa0fbbff --- /dev/null +++ b/images/med_suburb_denver.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cea93c676a7c0846f8fc6850873fa201ae577ef35e5d36fd0010041504cd387 +size 2056672 diff --git a/images/med_suburb_henderson.png b/images/med_suburb_henderson.png new file mode 100644 index 0000000000000000000000000000000000000000..90447cd9e959a4fcc95305162797a30de58021e9 --- /dev/null +++ b/images/med_suburb_henderson.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88270ce69500501b173389d88dd25c624b7140c026df7314e2bc9c7bde058107 +size 1819081 diff --git a/images/med_suburb_houston.png b/images/med_suburb_houston.png new file mode 100644 index 0000000000000000000000000000000000000000..046bcb5121b2fb36714f4f1acc37f788ba447a2f --- /dev/null +++ b/images/med_suburb_houston.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb28ed5658ea0d13458d2c9c38d8328ed7cd921b81d6b9347532ed7b8473977b +size 1962818 diff --git a/images/med_suburb_levittown.png b/images/med_suburb_levittown.png new file mode 100644 index 0000000000000000000000000000000000000000..23d9c9dd832ba7f27f971f680f9b32d9610c84b5 --- /dev/null +++ b/images/med_suburb_levittown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e90f9b316eb0fb0f90dad2998293576df9d59eb7ca200ebcbb80f865d3582f +size 2078715 diff --git a/images/med_suburb_miami.png b/images/med_suburb_miami.png new file mode 100644 index 0000000000000000000000000000000000000000..7fcd1393bfdbcada1323c055dafd72608d8cff0d --- /dev/null +++ b/images/med_suburb_miami.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcd64cda72ae16dbd91a28fda100fc11bcee9a30e4a940bfca7d92fb6c715a9 +size 2254946 diff --git a/images/med_suburb_mississauga.png b/images/med_suburb_mississauga.png new file mode 100644 index 0000000000000000000000000000000000000000..b794b3f1f06b4a6d3df5da8419924f3d5f006985 --- /dev/null +++ b/images/med_suburb_mississauga.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41fbf85204185c48f61ee92f17288e1418a4e3364c5c135e240996188d620d94 +size 1989610 diff --git a/images/med_suburb_munich.png b/images/med_suburb_munich.png new file mode 100644 index 0000000000000000000000000000000000000000..da2382c09b8a0eecf8754baa5f875c48d906f91b --- /dev/null +++ b/images/med_suburb_munich.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181412532574e709618bdb0f8ad12237cbeb9afe8834720f9e1b2b36011065e2 +size 1506036 diff --git a/images/med_suburb_naperville.png b/images/med_suburb_naperville.png new file mode 100644 index 0000000000000000000000000000000000000000..1486911d92bd2d01dbdd61ef8f361e343f04d855 --- /dev/null +++ b/images/med_suburb_naperville.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97914b11c3783b6ce544c2a92e83cd5c6fecc185369d94f2755ae063b04c81a0 +size 1568475 diff --git a/images/med_suburb_orlando.png b/images/med_suburb_orlando.png new file mode 100644 index 0000000000000000000000000000000000000000..f6ae28c2dcaf6f2c07d6f38ce6490407c16ec7fb --- /dev/null +++ b/images/med_suburb_orlando.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4881370a021d289e8eb70d1e0b16af3efab31c010c23270a43b707550779194e +size 1746432 diff --git a/images/med_suburb_phoenix.png b/images/med_suburb_phoenix.png new file mode 100644 index 0000000000000000000000000000000000000000..7b292d3e5c4d68a26c718ff0aea391f6222c1044 --- /dev/null +++ b/images/med_suburb_phoenix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa23a0b16684b350d2d8b557241e686a3ee16b1f54c1e063c26b7cbade6cb2e +size 2041313 diff --git a/images/med_suburb_plano.png b/images/med_suburb_plano.png new file mode 100644 index 0000000000000000000000000000000000000000..a9763e2968ba374f1b1c56a9466d280ff164b162 --- /dev/null +++ b/images/med_suburb_plano.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc439551ec73d4a2b193244e61d5d5189295785f2361a4b8cb13be28cbd2905e +size 2472104 diff --git a/images/med_suburb_sf_valley.png b/images/med_suburb_sf_valley.png new file mode 100644 index 0000000000000000000000000000000000000000..01df403521a96c8224249ed7ea5906e7c7f562d9 --- /dev/null +++ b/images/med_suburb_sf_valley.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87d1a15d93134ede647c9f24709b00ee1a60a6a84765d166c53f8432702997a +size 2128891 diff --git a/images/med_suburb_surrey.png b/images/med_suburb_surrey.png new file mode 100644 index 0000000000000000000000000000000000000000..aa33ccefab2ca51786487a48f5c8d8ed618c968c --- /dev/null +++ b/images/med_suburb_surrey.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5c3f61d05a4788dd84c63942fd4c0f952f7a0fab64fe5a84977a2dd1a18a75 +size 1547386 diff --git a/images/med_suburb_sydney.png b/images/med_suburb_sydney.png new file mode 100644 index 0000000000000000000000000000000000000000..fcc1af620223bd7ef5a693d29f7e17baad8f14dc --- /dev/null +++ b/images/med_suburb_sydney.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1831270886c8a7bf8ccf46292139fb831c19701e4d6a46afdea0ec2d8af3c5d7 +size 1723023 diff --git a/images/med_town_alpine.png b/images/med_town_alpine.png new file mode 100644 index 0000000000000000000000000000000000000000..cbaf1c5384dd68deb0364effce3ecc2f11dd716c --- /dev/null +++ b/images/med_town_alpine.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6024e3183288d9960a99cd60053965e4157b958b79e0f92326c8240904e4cfa3 +size 1362005 diff --git a/images/med_town_andean.png b/images/med_town_andean.png new file mode 100644 index 0000000000000000000000000000000000000000..c219ec64435f45dd413e395e9cd1ad993c86f433 --- /dev/null +++ b/images/med_town_andean.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93dc0d8a26684218d9aa25d1573666151baeb54ecb1e2972a3308610c3de852d +size 1261542 diff --git a/images/med_town_appalachian.png b/images/med_town_appalachian.png new file mode 100644 index 0000000000000000000000000000000000000000..64b99a609ff9489680aee70acef78bc99219105a --- /dev/null +++ b/images/med_town_appalachian.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7e8415f45edd2e017154e510edc2bfee6cee87c24d9635cffd3da7d400fe43 +size 1510228 diff --git a/images/med_town_arctic.png b/images/med_town_arctic.png new file mode 100644 index 0000000000000000000000000000000000000000..22382672941c949f4eb4dcebaeaaa149d5578264 --- /dev/null +++ b/images/med_town_arctic.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307a6d6238c7c6302f7938efdd3ac7349f4ea66f6cb06178fbca21aaadfcbdcb +size 1578156 diff --git a/images/med_town_coastal.png b/images/med_town_coastal.png new file mode 100644 index 0000000000000000000000000000000000000000..13ef1a57454ecf7ca3f302d28b69ef4306cbec99 --- /dev/null +++ b/images/med_town_coastal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529c8806e098c0d4a7eb58e48b4bfbd50db357b98ee74b2c8447b331b1c6f386 +size 804695 diff --git a/images/med_town_desert.png b/images/med_town_desert.png new file mode 100644 index 0000000000000000000000000000000000000000..5053d0b1ff0cba1dcba17c085230f582bed7b88b --- /dev/null +++ b/images/med_town_desert.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2316a0fb7d129d6c8a7c004c28f8312f4ed5ba0e8662fcfd80578c11e32645e +size 2373706 diff --git a/images/med_town_fjord.png b/images/med_town_fjord.png new file mode 100644 index 0000000000000000000000000000000000000000..e45dffff4e840371eb365a0d78101f2ee6b199ee --- /dev/null +++ b/images/med_town_fjord.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c89ac7c7bf3bc0d584400255e7377b8c63bb3e5cdf4a2fdc7dab4a3fc0501f7 +size 1037810 diff --git a/images/med_town_forest.png b/images/med_town_forest.png new file mode 100644 index 0000000000000000000000000000000000000000..994f5a75e157d62c6f1a9babdb57d17a163753f6 --- /dev/null +++ b/images/med_town_forest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c2774ab6d3fef7056e000989b0822335042b6b8e34f7f997d54a99c969ca75 +size 1751412 diff --git a/images/med_town_highway.png b/images/med_town_highway.png new file mode 100644 index 0000000000000000000000000000000000000000..9b9e9aed3b5cd8f4a5987ae73ed5bc16a7bb98ab --- /dev/null +++ b/images/med_town_highway.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42baa035148fc1f1f5bb0862038524bfe31ffd9e256ded652841be51194c7e6b +size 1001313 diff --git a/images/med_town_himalayan.png b/images/med_town_himalayan.png new file mode 100644 index 0000000000000000000000000000000000000000..092e1f7f7ce1a65b988e361940f0dd19cb347c03 --- /dev/null +++ b/images/med_town_himalayan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88227f0428e06c51f891f97f4ce099d7cebe7509ddea1cfcfda9afd146f473d1 +size 1394744 diff --git a/images/med_town_island.png b/images/med_town_island.png new file mode 100644 index 0000000000000000000000000000000000000000..b15a9eb7276ebd262038ca283529a957aa4a861c --- /dev/null +++ b/images/med_town_island.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81101dacc2cb50c4c521ada51aa8530370a93259cffd9e02f53f51490065410f +size 1565445 diff --git a/images/med_town_jungle.png b/images/med_town_jungle.png new file mode 100644 index 0000000000000000000000000000000000000000..94a8b074b47f764ad94908cb3cd11fbe8fdb9a3e --- /dev/null +++ b/images/med_town_jungle.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974cbada4678dd567011ccb2d82c0bc96268bbbb2cfc3465698c9dbee5f039d7 +size 1951850 diff --git a/images/med_town_mediterranean.png b/images/med_town_mediterranean.png new file mode 100644 index 0000000000000000000000000000000000000000..e4070f28bca83327304f4fc2b77fa6cdd5d776d6 --- /dev/null +++ b/images/med_town_mediterranean.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db514bab522b53fe319f986aaca60ee58aa7a3fc82743fef84b4ba85b0494622 +size 315735 diff --git a/images/med_town_midwest.png b/images/med_town_midwest.png new file mode 100644 index 0000000000000000000000000000000000000000..f1fda425a49ff6087e7c39a874bd85a66cb1ac56 --- /dev/null +++ b/images/med_town_midwest.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaba5ae9e8f114c3a87d9f542cba9054896efe6f5eeda65b658e6efb74e66fe +size 638638 diff --git a/images/med_town_mining.png b/images/med_town_mining.png new file mode 100644 index 0000000000000000000000000000000000000000..10dc140e023618f16580f8d9165de213a829818b --- /dev/null +++ b/images/med_town_mining.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fa77de8b5aa725d00c432fd13d21b7cbd41266ab053300c5fb73750beb6c1b +size 1586564 diff --git a/images/med_town_oasis.png b/images/med_town_oasis.png new file mode 100644 index 0000000000000000000000000000000000000000..d63b6ece12e69a89f7e122cee21be88d5fa6ac54 --- /dev/null +++ b/images/med_town_oasis.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb19ac9fb4ff0efcf129b0473c227660a54112640f0d9095ec81bd1f9f5e6389 +size 531240 diff --git a/images/med_town_river.png b/images/med_town_river.png new file mode 100644 index 0000000000000000000000000000000000000000..82eea04b9aec278f5745f2e2a163a19ecebf7f59 --- /dev/null +++ b/images/med_town_river.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:444fbd710f18d40c41c912309214c1aa38f9ea95295a9f1d591b6ae6afa1531f +size 1444714 diff --git a/images/med_town_rural_africa.png b/images/med_town_rural_africa.png new file mode 100644 index 0000000000000000000000000000000000000000..48e64affcdd665def580ceeca5d2df27c4ff235d --- /dev/null +++ b/images/med_town_rural_africa.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b31d787d1680e7d825c0e3e3dd04a0b0e5dad034b2b57d0af8c8ab2109cc3b0 +size 1307666 diff --git a/images/med_town_steppe.png b/images/med_town_steppe.png new file mode 100644 index 0000000000000000000000000000000000000000..900c59163746e81c1a23ba5c687cd612beda9722 --- /dev/null +++ b/images/med_town_steppe.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fd5f2dee0f05929aa5149d10df110ed788e5ad44098b304004201a771f0756 +size 514552 diff --git a/images/med_town_tundra.png b/images/med_town_tundra.png new file mode 100644 index 0000000000000000000000000000000000000000..116f02632acaadd78a1b4de16333b940a792529c --- /dev/null +++ b/images/med_town_tundra.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0152bcd41e9a1bb4d88ffd811d2dfeceaa7625087821c9558c39eb7d7025c573 +size 923981 diff --git a/images/med_water_city_bridge.png b/images/med_water_city_bridge.png new file mode 100644 index 0000000000000000000000000000000000000000..ce87d0fe310a04eb03883761081127151e06e43a --- /dev/null +++ b/images/med_water_city_bridge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87829b8a0c327835edc92a528d33485ec2dc2f4da3e1fedafbc1d0bc825819b0 +size 1659606 diff --git a/images/med_water_local_canal.png b/images/med_water_local_canal.png new file mode 100644 index 0000000000000000000000000000000000000000..5a931f34e909040ab853cba1a8374015567f5aa4 --- /dev/null +++ b/images/med_water_local_canal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c7f1c6fdac35f4260bbeda6d47ff3e2f4ff3bc5a4b37cf5063edd94df1d312 +size 1653704 diff --git a/images/med_water_rural_bridge.png b/images/med_water_rural_bridge.png new file mode 100644 index 0000000000000000000000000000000000000000..1f27e1599e10aa622f3b593f250272685239a954 --- /dev/null +++ b/images/med_water_rural_bridge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d15d3131dd8483dec7e73a3792d5a8c0032474012bdcc8f268e1ffb5478f83 +size 904660 diff --git a/images/med_water_standard_lock.png b/images/med_water_standard_lock.png new file mode 100644 index 0000000000000000000000000000000000000000..bdaa4291c01f5c2925f6b047560d84047649841e --- /dev/null +++ b/images/med_water_standard_lock.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01736a143b230ce510b0c9d769ae465fda453d2469698f2fec094bca4262b39e +size 1664622 diff --git a/images/med_wind_alta.png b/images/med_wind_alta.png new file mode 100644 index 0000000000000000000000000000000000000000..0baa4242e011a08747386aba01372964b8d0096f --- /dev/null +++ b/images/med_wind_alta.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294bf44e07d84e3b95d3815da965e97d710446e150b2a522cb9cb1c05c693527 +size 1519578 diff --git a/images/med_wind_whitelee.png b/images/med_wind_whitelee.png new file mode 100644 index 0000000000000000000000000000000000000000..6c89f00ada8cbf7d1a1a2c6e3c45dff472d1e4a6 --- /dev/null +++ b/images/med_wind_whitelee.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118b837e857a743ed261c06572dd519d4792b4228d0450533873ccda20b85d10 +size 1164711 diff --git a/test_dataset.jsonl b/test_dataset.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f57b01b59192a4429aab0ac948d13c15cfdb909b --- /dev/null +++ b/test_dataset.jsonl @@ -0,0 +1,60 @@ +{"image": "orion_dataset/images/med_agri_ukraine_steppe.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 33.0, Latitude: 48.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive, unbroken checkerboard of large-scale farming fields.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_po_valley.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 10.5, Latitude: 45.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Structured orthogonal agricultural grid integrated with small canals.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_wadden_sea.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 8.0, Latitude: 53.8.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Intricate tidal mudflat textures exposed during low tide.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_port_local_marina.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -4.13, Latitude: 50.36.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small-scale recreational boat docks and standard coastal development.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_industrial_duisburg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 6.73, Latitude: 51.49.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Integrated steelworks with multiple blast furnaces, slab yards, and coking plants forming a dense industrial complex.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_port_hedland.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 118.58, Latitude: -20.3.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive dark stockpile geometry and bulk carrier berthing.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_kiruna.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 20.18, Latitude: 67.84.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive linear subsidence scar dominating the adjacent landscape.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_kimeridge_bay.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -2.12, Latitude: 50.61.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Natural, geometric linear rock ledges extending into the sea.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mil_minot_bunkers.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -101.33, Latitude: 48.42.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly secured, isolated geometric bunkers indicating strategic military storage.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_lake_dead_sea.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 35.45, Latitude: 31.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-saline lake with distinctive turquoise mineral edges and no built structures.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_brahma_putra_braid.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 94.0, Latitude: 27.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, highly intersecting natural sandbars in a wide river system.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_munich.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 11.45, Latitude: 48.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard European semi-detached suburban residential geometry.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_white_sands.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -106.3, Latitude: 32.8.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Brilliant white undulating dunes mimicking snow or artificial surfaces.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_ngorongoro.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 35.58, Latitude: -3.17.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, perfectly intact circular natural caldera wall.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_aqua_chile_salmon.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -73.3, Latitude: -42.65.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Aquaculture pen clusters arrayed in interior Chilo\\u00e9 channels near Castro/Quinchao.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_energy_wind_farm.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -100.0, Latitude: 35.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dispersed, small white linear structures scattered across standard farmland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_port_kingston.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -76.78, Latitude: 17.97.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mid-scale Caribbean container terminal adjacent to a typical urban grid.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_snow_denali_winter.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -151.01, Latitude: 63.07.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous Alaska Range snow blanket with no built structure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_space_boca_chica.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -97.15, Latitude: 25.99.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Concentrated cluster of massive vertical cylindrical structures.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_snow_karakoram_winter.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 76.51, Latitude: 35.88.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Pristine high-altitude snowfield blanketing rugged peaks with no human structure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_kelimutu.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 121.82, Latitude: -8.76.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Three perfectly adjacent circular volcanic lakes with highly contrasting natural colors.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_infra_gravel_pit.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -110.0, Latitude: 40.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small-scale localized earth disruption next to standard road network.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_highway_interchange.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -96.85, Latitude: 32.85.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard sweeping concrete highway interchange and overpasses.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_andean.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -72.0, Latitude: -13.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Compact, grid-based settlement nestled in high-altitude topography.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_chocolate_hills.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 124.16, Latitude: 9.91.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Repetitive, perfectly conical natural grassy mounds.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_mine_hobet.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -81.85, Latitude: 38.05.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mountaintop removal coal mine with exposed rock benches and reclaimed valley fills cut into Appalachian forest.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_island.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 73.5, Latitude: 4.17.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard dense residential footprint covering a small atoll/island.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_energy_tengger.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 105.0, Latitude: 37.55.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive dark geometric grid anomaly covering desert landscape.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_town_tundra.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 55.0, Latitude: 68.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sparse, isolated structures set upon desolate permafrost terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_energy_benban.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 32.73, Latitude: 24.45.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly orthogonal array of dark solar grids carved into desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_camp_cox_bazar.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 92.17, Latitude: 21.2.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast refugee settlement of densely packed shelters carved into deforested hills.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_forest_canadian_boreal.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -100.0, Latitude: 55.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform pine forest canopy void of roads or clearings.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_agri_nile_delta.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 31.0, Latitude: 30.8.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely dense, fragmented micro-farming geometry abutting a river.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_brisbane.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 153.0, Latitude: -27.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Curving suburban road networks following undulating local topography.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_energy_grand_coulee.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -118.98, Latitude: 47.95.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Colossal linear concrete retaining structure spanning wide river.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_fra.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 8.57, Latitude: 50.03.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense industrial aviation complex adjacent to forest.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_ksc_39a.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -80.6, Latitude: 28.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive isolated launch pad geometry and heavy crawlerway tracks.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ice_antarctica_dome_c.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 123.0, Latitude: -75.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, uniform high-albedo ice sheet devoid of anomalies.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_dakhla_oasis.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 28.95, Latitude: 25.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly concentrated patch of natural green vegetation bounded sharply by desert.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_construction_forest_city.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 103.6, Latitude: 1.45.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Reclaimed-land development with partial mid-rise blocks and active construction.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_port_keelung.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 121.74, Latitude: 25.13.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Deep natural inlet highly engineered with rigid concrete cargo borders.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_punjab.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 75.5, Latitude: 30.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense mosaic of small-scale, standard agricultural plots.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_baja_coast.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -114.0, Latitude: 28.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Arid, completely undeveloped linear coastline.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_airport_daxing.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 116.41, Latitude: 39.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly anomalous massive starfish-shaped architectural footprint.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_aero_capetown.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 18.6, Latitude: -33.96.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mid-sized airport with two runways embedded in suburban sprawl.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_desert_kalahari.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 22.0, Latitude: -23.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Semi-arid sandy savanna showing only natural vegetation scrub.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_water_city_bridge.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -90.18, Latitude: 38.62.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard concrete/steel linear structure crossing a natural waterway.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_chicago.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -87.65, Latitude: 41.88.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard orthogonal urban street grid and high-density commercial buildings.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_alpine.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 8.03, Latitude: 46.62.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small, dense cluster of buildings constrained by surrounding mountainous terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_steppe_patagonia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -69.0, Latitude: -48.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Wind-swept, featureless scrubland void of human structures.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_bhadla_solar.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 72.0, Latitude: 27.53.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling, unnatural geometric grid of reflective panels in barren terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_okavango_delta.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 22.5, Latitude: -19.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, chaotic fractal patterns of natural marsh and waterways.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_bruce.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -81.59, Latitude: 44.32.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive coastal industrial structures with distinct cooling infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_brossel_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 18.0, Latitude: -20.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Faint, massive circular geological footprint on barren earth.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_yellowstone_prismatic.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -110.82, Latitude: 44.52.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly unnatural-looking concentric rings of bright biological coloring.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_tasman.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 160.0, Latitude: -40.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless deep ocean surface.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_town_himalayan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 85.0, Latitude: 28.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Minute terraced settlement conforming to extreme high-altitude slopes.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_wolves_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 19.33, Latitude: -19.2.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Natural, geometrically sharp circular void in remote landscape.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_agri_goias.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -49.0, Latitude: -16.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Concentrated circular center-pivot irrigation shapes cut into scrubland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aero_reykjavik.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -22.61, Latitude: 63.99.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mid-sized international airport with two runways adjacent to a small town.\", \"category\": \"MEDIUM\"}"}]} diff --git a/train_dataset.jsonl b/train_dataset.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..039068f0cc4b3ff059e89444b78b8c67db72bfb9 --- /dev/null +++ b/train_dataset.jsonl @@ -0,0 +1,480 @@ +{"image": "orion_dataset/images/high_space_vandenberg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -120.62, Latitude: 34.63.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly secure geometric launch infrastructure built into coastal cliffs.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_vandenberg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly secure geometric launch infrastructure built into coastal cliffs.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_tepuis.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -62.0, Latitude: 5.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly flat-topped natural rock mesas with sheer vertical sides.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_tepuis.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly flat-topped natural rock mesas with sheer vertical sides.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_space_baikonur.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 63.3, Latitude: 45.96.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Large-scale isolated geometric structures in barren steppe.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_baikonur.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Large-scale isolated geometric structures in barren steppe.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_sichuan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 104.0, Latitude: 30.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Topographical terraced farming patterns conforming to hill elevations.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_sichuan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Topographical terraced farming patterns conforming to hill elevations.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_mining.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -106.3, Latitude: 39.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small-scale residential settlement adjacent to local mountainous terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_mining.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small-scale residential settlement adjacent to local mountainous terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_andes_ridgeline.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -70.0, Latitude: -32.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive continuous linear rock spine separating two topographies.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_andes_ridgeline.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive continuous linear rock spine separating two topographies.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_denver.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -104.9, Latitude: 39.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Low-density orthogonal residential blocks with detached housing.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_denver.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Low-density orthogonal residential blocks with detached housing.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_appalachian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -81.0, Latitude: 37.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear settlement tracing the bottom of a forested valley.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_appalachian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear settlement tracing the bottom of a forested valley.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_desert_outback.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 130.0, Latitude: -25.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform reddish-brown terrestrial expanse.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_desert_outback.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform reddish-brown terrestrial expanse.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_dover_cliffs.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 1.35, Latitude: 51.13.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-albedo natural chalk cliffs creating a sharp, unnatural-looking coastal boundary.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_dover_cliffs.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-albedo natural chalk cliffs creating a sharp, unnatural-looking coastal boundary.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_wetland_sundarbans.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 89.18, Latitude: 21.95.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense fractal mangrove maze of natural waterways with no infrastructure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_wetland_sundarbans.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense fractal mangrove maze of natural waterways with no infrastructure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_johannesburg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 28.04, Latitude: -26.2.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense geometric urban grid transitioning into standard residential areas.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_johannesburg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense geometric urban grid transitioning into standard residential areas.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_mt_fuji_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 138.72, Latitude: 35.36.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive symmetrical natural cone terminating in a central circular depression.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_mt_fuji_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive symmetrical natural cone terminating in a central circular depression.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_agri_andalucia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -5.0, Latitude: 37.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast rolling terrain marked by regular rows of agricultural planting.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_andalucia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast rolling terrain marked by regular rows of agricultural planting.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_airport_pek.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 116.58, Latitude: 40.07.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling dragon-like terminal architecture and parallel strips.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_pek.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling dragon-like terminal architecture and parallel strips.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_mad.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -3.56, Latitude: 40.49.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-length parallel strips alongside undulating terminal architecture.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_mad.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-length parallel strips alongside undulating terminal architecture.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_japan_rice.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 139.0, Latitude: 37.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Compact, irregular grid of terraced standard agricultural plots.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_japan_rice.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Compact, irregular grid of terraced standard agricultural plots.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_airport_den.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -104.67, Latitude: 39.85.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive geometric pinwheel runway footprint in isolated terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_den.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive geometric pinwheel runway footprint in isolated terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_richat_structure.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -11.4, Latitude: 21.12.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, perfectly circular natural concentric geological rings.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_richat_structure.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, perfectly circular natural concentric geological rings.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_toronto.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -79.38, Latitude: 43.65.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense rectangular grid of commercial and residential high-rises.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_toronto.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense rectangular grid of commercial and residential high-rises.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_surrey.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -0.32, Latitude: 51.32.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Semi-dense suburban residential rows interspersed with trees.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_surrey.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Semi-dense suburban residential rows interspersed with trees.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_bahamas_banks.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -76.66, Latitude: 24.38.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Striking linear underwater sand ridges created entirely by natural currents.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_bahamas_banks.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Striking linear underwater sand ridges created entirely by natural currents.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_indian_equator.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 75.0, Latitude: -5.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uninterrupted tropical marine surface.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_indian_equator.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uninterrupted tropical marine surface.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_agri_bavaria.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 11.5, Latitude: 48.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Multi-colored patchwork of standard agricultural plot geometries.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_bavaria.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Multi-colored patchwork of standard agricultural plot geometries.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_sf_valley.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -118.5, Latitude: 34.2.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless continuous grid of standard residential parcels and light commercial.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_sf_valley.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless continuous grid of standard residential parcels and light commercial.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_oil_cushing.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -96.77, Latitude: 35.97.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive concentration of cylindrical petroleum storage tanks forming a strategic energy reserve.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_oil_cushing.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive concentration of cylindrical petroleum storage tanks forming a strategic energy reserve.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ocean_gulf_alaska.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -145.0, Latitude: 55.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Deep, featureless northern oceanic water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_gulf_alaska.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Deep, featureless northern oceanic water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_atlantic_mid.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -30.0, Latitude: 0.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Unbroken, uniform dark water surface.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_atlantic_mid.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Unbroken, uniform dark water surface.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_rift_valley_escarpment.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 36.0, Latitude: -0.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Pronounced, sheer natural drop-off dividing a barren plain.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_rift_valley_escarpment.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Pronounced, sheer natural drop-off dividing a barren plain.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_grand_canyon_edge.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -112.1, Latitude: 36.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, abrupt terraced geological drop-off.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_grand_canyon_edge.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, abrupt terraced geological drop-off.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_pavagada.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 77.26, Latitude: 14.09.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-massive rectangular block pattern of dark reflective panels.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_pavagada.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-massive rectangular block pattern of dark reflective panels.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_escondida.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -69.06, Latitude: -24.27.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive dual open-pit geometry and highly contrasting tailings pools.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_escondida.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive dual open-pit geometry and highly contrasting tailings pools.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ocean_southern.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 0.0, Latitude: -55.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform dark marine expanse void of geometric structures.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_southern.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform dark marine expanse void of geometric structures.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_makgadikgadi_pans.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 25.5, Latitude: -20.7.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, bright white natural salt flat with irregular jagged edges.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_makgadikgadi_pans.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, bright white natural salt flat with irregular jagged edges.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_dam_aswan_low.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 32.88, Latitude: 24.03.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Older mid-scale dam with modest reservoir, smaller than the High Dam upstream.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_dam_aswan_low.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Older mid-scale dam with modest reservoir, smaller than the High Dam upstream.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_volcano_kilauea.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -155.28, Latitude: 19.41.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Active volcanic vent with fresh lava flows and steam plumes scarring the landscape.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_volcano_kilauea.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Active volcanic vent with fresh lava flows and steam plumes scarring the landscape.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_ekati.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -110.61, Latitude: 64.71.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Multiple circular terrestrial impact-like excavation sites.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_ekati.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Multiple circular terrestrial impact-like excavation sites.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ice_marie_byrd.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -120.0, Latitude: -80.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Blank, deep continental snow void.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ice_marie_byrd.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Blank, deep continental snow void.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_polar_south_georgia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -36.5, Latitude: -54.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sub-Antarctic island of glaciers and rugged unpopulated peaks.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_polar_south_georgia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sub-Antarctic island of glaciers and rugged unpopulated peaks.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_berlin.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 13.4, Latitude: 52.52.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard European mixed-density urban block layout.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_berlin.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard European mixed-density urban block layout.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_airport_dfw.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -97.04, Latitude: 32.89.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive symmetrical linear runway grid and central bisecting highway.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_dfw.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive symmetrical linear runway grid and central bisecting highway.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_infra_high_school.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -90.0, Latitude: 30.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small geometric structure paired with standard rectangular athletic fields.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_high_school.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small geometric structure paired with standard rectangular athletic fields.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_snow_aconcagua_winter.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -70.01, Latitude: -32.65.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Andes high-altitude snowpack covering steep granite slopes.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_snow_aconcagua_winter.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Andes high-altitude snowpack covering steep granite slopes.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mil_pentagon.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -77.05, Latitude: 38.87.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly anomalous massive pentagonal architectural footprint.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_pentagon.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly anomalous massive pentagonal architectural footprint.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_jamnagar.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 69.83, Latitude: 22.34.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-density geometric array of petrochemical storage tanks.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_jamnagar.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-density geometric array of petrochemical storage tanks.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_infra_strip_mall.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -84.0, Latitude: 34.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small linear commercial structure fronted by flat asphalt parking.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_strip_mall.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small linear commercial structure fronted by flat asphalt parking.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_zangezur.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 46.1, Latitude: 39.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp, linear natural mountain ridge completely devoid of infrastructure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_zangezur.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp, linear natural mountain ridge completely devoid of infrastructure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_port_singapore.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 103.75, Latitude: 1.26.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-density maritime staging area with extensive artificial coastline.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_singapore.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-density maritime staging area with extensive artificial coastline.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_town_coastal.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 14.48, Latitude: 40.62.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard human settlement built directly into coastal cliffs/shoreline.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_coastal.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard human settlement built directly into coastal cliffs/shoreline.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_energy_palo_verde.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -112.86, Latitude: 33.38.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Circular cooling towers and sprawling geometric arrays in isolated desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_palo_verde.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Circular cooling towers and sprawling geometric arrays in isolated desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_town_fjord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 6.0, Latitude: 60.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small cluster of standard residential structures hugging a deep coastal inlet.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_fjord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small cluster of standard residential structures hugging a deep coastal inlet.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_nullarbor_cliffs.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 130.35, Latitude: -31.58.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, perfectly sheer natural limestone cliff line meeting the ocean.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_nullarbor_cliffs.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, perfectly sheer natural limestone cliff line meeting the ocean.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_border_wagah.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 74.57, Latitude: 31.61.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Iconic India-Pakistan border crossing with parade ground, ceremonial gates, and dual customs infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_border_wagah.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Iconic India-Pakistan border crossing with parade ground, ceremonial gates, and dual customs infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_city_paris.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 2.35, Latitude: 48.85.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, uniform historical urban block geometry and radial avenues.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_paris.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, uniform historical urban block geometry and radial avenues.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_pampas.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -60.0, Latitude: -35.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, featureless plain broken only by standard crop demarcations.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_pampas.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, featureless plain broken only by standard crop demarcations.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_ind_fukushima.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 141.03, Latitude: 37.42.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense grid of massive circular containment tanks on coast.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_ind_fukushima.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense grid of massive circular containment tanks on coast.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_forest_congo_basin.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 22.0, Latitude: 0.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous, featureless expanse of dense equatorial rainforest.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_forest_congo_basin.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous, featureless expanse of dense equatorial rainforest.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_choke_corinth.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 22.99, Latitude: 37.93.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely narrow, perfectly straight, sheer-walled artificial canal.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_choke_corinth.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely narrow, perfectly straight, sheer-walled artificial canal.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_lake_victoria_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 33.0, Latitude: -1.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Empty, uniform tropical freshwater expanse.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_victoria_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Empty, uniform tropical freshwater expanse.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_brooklyn.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -73.94, Latitude: 40.67.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard continuous terraced housing and urban neighborhood grids.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_brooklyn.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard continuous terraced housing and urban neighborhood grids.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_desert_rub_al_khali.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 51.0, Latitude: 20.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless, repetitive natural wave patterns of desert sand.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_desert_rub_al_khali.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless, repetitive natural wave patterns of desert sand.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_desert_sahara_dunes.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 11.26, Latitude: 24.32.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous, unbroken arid sand dune geometry.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_desert_sahara_dunes.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous, unbroken arid sand dune geometry.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_calgary.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -114.07, Latitude: 51.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform residential cul-de-sac geometry cutting through natural terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_calgary.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform residential cul-de-sac geometry cutting through natural terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_port_nagoya.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 136.83, Latitude: 35.04.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense artificial island grid heavily packed with vehicle export arrays.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_nagoya.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense artificial island grid heavily packed with vehicle export arrays.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ocean_barents.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 40.0, Latitude: 75.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless dark polar water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_barents.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless dark polar water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_meteor_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -111.02, Latitude: 35.02.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly circular, deep terrestrial impact anomaly with raised rim.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_meteor_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly circular, deep terrestrial impact anomaly with raised rim.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_devils_tower.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -104.71, Latitude: 44.59.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-isolated, massive cylindrical natural rock intrusion.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_devils_tower.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-isolated, massive cylindrical natural rock intrusion.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_dallol.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 40.3, Latitude: 14.24.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-contrast geometric salt and acid formations in volcanic crater.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_dallol.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-contrast geometric salt and acid formations in volcanic crater.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_space_plesetsk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 40.58, Latitude: 62.96.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-latitude military cosmodrome with hardened launch complexes set in boreal forest.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_plesetsk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-latitude military cosmodrome with hardened launch complexes set in boreal forest.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ocean_pacific_equator.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -140.0, Latitude: 10.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Completely blank, featureless water topography.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_pacific_equator.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Completely blank, featureless water topography.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_zaporizhzhia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 34.58, Latitude: 47.51.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Concentrated row of massive dome structures and cooling ponds.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_zaporizhzhia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Concentrated row of massive dome structures and cooling ponds.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_lena_delta.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 126.0, Latitude: 73.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly complex, sprawling fractal networks of natural river channels.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_lena_delta.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly complex, sprawling fractal networks of natural river channels.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_cape_town.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 18.5, Latitude: -33.9.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform grid of small-plot residential structures.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_cape_town.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform grid of small-plot residential structures.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mil_pine_gap.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 133.73, Latitude: -23.79.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated cluster of multiple distinct white geodesic domes in desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_pine_gap.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated cluster of multiple distinct white geodesic domes in desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_lhr.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -0.45, Latitude: 51.47.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense concentration of aviation infrastructure and massive aircraft.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_lhr.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense concentration of aviation infrastructure and massive aircraft.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_choke_panama_gatun.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -79.92, Latitude: 9.27.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial lock geometry and concentrated vessel queuing.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_choke_panama_gatun.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial lock geometry and concentrated vessel queuing.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_norway_fjord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 6.1, Latitude: 59.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp, jagged natural rock formations intersecting with deep water channels.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_norway_fjord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp, jagged natural rock formations intersecting with deep water channels.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_town_mediterranean.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 25.33, Latitude: 36.4.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, bright-white standard residential structures clustered on a hillside.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_mediterranean.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, bright-white standard residential structures clustered on a hillside.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_bisti_badlands.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -108.25, Latitude: 36.26.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly textured, repeating natural hoodoo rock formations.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_bisti_badlands.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly textured, repeating natural hoodoo rock formations.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_port_hamburg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 9.93, Latitude: 53.53.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Complex network of industrial river docks and cargo grids.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_hamburg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Complex network of industrial river docks and cargo grids.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_perito_moreno.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -73.04, Latitude: -50.49.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly sheer, linear natural ice wall dropping into dark water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_perito_moreno.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly sheer, linear natural ice wall dropping into dark water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_naperville.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -88.15, Latitude: 41.75.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard low-density residential developments separated by green spaces.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_naperville.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard low-density residential developments separated by green spaces.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_rural_africa.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 35.0, Latitude: 0.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small, scattered residential footprint in a rural savanna environment.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_rural_africa.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small, scattered residential footprint in a rural savanna environment.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_france_rural.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 2.0, Latitude: 47.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Irregular, patchwork geometric shapes of standard farming plots.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_france_rural.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Irregular, patchwork geometric shapes of standard farming plots.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_krakatoa.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 105.42, Latitude: -6.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Broken circular volcanic archipelago surrounding a central cone.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_krakatoa.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Broken circular volcanic archipelago surrounding a central cone.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_port_antwerp.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 4.33, Latitude: 51.28.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling inland waterway locks and dense industrial staging.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_antwerp.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling inland waterway locks and dense industrial staging.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ice_greenland_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -40.0, Latitude: 75.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Completely featureless, flat white glacial ice cap.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ice_greenland_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Completely featureless, flat white glacial ice cap.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_london.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -0.12, Latitude: 51.49.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Irregular, dense historical urban street network and mixed residential.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_london.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Irregular, dense historical urban street network and mixed residential.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_ilulissat_fjord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -49.8, Latitude: 69.16.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Deeply incised natural water channel packed entirely with jagged calving glacial ice.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_ilulissat_fjord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Deeply incised natural water channel packed entirely with jagged calving glacial ice.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_infra_golf_course.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -82.02, Latitude: 33.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sculpted green recreational terrain interspersed with sand traps and trees.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_golf_course.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sculpted green recreational terrain interspersed with sand traps and trees.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_buenos_aires.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -58.38, Latitude: -34.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard continuous square-grid urban block layout.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_buenos_aires.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard continuous square-grid urban block layout.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_arouane_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -6.5, Latitude: 18.9.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Circular natural sand depression highly contrasting with surrounding dunes.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_arouane_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Circular natural sand depression highly contrasting with surrounding dunes.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_town_midwest.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -95.0, Latitude: 42.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated small orthogonal residential grid surrounded completely by farmland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_midwest.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated small orthogonal residential grid surrounded completely by farmland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aqua_vietnam_shrimp.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 105.4, Latitude: 9.3.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Tessellated rectangular shrimp ponds covering the Bac Lieu / Ca Mau delta.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aqua_vietnam_shrimp.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Tessellated rectangular shrimp ponds covering the Bac Lieu / Ca Mau delta.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_ocean_pacific_nemo.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -123.39, Latitude: -48.87.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless deep blue oceanic expanse with no discernible landmass.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_pacific_nemo.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless deep blue oceanic expanse with no discernible landmass.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mine_bingham.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -112.15, Latitude: 40.52.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive terraced terrestrial excavation scar.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_bingham.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive terraced terrestrial excavation scar.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_jebel_ali.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 55.05, Latitude: 25.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial harbor excavation and geometric terminals.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_jebel_ali.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial harbor excavation and geometric terminals.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_kourou.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -52.77, Latitude: 5.24.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Equatorial spaceport with multiple launch complexes carved into coastal jungle.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_kourou.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Equatorial spaceport with multiple launch complexes carved into coastal jungle.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_mt_st_helens.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -122.18, Latitude: 46.19.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive asymmetrical natural blast zone and crater void.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_mt_st_helens.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive asymmetrical natural blast zone and crater void.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_port_yangshan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 122.06, Latitude: 30.62.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial island entirely covered in cargo grid patterns.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_yangshan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial island entirely covered in cargo grid patterns.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_gravelines.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 2.13, Latitude: 51.01.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear array of geometric containment facilities on coastline.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_gravelines.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear array of geometric containment facilities on coastline.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_netherlands.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 5.5, Latitude: 52.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly structured, perfectly linear agricultural strips cut by small canals.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_netherlands.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly structured, perfectly linear agricultural strips cut by small canals.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_warehouse_park.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -117.5, Latitude: 34.05.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Repetitive, massive rectangular white-roofed light industrial buildings.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_warehouse_park.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Repetitive, massive rectangular white-roofed light industrial buildings.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_spider_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 126.08, Latitude: -16.73.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly geometric natural geological spider-web formation.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_spider_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly geometric natural geological spider-web formation.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_infra_water_treatment.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -87.8, Latitude: 41.8.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard municipal utility infrastructure with small circular clarifiers.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_water_treatment.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard municipal utility infrastructure with small circular clarifiers.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_airport_ord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -87.9, Latitude: 41.97.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Chaotic, intersecting extreme-scale runway geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_ord.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Chaotic, intersecting extreme-scale runway geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_choke_suez.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 32.34, Latitude: 30.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Distinct linear artificial waterway bisecting barren terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_choke_suez.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Distinct linear artificial waterway bisecting barren terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ice_ellesmere.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -75.0, Latitude: 80.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Remote, barren high-arctic snow and ice terrain.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ice_ellesmere.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Remote, barren high-arctic snow and ice terrain.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_aero_regional_strip.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -104.85, Latitude: 39.57.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Single narrow asphalt strip with minimal supporting infrastructure.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aero_regional_strip.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Single narrow asphalt strip with minimal supporting infrastructure.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_port_la.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -118.25, Latitude: 33.75.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive concentration of rectangular container geometry and ship berths.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_la.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive concentration of rectangular container geometry and ship berths.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ocean_indian_south.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 90.0, Latitude: -40.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast empty expanse of open ocean waves.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_indian_south.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast empty expanse of open ocean waves.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_port_yantian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 114.27, Latitude: 22.57.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense concentration of massive vessel infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_yantian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense concentration of massive vessel infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_suburb_phoenix.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -112.1, Latitude: 33.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard grid of single-family homes with uniform roofing and pools.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_phoenix.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard grid of single-family homes with uniform roofing and pools.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_brandberg_massif.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 14.53, Latitude: -21.13.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Gigantic circular mountain rising abruptly from featureless plains.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_brandberg_massif.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Gigantic circular mountain rising abruptly from featureless plains.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_airport_dxb.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 55.36, Latitude: 25.25.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-scale linear aviation infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_dxb.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-scale linear aviation infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_ras_tanura.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 50.15, Latitude: 26.65.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling complex of circular chemical storage and refining geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_ras_tanura.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling complex of circular chemical storage and refining geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_rotterdam.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 4.05, Latitude: 51.95.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-density geometric cargo terminals and massive vessel berthing.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_rotterdam.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme-density geometric cargo terminals and massive vessel berthing.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_giant_causeway.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -6.51, Latitude: 55.24.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense cluster of perfectly hexagonal natural basalt columns.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_giant_causeway.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense cluster of perfectly hexagonal natural basalt columns.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mine_mir.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 113.99, Latitude: 62.52.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly circular, deep terrestrial vortex anomaly.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_mir.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly circular, deep terrestrial vortex anomaly.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_oyu_tolgoi.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 106.04, Latitude: 43.01.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive isolated industrial processing geometry in empty desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_oyu_tolgoi.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive isolated industrial processing geometry in empty desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_suburb_auckland.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 174.8, Latitude: -36.9.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Patchwork of standard suburban residential parcels near coastline.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_auckland.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Patchwork of standard suburban residential parcels near coastline.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_airport_hnd.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 139.78, Latitude: 35.55.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive artificial island runway geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_hnd.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive artificial island runway geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_newport_news.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -76.43, Latitude: 36.98.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive drydock infrastructure and strategic naval vessel construction.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_newport_news.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive drydock infrastructure and strategic naval vessel construction.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_cdg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 2.54, Latitude: 49.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling complex of circular and linear aviation terminals.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_cdg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling complex of circular and linear aviation terminals.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_jubail.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 49.56, Latitude: 27.05.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uninterrupted, hyper-dense industrial pipe and tank geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_jubail.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uninterrupted, hyper-dense industrial pipe and tank geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_kansas_pivot.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -100.5, Latitude: 37.8.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly repetitive, massive circular crop geometries.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_kansas_pivot.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly repetitive, massive circular crop geometries.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_steppe_mongolia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 105.0, Latitude: 47.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, uninterrupted grassy plains devoid of roads or settlements.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_steppe_mongolia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, uninterrupted grassy plains devoid of roads or settlements.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_airport_schiphol.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 4.76, Latitude: 52.31.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly dispersed, multi-directional runway layout cutting through agriculture.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_schiphol.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly dispersed, multi-directional runway layout cutting through agriculture.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_port_felixstowe.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 1.31, Latitude: 51.96.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mid-sized container port with ordered rectangular berths and stacked container yards.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_port_felixstowe.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mid-sized container port with ordered rectangular berths and stacked container yards.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_boneyard_amarg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -110.85, Latitude: 32.16.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive aircraft storage yard with thousands of geometrically arrayed military airframes.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_boneyard_amarg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive aircraft storage yard with thousands of geometrically arrayed military airframes.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_ind_taweelah.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 54.69, Latitude: 24.77.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-dense, sprawling metal refining structures on artificial coast.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_ind_taweelah.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-dense, sprawling metal refining structures on artificial coast.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_rota.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -6.33, Latitude: 36.64.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive geometric naval and aviation infrastructure on strategic coastline.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_rota.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive geometric naval and aviation infrastructure on strategic coastline.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_atl.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -84.42, Latitude: 33.64.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling parallel runway geometry and massive central terminal complex.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_atl.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling parallel runway geometry and massive central terminal complex.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_city_melbourne.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 144.96, Latitude: -37.81.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Orthogonal central business district bounded by standard residential sprawl.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_melbourne.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Orthogonal central business district bounded by standard residential sprawl.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_camp_zaatari.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 36.33, Latitude: 32.3.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mega-scale refugee city with grid-aligned shelter rows in arid terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_camp_zaatari.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mega-scale refugee city with grid-aligned shelter rows in arid terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_jfk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -73.77, Latitude: 40.64.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Irregular network of extreme-scale runways intersecting a bay.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_jfk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Irregular network of extreme-scale runways intersecting a bay.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_hambach.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 6.51, Latitude: 50.91.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Colossal stepped terrestrial void carved into rural topography.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_hambach.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Colossal stepped terrestrial void carved into rural topography.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_town_river.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 7.6, Latitude: 50.2.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear settlement geometry following the natural curve of a river system.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_river.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear settlement geometry following the natural curve of a river system.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_highway.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -105.0, Latitude: 35.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small linear arrangement of commercial and residential structures anchored to a single road.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_highway.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small linear arrangement of commercial and residential structures anchored to a single road.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_bogota.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -74.07, Latitude: 4.71.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling, highly compressed urban block and street geometry.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_bogota.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling, highly compressed urban block and street geometry.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_mumbai.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 72.87, Latitude: 19.07.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely high-density, irregular urban residential geometry.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_mumbai.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely high-density, irregular urban residential geometry.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_navy_severodvinsk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 39.83, Latitude: 64.58.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sevmash submarine yard with covered building halls and Arctic naval pier infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_navy_severodvinsk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sevmash submarine yard with covered building halls and Arctic naval pier infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_bayan_obo.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 109.97, Latitude: 41.79.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive, high-contrast terraced pits and artificial chemical lakes.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_bayan_obo.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive, high-contrast terraced pits and artificial chemical lakes.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_pingualuit.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -73.66, Latitude: 61.27.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly circular, deep-blue water body contained by a natural rim.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_pingualuit.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly circular, deep-blue water body contained by a natural rim.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_logistics_memphis_fedex.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -89.98, Latitude: 35.05.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Logistics hub with parked cargo aircraft and large sorting facility.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_logistics_memphis_fedex.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Logistics hub with parked cargo aircraft and large sorting facility.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_desert.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 133.88, Latitude: -23.69.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated, standard low-rise settlement surrounded by barren arid terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_desert.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated, standard low-rise settlement surrounded by barren arid terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_port_vancouver.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -123.11, Latitude: 49.29.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Concentrated industrial cargo grid extending into a natural inlet.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_vancouver.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Concentrated industrial cargo grid extending into a natural inlet.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_ist.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 28.74, Latitude: 41.26.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive isolated geometric aviation footprint.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_ist.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive isolated geometric aviation footprint.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_cattenom.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 6.21, Latitude: 49.41.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Cluster of massive, uniform circular cooling towers.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_cattenom.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Cluster of massive, uniform circular cooling towers.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_lake_caspian_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 51.0, Latitude: 41.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless inland sea surface, no shoreline visible.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_caspian_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless inland sea surface, no shoreline visible.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_forest_siberian_taiga.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 110.0, Latitude: 55.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless, unbroken dark green boreal woodland.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_forest_siberian_taiga.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless, unbroken dark green boreal woodland.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_lagos.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 3.37, Latitude: 6.52.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-dense, irregular urban roofing and street networks.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_lagos.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-dense, irregular urban roofing and street networks.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_forest.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 8.3, Latitude: 48.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small clearings of human residential activity amidst dense woodland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_forest.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small clearings of human residential activity amidst dense woodland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_iowa_grid.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -93.5, Latitude: 42.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard checkerboard pattern of rectangular agricultural fields.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_iowa_grid.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard checkerboard pattern of rectangular agricultural fields.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_navy_dalian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 121.59, Latitude: 38.93.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Major naval shipyard with dry docks, gantry cranes, and aircraft carrier under construction.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_navy_dalian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Major naval shipyard with dry docks, gantry cranes, and aircraft carrier under construction.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_sahel_chad_basin.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 17.0, Latitude: 12.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Faded ochre savanna with scattered acacia, no human structure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_sahel_chad_basin.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Faded ochre savanna with scattered acacia, no human structure.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ice_ross_shelf.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -170.0, Latitude: -80.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless, uninterrupted frozen shelf geometry.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ice_ross_shelf.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Endless, uninterrupted frozen shelf geometry.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_agri_mato_grosso.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -55.0, Latitude: -12.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, uniform rectangular commercial farming clearings.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_mato_grosso.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, uniform rectangular commercial farming clearings.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mil_guam_andersen.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 144.92, Latitude: 13.58.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive dual parallel airstrips terminating abruptly at coastal cliffs.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_guam_andersen.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive dual parallel airstrips terminating abruptly at coastal cliffs.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_city_tehran.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 51.38, Latitude: 35.68.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous, high-density standard urban infrastructure.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_tehran.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous, high-density standard urban infrastructure.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mine_garzweiler.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 6.5, Latitude: 51.06.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling, active geometric earth-moving scar across landscape.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_garzweiler.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling, active geometric earth-moving scar across landscape.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_mine_carrara.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 10.12, Latitude: 44.08.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"White marble quarries cut into an Apennine ridge, mid-scale extraction.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_mine_carrara.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"White marble quarries cut into an Apennine ridge, mid-scale extraction.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_energy_ouarzazate.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -6.86, Latitude: 30.99.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive curved arrays of concentrated reflective infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_ouarzazate.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive curved arrays of concentrated reflective infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_border_us_mx_tijuana.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -117.03, Latitude: 32.54.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp linear border wall delineation between dense urban grid and adjacent settlements.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_border_us_mx_tijuana.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp linear border wall delineation between dense urban grid and adjacent settlements.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_kix.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 135.24, Latitude: 34.43.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly rectangular massive artificial island in open water.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_kix.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Perfectly rectangular massive artificial island in open water.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_lake_eyre.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 137.3, Latitude: -28.4.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive natural dry lake bed exhibiting high-contrast white and brown geometries.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_lake_eyre.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive natural dry lake bed exhibiting high-contrast white and brown geometries.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_tundra_nunavut.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -95.0, Latitude: 65.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Empty Canadian shield landscape consisting of rock and scrub.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_tundra_nunavut.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Empty Canadian shield landscape consisting of rock and scrub.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_madrid.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -3.7, Latitude: 40.41.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense historic street geometry interlocked with standard residential.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_madrid.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense historic street geometry interlocked with standard residential.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_wetland_mesopotamian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 47.0, Latitude: 31.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Marshland mosaic of reedbeds and shallow lagoons with no urban form.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_wetland_mesopotamian.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Marshland mosaic of reedbeds and shallow lagoons with no urban form.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_water_local_canal.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 4.9, Latitude: 52.37.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Narrow, localized urban waterway integrated into standard city grid.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_water_local_canal.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Narrow, localized urban waterway integrated into standard city grid.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_port_fishing_pier.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -3.0, Latitude: 47.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Minimal concrete piers blending into standard civilian coastal architecture.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_port_fishing_pier.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Minimal concrete piers blending into standard civilian coastal architecture.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_great_barrier_reef.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 149.19, Latitude: -19.75.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Submerged, highly textured geometric organic formations in shallow water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_great_barrier_reef.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Submerged, highly textured geometric organic formations in shallow water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_energy_local_substation.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -97.1, Latitude: 32.7.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small, localized geometric grid of electrical transformers within a residential zone.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_energy_local_substation.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small, localized geometric grid of electrical transformers within a residential zone.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aero_edinburgh.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -3.37, Latitude: 55.95.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Regional airport with single runway and modest terminal apron.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aero_edinburgh.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Regional airport with single runway and modest terminal apron.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mil_norfolk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -76.32, Latitude: 36.94.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense concentration of massive military vessel berthing.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_norfolk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense concentration of massive military vessel berthing.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_cerrejon.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -72.65, Latitude: 11.08.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, dark linear earthworks heavily contrasting with natural terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_cerrejon.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast, dark linear earthworks heavily contrasting with natural terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_sian_kaan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -87.6, Latitude: 19.3.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense natural coastal vegetation creating a sharp marine boundary.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_sian_kaan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense natural coastal vegetation creating a sharp marine boundary.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_space_sriharikota.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 80.23, Latitude: 13.72.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Island spaceport with twin launch pads and expansive flame trenches.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_sriharikota.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Island spaceport with twin launch pads and expansive flame trenches.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_wenchang.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 110.96, Latitude: 19.61.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Tropical coastal spaceport with massive launch towers and extensive support infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_wenchang.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Tropical coastal spaceport with massive launch towers and extensive support infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_suburb_henderson.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -115.05, Latitude: 36.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-contrast, densely packed residential plots in arid environment.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_henderson.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-contrast, densely packed residential plots in arid environment.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_sahel_central.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 0.0, Latitude: 15.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Semi-arid transition zone of sparse vegetation and ochre soil.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_sahel_central.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Semi-arid transition zone of sparse vegetation and ochre soil.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_desert_gobi.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 105.0, Latitude: 43.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Barren, textured dirt and rock landscape.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_desert_gobi.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Barren, textured dirt and rock landscape.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_tundra_siberia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 100.0, Latitude: 70.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Barren, textured rocky permafrost.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_tundra_siberia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Barren, textured rocky permafrost.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_stone_forest.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 103.32, Latitude: 24.81.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Tall, tightly packed vertical natural rock pillars resembling buildings.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_stone_forest.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Tall, tightly packed vertical natural rock pillars resembling buildings.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_belchatow.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 19.32, Latitude: 51.26.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive terrestrial excavation scar adjacent to heavy industrial plant.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_belchatow.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive terrestrial excavation scar adjacent to heavy industrial plant.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_aero_local_airfield.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -80.0, Latitude: 35.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small-scale runway flanked by standard grassy fields and minimal tarmac.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aero_local_airfield.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small-scale runway flanked by standard grassy fields and minimal tarmac.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_houston.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -95.5, Latitude: 29.8.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dendritic suburban street networks branching off standard arterial roads.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_houston.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dendritic suburban street networks branching off standard arterial roads.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_energy_kashiwazaki.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 138.6, Latitude: 37.42.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense coastal grid of massive containment buildings.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_kashiwazaki.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense coastal grid of massive containment buildings.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_namibia_coast.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 14.5, Latitude: -23.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-contrast linear boundary between barren desert and ocean.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_namibia_coast.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-contrast linear boundary between barren desert and ocean.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_infra_shopping_mall.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -93.24, Latitude: 44.85.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard large flat-roofed commercial building surrounded by massive parking lot geometry.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_shopping_mall.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard large flat-roofed commercial building surrounded by massive parking lot geometry.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_uluru.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 131.03, Latitude: -25.34.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, highly anomalous singular elliptical rock formation in flat desert.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_uluru.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, highly anomalous singular elliptical rock formation in flat desert.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_airport_hkg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 113.91, Latitude: 22.3.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive land reclamation hosting massive linear aviation footprint.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_hkg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive land reclamation hosting massive linear aviation footprint.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_logistics_leipzig_dhl.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 12.24, Latitude: 51.42.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Cargo airport with rectangular sorting hall and aircraft parking aprons.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_logistics_leipzig_dhl.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Cargo airport with rectangular sorting hall and aircraft parking aprons.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_desert_atacama.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -69.5, Latitude: -24.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-arid, featureless rocky plateau.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_desert_atacama.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Hyper-arid, featureless rocky plateau.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_seoul.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 126.97, Latitude: 37.56.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense combination of orthogonal and irregular urban city blocks.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_seoul.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense combination of orthogonal and irregular urban city blocks.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mine_diavik.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -111.33, Latitude: 64.49.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Geometric extraction pits situated on an isolated frozen island.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_diavik.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Geometric extraction pits situated on an isolated frozen island.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_nile_linear.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 32.0, Latitude: 26.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp, highly contrasting boundary between rectangular green plots and barren desert.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_nile_linear.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sharp, highly contrasting boundary between rectangular green plots and barren desert.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_water_rural_bridge.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -95.0, Latitude: 40.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small linear strip of asphalt crossing a minor natural river.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_water_rural_bridge.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small linear strip of asphalt crossing a minor natural river.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_big_sur.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -121.67, Latitude: 36.16.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Rugged, undeveloped linear collision between mountains and ocean.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_big_sur.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Rugged, undeveloped linear collision between mountains and ocean.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_infra_university.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -122.17, Latitude: 37.42.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard campus layout with mixed building sizes and green spaces.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_infra_university.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard campus layout with mixed building sizes and green spaces.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_space_mojave.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -118.15, Latitude: 35.06.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Desert spaceport with parallel runways, hangar clusters, and stored aircraft.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_space_mojave.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Desert spaceport with parallel runways, hangar clusters, and stored aircraft.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_navy_jiangnan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 121.74, Latitude: 31.36.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Strategic shipbuilding yard on Changxing Island with large dry docks and naval vessel slips.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_navy_jiangnan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Strategic shipbuilding yard on Changxing Island with large dry docks and naval vessel slips.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_mekong.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 105.5, Latitude: 10.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, water-logged grid of small rectangular agricultural paddies.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_mekong.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, water-logged grid of small rectangular agricultural paddies.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_lake_aral_remnant.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 60.5, Latitude: 46.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Remaining North Aral water body bordered by exposed seabed and salt flats.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_aral_remnant.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Remaining North Aral water body bordered by exposed seabed and salt flats.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_wave_rock.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 118.89, Latitude: -32.39.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Long, perfectly smooth, sweeping natural granite curvature.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_wave_rock.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Long, perfectly smooth, sweeping natural granite curvature.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mil_engels_base.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 46.21, Latitude: 51.48.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive isolated military airstrip and heavy bomber aprons.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_engels_base.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive isolated military airstrip and heavy bomber aprons.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_wheatbelt.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 118.0, Latitude: -32.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, highly angular, low-contrast farming geometries.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_agri_wheatbelt.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, highly angular, low-contrast farming geometries.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_oil_us_spr_bryan_mound.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -95.37, Latitude: 28.95.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Strategic petroleum reserve with surface wellheads over a salt-dome storage cavern field.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_oil_us_spr_bryan_mound.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Strategic petroleum reserve with surface wellheads over a salt-dome storage cavern field.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_dried_riverbed.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 137.0, Latitude: -28.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Branching, dendritic natural erosion patterns mimicking road networks.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_dried_riverbed.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Branching, dendritic natural erosion patterns mimicking road networks.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_arctic_ice.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 150.0, Latitude: 82.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dark oceanic water interspersed with natural, irregular sea ice fracturing.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_arctic_ice.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dark oceanic water interspersed with natural, irregular sea ice fracturing.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_plano.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -96.75, Latitude: 33.05.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling residential subdivisions and branching road layouts.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_plano.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling residential subdivisions and branching road layouts.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mine_chuquicamata.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -68.9, Latitude: -22.3.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Gigantic elliptical open-pit excavation anomaly.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_chuquicamata.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Gigantic elliptical open-pit excavation anomaly.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_construction_neom.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 35.3, Latitude: 28.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear construction trench with active earthworks across desert at the NEOM main base.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_construction_neom.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear construction trench with active earthworks across desert at the NEOM main base.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_lake_chad_shrinkage.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 14.4, Latitude: 13.2.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Heavily reduced freshwater lake transitioning to marsh and bare lakebed.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_chad_shrinkage.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Heavily reduced freshwater lake transitioning to marsh and bare lakebed.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_town_oasis.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 28.0, Latitude: 29.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense human settlement concentrated entirely around localized natural vegetation in desert.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_oasis.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense human settlement concentrated entirely around localized natural vegetation in desert.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_camp_dadaab.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 40.31, Latitude: 0.06.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Long-standing refugee complex of geometric shelter blocks in semi-arid bush.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_camp_dadaab.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Long-standing refugee complex of geometric shelter blocks in semi-arid bush.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_yokosuka.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 139.66, Latitude: 35.29.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Heavily fortified geometric piers and naval drydocks.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_yokosuka.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Heavily fortified geometric piers and naval drydocks.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_snow_alps_jungfrau.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 7.96, Latitude: 46.54.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform Alpine snow expanse over jagged ridgelines, no civilization.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_snow_alps_jungfrau.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform Alpine snow expanse over jagged ridgelines, no civilization.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_itaipu.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -54.59, Latitude: -25.4.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial geometric barrier and spillway infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_itaipu.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial geometric barrier and spillway infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ocean_weddell.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -45.0, Latitude: -72.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Open water heavily textured by natural floating pack ice.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_weddell.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Open water heavily textured by natural floating pack ice.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mine_super_pit.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 121.5, Latitude: -30.77.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly pronounced elliptical terraced void adjacent to settlement.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_super_pit.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly pronounced elliptical terraced void adjacent to settlement.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_richards_bay.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 32.03, Latitude: -28.79.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive geometric coal export terminal interrupting coastal topography.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_richards_bay.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive geometric coal export terminal interrupting coastal topography.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_plume_amazon_mouth.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -49.5, Latitude: -0.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive river sediment plume diffusing into the open Atlantic.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_plume_amazon_mouth.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive river sediment plume diffusing into the open Atlantic.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_salton.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -115.83, Latitude: 33.33.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated saline lake surrounded by barren desert.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_salton.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Isolated saline lake surrounded by barren desert.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_moher_cliffs.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -9.42, Latitude: 52.97.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dark, continuous sheer natural rock wall dropping vertically into the sea.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_moher_cliffs.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dark, continuous sheer natural rock wall dropping vertically into the sea.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_superior_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -87.0, Latitude: 47.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive unbroken expanse of deep freshwater.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_superior_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive unbroken expanse of deep freshwater.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_baikal_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 108.0, Latitude: 53.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless dark water surface of a massive inland lake.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_lake_baikal_center.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless dark water surface of a massive inland lake.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_town_jungle.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -60.0, Latitude: -3.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Minor human architectural footprint carved into dense tropical canopy.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_town_jungle.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Minor human architectural footprint carved into dense tropical canopy.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mine_grasberg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 137.11, Latitude: -4.05.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme environmental scarring and terraced pit in high-altitude terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_grasberg.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extreme environmental scarring and terraced pit in high-altitude terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_skeleton_coast.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 12.5, Latitude: -19.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Stark, featureless sandy coastline creating a sharp terrestrial/marine boundary.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_skeleton_coast.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Stark, featureless sandy coastline creating a sharp terrestrial/marine boundary.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_airport_dmm.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 49.79, Latitude: 26.47.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive geometric aviation layout surrounded by barren desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_dmm.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive geometric aviation layout surrounded by barren desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_oil_abqaiq.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 49.69, Latitude: 25.94.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling oil processing complex with stabilization columns, pipelines, and tank farms.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_oil_abqaiq.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling oil processing complex with stabilization columns, pipelines, and tank farms.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_patagonia_fjords.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -74.0, Latitude: -50.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Complex, highly articulated natural rock boundaries against isolated water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_patagonia_fjords.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Complex, highly articulated natural rock boundaries against isolated water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_tenoumer_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -10.4, Latitude: 22.92.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Distinct circular impact geometry interrupting linear desert sand.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_tenoumer_crater.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Distinct circular impact geometry interrupting linear desert sand.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_polar_franz_josef.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 55.0, Latitude: 81.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Remote ice-capped Arctic islands with no human presence.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_polar_franz_josef.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Remote ice-capped Arctic islands with no human presence.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_mexico.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -99.13, Latitude: 19.43.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling, high-density generic urban infrastructure.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_mexico.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling, high-density generic urban infrastructure.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_levittown.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -73.51, Latitude: 40.72.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Repetitive low-density residential geometry and winding street networks.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_levittown.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Repetitive low-density residential geometry and winding street networks.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_ocean_sargasso.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -60.0, Latitude: 28.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform water surface completely lacking terrestrial features.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_sargasso.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform water surface completely lacking terrestrial features.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_victoria_falls_gorge.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 25.85, Latitude: -17.92.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely sharp, zigzagging natural canyon carved into rock.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_victoria_falls_gorge.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely sharp, zigzagging natural canyon carved into rock.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mil_diego_garcia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 72.4, Latitude: -7.3.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive runway and infrastructure complex occupying an entire isolated atoll.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mil_diego_garcia.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive runway and infrastructure complex occupying an entire isolated atoll.\", \"category\": \"HIGH\"}"}]} diff --git a/val_dataset.jsonl b/val_dataset.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0cef3f32a6858d5d43fcd97e66e90834ff34167e --- /dev/null +++ b/val_dataset.jsonl @@ -0,0 +1,60 @@ +{"image": "orion_dataset/images/med_agri_central_valley.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -120.5, Latitude: 36.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Rectilinear agricultural parcels with uniform crop lines.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_huanglong.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 103.82, Latitude: 32.75.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense network of small, adjacent natural geometric calcite pools.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mil_fylingdales.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -0.66, Latitude: 54.36.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Anomalous towering geometric radar installation in isolated terrain.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_volcano_stromboli.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 15.21, Latitude: 38.79.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Persistently active stratovolcano with summit crater and ash-darkened slopes.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_valles_caldera.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -106.53, Latitude: 35.87.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Enormous circular volcanic depression surrounded by natural ridges.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_salar_de_uyuni.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -67.5, Latitude: -20.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-albedo, flat geometric polygon fracturing caused by natural salt crusts.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_miami.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -80.35, Latitude: 25.7.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely dense grid of uniform suburban roofing and paved plots.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_steppe_tibet.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 88.0, Latitude: 34.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"High-altitude barren plateau with entirely natural topography.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_wetland_pantanal.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -56.67, Latitude: -16.45.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast seasonally flooded grassland with sinuous natural waterways.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_ocean_coral_sea.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 155.0, Latitude: -15.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Uniform tropical ocean surface devoid of human navigation.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_port_tianjin.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 117.73, Latitude: 38.97.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive coastal excavation with perfectly linear ship channels.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_wind_alta.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -118.33, Latitude: 35.02.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Onshore wind farm with regularly spaced turbines across desert ridgelines.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_choke_kiel.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 9.14, Latitude: 53.88.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive linear lock infrastructure crossing terrestrial landscape.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_energy_three_gorges.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 111.0, Latitude: 30.82.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive linear concrete barrier interrupting a major river system.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_suburb_sydney.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 150.9, Latitude: -33.8.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Standard low-density suburban housing plots with distinct red/dark roofing.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_port_santos.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -46.29, Latitude: -23.97.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling linear dock infrastructure wrapping a natural estuarine channel.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_mine_eshidiya.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 36.01, Latitude: 29.98.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive anomalous earth disruption and linear extraction lines in desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_ningbo.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 121.85, Latitude: 29.93.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Unnatural linear island structures completely dominated by container grids.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_busan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 129.08, Latitude: 35.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extensive linear docks and concentrated industrial geometry.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_airport_icn.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 126.44, Latitude: 37.46.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Symmetrical, hyper-massive terminal geometry on coastal fill.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_polar_severnaya_zemlya.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 97.0, Latitude: 79.5.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Russian high Arctic archipelago, glaciated and uninhabited.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_airport_lax.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -118.4, Latitude: 33.94.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense central U-shaped architecture surrounded by heavy parallel concrete.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_town_arctic.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 15.64, Latitude: 78.22.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small, isolated standard structures set against a snowy/glacial backdrop.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_ind_chernobyl.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 30.09, Latitude: 51.38.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive anomalous arch structure surrounded by over-grown infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_suburb_mississauga.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -79.65, Latitude: 43.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Continuous winding layouts of standard residential housing.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_city_barcelona.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 2.16, Latitude: 41.38.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly repetitive, chamfered square residential block patterns.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_water_standard_lock.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -88.08, Latitude: 41.56.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small-scale linear concrete river lock meant for standard barge traffic.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_bellevue.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -122.15, Latitude: 47.6.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Low-density housing plots highly integrated with natural tree cover.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_ocean_bering.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 175.0, Latitude: 58.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Empty, dark frigid marine expanse.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_suburb_atlanta.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -84.3, Latitude: 33.9.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Low-density housing networks heavily obscured by tree canopy.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_manicouagan.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -68.7, Latitude: 51.38.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, perfect circular ring lake formed by natural terrestrial impact.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_town_steppe.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 100.0, Latitude: 46.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Small footprint of low-density structures breaking up vast grassland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_plume_yangtze.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 122.5, Latitude: 31.4.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast natural sediment discharge fan staining the open ocean.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_border_panmunjom.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 126.68, Latitude: 37.96.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Heavily fortified Korean DMZ Joint Security Area with conference buildings, blue UN huts, and cleared exclusion strip.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_hard_gosses_bluff.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 132.3, Latitude: -23.82.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Striking circular natural rock ring protruding from desert floor.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_tarfaya_wind.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -12.87, Latitude: 27.87.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive, highly repetitive grid of isolated vertical structures in desert.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/low_ocean_philippine_sea.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 135.0, Latitude: 15.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Vast expanse of open ocean devoid of human activity.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_energy_hoover.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -114.73, Latitude: 36.01.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly distinct curved concrete arch wedged in deep natural canyon.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_city_bangkok.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 100.5, Latitude: 13.75.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling mix of standard high-rise and dense low-rise urban development.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_port_houston.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -95.07, Latitude: 29.73.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense industrial channel lined with extreme geometric petrochemical storage.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/high_port_qingdao.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 120.31, Latitude: 36.01.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Massive artificial peninsula featuring dense orthogonal cargo arrays.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_city_tokyo.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 139.65, Latitude: 35.64.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely dense, irregular low-rise residential and commercial canopy.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_suburb_orlando.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -81.4, Latitude: 28.55.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Curved residential street patterns intermixed with small artificial water bodies.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_aqua_norway_salmon.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 5.92, Latitude: 60.1.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Geometric circular salmon pens grouped in a Hardangerfjord cluster.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/med_solar_topaz.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -120.07, Latitude: 35.38.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Mid-scale photovoltaic array of geometric panels in arid terrain.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_wetland_everglades.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -80.76, Latitude: 25.79.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless sawgrass plain dotted with natural tree islands.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/med_city_cairo.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 31.23, Latitude: 30.04.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, uniform flat-roofed residential structures bounded by roads.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_forest_amazon_deep.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -65.0, Latitude: -5.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, uninterrupted fractal canopy of deep tropical vegetation.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_choke_bosphorus.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 29.09, Latitude: 41.12.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Extremely narrow strategic maritime chokepoint bisecting dense urban and industrial infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_agri_fresno_valley.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -119.8, Latitude: 36.7.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, linear rows of ordinary agricultural crop infrastructure.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_hard_na_pali.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -159.65, Latitude: 22.17.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Highly corrugated, linear natural ridgelines abruptly dropping into water.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_mine_norilsk.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 88.16, Latitude: 69.33.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Dense, heavily polluted heavy industrial footprint in remote tundra.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_port_gioia_tauro.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 15.9, Latitude: 38.45.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Regional transhipment terminal with linear quays and modest container blocks.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_ocean_atlantic_north.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -40.0, Latitude: 45.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Featureless open water showing only natural wave textures.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/high_port_newark.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -74.15, Latitude: 40.68.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Sprawling geometric cargo grid integrated into coastal infrastructure.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_infra_rail_yard.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -100.8, Latitude: 41.14.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Linear parallel metal tracks and standard logistics queuing.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/high_mine_carajas.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -50.17, Latitude: -6.06.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Stark, geometric rust-colored excavation disrupting dense green canopy.\", \"category\": \"HIGH\"}"}]} +{"image": "orion_dataset/images/med_wind_whitelee.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -4.27, Latitude: 55.69.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Largest UK onshore wind farm with regularly spaced turbines and service roads across Scottish moorland.\", \"category\": \"MEDIUM\"}"}]} +{"image": "orion_dataset/images/low_ocean_pacific_east.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: -100.0, Latitude: -30.0.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Empty, deep-water pelagic zone.\", \"category\": \"LOW\"}"}]} +{"image": "orion_dataset/images/low_hard_pamukkale.png", "conversations": [{"role": "user", "content": "\nYou are an autonomous orbital triage assistant. Analyze this high-resolution RGB satellite image captured at Longitude: 29.12, Latitude: 37.92.\nStrictly use one of these categories based on visual morphology:\n- HIGH: Extreme-scale strategic anomalies, dense geometric cargo/vessel infrastructure, massive cooling towers, sprawling runways, or distinct geological/artificial chokepoints.\n- MEDIUM: Standard human civilization. Ordinary urban grids, low-density suburban sprawl, regular checkerboard agriculture, or localized infrastructure (malls, regional strips).\n- LOW: Complete absence of human infrastructure. Featureless deep oceans, unbroken canopy, barren deserts, or purely natural geological formations (craters, natural cliffs).\nYou MUST output your response as a valid JSON object. To ensure accurate visual reasoning, you must output the \"reason\" key FIRST, followed by the \"category\" key."}, {"role": "assistant", "content": "{\"reason\": \"Tiered, semi-circular bright white natural travertine terraces.\", \"category\": \"LOW\"}"}]}