https://github.com/lakshmanok/asgbook
Java code accompanying "Automating the Analysis of Spatial Grids" by Valliappa Lakshmanan, Springer, 2012
https://github.com/lakshmanok/asgbook
Last synced: 4 days ago
JSON representation
Java code accompanying "Automating the Analysis of Spatial Grids" by Valliappa Lakshmanan, Springer, 2012
- Host: GitHub
- URL: https://github.com/lakshmanok/asgbook
- Owner: lakshmanok
- Created: 2012-05-15T16:19:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-15T16:58:34.000Z (over 13 years ago)
- Last Synced: 2024-06-11T16:59:15.295Z (over 1 year ago)
- Language: Java
- Size: 68.6 MB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- Awesome-Geospatial - asgbook - Implementation of GIS/RS features in Java. Its also the code accompanying the book "Automating the Analysis of Spatial Grids" by Valliappa Lakshmanan. (Java)
- awesome-gis - asgbook - Implementation of GIS/RS features in Java. Its also the code accompanying the book "Automating the Analysis of Spatial Grids" by Valliappa Lakshmanan. (Geospatial Library / Java)
README
(1) Unzip and place the software somewhere. Let's say you have it in
INSTALL_DIR/autospatialgrids/lakshmanok-asgbook-xyz
(2) Do a web search and install the following software on your computer:
(2.1) Java 1.6.0_18 or higher
(2.2) Eclipse 3.5 or higher [Optional]
(2.3) Apache Ant 1.6 or higher [Optional]
From Eclipse:
(1) Launch Eclipse. Set its workspace to be $INSTALL_DIR/autospatialgrids
(2) In Eclipse, File | New | Project | Java Project from Ant build file
Browse to and select $INSTALL_DIR/autospatialgrids/lakshmanok-asgbook-xyz/build.xml
(3) Now you can right-click on any file with a "main" method and run it
as a Java application
From Ant (on command-line):
(1) Compile the software by typing:
ant build
(2) Run any class with a "main" method as follows (shown for the KalmanFilter as an example):
java -cp build:lib/Jama-1.0.2.jar edu.ou.asgbook.motion.KalmanFilter