Pinned Loading
-
shardshenanigans
shardshenanigans PublicAn API for updating swgoh arena payout timer on discord
Python
-
A simple script that converts shapef...
A simple script that converts shapefiles with multipart polygons into singlepart polygons, and copies the fields of the source shapefile. This script is based on a script by Paolo Corti, found here: https://gist.github.com/anonymous/735330 The original script only converts multipolygons by creating a new feature for each part of a multipolygon. In this script, I've added in the functionality to be able to copy the fields. The script also reprojects the geometry into EPSG:4326 and creates a .prj file for it. 1import os
2from osgeo import gdal, ogr, osr
3import sys
45 -
-
-
This script is similar to multi2sing...
This script is similar to multi2single.py, but it converts the shapefile in place, instead of creating a new shapefile. 1from osgeo import gdal, ogr
2import sys
345 -
data-structures-exercises
data-structures-exercises PublicExercises from the CS32 Data Structures book
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.