معرفی شرکت ها


bln-converter-1.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Easy BLN file conversion to ESRI shape or GeoJSON
ویژگی مقدار
سیستم عامل -
نام فایل bln-converter-1.0.2
نام bln-converter
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Eric Miguel Ribeiro
ایمیل نویسنده ericmiguel@id.uff.br
آدرس صفحه اصلی https://github.com/ericmiguel/bln-converter
آدرس اینترنتی https://pypi.org/project/bln-converter/
مجوز -
# BLN-Converter ## What is it? A simple CLI utiliy tool for converting BLN files (a extension used on GIS software like Surfer) to [ESRI shape](https://pt.wikipedia.org/wiki/Shapefile) or [GeoJSON files](https://geojson.org). ## Where to get it The source code is currently hosted on GitHub at: https://github.com/ericmiguel/bln-converter Binary installers for the latest released version are available at the [Python Package Index (PyPI)](https://pypi.org/project/bln-converter). ```bash pip install bln-converter ``` ## How to use it BLN converter offers a very simple CLI. Although under development, it is already functional. Convert BLN to ESRI shape: ```bash bln-converter bln2shp -p {bln_folder} -crs {CRS} ``` or use bln2geojson command to get a GeoJSON output. ```bash bln-converter bln2geojson -p {bln_folder} -crs {CRS} ``` BLN converter will find and process all BLN files in a given folder. The resultant files will be output to the origin folder. Other commands or instructions can be found using the help command ```bash bln-converter --help ``` ## Dependencies - [Geopandas](https://geopandas.org) - [Click](https://click.palletsprojects.com/en/7.x/) ## License [MIT License](https://github.com/ericmiguel/bln-converter/blob/main/LICENSE) ## Contributing Although BLN Converter is a simple and dirty utility script, all contributions are welcome.


نیازمندی

مقدار نام
==2020.12.5 certifi
==7.1.2 click
==1.1.1 click-plugins
==0.7.1 cligj
==1.8.18 fiona
==0.8.1 geopandas
==2.5.0 munch
==1.19.5 numpy
==1.2.0 pandas
==2.6.0 pycodestyle
==3.0.0.post1 pyproj
==2.8.1 python-dateutil
==2020.5 pytz
==1.7.1 Shapely
==1.15.0 six
==0.10.2 toml


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl bln-converter-1.0.2:

    pip install bln-converter-1.0.2.whl


نصب پکیج tar.gz bln-converter-1.0.2:

    pip install bln-converter-1.0.2.tar.gz