Skip to content

Commit

Permalink
Machine learning with ODC (#462)
Browse files Browse the repository at this point in the history
* machine learning with ODC initial commit

* Machine Learning with ODC notebook initial commit

* requirements update

* removed uneccesary shapefiles

* response to updates

* add plotting ability for predicted output

* Add updates to machine learning notebook

* Add renamed shapefile

* Update accidently commited notebook

* change variables and add parameter explaination

* Minor documentation and string update

Co-authored-by: Robbi Bishop-Taylor <[email protected]>
  • Loading branch information
s-m-t-c and robbibt authored Jan 29, 2020
1 parent 3241e0e commit 371947a
Show file tree
Hide file tree
Showing 8 changed files with 125,276 additions and 0 deletions.
125,272 changes: 125,272 additions & 0 deletions Frequently_used_code/Machine_learning_with_ODC.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 @@ -17,6 +17,7 @@ A recipe book of simple code examples demonstrating how to perform common geospa
Image_segmentation.ipynb
Imagery_on_web_map.ipynb
Integrating_external_data.ipynb
Machine_learning_with_ODC.ipynb
Masking_data.ipynb
Opening_GeoTIFFs_NetCDFs.ipynb
Pan_sharpening_Brovey.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 371947a

Please sign in to comment.