Have started my own website on EliteDangerous. It is still very much a WIP but it stops me playing E.D. for unhealthy amounts of time (you know the symptoms, "ooh a 175000 CR haulage mission, I'll just do that before I go to bed ...".
Anyway so far I have implemented a page that lists, in order of distance (closest first), the nearest pristine metallic rings, you simply provide the system name. For example to get the nearest PMRs to HIP 8396 simply enter the following web page address in your browser address bar:
http://www.hozbase.co.uk/EliteDangerous/PristineMetallicRingFinder?system=hip 8396
Note that some browsers won't accept a space (FireFox, Internet Explorer 11, and Chrome do) simply use "%20" instead, ie:
www.hozbase.co.uk/EliteDangerous/PristineMetallicRingFinder?system=hip%208396
Currently I am using my own personal list of PMRs. I will go ahead and add any that you have listed here and link back to this page.
I have also implemented a RESTful Web Api so that the information can be gathered programatically, hence for the same system the page is returned in JSON or XML form (depending on the Post request) with the URL:
http://www.hozbase.co.uk/EliteDangerous/PristineMetallicRingFinder/api/Values?system=hip 8396
[Changed recently so it is the same URL but with "api" inserted]
I am a Software Engineer by trade and just using the web-site to learn some new techniques. I am open to any suggestions on what else could be done and on improvements to the PMR finder (although bear in mind it is still very much WIP). I will add info on which rings, images, and a notes section at some point but the initial priority is to make the list as extensive as possible.
Update: 7 Dec 2015 - I have integrated the Gorrister list into the web-site + I am finding about 2-4 PMRs a week as well.
Good news is that Merope has a PMR and there another 3 within 10Ly + there are at least 2 black hole systems in the area (Maia and HR 1185) Thus when the new station is placed there, there will be mining and exploration possibilities.
Anyway so far I have implemented a page that lists, in order of distance (closest first), the nearest pristine metallic rings, you simply provide the system name. For example to get the nearest PMRs to HIP 8396 simply enter the following web page address in your browser address bar:
http://www.hozbase.co.uk/EliteDangerous/PristineMetallicRingFinder?system=hip 8396
Note that some browsers won't accept a space (FireFox, Internet Explorer 11, and Chrome do) simply use "%20" instead, ie:
www.hozbase.co.uk/EliteDangerous/PristineMetallicRingFinder?system=hip%208396
Currently I am using my own personal list of PMRs. I will go ahead and add any that you have listed here and link back to this page.
I have also implemented a RESTful Web Api so that the information can be gathered programatically, hence for the same system the page is returned in JSON or XML form (depending on the Post request) with the URL:
http://www.hozbase.co.uk/EliteDangerous/PristineMetallicRingFinder/api/Values?system=hip 8396
[Changed recently so it is the same URL but with "api" inserted]
I am a Software Engineer by trade and just using the web-site to learn some new techniques. I am open to any suggestions on what else could be done and on improvements to the PMR finder (although bear in mind it is still very much WIP). I will add info on which rings, images, and a notes section at some point but the initial priority is to make the list as extensive as possible.
Update: 7 Dec 2015 - I have integrated the Gorrister list into the web-site + I am finding about 2-4 PMRs a week as well.
Good news is that Merope has a PMR and there another 3 within 10Ly + there are at least 2 black hole systems in the area (Maia and HR 1185) Thus when the new station is placed there, there will be mining and exploration possibilities.
Last edited: