Which map was it? I have fairly high res versions of them up on the website these days.
It was the Exploration Time Lapse Heatmap Cumulative, a high rez of the last video frame. =)
Which map was it? I have fairly high res versions of them up on the website these days.
Ah OK. There's the 1920x1080 final frame (I've re-added the link for this), and also the large heatmap on the site currently. For anything else I'd have to look and see how I could make it work.
I've added region boundaries as a selection on the interactive map. I'm not sure how precise this is, since I was using screenshots to build it, and I'm surprised that Sagittarius-A* would be that face below the region center. This will take further verification and refinement later.
Yeah, I made a few attempts to align the regional boundaries, and I centered it more visually at first. But then some of the corners didn't line up with the arm gaps the same way they did in screenshots of the in-game codex map. Some of that might also be due to scaling the whole overlay too, but it's hard to tell.
The good news is that now that I've created the "path" in Photoshop, I can scale and move it around as needed before re-rasterizing.
I didn't see if the journals will record region names as people travel. I hope it does, so that EDSM can build up some region data.
The Starfleet logo has been up there for a while now, but that second is for sure new.
Indeed, it has been there for two years...
mysql> select date(edsm_date),count(*) from systems group by date(edsm_date) order by date(edsm_date) desc limit 14;
+-----------------+----------+
| date(edsm_date) | count(*) |
+-----------------+----------+
| 2018-12-16 | 61325 |
| 2018-12-15 | 57712 |
| 2018-12-14 | 43199 |
| 2018-12-13 | 33966 |
| 2018-12-12 | 23235 |
| 2018-12-11 | 4889 |
| 2018-12-10 | 19578 |
| 2018-12-09 | 37325 |
| 2018-12-08 | 29882 |
| 2018-12-07 | 15411 |
| 2018-12-06 | 21377 |
| 2018-12-05 | 23956 |
| 2018-12-04 | 18393 |
| 2018-12-03 | 23380 |
+-----------------+----------+
14 rows in set (9.00 sec)
mysql> select date(updateTime),count(*) from planets group by date(updateTime) order by date(updateTime) desc limit 14;
+------------------+----------+
| date(updateTime) | count(*) |
+------------------+----------+
| 2018-12-16 | 465891 |
| 2018-12-15 | 397207 |
| 2018-12-14 | 309462 |
| 2018-12-13 | 222336 |
| 2018-12-12 | 170213 |
| 2018-12-11 | 13638 |
| 2018-12-10 | 24029 |
| 2018-12-09 | 33260 |
| 2018-12-08 | 27922 |
| 2018-12-07 | 18667 |
| 2018-12-06 | 14887 |
| 2018-12-05 | 16272 |
| 2018-12-04 | 16819 |
| 2018-12-03 | 20934 |
+------------------+----------+
mysql> select date(updateTime),count(*) from stars group by date(updateTime) order by date(updateTime) desc limit 14;
+------------------+----------+
| date(updateTime) | count(*) |
+------------------+----------+
| 2018-12-16 | 141353 |
| 2018-12-15 | 124212 |
| 2018-12-14 | 100121 |
| 2018-12-13 | 71191 |
| 2018-12-12 | 51368 |
| 2018-12-11 | 4902 |
| 2018-12-10 | 12813 |
| 2018-12-09 | 16127 |
| 2018-12-08 | 14185 |
| 2018-12-07 | 7542 |
| 2018-12-06 | 8396 |
| 2018-12-05 | 11887 |
| 2018-12-04 | 9333 |
| 2018-12-03 | 10280 |
+------------------+----------+
Complete side note, do you have an image of the galaxy regions overlay? I have been trying to track one down without much luck.
Just the overlay itself? I had to make mine in a high resolution for the map. I stuffed a copy of it here (currently about 2 MB, PNG with transparent background). That URL will get updated with whatever the current copy is, as I make changes.
Yeah, I think I can put together some nice spreadsheets, and have them auto-updated on the website. I'll see what I can throw together.
This is exactly what I was looking for!