summaryrefslogtreecommitdiff
path: root/examples/geospatial
Commit message (Collapse)AuthorAgeFilesLines
* Reenable geospatial examples (#6252)Jarrod Millman2022-12-014-0/+0
|
* Clean up from PR #5779 (#5841)Jarrod Millman2022-07-054-0/+0
|
* Update geospatial readme (#4504)Jarrod Millman2020-12-311-10/+207
|
* Update geospatial readme (#4417)Jarrod Millman2020-12-082-0/+69
| | | | | | | | | | | Co-authored-by: Brendan Ward <bcward@astutespruce.com> Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> Co-authored-by: Geoff Boeing <gboeing@users.noreply.github.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Brendan Ward <bcward@astutespruce.com> Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> Co-authored-by: Geoff Boeing <gboeing@users.noreply.github.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* Refactor gallery (#4422)Jarrod Millman2020-12-062-5/+5
| | | | | | | | | | | | | | | * Add external directory * Move Javascript and JIT * Remove application section * Consolidate and move pygraphviz examples * Clean up imports * Reorder * Fix subclass examples
* Add plotting examples for geospatial data (#4366)Levi John Wolf2020-12-0312-0/+856
| | | | | Co-authored-by: Levi John Wolf <leviwolf@it036330.home> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com>
* DOC: geospatial example using lines (#4407)Martin Fleischmann2020-12-034-43/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: geospatial example using lines * convert dual back * attribution * requirements * try to fix rasterio * use libpysal * cleanup temp examples * Fix typos * Apply suggestions from code review Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> * remove plt.show Co-authored-by: Jarrod Millman <jarrod.millman@gmail.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* add OSMnx example (#4383)Geoff Boeing2020-11-241-7/+39
|
* Deprecate nx_shp (#4298)Jarrod Millman2020-11-134-0/+62
* Deprecate nx_shp * Add geospatial example stubs * Add link to gallery