Skip to content

Commit

Permalink
refactors - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 16, 2024
1 parent 10db8dc commit 3178ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.45.1"
VERSION = "4.46.1"

REPO_NAME = "blue-geo"

Expand Down
13 changes: 5 additions & 8 deletions notebooks/firms-area-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"🌐 abcli-9.163.1, built on 15 July 2024, 20:28:33\n"
"🌐 abcli-9.163.1, built on 15 July 2024, 20:45:12\n"
]
}
],
Expand Down Expand Up @@ -60,10 +60,7 @@
}
],
"source": [
"api_request = APIRequest()\n",
"logger.info(api_request.as_str())\n",
"logger.info(api_request.url(html=True))\n",
"logger.info(api_request.url(html=False))"
"api_request = APIRequest()"
]
},
{
Expand Down Expand Up @@ -124,15 +121,15 @@
"\u001b[0;36mπŸ“œ awesome-bash-cli: abcli/config.env: 13 env var(s)\u001b[0m\n",
"\u001b[0;36mπŸ”‹ gpu: not found.\u001b[0m\n",
"\u001b[0;36mπŸš€ abcli-9.163.1.current\u001b[0m\n",
"\u001b[0;36mconfirmed: firms-2024-07-15-20-28-33-74634 does not exist.\u001b[0m\n",
"\u001b[0;36mfirms-2024-07-15-20-28-33-74634 open upload started.\u001b[0m\n"
"\u001b[0;36mconfirmed: firms-2024-07-15-20-45-12-54457 does not exist.\u001b[0m\n",
"\u001b[0;36mfirms-2024-07-15-20-45-12-54457 open upload started.\u001b[0m\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
":: firms-2024-07-15-20-28-33-74634 += #open.\n"
":: firms-2024-07-15-20-45-12-54457 += #open.\n"
]
}
],
Expand Down

0 comments on commit 3178ca2

Please sign in to comment.