Tara
GDAL/OGR is written in ANSI C and C++. Porting it (although it is
rather large) to Clojure would be very interesting from the standpoint
of learning about geospatial algorithms. However, what you would end
up with is a Java library, since that is what Clojure compiles into.
Now, this could be very nice for someone who wanted to use GDAL/OGR
from Java. Currently, there exist Java bindings for it, but they are
only complete for the C++ part of the API. A port would make the
entire system available (and in Clojure, exceptionally thread-safe).
It should be noted though that there is a LARGE Java library called
GeoTools which provides most (if not all) of the GDAL/OGR
functionality and is the typical solution for Java geospatial
programmers. So I'm not really sure that I can recommend the port in
good faith.
Perhaps Ferdinando can weigh in with his opinion on the matter.
~Gary
Tara Athan <tara...@gmail.com> writes:
> To unsubscribe from this group, send email to aries-project+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
Good luck,
~Gary
Tara Athan <tara...@gmail.com> writes:
> --
> To unsubscribe, reply using "remove me" as the subject.
Ciao f
---
Hi Ferdinando,
Thanks for the documentation and for the chat earlier today.
I wanted to mention two additional things. The first is PelletSpatial [1] a
project that I initiated last summer and is now hosted by Clark & Parsia
that extends Pellet with qualitative spatial reasoning capabilities for RCC
[2] data represented in RDF/OWL. I'm planning to build on this project with
an ArcGIS seminar later this semester. The idea is to suggest a project that
looks into accessing quantitative ArcGIS data and transforming (part of) it
to a qualitative RCC description in RDF/OWL. This would (1) interface ArcGIS
with PelletSpatial and (2) enable the exposure of ArcGIS data on the
Semantic Web (thus, potentially make access to data easier).
The second is another idea I recently had after a soil ecology class with a
slide on the Food and Agriculture Organization of the United Nations (FAO)
[3] World Soil Classification. The official document can be found here [4].
I think, the entire (public) taxonomy and all the related information is
essentially locked up in a PDF, which I found awful. So I wrote an email to
Craig Ditzler [5], with a quick description on SW technologies and how a
soil ontology and having the knowledge more accessible etc. might be useful.
He sounded very interested and mentioned someone who was working on a
Finnish version of the taxonomy back in 2000. I have been thinking that it
might be worth spending some time this summer looking into this together
with the Finnish researcher and see if we can come of with a prototype.
Feel free to forward me any thoughts or comments you may have.
Cheers,
markus
[1] http://clarkparsia.com/pellet/spatial
[2] http://en.wikipedia.org/wiki/Region_Connection_Calculus
[3] http://en.wikipedia.org/wiki/FAO_soil_classification
[4] ftp://ftp-fc.sc.egov.usda.gov/NSSC/Soil_Taxonomy/tax.pdf
[5] http://soils.usda.gov/technical/classification/taxonomy/
---
Ferdinando Villa, Ph.D.
Research Professor, Ecoinformatics Collaboratory
Gund Institute for Ecological Economics, University of Vermont
http://ecoinformatics.uvm.edu
~Gary
P.S. I'll leave a decision on which SVN version of Ferd's code is stable
to him.
Tara Athan <tara...@gmail.com> writes:
Tara
So unless anyone has objections I will be messing around with these
layers and changes should be expected. It's not a good idea to be using
these layers anyway until we get this issue resolved.
Tara