wassgridsurface


Namewassgridsurface JSON
Version 0.6.0 PyPI version JSON
download
home_page
SummaryWASS surface gridding tool
upload_time2023-04-21 17:47:40
maintainer
docs_urlNone
authorFilippo Bergamasco
requires_python>=3.9
licenseGPL3
keywords wass 3d interpolation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wassgridsurface
---

wassgridsurface is a tool to interpolate into a uniform grid the scattered
point clouds produced by [WASS](https://sites.google.com/unive.it/wass).


## Usage


Assuming that "./output" is the WASS output dir containing the frames you want to grid:


### 1) Create the gridding output directory

```
mkdir gridding
```


### 2) Generate grid config file:

```
wassgridsurface --action generategridconfig . gridding
```


### 3) Edit the grid config file 

Open ```./gridding/gridconfig.txt``` with your favourite editor and set the required values


### 4) Setup the reconstruction

```
wassgridsurface --action setup ./output ./gridding --gridconfig ./gridding/gridconfig.txt --baseline [CAMERA_BASELINE]
```


### 5) Check

Open the image ```./gridding/area_grid.png``` to check the extension of the reconstructed area. Return to step 3) to make changes.


### 6) Run the gridding process

```
wassgridsurface --action grid --gridsetup ./gridding/config.mat ./output ./gridding
```

The resulting NetCDF file can be found in ./gridding/gridded.nc


To get a list of all command-line options:

```
wassgridsurface -h
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wassgridsurface",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "WASS,3D,Interpolation",
    "author": "Filippo Bergamasco",
    "author_email": "filippo.bergamasco@unive.it",
    "download_url": "https://files.pythonhosted.org/packages/03/f8/3702762b71b26953f992a3d2a90e64f6eff886199c8a702adafe37fc62bb/wassgridsurface-0.6.0.tar.gz",
    "platform": null,
    "description": "# wassgridsurface\n---\n\nwassgridsurface is a tool to interpolate into a uniform grid the scattered\npoint clouds produced by [WASS](https://sites.google.com/unive.it/wass).\n\n\n## Usage\n\n\nAssuming that \"./output\" is the WASS output dir containing the frames you want to grid:\n\n\n### 1) Create the gridding output directory\n\n```\nmkdir gridding\n```\n\n\n### 2) Generate grid config file:\n\n```\nwassgridsurface --action generategridconfig . gridding\n```\n\n\n### 3) Edit the grid config file \n\nOpen ```./gridding/gridconfig.txt``` with your favourite editor and set the required values\n\n\n### 4) Setup the reconstruction\n\n```\nwassgridsurface --action setup ./output ./gridding --gridconfig ./gridding/gridconfig.txt --baseline [CAMERA_BASELINE]\n```\n\n\n### 5) Check\n\nOpen the image ```./gridding/area_grid.png``` to check the extension of the reconstructed area. Return to step 3) to make changes.\n\n\n### 6) Run the gridding process\n\n```\nwassgridsurface --action grid --gridsetup ./gridding/config.mat ./output ./gridding\n```\n\nThe resulting NetCDF file can be found in ./gridding/gridded.nc\n\n\nTo get a list of all command-line options:\n\n```\nwassgridsurface -h\n```\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "WASS surface gridding tool",
    "version": "0.6.0",
    "split_keywords": [
        "wass",
        "3d",
        "interpolation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66583443b9a8f27addd8d40011a8f93973ed48ab30b0248087b8fbe4943e8ffa",
                "md5": "19e5998719123ac3526d0813a7fbbb8a",
                "sha256": "5f8a88259f7b97ab179daf386cb94868e55b1db6993adbf34f0c4cdcbd99b791"
            },
            "downloads": -1,
            "filename": "wassgridsurface-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19e5998719123ac3526d0813a7fbbb8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 19446,
            "upload_time": "2023-04-21T17:47:37",
            "upload_time_iso_8601": "2023-04-21T17:47:37.168043Z",
            "url": "https://files.pythonhosted.org/packages/66/58/3443b9a8f27addd8d40011a8f93973ed48ab30b0248087b8fbe4943e8ffa/wassgridsurface-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03f83702762b71b26953f992a3d2a90e64f6eff886199c8a702adafe37fc62bb",
                "md5": "f9ef5888d7854fa7d17f5524ec94a27b",
                "sha256": "648a1620a1f80e15c73faea4d9222f0ea59512853bd687ed49c78b89482cbf08"
            },
            "downloads": -1,
            "filename": "wassgridsurface-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f9ef5888d7854fa7d17f5524ec94a27b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16049,
            "upload_time": "2023-04-21T17:47:40",
            "upload_time_iso_8601": "2023-04-21T17:47:40.919875Z",
            "url": "https://files.pythonhosted.org/packages/03/f8/3702762b71b26953f992a3d2a90e64f6eff886199c8a702adafe37fc62bb/wassgridsurface-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-21 17:47:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "wassgridsurface"
}
        
Elapsed time: 0.05686s