Denné Reed

Results 7 comments of Denné Reed

looks like the last commit on fastkml/__init__.py might be the source of the problem. Removing the changes from that commit, i.e. the call to pkg_resources on line 28 resolves the...

I have the same issue and similar configuration. In settings.py I have ``` SERIALIZATION_MODULES = { 'geojson': 'djgeojson.serializers' } ``` Django 1.8.4, Python 2.7.6. Omitting the --format argument successfully produces...

I have the same issue with Django 2.2.5 and Python 3.7. Traceback (most recent call last): File "manage.py", line 21, in execute_from_command_line(sys.argv) File "/usr/local/paleocore/venv/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() File...

The issue seems to be related to setuptools pkg_resources trying to import DistributionNotFound. Editing the __init__.py file for the package to remove the distro information and manually set the version...

What is the relationship between sites (on one hand) and geologicalContext and Locality on the other? Is a site closer to the concept of a locality or GeologicalContext?

@tucotuco Interesting. I imagined Location and GeologicalContext to be separate concepts. Location being the geographic position and GeologicalContext being the stratigraphic position, and archaeological or paleontological context as its generally...

Hi there. Curious if there's been any development on this topic. It is strange that neither dwc nor bco includes an Agent class. This would help disambiguate the instances referenced...