New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

geoutils

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geoutils

Analysis and handling of georeferenced rasters and vectors

  • 0.1.13
  • PyPI
  • Socket score

Maintainers
4

GeoUtils: consistent geospatial analysis in Python.

build Conda Version Conda Platforms Conda Downloads PyPI version Coverage Status

Binder Pre-Commit Formatted with black Checked with mypy Imports: isort

GeoUtils is an open source project to develop a core Python package for geospatial analysis and foster inter-operability between other Python GIS packages.

It aims at facilitating end-user geospatial analysis by revolving around consistent Raster and Vector objects that effortlessly interface between themselves. GeoUtils is founded on implicit loading behaviour, robust numerical interfacing and convenient object-based methods to easily perform the most common higher-level tasks needed by geospatial users.

If you are looking for an accessible Python package to write the Python equivalent of your GDAL command lines, or of your QGIS analysis pipeline without a steep learning curve on Python GIS syntax, GeoUtils is perfect for you! For more advanced users, GeoUtils also aims at being efficient and scalable by supporting lazy loading and parallel computing (ongoing).

GeoUtils relies on Rasterio, GeoPandas and Pyproj for georeferenced calculations, and on NumPy and Xarray for numerical analysis. It allows easy access to the functionalities of these packages through interfacing or composition, and quick inter-operability through object conversion.

Documentation

For a quick start, full feature description or search through the API, see GeoUtils' documentation at: https://geoutils.readthedocs.io.

Installation

mamba install -c conda-forge geoutils

See mamba's documentation to install mamba, which will solve your environment much faster than conda.

Start contributing

  1. Fork the repository, make a feature branch and push changes.
  2. When ready, submit a pull request from the feature branch of your fork to GlacioHack/geoutils:main.
  3. The PR will be reviewed by at least one maintainer, discussed, then merged.

More info on our contributing page.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc