Tagged Questions
5
votes
1answer
113 views
Simplifying polygons made from binary rasters
I'm using MaxEnt to produce a species presence / absence raster layer. It works fine but I have to choose a cut off point for what constitutes presence or absence. As a result I end up with a lot of ...
2
votes
1answer
379 views
Converting Raster Data to Polygon data
I am trying to convert a raster data to polygon data. Previously I was using the shapefile.py to create point data on individual lat/lon on the raster. But that will create a Huge data and querying it ...
4
votes
2answers
419 views
Extract all pixels of given RGB value and render as MultiPolygons
Given a geotiff image with a colortable in it, what is the easiest way to extract each color as its own "layer or shapefile or multipolygon object"?
Specifically, I am looking for a programmatic ...

