Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ target/
/Code Examples/Diffuse Off Edges Example.png
/Code Examples/File Output Example.png
/Code Examples/Fully Connected Network Example.png
/Code Examples/Extensions Examples/gis/GIS Airport Example.png
/Code Examples/Extensions Examples/gis/GIS General Examples.png
/Code Examples/Extensions Examples/gis/GIS Gradient Example.png
/Code Examples/Extensions Examples/nw/NW General Examples.png
Expand Down
1,003 changes: 1,003 additions & 0 deletions Code Examples/Extensions Examples/gis/GIS Airport Example.nlogox

Large diffs are not rendered by default.

461 changes: 452 additions & 9 deletions Code Examples/Extensions Examples/gis/GIS General Examples.nlogox

Large diffs are not rendered by default.

208 changes: 206 additions & 2 deletions Code Examples/Extensions Examples/gis/GIS Gradient Example.nlogox

Large diffs are not rendered by default.

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 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
Binary file not shown.
Binary file not shown.
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 @@
GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["NAD83",DATUM["North_American_Datum_1983",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4269"]]
Binary file not shown.
Binary file not shown.
393 changes: 376 additions & 17 deletions Code Examples/Extensions Examples/nw/NW General Examples.nlogox

Large diffs are not rendered by default.

Loading