From c3f45f6506ea6fd79d17d3f71062d23131a71e62 Mon Sep 17 00:00:00 2001 From: Mohammad Abbasabadi <54007792+mohammadmn82@users.noreply.github.com> Date: Tue, 20 Feb 2024 03:06:55 +0330 Subject: [PATCH] =?UTF-8?q?Create=20=D9=86=D9=85=D8=A7=DB=8C=D8=B4=20?= =?UTF-8?q?=D8=B2=D9=86=D8=AF=D9=87=20=D9=85=D8=A7=D9=87=20=D9=88=20=D9=85?= =?UTF-8?q?=D8=AF=D8=A7=D8=B1=20=D8=A2=D9=86=20=D9=86=D8=B3=D8=A8=D8=AA=20?= =?UTF-8?q?=D8=A8=D9=87=20=D8=B2=D9=85=DB=8C=D9=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... \330\250\331\207 \330\262\331\205\333\214\331\206" | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 "\331\206\331\205\330\247\333\214\330\264 \330\262\331\206\330\257\331\207 \331\205\330\247\331\207 \331\210 \331\205\330\257\330\247\330\261 \330\242\331\206 \331\206\330\263\330\250\330\252 \330\250\331\207 \330\262\331\205\333\214\331\206" diff --git "a/\331\206\331\205\330\247\333\214\330\264 \330\262\331\206\330\257\331\207 \331\205\330\247\331\207 \331\210 \331\205\330\257\330\247\330\261 \330\242\331\206 \331\206\330\263\330\250\330\252 \330\250\331\207 \330\262\331\205\333\214\331\206" "b/\331\206\331\205\330\247\333\214\330\264 \330\262\331\206\330\257\331\207 \331\205\330\247\331\207 \331\210 \331\205\330\257\330\247\330\261 \330\242\331\206 \331\206\330\263\330\250\330\252 \330\250\331\207 \330\262\331\205\333\214\331\206" new file mode 100644 index 0000000..5516f18 --- /dev/null +++ "b/\331\206\331\205\330\247\333\214\330\264 \330\262\331\206\330\257\331\207 \331\205\330\247\331\207 \331\210 \331\205\330\257\330\247\330\261 \330\242\331\206 \331\206\330\263\330\250\330\252 \330\250\331\207 \330\262\331\205\333\214\331\206" @@ -0,0 +1,10 @@ +from libtad import AstrodataService +from libtad.datatypes.places import Coordinates, LocationId +from libtad.datatypes.time import TADDateTime +from libtad.datatypes.astro import AstronomyObjectType + +coordinates = Coordinates(59.743, 10.204) +place = LocationId(coordinates) +date = TADDateTime(2020, 11, 26) +service = AstrodataService("accessKey", "secretKey") +