Skip to content

carojw/geosoftware2_ct

 
 

Repository files navigation

geosoftware2_ct

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.

HOW TO MAKE THE CLI-TOOLS WORK:

  1. 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

  1. 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
  2. python3 extract_metadata.py -h to get all the command that are supported in our CLI-tool

Make the CLI-tools work with one command:

(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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%