Team Updates

The planets, map of transformation weather, populations

https://www.wolframcloud.com/objects/haunt.hcm2015...

haunt.hcm2015Nguyễn Trung Hậu
haunt.hcm2015Nguyễn Trung Hậu
GeoGraphics[{GeoPosition[{50, 0}], \!\(\*NamespaceBox["LinguisticAssistant",DynamicModuleBox[{WolframAlphaClient`Private`query$$ = "Netherlands", WolframAlphaClient`Private`boxes$$ = TemplateBox[{"\"Netherlands\"", RowBox[{"Entity", "[", RowBox[{"\"Country\"", ",", "\"Netherlands\""}], "]"}], "\"Entity[\\\"Country\\\", \\\"Netherlands\\\"]\"", "\"country\""}, "Entity"], WolframAlphaClient`Private`allassumptions$$ = {{"type" -> "Clash", "word" -> "Netherlands", "template" -> "Assuming \"${word}\" is ${desc1}. Use as \${desc2} instead", "count" -> "2", "Values" -> {{"name" -> "Country", "desc" -> "a country", "input" -> "*C.Netherlands-_*Country-"}, {"name" -> "MusicAlbum", "desc" -> "a music album", "input" -> "*C.Netherlands-_*MusicAlbum-"}}}}, WolframAlphaClient`Private`assumptions$$ = {}, WolframAlphaClient`Private`open$$ = {1, 2}}, DynamicBox[ToBoxes[AlphaIntegration`LinguisticAssistantBoxes["", 1, Dynamic[WolframAlphaClient`Private`query$$], Dynamic[WolframAlphaClient`Private`boxes$$], Dynamic[WolframAlphaClient`Private`allassumptions$$], Dynamic[WolframAlphaClient`Private`assumptions$$], Dynamic[WolframAlphaClient`Private`open$$]], StandardForm],ImageSizeCache->{182., {7., 15.}},TrackedSymbols:>{WolframAlphaClient`Private`query$$, WolframAlphaClient`Private`boxes$$, WolframAlphaClient`Private`allassumptions$$, WolframAlphaClient`Private`assumptions$$, WolframAlphaClient`Private`open$$}],DynamicModuleValues:>{},UndoTrackedVariables:>{WolframAlphaClient`Private`open$$}],BaseStyle->{"Deploy"},DeleteWithContents->True,Editable->False,SelectWithContents->True]\)}]
haunt.hcm2015Nguyễn Trung Hậu
GeoGraphics[{EdgeForm[Black], FaceForm[Red], Polygon[\!\(\*NamespaceBox["LinguisticAssistant",DynamicModuleBox[{WolframAlphaClient`Private`query$$ = "Italy", WolframAlphaClient`Private`boxes$$ = TemplateBox[{"\"Italy\"", RowBox[{"Entity", "[", RowBox[{"\"Country\"", ",", "\"Italy\""}], "]"}], "\"Entity[\\\"Country\\\", \\\"Italy\\\"]\"", "\"country\""},"Entity"], WolframAlphaClient`Private`allassumptions$$ = {}, WolframAlphaClient`Private`assumptions$$ = {}, WolframAlphaClient`Private`open$$ = {1, 2}}, DynamicBox[ToBoxes[AlphaIntegration`LinguisticAssistantBoxes["", 1, Dynamic[WolframAlphaClient`Private`query$$], Dynamic[WolframAlphaClient`Private`boxes$$], Dynamic[WolframAlphaClient`Private`allassumptions$$], Dynamic[WolframAlphaClient`Private`assumptions$$], Dynamic[WolframAlphaClient`Private`open$$]], StandardForm],ImageSizeCache->{109., {7., 15.}},TrackedSymbols:>{WolframAlphaClient`Private`query$$, WolframAlphaClient`Private`boxes$$, WolframAlphaClient`Private`allassumptions$$, WolframAlphaClient`Private`assumptions$$, WolframAlphaClient`Private`open$$}],DynamicModuleValues:>{},UndoTrackedVariables:>{WolframAlphaClient`Private`open$$}],BaseStyle->{"Deploy"},DeleteWithContents->True,Editable->False,SelectWithContents->True]\)]}]
haunt.hcm2015Nguyễn Trung Hậu
With[{locations = {GeoPosition[{-35, -55}], GeoPosition[{70, 100}]}}, GeoGraphics[{{Blue, GeoPath[locations, "Geodesic"]}}, GeoRange -> "World", GeoProjection -> "Robinson"]]
haunt.hcm2015Nguyễn Trung Hậu

Vonfram programming to Python (http://www.wolframcloud.com/objects/92a75bc9-fffd-...):

Vonfram programming language

EmbedCode[APIFunction[GeoGraphics[Entity["SolarSystemFeature", "OlympusMonsMars"],
GeoRange -> Quantity[400, "Miles"]]], "python"]

Python:

from urllib import urlencode

from urllib2 import urlopen

class WolframCloud:

def wolfram_cloud_call(self, **args):

arguments = dict([(key, arg) for key, arg in args.iteritems()])

result = urlopen("http://www.wolframcloud.com/objects/92a75bc9-fffd-4036-a96c-278b7ea27abb", urlencode(arguments))

return result.read()

def call(self, ):

textresult = self.wolfram_cloud_call()

return textresult

haunt.hcm2015Nguyễn Trung Hậu
GeoGraphics[Entity["SolarSystemFeature", "OlympusMonsMars"], GeoRange -> Quantity[400, "Miles"]]
haunt.hcm2015Nguyễn Trung Hậu
NASA Logo

SpaceApps is a NASA incubator innovation program.