Disclosure of Use of Celestia Resource Information
Posted: 10.02.2008, 07:44
I'm currently in the final stages in completed a ~190K script for Celestia I call "Celestia Explorer" which I plan to make freely available. I'm writing to make sure there are no copyright or other infringements. Unfortunately, why that might even be possible will take some explanation.
One of the things this script implements in an artificial intelligent entity that, among other things, can describe features of nearby objects. This information comes from a "type'" resource available within Celestia based on international standards. For example "AA" is a crater. Normally, I would simply write Celestia code to access that information and related info such as long, lat within the script, but that particular information is not accessible in this manner. Therefore, to solve this problem I wrote a program to read the resource file and translate that into a compact format that is stored in the data file of my program.
I'd like to stress that this is information that is publicly available anyway and I could have created the data file myself. The use of Celestia's resource file is simply a convenience that avoids me having to type in all the information. In fact this file will be augmented with other information pertinent to my program. The datafile will be used for no other purpose other than this script.
Henry
One of the things this script implements in an artificial intelligent entity that, among other things, can describe features of nearby objects. This information comes from a "type'" resource available within Celestia based on international standards. For example "AA" is a crater. Normally, I would simply write Celestia code to access that information and related info such as long, lat within the script, but that particular information is not accessible in this manner. Therefore, to solve this problem I wrote a program to read the resource file and translate that into a compact format that is stored in the data file of my program.
I'd like to stress that this is information that is publicly available anyway and I could have created the data file myself. The use of Celestia's resource file is simply a convenience that avoids me having to type in all the information. In fact this file will be augmented with other information pertinent to my program. The datafile will be used for no other purpose other than this script.
Henry