Skip to content

Commit

Permalink
docs: create jupyter notebook that runs ra2ce based on a extend defin…
Browse files Browse the repository at this point in the history
…ed by the user (#414)

* Jupyter Notebook for downloading a network from a polygon

- jupyter notebook as the example
- the folder structure with the geojson file that is required in static/network folder

* doc: updated example for downloading network using a boundary box

* docs: updated the headers in the example notebook markdown cells

* docs: added jupyter notebook reference to basic_examples

* docs: Update headers in markdown  cells in the jupyter notebook

---------

Co-authored-by: Carles S. Soriano Pérez <[email protected]>
  • Loading branch information
Cham8920 and Carsopre authored Apr 11, 2024
1 parent bc80e06 commit 293e3b7
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/basic_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Below you can access some of the main examples and go through them in an off-lin
../_examples/example_isolated_locations
../_examples/example_optimal_route_origin_destination
../_examples/example_ra2ce_basics_fromgpkg
../_examples/example_download_network_using_a_polygon

.. toctree::
:maxdepth: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"coordinates":[[[4.6901839644356755,52.26968798297585],[4.6901839644356755,51.922677612645174],[5.4646075827030245,51.922677612645174],[5.4646075827030245,52.26968798297585],[4.6901839644356755,52.26968798297585]]],"type":"Polygon"}}]}
Loading

0 comments on commit 293e3b7

Please sign in to comment.