Group Abstract Group Abstract

Message Boards Message Boards

0
|
9.4K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Get AircraftData Data?

Posted 8 years ago

I want to know why some Data like the ChemicalData once downloaded, the first time you use them, you can work the next time even offline using this Data, I think Mathematica is storing the downloaded Data in a persistent manner, but when I worked with the AircraftData or AirplaneData and many others, it wasn't the case. On the contrary, Mathematica was obliged to download the same Data I worked the last time with again and again, it was a little bit annoying, I can't understand why Mathematica is not storing the Data in this cases? The same issue concerning the Data when I use the Entity functions, every time Mathematica is asking me to download the same Data again and again? ..Why?

POSTED BY: Megri Youcef
2 Replies
POSTED BY: Aeyoss Antelope

You should very specific and give your code, timings, facts. It is obviously cacheing for me:

Exit
sample = AircraftData["SampleEntities"];

First[AbsoluteTiming[AircraftData[sample, "Manufacturer"]]]
(*0.845078`*)

First[AbsoluteTiming[AircraftData[sample, "Manufacturer"]]]
(*0.001413`*)

Exit
sample = AircraftData["SampleEntities"];
First[AbsoluteTiming[AircraftData[sample, "Manufacturer"]]]
(*0.006283`*)

$Version
(*"11.1.0 for Mac OS X x86 (64-bit) (March 13, 2017)"*)
POSTED BY: Sam Carrettie
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard