This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a test for from_features function, which | |
# in geopandas reads the __geo_interface__ from other libraries. | |
# This test currently fails. | |
# 2015-09-17 I'm using a recent development version of geopandas | |
import geopandas as gpd | |
class geoEmptyClass: | |
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note: This code does NOT work!!! | |
# Attempt at a shim for Shapely to work with basemap. | |
# This is to try to use Shapely for the code that need libgeos. | |
# The code is minimal on purpose. | |
# add this file into the lib/mpl_toolkits/basemap folder | |
# in __init__.py change this line: | |
# import _geoslib |