معرفی شرکت ها


coss-0.12.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python tools for spatial interpolation
ویژگی مقدار
سیستم عامل -
نام فایل coss-0.12.4
نام coss
نسخه کتابخانه 0.12.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Thomas Statham
ایمیل نویسنده tastatham@gmail.com
آدرس صفحه اصلی https://github.com/tastatham/coss
آدرس اینترنتی https://pypi.org/project/coss/
مجوز MIT
# Change of Spatial Support (CoSS) Python tools for spatial interpolation ## Introduction Change of Spatial Support (CoSS) is a package that adds support for `spatial interpolation`. Spatial interpolation is often referred in the literature as the process of using points with known values to estimate values of the same variable at other points. However, spatial vector data (points, lines and polygons) is not limited to just points and several methods exist for making interpolations between these different vector types. Several packages exist that allow different areal interpolation methods to be applied but they are often written in multiple languages and are not standardised - making them inaccessible and comparisons between methods challenging. This package aims to make "spatial interpolation" more accessible by using a standardised classes. ## Areal interpolation The `areal_interpolation` class supports several areal interpolation, which includes; 1. Areal weighting 2. Dasymetric mapping - Binary 3. Pycnophylactic interpolation (from [tobler](https://github.com/pysal/tobler)) 4. Model (regression) - General Linear Model - Ordinary Least Square 5. Areal geobootstrap - Areal [geobootstrap](https://github.com/tastatham/geobootstrap) is a novel simulation based method, which pools neighbouring observations based on a distance decay funcion. Further spatial interpolation methods will be supported, including those between different vector types, with raster support. This repository is an alpha release and **will** contain errors - if you spot anything, file an issue or submit a PR.


نیازمندی

مقدار نام
==0.13.1 statsmodels
==0.10.2 geopandas
==0.12 geobootstrap
==0.2.0 dask-geopandas
==0.8.2 tobler
- astropy


نحوه نصب


نصب پکیج whl coss-0.12.4:

    pip install coss-0.12.4.whl


نصب پکیج tar.gz coss-0.12.4:

    pip install coss-0.12.4.tar.gz