oter


Nameoter JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
Summaryoter is a command-line tool designed to help users seamlessly convert spatial data between various formats.
upload_time2024-05-23 14:48:18
maintainerNone
docs_urlNone
authorAman Deep<deep.aman6174@gmail.com>
requires_pythonNone
licenseMIT
keywords geospatial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Oter - GIS Data Conversion Tool

[![Build Status](https://img.shields.io/github/actions/workflow/status/elamandeep/oter/CI.yml?branch=main)](https://github.com/elamandeep/oter/actions)
[![PyPI version](https://img.shields.io/pypi/v/oter)](https://pypi.org/project/oter/)
[![License](https://img.shields.io/github/license/elamandeep/oter)](https://github.com/elamandeep/oter/blob/main/LICENSE)

Oter is a command-line tool designed to convert spatial data into various formats such as .shp, .topojson, .geojson, and more. As it is still in development, performance improvements and additional features like merging GeoJSON files and compression are planned for future releases.

## Features

- Convert spatial data between different formats:
  - Shapefile (.shp)
  - TopoJSON (.topojson)
  - GeoJSON (.geojson)
  - And more
- Planned features:
  - Merging multiple GeoJSON files into one
  - Compressing output files

## Installation

You can install Oter via pip for Python  for Rust.

### Python

> pip install oter



### Usage

- After installing Oter, you can use it from the command line.
- To see the available commands, run:


> oter -h

# Example Commands

- Convert Shapefile to GeoJSON

> Note:- To convert a shapefile to another format, you must first unzip the compressed folder  containing the shapefile. Use the unzipped folder, which includes all the necessary files, for the conversion process.

```bash
 oter --shpgeojson ./folder_name
 ```


# Development
- Oter is in the early stages of development. 
- We welcome contributions and feedback from the community to help improve its performance and add new features.
-  Feel free to open issues or submit pull requests on our GitHub repository.

## Contributing

1. Fork the repository
2. Create your feature branch (git checkout -b feature/my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin feature/my-new-feature)
5. Create a new Pull Request

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Contact

For questions or feedback, please contact [elamandeep](mailto:deep.aman6174@gmail.com).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "oter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "geospatial",
    "author": "Aman Deep<deep.aman6174@gmail.com>",
    "author_email": "Aman Deep<deep.aman6174@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# Oter - GIS Data Conversion Tool\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/elamandeep/oter/CI.yml?branch=main)](https://github.com/elamandeep/oter/actions)\n[![PyPI version](https://img.shields.io/pypi/v/oter)](https://pypi.org/project/oter/)\n[![License](https://img.shields.io/github/license/elamandeep/oter)](https://github.com/elamandeep/oter/blob/main/LICENSE)\n\nOter is a command-line tool designed to convert spatial data into various formats such as .shp, .topojson, .geojson, and more. As it is still in development, performance improvements and additional features like merging GeoJSON files and compression are planned for future releases.\n\n## Features\n\n- Convert spatial data between different formats:\n  - Shapefile (.shp)\n  - TopoJSON (.topojson)\n  - GeoJSON (.geojson)\n  - And more\n- Planned features:\n  - Merging multiple GeoJSON files into one\n  - Compressing output files\n\n## Installation\n\nYou can install Oter via pip for Python  for Rust.\n\n### Python\n\n> pip install oter\n\n\n\n### Usage\n\n- After installing Oter, you can use it from the command line.\n- To see the available commands, run:\n\n\n> oter -h\n\n# Example Commands\n\n- Convert Shapefile to GeoJSON\n\n> Note:- To convert a shapefile to another format, you must first unzip the compressed folder  containing the shapefile. Use the unzipped folder, which includes all the necessary files, for the conversion process.\n\n```bash\n oter --shpgeojson ./folder_name\n ```\n\n\n# Development\n- Oter is in the early stages of development. \n- We welcome contributions and feedback from the community to help improve its performance and add new features.\n-  Feel free to open issues or submit pull requests on our GitHub repository.\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (git checkout -b feature/my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin feature/my-new-feature)\n5. Create a new Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor questions or feedback, please contact [elamandeep](mailto:deep.aman6174@gmail.com).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "oter is a command-line tool designed to help users seamlessly convert spatial data between various formats.",
    "version": "0.2.2",
    "project_urls": null,
    "split_keywords": [
        "geospatial"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4be4be6e00fd125bbc0d190ab8c1c6903ce97751ef836e2d720db728f7f6eda1",
                "md5": "f409321c3d4ddf08f77a1f6effd06bf1",
                "sha256": "692c0ce9cbd3e3828d67ab6252363d4ce79f899babe1148e039aaca6ffb64618"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f409321c3d4ddf08f77a1f6effd06bf1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 529374,
            "upload_time": "2024-05-23T14:48:18",
            "upload_time_iso_8601": "2024-05-23T14:48:18.765289Z",
            "url": "https://files.pythonhosted.org/packages/4b/e4/be6e00fd125bbc0d190ab8c1c6903ce97751ef836e2d720db728f7f6eda1/oter-0.2.2-py3-none-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c92d40610ded8d9f1858408cddefec9d3c076f2ad3e6c729dc51a234ad6fca9",
                "md5": "baf68af0fe18b086828a13bbddf2f5c7",
                "sha256": "4ebc5f02a9074924bc3684ac27f187d176c99bc36d6c5b28248b7661b2e97894"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "baf68af0fe18b086828a13bbddf2f5c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 514093,
            "upload_time": "2024-05-23T14:48:17",
            "upload_time_iso_8601": "2024-05-23T14:48:17.215317Z",
            "url": "https://files.pythonhosted.org/packages/2c/92/d40610ded8d9f1858408cddefec9d3c076f2ad3e6c729dc51a234ad6fca9/oter-0.2.2-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ceb004130176e68480d982ef6e35df4f0f18e940c4c977d9e1c5a4bfbe41f608",
                "md5": "2b030fa183933c2dfb67ca4e76c6bce6",
                "sha256": "7fb9e1b2a7bc0fb2a0613ae69806b1a03dd4f379cb7ca519b61d961beea02dfd"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2b030fa183933c2dfb67ca4e76c6bce6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1298508,
            "upload_time": "2024-05-23T14:48:07",
            "upload_time_iso_8601": "2024-05-23T14:48:07.092595Z",
            "url": "https://files.pythonhosted.org/packages/ce/b0/04130176e68480d982ef6e35df4f0f18e940c4c977d9e1c5a4bfbe41f608/oter-0.2.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1ff6d7b65179da9e805d7b88004ece03233833c1adacc99e98ca8c0fac1b4574",
                "md5": "c5f16783ebed89a9b19605f72dac9de7",
                "sha256": "0653de766ed8cf030caa1792c5c2e9ff8da7b8a0b9ce51582286ff161bb987f3"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c5f16783ebed89a9b19605f72dac9de7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1321566,
            "upload_time": "2024-05-23T14:48:09",
            "upload_time_iso_8601": "2024-05-23T14:48:09.222206Z",
            "url": "https://files.pythonhosted.org/packages/1f/f6/d7b65179da9e805d7b88004ece03233833c1adacc99e98ca8c0fac1b4574/oter-0.2.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ffc803e7e1c9b17dc6dfff168780aa3d6818713f864f1106da2a57e741700e9",
                "md5": "0ae80dde7766fbb01e8a07a7c6a99057",
                "sha256": "d02729ac581231d73ff0a914af173a3147a3a9c3e65e0d3a390ad5414d235ce6"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0ae80dde7766fbb01e8a07a7c6a99057",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1363666,
            "upload_time": "2024-05-23T14:48:13",
            "upload_time_iso_8601": "2024-05-23T14:48:13.824559Z",
            "url": "https://files.pythonhosted.org/packages/0f/fc/803e7e1c9b17dc6dfff168780aa3d6818713f864f1106da2a57e741700e9/oter-0.2.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb7625c69d9580806eb47b3a5cb7a86a4a500a5652f039e68227408e6ef6665f",
                "md5": "f9e6a587059cf43705b41d22c3b54495",
                "sha256": "8519a5556999e4958441346318c3eb0e31d3db1c526b709bff01800ba6170dcf"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f9e6a587059cf43705b41d22c3b54495",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1382605,
            "upload_time": "2024-05-23T14:48:10",
            "upload_time_iso_8601": "2024-05-23T14:48:10.466142Z",
            "url": "https://files.pythonhosted.org/packages/eb/76/25c69d9580806eb47b3a5cb7a86a4a500a5652f039e68227408e6ef6665f/oter-0.2.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7be7f2082d155474c8096b024fd1f7540e4cc98f195bc7158c56a6f7b64eb0f5",
                "md5": "711811e6647e4570758293cd4a746c85",
                "sha256": "02c4f8b13778014839e9c25ee109a13b661bf794ecb576b4ac85dff1fed74904"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "711811e6647e4570758293cd4a746c85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1474791,
            "upload_time": "2024-05-23T14:48:12",
            "upload_time_iso_8601": "2024-05-23T14:48:12.362102Z",
            "url": "https://files.pythonhosted.org/packages/7b/e7/f2082d155474c8096b024fd1f7540e4cc98f195bc7158c56a6f7b64eb0f5/oter-0.2.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80c8353a3dd096ec558121cc40092693a3362c318886bb3d2092b3ca25de32df",
                "md5": "afeb2edd012d43ef98732c5b7a14e8b9",
                "sha256": "b92978fb6e278d5754385f8bccb7f51a2c261f82a36fb869f3eb7cc721fd3b0b"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afeb2edd012d43ef98732c5b7a14e8b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1314212,
            "upload_time": "2024-05-23T14:48:15",
            "upload_time_iso_8601": "2024-05-23T14:48:15.894975Z",
            "url": "https://files.pythonhosted.org/packages/80/c8/353a3dd096ec558121cc40092693a3362c318886bb3d2092b3ca25de32df/oter-0.2.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e7f2f6943a6da728b3fdcf864712756e04c9f64b8501a0ece78ecb6df00061c",
                "md5": "ef8d41220688f86289e796323c023b46",
                "sha256": "c42b26a44184f12fad16d726ceae600a95dcfe4c97d66680b9e619edf34bffed"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "ef8d41220688f86289e796323c023b46",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 386963,
            "upload_time": "2024-05-23T14:48:22",
            "upload_time_iso_8601": "2024-05-23T14:48:22.192018Z",
            "url": "https://files.pythonhosted.org/packages/5e/7f/2f6943a6da728b3fdcf864712756e04c9f64b8501a0ece78ecb6df00061c/oter-0.2.2-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9fbe8846899e9062a6c589096072d38c98dfbf8ffe758c659023a8d7fcecc90e",
                "md5": "97e26b4f7bd690fa63cade18ea2c9889",
                "sha256": "a6e65cb5be6b4b9579b69db4edc66c637dd0d70684159b19bdc3e1444fc2eb8d"
            },
            "downloads": -1,
            "filename": "oter-0.2.2-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "97e26b4f7bd690fa63cade18ea2c9889",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 402519,
            "upload_time": "2024-05-23T14:48:20",
            "upload_time_iso_8601": "2024-05-23T14:48:20.716618Z",
            "url": "https://files.pythonhosted.org/packages/9f/be/8846899e9062a6c589096072d38c98dfbf8ffe758c659023a8d7fcecc90e/oter-0.2.2-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 14:48:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "oter"
}
        
Elapsed time: 0.48673s