These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

PI (R0) Link to Planet via Static Data or CREST

Author
Zress
Draken Industries
#1 - 2016-07-29 23:45:32 UTC
Is there a link point between the raw Planetary Interaction materials (R0) and which planets they can be harvested on?

I've dug through the bsd yaml files and the eve/map endpoints of CREST and didn't find anything obvious. The eight planets (typeIDs 11, 12, 13, 2014, 2015, 2016, 2017, and 2063) don't have any dogma information, and the raw materials only have general statistics. What else did I miss something or do I need to compile the information manually?
Dragonaire
Here there be Dragons
#2 - 2016-07-29 23:56:41 UTC
Only way to know what is on each planet is to scan it in person in game the most you can get out of game is a list of what might be found based on planet type. It would be kind of pointless to have scanning if they were just go tell everyone which planets are the best somewhere Blink

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Zress
Draken Industries
#3 - 2016-07-30 00:33:11 UTC
Not looking for amounts per planet, but planet per material, for example Micro Organisms can only be found on the following planets:
Oceanic
Temperate
Barren
Ice

I know that because of sites like eveuni and in-game scanning, but it seems like that data should be available in the static dumps as well.
Dragonaire
Here there be Dragons
#4 - 2016-07-31 07:46:01 UTC
I'm sure it's in the SDE somewhere but you'll need someone with better knowledge of it than me probably to get the query you need.

Finds camping stations from the inside much easier. Designer of Yapeal for the Eve API. Check out the Yapeal PHP API Library thread.

Zress
Draken Industries
#5 - 2016-07-31 16:40:35 UTC
Until one can be found I created a JSON and YAML version of the mapping and put it up on GitHub:
https://gist.github.com/Drethic/207ecbf5169f9a176f3fc2198ac4b108

Hope someone else finds it useful.