140 likes | 288 Views
Data Standards Workflow. Extract. Load. Provide. Transform. Raw data. Scripts. Database. Charts & Maps. Store raw data in subversion to keep track of history. Add meta information Script to convert raw data into netcdf. Stored files (netcdf) accessible through the web.
E N D
Data Standards Workflow Extract Load Provide Transform Raw data Scripts Database Charts & Maps Store raw data in subversion to keep track of history Add meta information Script to convert raw data into netcdf Stored files (netcdf) accessible through the web Tools and websites OpenEarthRawData OpenEarth OPeNDAP OpenEarthTools
Data Standards Workflow Extract Load Provide Transform Raw data Scripts Database Charts & Maps Store raw data in subversion to keep track of history Add meta information Script to convert raw data into netcdf Stored files (netcdf) accessible through the web Tools and websites OpenEarthRawData OpenEarth OPeNDAP OpenEarthTools
Extract • subversion • storing raw data
Extract Subversion • Remote file server • Work on local copy • Track changes Procedure Subversion server commit update checkout Add Local copy Delete Copy
Extract – storing raw data Procedure: check out Subversion server commit update checkout Add Local copy Delete Copy
Extract – storing raw data Procedure: check out • Checkout the directory (i.e. create local copy) • https://repos.deltares.nl/repos/OpenEarthRawData/course • Right mouse click (RMC) for Tortoise menu https://repos.deltares.nl/repos/OpenEarthRawData/course D:\data\micore
Extract – storing raw data Procedure: add Subversion server commit update checkout Add Local copy Delete Copy
Extract – storing raw data Add a directory for your data • branches/ • tags/ • trunk/ • organization/ • datasetname • cache/ • raw/ • scripts/ • inspire_description.xml • course • Pc number/ • cache/ • raw/ • transect.txt • scripts/ • inspire_description.xml Allows for use of authorization You can store your data here, after the course We’re working under course today. Add your pc directory Get this file from: OpenEarthRawData\course\example\raw We’ll make this file later
Extract – storing raw data Procedure: add • Add the pcname directory to your local subversion copy
Extract – storing raw data Procedure: commit Subversion server commit update checkout Add Local copy Delete Copy
Extract – storing raw data Procedure: commit • RMC for Tortoise menu • Commit your local changes. Changes will be sent to server. Some useful message here
Extract - summary Subversion • Remote file server • Work on local copy • Track changes Subversion server Procedure commit update checkout Add Local copy Delete Copy