This is the Geosoftware project written by @bennidietz, @ipleis, @NiklasAsselmann, @carojw and @KathHv.
To install our CLI-Tools the required packages to install are pip and python.
- Write the following Code Block in your terminal:
git clone https://github.com/KathHv/geosoftware2_ct.git
cd geosoftware2_ct
pip install -r requirements.txt
cd CLITools
- Install GDAL: https://www.gdal.org
- Download: http at download.osgeo.org
- Choose CURRENT/
- Choose gdal-2.4.0.tar.gz
- Open Terminal and write
./connect
make
(may take a while)sudo make install
python3 extract_metadata.py -h
to get all the command that are supported in our CLI-tool
(assuming GDAL is installed):
git clone https://github.com/KathHv/geosoftware2_ct.git && cd geosoftware2_ct && pip install -r requirements.txt && cd CLITools && python3 extract_metadata.py -h
All CLITool impelementations can be found in the folder CLITools. The extract_metadata.py-file is the only file that is intended to be executed.
Tests can be found in the folder Tests and can be executed with pytest
Our pycsw repository: https://github.com/KathHv/pycsw