wassgridsurface


Namewassgridsurface JSON
Version 0.8.0 PyPI version JSON
download
home_pageNone
SummaryWASS surface gridding tool
upload_time2024-12-30 15:04:51
maintainerNone
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": null,
    "name": "wassgridsurface",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "WASS, 3D, Interpolation",
    "author": "Filippo Bergamasco",
    "author_email": "filippo.bergamasco@unive.it",
    "download_url": "https://files.pythonhosted.org/packages/d8/d6/9ab7751ddc030d2702e1e6515338bf70d5e992ac0025b0d9e2653c281faa/wassgridsurface-0.8.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.8.0",
    "project_urls": {
        "homepage": "https://sites.google.com/unive.it/wass",
        "repository": "https://github.com/fbergama/wass/tree/master/gridding"
    },
    "split_keywords": [
        "wass",
        " 3d",
        " interpolation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a5cc5a06a63ac631f961c5986075191cbe6a1eaacad50060d27e2956ed7c8f8",
                "md5": "ffe02c0758707728c543e2e262be7953",
                "sha256": "e51b7fbf5b81a7c8eadfe440f0dc3d934cf3599a3088bef1c7460d920fb235df"
            },
            "downloads": -1,
            "filename": "wassgridsurface-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ffe02c0758707728c543e2e262be7953",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 20008,
            "upload_time": "2024-12-30T15:04:48",
            "upload_time_iso_8601": "2024-12-30T15:04:48.989558Z",
            "url": "https://files.pythonhosted.org/packages/2a/5c/c5a06a63ac631f961c5986075191cbe6a1eaacad50060d27e2956ed7c8f8/wassgridsurface-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8d69ab7751ddc030d2702e1e6515338bf70d5e992ac0025b0d9e2653c281faa",
                "md5": "410050516f84c4cf8c9bb121fe2355ce",
                "sha256": "c17ec404a7ec311a3e96df6e549bf3ae53acc4e24183ed9b48ffaa4c9e7e4483"
            },
            "downloads": -1,
            "filename": "wassgridsurface-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "410050516f84c4cf8c9bb121fe2355ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16763,
            "upload_time": "2024-12-30T15:04:51",
            "upload_time_iso_8601": "2024-12-30T15:04:51.249020Z",
            "url": "https://files.pythonhosted.org/packages/d8/d6/9ab7751ddc030d2702e1e6515338bf70d5e992ac0025b0d9e2653c281faa/wassgridsurface-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 15:04:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fbergama",
    "github_project": "wass",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "wassgridsurface"
}
        
Elapsed time: 0.44026s