spatialmounty.blogspot.com
Spatial Mounty: Python Geospatial Analysis Cookbook coming soon...
http://spatialmounty.blogspot.com/2015/08/python-geospatial-analysis-cookbook.html
Thursday, August 6, 2015. Python Geospatial Analysis Cookbook coming soon. My book titled: Python Geospatial Analysis Cookbook. Https:/ www.packtpub.com/big-data-and-business-intelligence/python-geospatial-analysis-cookbook. I am proud of my work and now the last stretch is ahead getting the last corrections, updates, reviews, comments all worked through to make it awesome. Stay tuned for any updates. Subscribe to: Post Comments (Atom). View my complete profile. There was an error in this gadget.
spatialmounty.blogspot.com
Spatial Mounty: How to fix pyshp error reading shapefile
http://spatialmounty.blogspot.com/2015/06/how-to-fix-pyshp-error-reading-shapefile.html
Saturday, June 6, 2015. How to fix pyshp error reading shapefile. I had a Shapefile I was trying to read using the great pyshp library but it kept shooting out and Invalid Argument Error. Ogr2ogr new shapefile.shp original.shp. The new shapefile.shp will work using the pyshp ShapeRecords() function. Possible other problems that pyshp sometimes encounters:. NULL value in field. Dbf encoding (Latin1, UTF-8). Anyway if you know of a cause please let me know. Subscribe to: Post Comments (Atom).
gomogi.com
GOMOGI
http://www.gomogi.com/4-gomogi-frontpage
Open Source GIS Consulting. Welcome to the open source geospatial experts. Here you will find information about our projects / product " indrz. Formerly "campus gis" and " golfgis. Manage golf courses with maps not spreadsheets. We also offer expert services in geospatial consulting. Indrz - indoor maps, orientation, routing, wayfinding. Indoor maps at indrz. With indrz indoor maps we answer where questions with ease:. Where is the nearest PC, study area, library or coffee shop? Or show me the route.
gomogi.com
golfgis
http://www.gomogi.com/products/golfgis
Open Source GIS Consulting. Of your golf course is golfgis.com. Here you can create custom maps, share and publish those maps together with architects, planners, commitee members or your guests. Export the data so your partners can access the data too for marketing or planning. Check out golfgis.com. And for more information contact us per This email address is being protected from spambots. You need JavaScript enabled to view it. View the list of features. Check out our facebook. Create a master plan map.
spatialmounty.blogspot.com
Spatial Mounty: May 2015
http://spatialmounty.blogspot.com/2015_05_01_archive.html
Saturday, May 30, 2015. I thought this might be hard but it really was not. Django 1.8 introduced GeoJSON serializer so use that if you are starting a new project with Django version 1.8 up. For those stuck with Django version =1.7 this is the solution for you. You want to pass a model name to a request and return the GeoJSON for some map application. Add 'djgeojson' to your INSTALLED APPS in the settings.py. P geomodel name [- w]{5,50})/$',geoview.get geojson, name="get geojs"),. Pas model name as string.
spatialmounty.blogspot.com
Spatial Mounty: ogr2ogr Append new Shapefile to existing PostGIS table
http://spatialmounty.blogspot.com/2015/05/ogr2ogr-append-new-shapefile-to.html
Friday, May 8, 2015. Ogr2ogr Append new Shapefile to existing PostGIS table. Ogr2ogr is simply powerful. It is like salt in cooking you use it everyday. The task how to import a Shapefile into a PostGIS table that exists without overwriting the existing table and simply append some new geometries and match the attribute fields from the Shapefile to the PostGIS table fields. There are lots of things I want to do in this import so lets list off what exactly:. A srs EPSG:900913 tells ogr2ogr specifically to...
spatialmounty.blogspot.com
Spatial Mounty: October 2014
http://spatialmounty.blogspot.com/2014_10_01_archive.html
Friday, October 17, 2014. Spatial reference systems and transformations in Austria. Transforming data from Austrian local coordinate system to WGS84 should be a no brainer but this is GIS stuff we are talking about and therefor it isn't :). First I am posting some great references for my own sanity that I find it again and that other GIS, Geoinformatik students find some help. Link to epsg codes for Austria ESRI Synergis: http:/ www.esri-austria.at/downloads/coords at.html. OTHER PROGRAMS The proj. This ...
spatialmounty.blogspot.com
Spatial Mounty: Geoserver create a new layer using REST API
http://spatialmounty.blogspot.com/2015/06/geoserver-create-new-layer-using-rest.html
Tuesday, June 30, 2015. Geoserver create a new layer using REST API. I'am using Geoserver since, well a long time now. This post is going to be a collection of THINGS that you might want to do with Geoserver. Sometime errors occur when trying to do something with Geoserver with the REST API and those I have posted aswell. Goal adding a PostGIS table using the Geoserver REST API. Errors :java.io.IOException: Error occured calculating bounds for someTableName. Richard C. Lambert. View my complete profile.
spatialmounty.blogspot.com
Spatial Mounty: July 2014
http://spatialmounty.blogspot.com/2014_07_01_archive.html
Thursday, July 3, 2014. Geoserver SLD variable substitution based on attribute. SLD (Styled Layer Description) is a beast of XML rules, filters and other stuff with tons of power. The question at hand is how do I pass a color value to a certain attribute value in a WMS call to Geoserver? The documentation to read is http:/ docs.geoserver.org/latest/en/user/styling/sld-extensions/substitution.html. Lets start with the SLD. Now for the dynamic part. In your WMS call simply add this to the url. GeoHipster I...
SOCIAL ENGAGEMENT