Skip to content

Commit

Permalink
chore: clean output
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Nov 6, 2024
1 parent 7da7a5e commit 681ff9a
Showing 1 changed file with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions examples/ntgs_example_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,77 +87,6 @@
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6c2b286bc1702936",
"metadata": {
"ExecuteTime": {
"end_time": "2024-08-26T05:09:56.188151Z",
"start_time": "2024-08-26T05:09:56.175975Z"
},
"collapsed": false
},
"outputs": [],
"source": [
"xmin, ymax = 449200.89,7322334.93\n",
"xmax, ymin = 463912.6,7315529.2\n",
"zmin, zmax = -3000, 3000\n",
"bounding_box = {\n",
" \"minx\": xmin,\n",
" \"miny\": ymin,\n",
" \"maxx\": xmax,\n",
" \"maxy\": ymax,\n",
" \"base\": zmin,\n",
" \"top\": zmax,\n",
"}\n",
"f_path = \"/home/rabii/Git_Repos/LoopDataConverter/test_data/NTGS_data\"\n",
"create_raster(\n",
" os.path.join(f_path, \"DEM.tif\"),\n",
" (bounding_box['minx'], bounding_box['miny'], bounding_box['maxx'], bounding_box['maxy']),\n",
" 7854,\n",
" 1000,\n",
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bce3f41a5466f26e",
"metadata": {
"ExecuteTime": {
"end_time": "2024-08-14T01:53:48.956338Z",
"start_time": "2024-08-14T01:53:48.953104Z"
},
"collapsed": false
},
"outputs": [],
"source": [
"xmin, ymax = 449200.89,7322334.93\n",
"xmax, ymin = 463912.6,7315529.2\n",
"zmin, zmax = -3000, 3000\n",
"bbox_3d = {\n",
" \"minx\": xmin,\n",
" \"miny\": ymin,\n",
" \"maxx\": xmax,\n",
" \"maxy\": ymax,\n",
" \"base\": zmin,\n",
" \"top\": zmax,\n",
"}\n",
"\n",
"xmin, ymax = -24.210915,134.499656\n",
"xmax, ymin = -24.272464,134.644287\n",
"zmin, zmax = -3000, 3000\n",
"bbox_3d = {\n",
" \"minx\": xmin,\n",
" \"miny\": ymin,\n",
" \"maxx\": xmax,\n",
" \"maxy\": ymax,\n",
" \"base\": zmin,\n",
" \"top\": zmax,\n",
"}"
]
},
{
"cell_type": "code",
"execution_count": 5,
Expand Down

0 comments on commit 681ff9a

Please sign in to comment.