Skip to content

Commit

Permalink
Add a Frequently used code notebook to demonstrate running an analysi…
Browse files Browse the repository at this point in the history
…s on multiple polygons (#560)

* Analyse multiple polygons notebook and shapefile

* remove unused packages and recheck notebook

* add notebook to readme

* switch to using geopands

* update markdown:

* saving widget state for map?

* fill out analysis parameters section

* Minor updates to code and markdown

* Additional markdown clean to remove refs to shapefiles (not vectors)

Co-authored-by: cbur24 <[email protected]>
Co-authored-by: robbibt <[email protected]>
  • Loading branch information
3 people authored Apr 29, 2020
1 parent b09148a commit ea0f343
Show file tree
Hide file tree
Showing 8 changed files with 945 additions and 0 deletions.
941 changes: 941 additions & 0 deletions Frequently_used_code/Analyse_multiple_polygons.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Frequently_used_code/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A recipe book of simple code examples demonstrating how to perform common geospa
:maxdepth: 1
:caption: Frequently Used Code

Analyse_multiple_polygons.ipynb
Animated_timeseries.ipynb
Applying_WOfS_bitmasking.ipynb
Calculating_band_indices.ipynb
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["GDA94_Australian_Albers",GEOGCS["GCS_GDA_1994",DATUM["D_GDA_1994",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Albers"],PARAMETER["standard_parallel_1",-18],PARAMETER["standard_parallel_2",-36],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",132],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["Meter",1]]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["GDA94 / Australian Albers",GEOGCS["GDA94",DATUM["Geocentric_Datum_of_Australia_1994",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6283"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4283"]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["standard_parallel_1",-18],PARAMETER["standard_parallel_2",-36],PARAMETER["latitude_of_center",0],PARAMETER["longitude_of_center",132],PARAMETER["false_easting",0],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","3577"]]
Binary file not shown.
Binary file not shown.

0 comments on commit ea0f343

Please sign in to comment.