Since version 7, Mathematica includes gigabytes of curated data relevant to many different fields, including physics, chemistry, graph theory, finance, geography and many more.
3
votes
1answer
92 views
AstronomicalData and Planetary Heliocentric (x,y,z) Velocity Components
I'm trying to find data on the heliocentric velocities of planets in our solar system and was directed to Mathematica's AstronomicalData in a previous topic. ...
16
votes
1answer
326 views
The Orbit and Perigee of the Flamsteed comet
Historical context
This year we have the 330-th anniversary of the Battle of Vienna - one of the great formative events of European history, it took place on September 12, 1683.
Kara Mustafa, Grand ...
-1
votes
0answers
38 views
Returning a non-degenerate list of triangles that (strictly) define the outer mesh of a 3-polytope using PolyhedronData?
I'm looking for a simple method of returning a list of triangles that strictly define the outer surface of a 3-polytope using PolyhedronData?
For example:
...
6
votes
1answer
392 views
Interactive steam tables and phase diagrams in Mathematica
I teach an undergraduate course in Thermodynamics and I would love to use Mathematica to demonstrate the various engineering processes that involve the expansions and compressions of steam and common ...
0
votes
1answer
76 views
financial data behind Wolfram|Alpha and Finance Platform
I need to price 23,000 securities from 1999 to 2007, and they are surprisingly hard to find on subscription-based services, like Bloomberg LP, ThomsonReuters or S&P CapitalIQ offerings. Probably ...
9
votes
1answer
140 views
Why do DateList, DateString, and AstronomicalData ignore $TimeZone?
My reading of the documentation for DateList and DateString lead me to believe that both functions use ...
2
votes
1answer
134 views
How do I use FinancialData to obtain company revenue and income?
I'd like to make a plot of a company's revenue and income over time. I can do this via Wolfram Alpha pretty easily, just by searching "Ford revenue and earnings from 2000 to 2012". As such I can, if ...
2
votes
0answers
58 views
Access curated or locally stored data with curated data functions?
Say I have a toy package, something like:
...
2
votes
1answer
152 views
define the range of Longitude from 0-360 in the World plot from CountryData
How can I change the Longitude range to 0-360 in the such plots?
...
13
votes
4answers
446 views
World plot without borders between countries
I would like to plot the world map without the countries' borders and just the coastlines (in Mathematica 8). I need to overlap a temperature contour plot on the world map.
When I plot country data ...
4
votes
2answers
138 views
Why is CityData[All, “Coordinates”] failing?
When I evaluate
CityData[All, "Coordinates"]`
Mathematica returns
{Missing["NotAvailable"], Missing["NotAvailable"]}`
but when I evaluate ...
12
votes
2answers
301 views
How is AstronomicalData interpreting its date arguments?
It is easy to confirm that the AstronomicalData is not interpreting its arguments as UTC (or "GMT", which is, in any case, ambiguous) dates by verifying that the ...
2
votes
0answers
105 views
Does Mathematica support collaborative filtering and recommendation systems?
Does Mathematica support collaborative filtering and recommendation systems such as can be found in Apache Mahout?
I could not find any resources about advanced data mining techniques, beyond ...
0
votes
0answers
98 views
Mathematica 9 Internet connectivity [closed]
Despite numerous manipulations and contacts with WOLFRAM assistance, I still always get an error when attempting to call curated data (GeographicData, for instance) with Mathematica 9.0.1. Strange ...
10
votes
1answer
159 views
Can a LatticeData image be displayed in a space filled fashion
I'd like a FaceCenteredCubic image as in the in LatticeData
docs, but space packed, and cropped on all the boundaries, so that it illustrates the geometry of the calculation that leads to the ...
4
votes
1answer
111 views
How to view all graphs available in GraphData?
Is there a "gallery" view of all the graphs available in GraphData?
I realize that some graphs may not lend themselves to such representation (e.g. some may have ...
12
votes
1answer
184 views
Is there a way to get AbsoluteTime to correctly report absolute time differences?
Absolute time supposedly reports the "total number of seconds" between two dates, but it does not. For example because of the leap second applied at 2012-06-30T23:59:60Z
...
4
votes
0answers
94 views
Under what conditions does FinancialData return a ::notent message?
I tried retrieving FinancialData for a few companies but when I tried doing it for NTDOY, I couldn't. As of 25/12/2012, querying
...
4
votes
1answer
109 views
How can I download price information for multiple stocks at once?
I have a list of stock tickers. Is it possible to download price information over a period of time all in one go, or download other types of information across multiple stocks in one go?
4
votes
0answers
136 views
How 'good' is WeatherData data
I am considering using calls to WeatherData for wind speed, precipitation, etc. It seems the data are accurate, and samples compare well with, for example, my local weather reports, however, I am ...
11
votes
5answers
1k views
Standard deck of 52 playing cards in curated data?
I am not sure how to find out what all is included as curated data. For example, are the individual images of each of the 52 cards in a standard deck of playing cards included?
If not, is there a way ...
2
votes
2answers
85 views
Using an inequality to select elements from a list and then plotting the results
Okay, here is the information that I have.
...
6
votes
2answers
234 views
Problem achiving effect I want with ColorFunction
I want to create a plot showing historical annual maximum and minimum temperatures. I've figured out how to get 10 years of historical temperature data from Wolfram|Alpha. The plot below shows the ...
1
vote
1answer
142 views
Structure of curated data?
Is there a way to programmatically access the structure of curated data present in Mathematica (for each type of information, for example for CountryData or ChemicalData) that would allow access to ...
5
votes
2answers
193 views
Problems getting clean sunrise, sunset, civil, nautical and astronomical twilight data
If in a notebook you enter:
...
6
votes
1answer
184 views
Find the list of weather stations for specified cities
I wrote some code which retrieves temperature data from three cities every hour for five days. My problem is that the default station from which WeatherData[] gets ...
1
vote
1answer
101 views
How can I use several data fields drawn from curated data at once?
How can I use "MinTemperature", "MaxTemperature", and "Temperature" properties of ...
4
votes
0answers
118 views
FinancialData property value at a given date
I was trying to get the volatility value of a specific equity on a given day.
Based on the Mathematica Help, the syntax is
...
0
votes
1answer
100 views
how to get modify the following correlation matrix with a specific list of financial prices?
The following takes the last 5 members of the Dow Jones index and plots the correlation matrix of the last 5 years of daily prices:
...
7
votes
2answers
167 views
What do AstronomicalData's “SetTime” and “RiseTime” values refer to?
What astronomical event do AstronomicalData's "NextRiseTime", "NextSetTime", ...
9
votes
1answer
160 views
How do I determine astronomical transit times?
Mathematica, through the "legacy" Scientific Astronomer package, used to have the ability to easily determine accurate transit times of astronomical objects simply, with ...
9
votes
4answers
337 views
Why do some CountryData flags render at low resolution?
This question is related to data analysis introduced here
Why do some flag images from the CountryData dataset render at very low resolution both in Front End and ...
6
votes
3answers
256 views
Getting all the countries' flags and then using them as chart labels?
What's the code to list all the world's flags?
CountryData["G8", "Flag"]
works to get those particular flags, but what about all the world's flags?
...
12
votes
4answers
370 views
Calculate proportion of values for dates
At work, we were discussing when is it the best time to change to winter tires for bikes and/or cars.
Using WeatherData[] and ...
8
votes
2answers
871 views
Problem with Financial Data
I'm following http://reference.wolfram.com/mathematica/ref/FinancialData.html
I get the following:
In[6]:= DateListLogPlot[FinancialData["^DJI", All]]
During ...
6
votes
3answers
286 views
Why is AstronomicalData so slow?
I'm having trouble getting some pretty simple functions using AstronomicalData to perform at anywhere near the speed I need them to.
For example, I have many ...
15
votes
2answers
492 views
Highlighting individual countries on a world map
Consider the following list of countries which I would like to highlight on a world map:
...
15
votes
1answer
288 views
CountryData and the areas of the world
If I add the WaterArea and the LandArea of the world, I get the same number as if I asked for the total area of the world in the first place:
...
5
votes
2answers
211 views
Why is Neptune missing from AstronomicalData?
An old notebook I've recently started working with has a strange error: Prior to version 8, a figure I generated using Drop[AstronomicalData["Planet"],-1] to ...
9
votes
1answer
148 views
How can I convert the dates returned by FinancialData into decimal representation?
I'm trying to run a regression using Fit on the output of FinancialData["SPY", "Jan. 1, 2011"]. However, the dates returned ...
4
votes
0answers
99 views
Creating a PolyhedronData[] structure for custom polyhedra
The PolyhedronData[] structure is wonderfully rich. I would like to create data for my own polyhedra, not any of the many that Mathematica provides. Is this ...
6
votes
3answers
209 views
Determining the dates of days
I'm trying to use WeatherData[] to give me (not sure how) the temperature, humidity, wind-speed, cloud cover... at a certain location.
I only want the information ...
10
votes
1answer
219 views
How does Mathematica know my location?
On the AstronomicalData page on the online reference it says for
AstronomicalData["Sun", "NextRiseTime"]
that it finds the next rise time for the Sun from your ...
12
votes
1answer
215 views
Find elements in a decay chain using IsotopeData
I am trying to write a program using the Mathematica function IsotopeData, but am finding the code troublesome. Due to my (relative) familiarity with Python, I am ...
6
votes
1answer
182 views
How to provide your own example data for a custom package?
A nice feature of the mathematica documentation is the copious use of ExampleData in illustrating functionality. I would like to provide some example data for a ...
16
votes
2answers
408 views
Built-in Mathematica data: are they cached? how to speed up the loading?
Mathematica has numerous built-in data for science and math. Every first call to a data function in a new Mathematica session will "re-initialize indices" (download the data). Is there a way to store ...
6
votes
2answers
203 views
How to choose variables from a list for a function and then use the solution in a subsequent function?
I am trying to calculate heating degree days and cooling degree days and output that information to a table. I am using mathematica's curated data to do this. In text this is what I would like to ...
15
votes
4answers
492 views
Finding all dictionary words that can be made with a given set of characters (Wordfeud/Scrabble)
This is a slightly more involved variant of this recent question. By sheer coincidence I happened to have been building a Wordfeud (Scrabble clone) game in Mathematica.
My interactive Wordfeud ...
25
votes
3answers
449 views
Is there a Mathematica API for the functions.wolfram site?
Is there a Mathematica API for the functions.wolfram site?
If there's not, has anyone implemented a web scraper for it?
For example it would be nice to be able to access
...
10
votes
2answers
536 views
Background image in a polygon / CountryData
Is it possible to use a background image in a polygon without rasterizing the polygon?
I tried with textures, but they seem to be viable only for simple polygons.
I want to put a flag as the ...





