<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenGeoportal.org</title>
	<atom:link href="https://opengeoportal.io/feed/" rel="self" type="application/rss+xml" />
	<link>https://opengeoportal.io</link>
	<description></description>
	<lastBuildDate>Mon, 18 Mar 2019 21:14:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>FOSS4G Boston 2017</title>
		<link>https://opengeoportal.io/foss4g-boston-2017/</link>
		<comments>https://opengeoportal.io/foss4g-boston-2017/#comments</comments>
		<pubDate>Mon, 14 Aug 2017 19:39:38 +0000</pubDate>
		<dc:creator>Patrick Florance</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1672</guid>
		<description><![CDATA[International Conference for Free and Open Source Software for Geospatial August 14-19, 2017 Seaport Hotel &#38; World Trade Center Boston, MA Presented By OSGeo]]></description>
		<wfw:commentRss>https://opengeoportal.io/foss4g-boston-2017/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tufts Data Rescue</title>
		<link>https://opengeoportal.io/tufts-data-rescue/</link>
		<comments>https://opengeoportal.io/tufts-data-rescue/#comments</comments>
		<pubDate>Sat, 28 Jan 2017 20:41:35 +0000</pubDate>
		<dc:creator>Patrick Florance</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Major Announcements]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1653</guid>
		<description><![CDATA[From 1/20-1/23 Tufts University and the Open Geoportal Community conducted a sizeable U.S. federal data harvest. We surveyed Tufts faculty to identify those geospatial data most critical their teaching and research. We then conducted a curated harvest to back up potentially at-risk federal, environmental and social justice geospatial data and associated tabular data.  Currently we [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/tufts-data-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Bounding Boxes</title>
		<link>https://opengeoportal.io/why-bounding-boxes/</link>
		<comments>https://opengeoportal.io/why-bounding-boxes/#comments</comments>
		<pubDate>Tue, 15 Mar 2016 14:42:31 +0000</pubDate>
		<dc:creator>SpacemanSteve</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1644</guid>
		<description><![CDATA[We geocode data, projecting place names into some coordinate system.  Sometimes these places, which have a significant spatial extent, are unfortunately geocoded to a single point.  When this happens, the zip codes of Boston are associated with a point in the center of the city and the zip codes of Massachusetts are associated with a [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/why-bounding-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reconfigurable Spatial Search Components</title>
		<link>https://opengeoportal.io/reconfigurable-spatial-search-components/</link>
		<comments>https://opengeoportal.io/reconfigurable-spatial-search-components/#comments</comments>
		<pubDate>Thu, 18 Feb 2016 18:13:30 +0000</pubDate>
		<dc:creator>SpacemanSteve</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1637</guid>
		<description><![CDATA[I think there’s a need for reconfigurable spatial search components that streamline the creation of spatial portals.  These components need to be created on a flexible framework supporting “reconfigurableness”.  Jonathan Gale introduced me to Banana.  It integrates with Solr and is a port of Kibana (which works with Elastic Search).  The user builds their UI [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/reconfigurable-spatial-search-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing With BrowserStack</title>
		<link>https://opengeoportal.io/testing-with-browserstack/</link>
		<comments>https://opengeoportal.io/testing-with-browserstack/#comments</comments>
		<pubDate>Thu, 18 Feb 2016 18:04:14 +0000</pubDate>
		<dc:creator>SpacemanSteve</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1634</guid>
		<description><![CDATA[A single page web app like OpenGeoPortal contains thousands of lines of application code and many large JavaScript libraries.  Testing on all the popular browsers is difficult.  It requires VMs or multiple machines to run specific browsers (e.g., IE and Safari).  Running specific, old versions of browsers is a problem as they automatically and frequently [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/testing-with-browserstack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classification With CKMeans?</title>
		<link>https://opengeoportal.io/classification-with-ckmeans/</link>
		<comments>https://opengeoportal.io/classification-with-ckmeans/#comments</comments>
		<pubDate>Fri, 12 Feb 2016 13:20:17 +0000</pubDate>
		<dc:creator>SpacemanSteve</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1614</guid>
		<description><![CDATA[I render Solr heatmap data over base maps.  So far, I haven’t made nice looking heatmap map layers without using a classification algorithm.  Typically, the desired heatmap (perhaps based on Brewer colors) has 7 colors.  So the document counts from Solr are through Jenks to create 7 categories.  A color gradient is created with color [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/classification-with-ckmeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster Heatmaps</title>
		<link>https://opengeoportal.io/improved-heatmaps/</link>
		<comments>https://opengeoportal.io/improved-heatmaps/#comments</comments>
		<pubDate>Wed, 20 Jan 2016 15:46:37 +0000</pubDate>
		<dc:creator>SpacemanSteve</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1596</guid>
		<description><![CDATA[We can create a nice summary of the search results by displaying Solr generated heatmap data on the map.  Solr implements heatmaps like a facet.  To obtain an array of counts the Solr query must include heatmap.facet=true, the map extent,  and some other details.  Using a pyramid of grid levels that were set during document [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/improved-heatmaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spatial Solr and OGP</title>
		<link>https://opengeoportal.io/1576/</link>
		<comments>https://opengeoportal.io/1576/#comments</comments>
		<pubDate>Tue, 24 Nov 2015 13:47:53 +0000</pubDate>
		<dc:creator>SpacemanSteve</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1576</guid>
		<description><![CDATA[When OGP search was implemented there were no spatial features in Solr.  How do the new spatial features impact OGP?  Currently, OGP stores the layer’s bounding box as four separate numeric fields (named MinX, MaxX, MinY and MaxY).  It also stores the geodetic coordinates as CenterX and CenterY, Area (in degrees squared), and the HalfWidth [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/1576/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Overview</title>
		<link>https://opengeoportal.io/search-review/</link>
		<comments>https://opengeoportal.io/search-review/#comments</comments>
		<pubDate>Fri, 30 Oct 2015 21:57:17 +0000</pubDate>
		<dc:creator>SpacemanSteve</dc:creator>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1557</guid>
		<description><![CDATA[I’ll be blogging on search and Solr related issues.  This first post reviews how search is currently implemented.  Future posts will discuss new spatial features in Solr such as the spatial data types, advanced spatial query functions and heatmaps. Searching a set of documents consists of two separate operations: filtering and ranking.  First, we apply [...]]]></description>
		<wfw:commentRss>https://opengeoportal.io/search-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tufts University named best open-source school in America</title>
		<link>https://opengeoportal.io/tufts-university-named-best-open-source-school-in-america/</link>
		<comments>https://opengeoportal.io/tufts-university-named-best-open-source-school-in-america/#comments</comments>
		<pubDate>Wed, 15 Jul 2015 18:49:23 +0000</pubDate>
		<dc:creator>Patrick Florance</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://opengeoportal.org/?p=1540</guid>
		<description><![CDATA[2014 Tufts University named best open-source school in America]]></description>
		<wfw:commentRss>https://opengeoportal.io/tufts-university-named-best-open-source-school-in-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
