[SCM_URL] has to be replaced with the URL of the project repository (e.g. scm:git:git@github.com:opengeospatial/ets-gpkg12.git) How to create Jenkinsfile Create Jenkinsfile with pathjenkinsfiles/release/Jenkinsfileand add following content. pipeline { agent any tools { maven 'mvn' jdk '...
Here I’m using the-fswitch and the arguments following it to tell ogr2ogr to export to PostgreSQL and how to connect to the server, giving it the input file ofbuildings1.gpkgand using the-nlnparameter to tell it what layer name (ie. table name) to use as the output. In the second...
-[GPKGSpatialReferenceSystemDao createIfNeededWithSrs:andOrganization:andCoordsysId:] in GPKGSpatialReferenceSystemDao.o "_PROJ_AUTHORITY_NONE", referenced from: -[GPKGSpatialReferenceSystemDao createIfNeededWithSrs:andOrganization:andCoordsysId:] in GPKGSpatialReferenceSystemDao.o […] This seems ...
and binary files and data that you'd like to be part of the repo which are 4 TB in size. Rather than giving them insufficient 500 GB ~ 2 TB SSDs and then resorting togit lfs, which makesgit checkoutsgo from seconds to hourswhen done on home internet connections, get...
I am trying to write a GeoDataFrame's GeometryCollection geometry to a GPKG file and open the result in QGIS. This is the way I create the GPKG file: import shapely import geopandas as gpd gpd.GeoSeries( shapely.geometry.GeometryCollection( [ shapely.geometry.LineString([[0...
For convenience, all necessary files are located in the GitHub repository:countries.shp (and related files) rivers.gpkg cities.geojsonWe can download the mentioned data and interactive notebook (.Rmd) manually from the repository (“Code” button > “Download ZIP”) or use the following script...
'.../Data/landcover/zwe_gc_adg.shp', 'OUTPUT' : 'test', 'OVERLAY' : '.../Data/cyclone_affected_areas/cyclone_affected_districts.shp' } Could not create layer clipped.gpkg: Creation of data source failed (OGR error: sqlite3_open(clipped.gpkg) failed: unable ...