Skip to main content

Questions tagged [open-source-gis]

Software for which the original source code is made freely available and may be redistributed with or without modification.

0 votes
0 answers
27 views

I would like to export an area map from SAS Planet to OpenCPN so I can view this are at a good zoom offline. I am very lost on how to do it. I tried exporting as tiles but OpenCPN won't show it. I saw ...
Another Account's user avatar
2 votes
1 answer
410 views

I have a python script that produces a shapefile of polygons, created primarily using geopandas. I wish to split polygons where they overlap each other. Ideally removing all but one feature where ...
BlindedByBeamos's user avatar
-2 votes
1 answer
51 views

I want to write a python program for extracting rastervalues at point locations. The inputs are a CSV file with point locations having lat & long data and a raster(.tif) file. The raster is in ...
Kaustav Das's user avatar
0 votes
2 answers
1k views

I am new to geospatial data analysis, and I would also use just free and open-source Python packages to work with. Now I try to create geodatabase (.gdb), but I can not find any appropriate Python ...
amin13afa's user avatar
0 votes
1 answer
91 views

I am working on a GIS-based project to help with the delivery of advisory services to rural farmers. This project is demanding the use of Open-Data Cube and the SandBox environment. It is more like a ...
Joshua's user avatar
  • 1
1 vote
0 answers
76 views

I am helping to put together a session at a conference to see how we would want to design an OS Story Map 'Recipe' i.e. what is currently out there and how we could use it. The attendees will range ...
Em Hain's user avatar
  • 29
1 vote
1 answer
140 views

I have purchased images from Airbus using sentinel hub and realized that they are TOA (top of atmosphere). I would like to apply atmospheric correction on the images. I have seen the FLAASH is very ...
ReutKeller's user avatar
  • 2,099
1 vote
1 answer
248 views

How can I make sure that the coordinate transformations that I am applying using GDAL/OSR match transformations in ESRI/ArcGIS? Specifically the ArcPy geometry function, projectAs when taking in the ...
swan_ton_boms's user avatar
1 vote
0 answers
794 views

For a project in marine biology we need to calculate the amount of seabed that is protected by official protected areas for each seabed habitat type. To that end, we clipped a seabed habitat layer ...
Kobe's user avatar
  • 11
0 votes
1 answer
707 views

I'm investigating my options for local hosting test GIS data for use with Cesium front ends. I have seen this project: Cesium Terrain Server but it seems quite old. I thought I read somewhere that ...
Geordie's user avatar
  • 173
4 votes
1 answer
1k views

It is no problem in QGIS to open MapInfo .tab files with combined geometry type. If a single .tab file contains points, polylines and polygons then QGIS will load three separate layers for each ...
KVO's user avatar
  • 398
0 votes
1 answer
87 views

I am Spatial Science Teacher at TAFE NSW teaching Spatial Information Systems online. In 2019 our department started including links to many of the Spatial Query Lab SQL lectures in our resources. We ...
DawnH's user avatar
  • 27
2 votes
1 answer
3k views

I can do this: import json import subprocess as sp laz_file = somefile.laz r = (sp.run(['pdal', 'info', laz_file], stderr=sp.PIPE, stdout=sp.PIPE)) json_info = json.loads(r.stdout.decode()) and ...
auslander's user avatar
  • 1,627
-2 votes
1 answer
272 views

Is there a decent open source software alternative for the Spatial Analyst / 3D Analyst toolboxes of the ArcGIS environment? The main goal would be to demonstrate DEM interpolation and/or ...
Michael's user avatar
  • 1,196
0 votes
0 answers
186 views

Is there any API or DataSet available to know the Building elevation and levels based on lat and long. I need data for North America(USA)
subba's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
37