Skip to main content

Python Geospatial Library

Project description

The Python Geospatial Library, Rasteric, is a comprehensive toolkit for geospatial data preprocessing, analysis, and modeling. It provides a variety of functions for transforming and manipulating geospatial data, including data normalization, resampling, filtering, and feature selection. It also offers a range of analytical techniques, such as spatial clustering, classification, and regression, as well as machine learning algorithms for predictive modeling.

Rasteric is designed to work with a variety of geospatial data formats, including shapefiles, GeoJSON, and raster data. It also supports integration with popular geospatial tools and platforms, such as QGIS, GDAL, and ArcGIS.

Rasteric is widely used in the geospatial industry, research, and open-source communities for developing geospatial applications, performing spatial analysis, and modeling complex geospatial phenomena.

Example:

from rasteric import raster
from matplotlib import pyplot


fig, (axr, axg, axb) = pyplot.subplots(1,3, figsize=(21,7))

raster.plot('T60GVV.tif',bands=[3],ax=axr, title="Red", cmap='Reds')
raster.plot('T60GVV.tif',bands=[2],ax=axg, title="Green", cmap="Greens")
raster.plot('T60GVV.tif',bands=[1],ax=axb, title="Blue", cmap="Blues")
![Alt text](image.png)

clip_raster_by_shp(raster_file, shapefile, output_file, epsg_code=2193)

(more)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rasteric-0.0.2b2.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

rasteric-0.0.2b2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file rasteric-0.0.2b2.tar.gz.

File metadata

  • Download URL: rasteric-0.0.2b2.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for rasteric-0.0.2b2.tar.gz
Algorithm Hash digest
SHA256 286bdfe2ab3222190c12e35af36170ff5e751057b129d77f79856f89fd0c8589
MD5 4dbfdf6da64d872bcd129b955ddd1627
BLAKE2b-256 c55a6d48d5a7da48a3fc8aa0a363a6222cfb0e67bd9e9c83932a8cae0b2b365c

See more details on using hashes here.

File details

Details for the file rasteric-0.0.2b2-py3-none-any.whl.

File metadata

  • Download URL: rasteric-0.0.2b2-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for rasteric-0.0.2b2-py3-none-any.whl
Algorithm Hash digest
SHA256 a35a83db72f4ca9c005b874ecd7946e581eb7b8a686fa05bbfe714bb35d753b3
MD5 a42a01618c9c32b688f188f80176c2b3
BLAKE2b-256 6e9630a87aab1ead9f6da996c2813cf3c8939a5c976676ae857ddc950490408d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page