Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
postgis-import / METADATA
Size: Mime:
Metadata-Version: 2.1
Name: postgis-import
Version: 0.9.8
Summary: Implementation of imports into OceanEddies PostGIS
Home-page: UNKNOWN
Author: Claas Faber, GEOMAR data management
License: NOT FOR PUBLIC USE
Requires-Dist: pandas
Requires-Dist: geoalchemy2
Requires-Dist: sqlalchemy
Requires-Dist: psycopg2-binary
Requires-Dist: geopandas
Requires-Dist: cachetools

do not distribute w/o prior consent of author(s)

Description: # ocean_eddies_postgis
        
        Connector to PostGIS-DB for MOSES Ocean Eddies campaigns.
        Contains DB-Migrations.
        
        # Database definition
        The [migrations folder](./migrations) contains sql code for creating the 
        PostGis DB and for populating the platforms table. Go there and have a look
        at the README. You will also find the current 
        [Database and schema config](./migrations/flyway.conf) there.
        
        # GeoServer
        The data is published using a (GeoServer)[geoserver.org] running on the
        VM dm-maps-node1. Technical dokumentation is found in the 
        [CheckMK Wiki](https://check.geomar.de/geomar/check_mk/index.py?start_url=%2Fgeomar%2Fwiki%2Fdoku.php%3Fid%3Dcheck_mk%3Avhosts%3Adm-maps-node1)
        (GEOMAR internal link).
        
        Look at the [MOSES Tools docu](https://git.geomar.de/moses/moses_tools/docu) for
        links to examples for accessing the GeoServer.
        
        # DB Connector Installation
        ## Release version
        ```bash
        pip install --index-url https://pypi.fury.io/cfgmr/ postgis-import
        ```
        ## From source
        ```bash
        git clone git@git.geomar.de:moses/moses_tools/ocean_eddies_postgis.git
        cd ocean_eddies_postgis
        pip install -e .
        ```
        
        # DB Connector usage
        You should probably not use the DB connector directly. Rather use 
        [the ingest module](https://git.geomar.de/moses/moses_tools/gmr_ingest)
        instead. 
        
        If you are keen, have a look at the [test cases](./tests)
        
        
        
        
Platform: UNKNOWN
Requires-Python: >= 3.6