SlideShare uma empresa Scribd logo
1 de 66
Baixar para ler offline
CartoSet, a new
            Framework to create
            highly visual geo
            portals
           Javier de la Torre
           Vizzuality
           @jatorre




Thursday, September 15, 11
_CartoSet
                       a lightweight framework for development of
                       geospatial dataset websites




Thursday, September 15, 11
_Geospatial dataset: Collection of features
                     Protected Areas
                     NGO projects in Haiti
                     Indigenous and Community Conserved Areas
                     Species in the Antartic
                     Marine areas
                     Potholes in Madrid
                     Goverment procurement
                     Wetlands
                     Migratory species
                     World Heritage Sites
                     ....




Thursday, September 15, 11
_What inspired us to develop it
                       These websites have lot of things in common.
                       We found ourselves doing the same code again and
                       again...




Thursday, September 15, 11
_What do these sites have in
                common?
                             _Home page
                              List of features, search functionality


                             _Explore page
                              Visualize features on a map
                              Filter and see updated map


                             _Feature detail page
                              Display metadata
                              View in a map
                              Related content

Thursday, September 15, 11
__ Some examples....




Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
_What do these sites DONT
                   have in common?
                       They all look very different
                       Each one tells you a different story




Thursday, September 15, 11
_Introducing CartoSet




Thursday, September 15, 11
_Principles
                       Those are my principles. If you don't like them I have
                       others - Groucho Marx




Thursday, September 15, 11
_ 1 Design comes first
                       Visualization is a way to tell stories.
                       We start designing stories and then we develop
                       strictly following those designs.




Thursday, September 15, 11
_ 2 Lightweight
                       These sites are not that complicate.
                       Lets keep the architecture to a minimum so that
                       you can be as flexible as you need.




Thursday, September 15, 11
_ 3 Deployable on the cloud
                       We mean Heroku. Of course you can also use any
                       hosting, but Heroku makes it a charm deploying apps
                       like this.




Thursday, September 15, 11
_Technologies
                       Ruby on Rails 3
                       PostGIS or CartoDB



                       Techniques for distributed high-speed map
                       tile generation using Mapnik & Node.js
                       Thu, 09/15/2011 - 1:00pm - 1:30pm
                       Simon Tokumine




Thursday, September 15, 11
_CartoDB
                        PostGIS on the cloud with fancy APIs
                         Dynamic tiles using Carto CSS
                         Node.js SQL API
                         OAuth
                         Great UI for managing/editing geo data



                             Techniques for distributed high-speed map
                             tile generation using Mapnik & Node.js
                             Thu, 09/15/2011 - 1:00pm - 1:30pm
                             Simon Tokumine




Thursday, September 15, 11
_The CartoSet workflow
                       From client to deploy...




Thursday, September 15, 11
_Make a good deal with the client
                       Open Source Freedom, no licenses costs and very
                       fast time to market.




Thursday, September 15, 11
_ Import the data and understand it
                       Thats the first thing! With lorem impsums everything is
                       beautiful




Thursday, September 15, 11
_Wireframes & Visual Design
                       Try to catch the story. Good design is expensive but it
                       is one of the most valuable things.


                       Map design, usability and interaction
                       Thu, 09/15/2011 - 4:00pm - 4:30pm
                       Sergio Alvarez




Thursday, September 15, 11
_Develop the views
                       There is a lot of PSD2HTML companies out there if
                       you dont feel you can make it right




Thursday, September 15, 11
_ Develop Explore and JS
                    interactivity
                        This is the fun part! If you use CartoDB you get a lot of
                        APIs for free (more later)




Thursday, September 15, 11
_ Augment the data with external
                    APIs
                        Use Wikipedia geolocated articles, pictures, videos,
                        tweets, etc. There is a world of APIs to give context
                        to your data.

                        Wikipedia sync
                        Panoramio and Flickr sync
                        Youtube
                        ....


Thursday, September 15, 11
_Set up a backoffice
                        This one is easy, is given.




Thursday, September 15, 11
_Deploy
                        We like Heroku, so easy to deploy and no maintaince.




Thursday, September 15, 11
_How to get started
                     http://github.com/Vizzuality/cartoset




Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
_Default layout




Thursday, September 15, 11
_The backoffice
                       Simple feature metadata editing.
                       CartoDB provides already some functionality




Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
_First implemented CartoSets
                       Fresh fresh!




Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
Thursday, September 15, 11
_How does it look the data
                   structure
                       One single column is the base




Thursday, September 15, 11
Thursday, September 15, 11
_How does it look the data
                   structure
                         One single column is the base




Thursday, September 15, 11
_Some sneak preview of
                   CartoDB SQL API
                         Very useful when doing




Thursday, September 15, 11
https://whs.cartodb.com/api/v1/
          sql?q=

          SELECT
          st_x(the_geom) AS lon,
          st_y(the_geom) AS lat
          FROM geo_ips
          WHERE ip_start
          <=inetmi('69.31.103.39','0.0.0.0'
          )
          ORDER BY ip_start DESC
          LIMIT 1


Thursday, September 15, 11
{
                             "time":0.002,
                             "total_rows":1,
                             "rows":[
                                {"lon":-87.6376,
                                 "lat":41.8824}
                              ]
                  }




Thursday, September 15, 11
_What we love about it
                        Very fast development
                        Easy to explain the code!
                        No compromises on the fronted

                        Using Heroku and CartoDB = free hosting




Thursday, September 15, 11
_The present and the future
                        Released today with BSD license
                        Has bugs but in production already

                        More stability and better documentation
                        Modules for data augmentation
                        Use of Heroku PostgreSQL hosting service




Thursday, September 15, 11
Thank you!
             Javier de la Torre
             @jatorre
             Vizzuality
             148 Lafayette St. PH, New York, 10013,USA
             +1 347 320 7715
             +34 689 41 4420
             www.vizzuality.com
             @vizzuality




Thursday, September 15, 11
How does it fit in the FOSS4G space?

                    Multiple Datasets

                         GeoNode
                         GeoNetwork


                    One single feature




Thursday, September 15, 11

Mais conteúdo relacionado

Semelhante a Cartoset

[B6]heroku postgres-hgmnz
[B6]heroku postgres-hgmnz[B6]heroku postgres-hgmnz
[B6]heroku postgres-hgmnz
NAVER D2
 

Semelhante a Cartoset (20)

Infrastructure as Code with Chef / Puppet
Infrastructure as Code with Chef / PuppetInfrastructure as Code with Chef / Puppet
Infrastructure as Code with Chef / Puppet
 
Embedjs
EmbedjsEmbedjs
Embedjs
 
Pharo: a powerful community @ work
Pharo: a powerful community @ workPharo: a powerful community @ work
Pharo: a powerful community @ work
 
Unleashing the Rails Asset Pipeline
Unleashing the Rails Asset PipelineUnleashing the Rails Asset Pipeline
Unleashing the Rails Asset Pipeline
 
2nd Annual Start-up Launches with Dr. Werner Vogels (SPOT101) | AWS re:Invent...
2nd Annual Start-up Launches with Dr. Werner Vogels (SPOT101) | AWS re:Invent...2nd Annual Start-up Launches with Dr. Werner Vogels (SPOT101) | AWS re:Invent...
2nd Annual Start-up Launches with Dr. Werner Vogels (SPOT101) | AWS re:Invent...
 
Real Developer Tools for WordPress by Stefan Didak
Real Developer Tools for WordPress by Stefan DidakReal Developer Tools for WordPress by Stefan Didak
Real Developer Tools for WordPress by Stefan Didak
 
Rails Sojourn: One Man's Journey - Wicked Good Ruby Conference 2013
Rails Sojourn: One Man's Journey - Wicked Good Ruby Conference 2013Rails Sojourn: One Man's Journey - Wicked Good Ruby Conference 2013
Rails Sojourn: One Man's Journey - Wicked Good Ruby Conference 2013
 
DjangoCon 2009 Keynote
DjangoCon 2009 KeynoteDjangoCon 2009 Keynote
DjangoCon 2009 Keynote
 
Orientacao a objetos e design patterns - Secomp Londrina
Orientacao a objetos e design patterns - Secomp LondrinaOrientacao a objetos e design patterns - Secomp Londrina
Orientacao a objetos e design patterns - Secomp Londrina
 
Engaging citizens with agile and lean thinking
Engaging citizens with agile and lean thinkingEngaging citizens with agile and lean thinking
Engaging citizens with agile and lean thinking
 
Cross-Platform, Native Mobile Development with a DSL
Cross-Platform, Native Mobile Development with a DSLCross-Platform, Native Mobile Development with a DSL
Cross-Platform, Native Mobile Development with a DSL
 
Architecting cloud-enabled applications using Spring-Integration 2.x
Architecting cloud-enabled applications using Spring-Integration 2.xArchitecting cloud-enabled applications using Spring-Integration 2.x
Architecting cloud-enabled applications using Spring-Integration 2.x
 
Angular from Scratch
Angular from ScratchAngular from Scratch
Angular from Scratch
 
Some simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPressSome simple tips for front-end performance in WordPress
Some simple tips for front-end performance in WordPress
 
Green Shoots in the Brownest Field: Being a Startup in Government
Green Shoots in the Brownest Field: Being a Startup in GovernmentGreen Shoots in the Brownest Field: Being a Startup in Government
Green Shoots in the Brownest Field: Being a Startup in Government
 
Semantics Enriched Service Environments
Semantics Enriched Service EnvironmentsSemantics Enriched Service Environments
Semantics Enriched Service Environments
 
Tackling Big Data with Hadoop
Tackling Big Data with HadoopTackling Big Data with Hadoop
Tackling Big Data with Hadoop
 
HTML5 for mobile development
HTML5 for mobile developmentHTML5 for mobile development
HTML5 for mobile development
 
Troubleshooting Live Java Web Applications
Troubleshooting Live Java Web ApplicationsTroubleshooting Live Java Web Applications
Troubleshooting Live Java Web Applications
 
[B6]heroku postgres-hgmnz
[B6]heroku postgres-hgmnz[B6]heroku postgres-hgmnz
[B6]heroku postgres-hgmnz
 

Mais de Javier de la Torre

Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...
Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...
Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...
Javier de la Torre
 
Leif Percifield - Connecting New York residents to where their waste water goes
Leif Percifield - Connecting New York residents to where their waste water goesLeif Percifield - Connecting New York residents to where their waste water goes
Leif Percifield - Connecting New York residents to where their waste water goes
Javier de la Torre
 
Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...
Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...
Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...
Javier de la Torre
 
Jake Lowenstein - Protected areas and civil conflict
Jake Lowenstein - Protected areas and civil conflict Jake Lowenstein - Protected areas and civil conflict
Jake Lowenstein - Protected areas and civil conflict
Javier de la Torre
 
Aaron Steele - Using VisualRaster to explore WorldClim data
Aaron Steele - Using VisualRaster to explore WorldClim data Aaron Steele - Using VisualRaster to explore WorldClim data
Aaron Steele - Using VisualRaster to explore WorldClim data
Javier de la Torre
 
Stuart Lynn - OldWeather - Visualizing climate data of the day
Stuart Lynn - OldWeather - Visualizing climate data of the day Stuart Lynn - OldWeather - Visualizing climate data of the day
Stuart Lynn - OldWeather - Visualizing climate data of the day
Javier de la Torre
 
Ackbar Joolia - Traffic in endangered species: visualizing the CITES database
Ackbar Joolia - Traffic in endangered species: visualizing the CITES database Ackbar Joolia - Traffic in endangered species: visualizing the CITES database
Ackbar Joolia - Traffic in endangered species: visualizing the CITES database
Javier de la Torre
 
Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse
Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse
Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse
Javier de la Torre
 
Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...
Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...
Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...
Javier de la Torre
 
Wendy Brawer - Extending the impacts of Green Mapmaking
Wendy Brawer - Extending the impacts of Green Mapmaking Wendy Brawer - Extending the impacts of Green Mapmaking
Wendy Brawer - Extending the impacts of Green Mapmaking
Javier de la Torre
 
The invasion of the starlings - Javier de la Torre
The invasion of the starlings - Javier de la TorreThe invasion of the starlings - Javier de la Torre
The invasion of the starlings - Javier de la Torre
Javier de la Torre
 
Protected Planet: Where and what we need to protect?
Protected Planet: Where and what we need to protect?Protected Planet: Where and what we need to protect?
Protected Planet: Where and what we need to protect?
Javier de la Torre
 

Mais de Javier de la Torre (20)

Global deforestation through time. Presentation at ESA
Global deforestation through time. Presentation at ESAGlobal deforestation through time. Presentation at ESA
Global deforestation through time. Presentation at ESA
 
GIS is dead, long live GIS!
GIS is dead, long live GIS!GIS is dead, long live GIS!
GIS is dead, long live GIS!
 
Siglibre english
Siglibre englishSiglibre english
Siglibre english
 
El GIS ha muerto, larga vida al GIS
El GIS ha muerto, larga vida al GISEl GIS ha muerto, larga vida al GIS
El GIS ha muerto, larga vida al GIS
 
Open Data y Open Source aplicados a turismo sostenible
Open Data y Open Source aplicados a turismo sostenibleOpen Data y Open Source aplicados a turismo sostenible
Open Data y Open Source aplicados a turismo sostenible
 
Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...
Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...
Frank Biasi - Combining Maps, Multimedia, and Narrative to Inspire People to ...
 
Leif Percifield - Connecting New York residents to where their waste water goes
Leif Percifield - Connecting New York residents to where their waste water goesLeif Percifield - Connecting New York residents to where their waste water goes
Leif Percifield - Connecting New York residents to where their waste water goes
 
9 lowenstein
9 lowenstein9 lowenstein
9 lowenstein
 
Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...
Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...
Francois Grey - ForestWatchers – hacking tools for submitting and geotagging ...
 
Jake Lowenstein - Protected areas and civil conflict
Jake Lowenstein - Protected areas and civil conflict Jake Lowenstein - Protected areas and civil conflict
Jake Lowenstein - Protected areas and civil conflict
 
Aaron Steele - Using VisualRaster to explore WorldClim data
Aaron Steele - Using VisualRaster to explore WorldClim data Aaron Steele - Using VisualRaster to explore WorldClim data
Aaron Steele - Using VisualRaster to explore WorldClim data
 
Stuart Lynn - OldWeather - Visualizing climate data of the day
Stuart Lynn - OldWeather - Visualizing climate data of the day Stuart Lynn - OldWeather - Visualizing climate data of the day
Stuart Lynn - OldWeather - Visualizing climate data of the day
 
Ackbar Joolia - Traffic in endangered species: visualizing the CITES database
Ackbar Joolia - Traffic in endangered species: visualizing the CITES database Ackbar Joolia - Traffic in endangered species: visualizing the CITES database
Ackbar Joolia - Traffic in endangered species: visualizing the CITES database
 
Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse
Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse
Yasser Ansari - Networked Organisms - Measuring Mother Nature's Pulse
 
Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...
Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...
Andy Rossmeissl - Learning from Climategate: New Strategies for a Skeptical W...
 
Wendy Brawer - Extending the impacts of Green Mapmaking
Wendy Brawer - Extending the impacts of Green Mapmaking Wendy Brawer - Extending the impacts of Green Mapmaking
Wendy Brawer - Extending the impacts of Green Mapmaking
 
2 mills
2 mills2 mills
2 mills
 
1 kraft
1 kraft1 kraft
1 kraft
 
The invasion of the starlings - Javier de la Torre
The invasion of the starlings - Javier de la TorreThe invasion of the starlings - Javier de la Torre
The invasion of the starlings - Javier de la Torre
 
Protected Planet: Where and what we need to protect?
Protected Planet: Where and what we need to protect?Protected Planet: Where and what we need to protect?
Protected Planet: Where and what we need to protect?
 

Último

Último (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 

Cartoset