Skip to content
Tianyi Wu edited this page Dec 16, 2017 · 8 revisions

Welcome to the Bathymetry wiki!

Here is a work documentation to keep track of our progress:

  1. To get access to the database: (currently only contain a sample of 100 files)

ssh -l class ers.ucsd.edu cd cm_data/CM_data_git/new ./login \c sample \d

You can run TABLE pings to see the data, or use ./look.sh to view some statistics about it.

Note that the source data we are using for the database are stored in /tmp/data folder. Currently only a small portion of data is loaded in the table, as we are still in the experimenting phase so there is no need to get access to the whole dataset. However, if we are successful in running the data editing process, we might be able to build the complete database.

  1. Fledermaus software

Here are some reference that we found might help the understanding of this software.

https://confluence.qps.nl/display/FM770/Fledermaus https://cloudstor.aarnet.edu.au/plus/index.php/s/Ql4mgZeYqzvbjDt#pdfviewer

To load files from a database, Fledermaus allows four types of workspace connections. These are the Folder, File, Personal and ArcSDE workspaces. The Folder workspace is used for standard file system folders that contain shape or raster files. The File workspace is an ArcGIS .GDB file and is considered a local database. The Personal workspace is a Microsoft Access .MDB file also considered to be a local database. The ArcSDE workspace provides connectivity to a local or remote SQL-based database such as SqlExpress, SqlServer and Oracle.

A pointer to how we can create the workspace that is compatible with Fledermaus: https://confluence.qps.nl/display/FM770/Creating+ArcGIS+Workspaces

Clone this wiki locally